codeworld-observatory
main
Dependency Graph Summary
Fragile Zones
- research-export manifest schema (legacy artifacts can drift)
- observatory panels reading persisted JSON
- shared UI primitives consumed across many surfaces
- client/server component boundary in the App Router
Risk Zones
Recent Change History
Open Assumptions
- Verification is type-check, lint, and build — there is no live unit-test runner in the web app.
- Persisted JSON artifacts may lag the current TypeScript types.
- Vercel deploys are immutable; file ordering by mtime is unreliable there.
- Human review is the authority layer above every proposed intervention.