From 78e6f96cb666ec2bea007a8ae1d6c40925aefd87 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 18 Jul 2026 16:51:24 -0400 Subject: [PATCH] Opt siren-node into auto-merge for docs-category changes (Project Rocky) Narrow first opt-in: enabled for the 'docs' risk category only; auth/payments/ migrations/security always route to a human. Deny-by-default everywhere else. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_0138jQKyzwyDfEbbAeMmYNnL --- navigator.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/navigator.yaml b/navigator.yaml index def5a53..4adbde7 100644 --- a/navigator.yaml +++ b/navigator.yaml @@ -14,3 +14,9 @@ knowledgeDependencies: - global-integration-testing-standards-introduction - global-e2e-testing-standards-introduction - global-pattern-decidability-doctrine + +autoMerge: + enabled: true + rubric: global-auto-merge-review-rubric + allowedCategories: [docs] # narrow first opt-in; widen as trust builds + alwaysHuman: [payments, migrations, auth, security]