A repository no longer carries your mesh's build records

A node type in a Space has two kinds of content, and they belong to different people. The definition — its configuration, its sources, its description — is yours, and it lives in the repository the Space syncs from. The build record — did it compile, when, against what, which assembly is serving it — is a measurement the platform takes on your deployment, and a repository file has no business carrying one. A node type that arrives already claiming it compiled here, when it never did, can end up unable to compile at all.

That split has been enforced at every seam for a while: an export removes the build record from the file, an import keeps whatever this mesh last measured, and a file whose only difference is a build record does not count as a change.

The list of records it applies to was missing four of them.

What that meant

The four were all newer, all of them things the platform uses to decide whether a build is still good:

In the other direction they leaked outward: every export wrote them into the repository, where they were noise in the diff — and because they sat in the file, a sync could see a "change" in a node type whose definition nobody had touched.

What changes

All four are now treated like the rest of the build record: stripped on export, kept from the live node on import, and ignored when deciding whether content changed. The first sync after this update will drop them from the files that still carry them — that one diff is the correction, not a change to your content.

The guard that keeps the list honest had been able to check only one direction: it could tell you a record in the list no longer exists, but not that a record exists which nobody put in the list. It now checks both, and — because the member that had been missing longest was not even named like the others — every member of a node type's definition must now be explicitly accounted for as yours or as the platform's. A new one cannot be quietly forgotten again.

Background, with the measurements: Who Owns a NodeType Member.

Reconnecting…
The connection to the server was interrupted. Trying to restore it…
Trying again…
The connection could not be restored. Reloading the page…
The server was updated. Reloading the page to pick up the latest version.