Here’s a similar (in fact, identical, except in wording) problem, which may be instructive:
There is a certain archipelago, consisting of 2^3 many islands, arranged into the vertices of a 3-dimensional cube. There are also bridges between islands, corresponding to the edges of this cube (so each island has 3 bridges out of it).
On each island, there is a sequence of bits, specifying its coordinates on this cube: one island is (0, 0, 0), it has three bridges to the islands (1, 0, 0), (0, 1, 0), and (0, 0, 1), each of which has two further bridges out of it corresponding to flipping further bits, and so on.
At each end of each bridge, there is an islander assigned to guard over that particular bridge. [For what it’s worth, the islanders speak an odd language in which the term for “guards over a bridge on the side of it corresponding to the bit 1” is “has blue eyes” and the term for “guards over a bridge on the side of it corresponding to the bit 0” is “has non-blue eyes”]
There is a certain ritual according as to which bridges are sometimes destroyed and their guards commit suicide (or, as the islanders euphemistically refer to it, “go on a ferry ride”). Specifically, every morning, the two guards of each bridge look out at the other guards on their own island and report what they see. If they report the same pattern of live and dead guards to each other, all is well; otherwise, if they report differing patterns, they destroy their bridge and commit suicide that midnight.
The islands all exist in perfect harmony, with no bridge destructions, for many years.
But one day, The Guru comes to town, takes a look at island (0, 0, 0), and decides he doesn’t care for it. He destroys the island and all the bridges out of it; that night, all the guards to those bridges commit suicide, no longer having a bridge to watch over.
What happens from that point on? In particular, what happens to island (1, 1, 1)?
Well, go ahead and work it out on paper if you like. It’s easy enough. You don’t have to worry about who knows what when; there’s nothing about knowledge here. There’s just the mechanical bridge-suicide rules, as given above. See where they take you.