From 85b2f6169ec8c219cc35bdefc5509e1cc3982221 Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Sun, 1 Mar 2026 16:57:52 +0300 Subject: [PATCH] =?UTF-8?q?Update=20bible=20paths=20kit/=20=E2=86=92=20rul?= =?UTF-8?q?es/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- AGENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..4660ad4 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,11 @@ +# PriceForge — 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/` — PriceForge specific architecture. +Read order: `bible-local/BIBLE.md` → relevant files for the task. + +Every architectural decision specific to this project must be recorded in `bible-local/history.md`.