Commit fb69c41
fix: create delegation_active flag when delegate skill runs
The flag was referenced by require_delegation.py to bypass blocking
for active delegations, but no code ever created it — the creation
logic was removed in v2.0.0. Now created in the PostToolUse hook
that already detects delegate invocations.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ddf797f commit fb69c41
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| |||
0 commit comments