From 7f8491d197e592ebd913093ebf5b64a04d73c940 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Fri, 20 Feb 2026 15:39:00 +0300 Subject: [PATCH] docs(bible): require updates on user-requested commits --- bible/07-dev.md | 1 + bible/README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/bible/07-dev.md b/bible/07-dev.md index 2ad80d8..55d4fd9 100644 --- a/bible/07-dev.md +++ b/bible/07-dev.md @@ -71,6 +71,7 @@ The following components were **intentionally removed** and must not be brought - **Every architectural decision must be recorded in `bible/`** - The corresponding Bible file must be updated **in the same commit** as the code change +- On every user-requested commit, review and update the Bible in that same commit --- diff --git a/bible/README.md b/bible/README.md index 5c81eff..a33af2a 100644 --- a/bible/README.md +++ b/bible/README.md @@ -26,6 +26,8 @@ The single source of truth for architecture, schemas, and patterns. > configuration format, or any other system-level aspect — the corresponding `bible/` file > **must be updated in the same commit** as the code. > +> On every user-requested commit, the Bible must be reviewed and updated in that commit. +> > The Bible is the single source of truth for architecture. Outdated documentation is worse than none. > **Documentation language: English.**