System ID
public-snapshot-layer
public-snapshot-layer
The layer that publishes sanitized, pre-generated JSON snapshots (site, status, architecture, articles, roadmap, queue, topology, traffic summary) from public-data/.
public-snapshot-layer
active
Snapshots are sanitized before publishing. Forbidden data (secrets, private memory, internal logs, user data) is excluded by contract and boundary tests. The layer is read-only for the public.
Core → sanitized snapshot → public. Never reverse.
Give the public a read-only, deterministic view of the AENET build through sanitized snapshots — never live queries.
The public side must never run live queries into the core. The snapshot layer pre-generates sanitized JSON so the public can read facts without any live connection.
Core → sanitized snapshot → public. Never reverse.
The build pipeline validates and copies sanitized snapshots into public-data/ and web/public-data/, versioned and hashed, so pages and the API read from the same source.
These questions are answered by the content on this page.
Verified states only — nothing on this page is a prediction.