Bootstrap reanimator chart viewer

This commit is contained in:
Mikhail Chusavitin
2026-03-15 17:28:19 +03:00
commit df91e24fea
22 changed files with 1231 additions and 0 deletions

23
AGENTS.md Normal file
View File

@@ -0,0 +1,23 @@
# AGENTS.md
## Instructions For Codex
Read `bible/` for shared engineering rules.
Read `bible-local/` for project-specific architecture.
Start order:
1. `bible-local/README.md`
2. `bible-local/architecture/system-overview.md`
3. relevant architecture files for the current task
This project is intentionally small and simple.
Do not turn it into an analyzer, ingest service, or monitoring system.
Core product rule:
- `chart` is a read-only viewer for Reanimator JSON snapshots.
- It must display the JSON as-is.
- It must not invent, derive, normalize, aggregate, or enrich data beyond presentation-only formatting.
If a new architectural decision is made, record it in `bible-local/decisions/` in the same commit.