feat: bootstrap design kit and vaporwave demo baseline
This commit is contained in:
20
kit/docs/bible-skeleton/README.md
Normal file
20
kit/docs/bible-skeleton/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Project Bible
|
||||
|
||||
The Bible is the single source of truth for this project's architecture.
|
||||
|
||||
## Documentation Rules
|
||||
|
||||
- All architecture decisions must be recorded in this Bible.
|
||||
- The documentation language is English only.
|
||||
- If a decision is superseded, update the Bible immediately and remove or mark obsolete content.
|
||||
- Do not duplicate architecture documentation in `README.md`, `CLAUDE.md`, or other files.
|
||||
|
||||
## Structure
|
||||
|
||||
- `governance/documentation-policy.md` - mandatory rules for maintaining architecture docs.
|
||||
- `architecture/system-overview.md` - current scope, boundaries, and high-level system composition.
|
||||
- `architecture/api-surface.md` - HTTP API and UI route contracts.
|
||||
- `architecture/runtime-flows.md` - critical runtime behavior and failure invariants.
|
||||
- `architecture/ui-information-architecture.md` - required UI structure and semantics.
|
||||
- `decisions/README.md` - how to capture new and updated architecture decisions.
|
||||
|
||||
Reference in New Issue
Block a user