From c8f072661fcc01c0a77b2172fef43efff128bc6d Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Fri, 12 Jun 2026 09:44:40 +0300 Subject: [PATCH] Route every contract from the bootstrap Add bom-decomposition and secret-management router entries, promote git-sync-check to the always-on set, and move secret-management out of always-on since it only matters when touching credentials or config. Co-Authored-By: Claude Fable 5 --- AGENT-BOOTSTRAP.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AGENT-BOOTSTRAP.md b/AGENT-BOOTSTRAP.md index 6534dc4..5f8d73a 100644 --- a/AGENT-BOOTSTRAP.md +++ b/AGENT-BOOTSTRAP.md @@ -23,8 +23,8 @@ Read these on most tasks: - `bible/rules/patterns/module-structure/contract.md` - `bible/rules/patterns/task-discipline/contract.md` - `bible/rules/patterns/testing-policy/contract.md` -- `bible/rules/patterns/secret-management/contract.md` - `bible/rules/patterns/go-code-style/contract.md` +- `bible/rules/patterns/git-sync-check/contract.md` ## Task Router @@ -52,6 +52,10 @@ Read additional contracts by task type: `release-signing` - Identifiers, vendors, data normalization: `identifier-normalization`, `no-hardcoded-vendors` +- BOM rows, component/LOT mappings: + `bom-decomposition` +- Secrets, credentials, config with sensitive values: + `secret-management` - Project architecture documentation rules: `go-project-bible`