Commit 1649ea9
fix(critical): _skillAction scoping — move to module scope
_skillAction was defined inside the /forge handler closure but called
from validateAndDeploy at module scope. Every skill approval (both
/forge approve and forge_approve_skill agent tool) would crash with
ReferenceError. Moved to module scope where bold/mono are available.1 parent 43913e1 commit 1649ea9
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
578 | 582 | | |
579 | 583 | | |
580 | 584 | | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| |||
0 commit comments