Files
bible/AGENTS.md
2026-04-02 13:48:36 +03:00

12 lines
548 B
Markdown

# Bible — Instructions for Codex
This repository is the shared engineering rules library for all projects.
Start with `AGENT-BOOTSTRAP.md`.
Do not read the whole repository by default. Read only the relevant contracts for the current task.
Rules live in `rules/patterns/` as `contract.md` files. When adding or updating a rule:
- Find the relevant existing contract and edit it, or create a new `rules/patterns/<topic>/contract.md`.
- Do not create rules outside `rules/patterns/`.
- Do not expand scope beyond engineering rules and patterns.