documentation: document ADR-019 docs-scope fatal preflight in README #291
Loading…
Reference in a new issue
No description provided.
Delete branch "documentation/2026-08-19/adr-019-preflight-readme-note"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Commits a missed README.md update that documents the ADR-019 docs-scope fatal
preflight (
checkDocsScopeIgnored). The content was originally produced bythe docs stage during run
20260819T023108Z-286but never made it into acommit — that same run hit the exact bug ADR-019 fixes (a local
.git/info/excludeentry coveringdocs/made the docs stage'sgit addfail atomically), and while
runDocsGit's discard-on-failure guard almostcertainly reverted the working tree cleanly at the end of that run, the
edit was reintroduced into this local clone by unrelated activity afterward
and never got committed.
What changed
README.md:may be covered by a git ignore source when the docs stage is enabled,
noting the
--no-docsescape hatch.preflight, run before any agent session starts.
Verification
AGENTS.mdandDESIGN.md— consistent with both.Related
a separate PR alongside the other previously-uncommitted docs).