12 lines
535 B
Markdown
12 lines
535 B
Markdown
# 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/rules/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/`.
|