23 lines
863 B
Markdown
23 lines
863 B
Markdown
# 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
|