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

22
bible-local/README.md Normal file
View File

@@ -0,0 +1,22 @@
# Project Bible
`bible-local/` is the single source of truth for everything specific to Reanimator Chart.
## Read Order
1. `architecture/system-overview.md`
2. `architecture/data-model.md`
3. `architecture/api-surface.md`
4. `architecture/runtime-flows.md`
5. `architecture/ui-information-architecture.md`
6. `decisions/README.md`
## Structure
- `architecture/system-overview.md` - product scope, non-goals, stack direction
- `architecture/data-model.md` - viewer domain model and rendering data rules
- `architecture/api-surface.md` - embeddable handler/API surface
- `architecture/runtime-flows.md` - render flow and invariants
- `architecture/ui-information-architecture.md` - page structure and UI rules
- `decisions/README.md` - architectural decision log format
- `decisions/2026-03-15-read-only-schema-preserving-viewer.md` - initial product decision