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.**