Commit 77bfadc
* chore(ai): forbid Agent/Task/Workflow fan-out tools in .claude settings-template deny (#13698)
Adds Agent/Task/Workflow to permissions.deny + an autoMode.hard_deny NL rule (mirroring the gh-pr-merge dual-guard) so the fan-out forbiddance propagates to every bootstrapped worktree/repo via template hydration. Fan-out spins fresh full-context agents — 100k to millions of tokens for zero value over the V-B-A tools (jq/grep/Read) — negative-ROI, drains the weekly limit. Operator-directed (@tobiu, 2026-06-21).
* chore(ai): name the correct V-B-A tools in the fan-out hard_deny (#13698)
The hard_deny entry mislabeled jq/grep/Read/Bash as THE V-B-A tools. The CORE V-B-A is ask_knowledge_base (the Knowledge Base) + /memory-mining (the Memory Core); neural-link verifies run-time state; jq/Read/grep are the file / use-case layer. Operator correction 2026-06-21.
---------
Co-authored-by: tobiu <tobiasuhlig78@gmail.com>
1 parent f8a0958 commit 77bfadc
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments