Development Log — 2026-08-16 · Public Gateway v0
What happened
Created the aenet-cloud-public repository: the public entrance and
observation layer for aenet.cloud.
- Static front end under
web/(HTML, CSS, client modules, render blocks). - Sanitized snapshots under
public-data/(site, status, architecture,
articles, changelog).
- Boundary documentation:
PUBLIC_BOUNDARY.md,SECURITY.md,
ARCHITECTURE.md, AGENTS.md.
- Snapshot contract:
contracts/aenet-public-snapshot.contract.json. - Anonymous analytics schema under
analytics/. - Build + verification tooling:
scripts/build-public-index.js,
scripts/dev.sh, scripts/check.sh, tests/public-boundary.test.js.
Verification
npm run check— public boundary testnpm run build— snapshot validation + copy intoweb/public-data/
Next
- First core-driven snapshot export through the snapshot contract.
- Static deployment to aenet.cloud.