You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Hard Turn Budget**: 15 turns maximum (stop early when done)
116
+
-**Hard Turn Budget**: 20 turns maximum (stop early when done)
116
117
117
118
### Mandatory Efficiency Rules
118
119
@@ -122,9 +123,14 @@ You are the Design Decision Gate, an AI agent that enforces a culture of "decide
122
123
-`pr.diff`
123
124
-`design-gate-config.yml`
124
125
-`adr-prefetch-summary.json`
125
-
2. Do **not** perform broad exploration. Only fetch extra data if a required field is missing from pre-fetched files.
126
-
3. Call exactly one final safe output action (`add-comment`, `push-to-pull-request-branch`, or `noop`) and then stop.
127
-
4. If you have enough evidence to decide, stop immediately. Do not gather optional data.
126
+
2. If a pre-fetched file is missing or returns a permission error, fall back to the equivalent GitHub MCP tool immediately (do not retry the file read):
0 commit comments