Add shared bible submodule, rename local bible to bible-local

- Add bible.git as submodule at bible/
- Rename bible/ → bible-local/ (project-specific architecture)
- Update CLAUDE.md to reference both bible/ and bible-local/
- Add AGENTS.md for Codex with same structure

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 16:37:10 +03:00
parent 09593019b1
commit c5d253a9df
20 changed files with 26 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "bible"]
path = bible
url = https://git.mchus.pro/mchus/bible.git

11
AGENTS.md Normal file
View File

@@ -0,0 +1,11 @@
# Reanimator Core — Instructions for Codex
## Shared Engineering Rules
Read `bible/` — shared rules for all projects (CSV, logging, DB, tables, background tasks, code style).
Start with `bible/kit/patterns/` for specific contracts.
## Project Architecture
Read `bible-local/` — Reanimator Core specific architecture.
Read order: `bible-local/README.md``architecture/system-overview.md` → relevant files for the task.
Every architectural decision specific to this project must be recorded in `bible-local/decisions/`.

1
bible Submodule

Submodule bible added at 8f28cfeac2

View File

@@ -1 +1,11 @@
Read and follow `/Users/mchusavitin/Documents/git/core/bible/README.md` as the architecture source of truth.
# Reanimator Core — Instructions for Claude
## Shared Engineering Rules
Read [`bible/`](bible/) — shared rules for all projects (CSV, logging, DB, tables, background tasks, code style).
Start with [`bible/kit/patterns/`](bible/kit/patterns/) for specific contracts.
## Project Architecture
Read [`bible-local/`](bible-local/) — Reanimator Core specific architecture.
Read order: `bible-local/README.md``architecture/system-overview.md` → relevant files for the task.
Every architectural decision specific to this project must be recorded in `bible-local/decisions/`.