Restore previous bible/ content as bible-local/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 22:26:50 +03:00
parent f0c5aa8da3
commit 27e33db446
115 changed files with 19743 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Documentation Policy
## Purpose
This policy defines how architectural knowledge is captured and maintained.
## Mandatory Rules
- Record every architecture decision in the Bible before or together with implementation.
- Use English for all architecture documentation.
- Keep only current architecture in active sections.
- When a solution is replaced, update or remove obsolete guidance in the same change.
- Keep architecture details centralized in `bible/`; top-level docs should only reference it.
## Change Workflow
1. Update the relevant file(s) in `bible/architecture/` or `bible/synthesis/`.
2. If behavior changed, add or update a decision note in `bible/decisions/10-decisions.md`.
3. Update `CHANGELOG.md` when public bundle/tooling contracts change.
4. Remove duplicated or outdated statements from `README.md`, `CLAUDE.md`, and `AGENTS.md`.
## Scope Expansion Guardrail
- Do not expand the design-code scope beyond the currently approved work area by default.
- Expansion into new domains (for example API contracts, data/model architecture, observability,
security, or backend service patterns) requires an explicit user request.
- If the request is ambiguous, keep focus on the current scope and ask for confirmation before
broadening the repository mission.
- Prefer depth and consistency in the current approved scope over breadth.