Commit 43ab740
fix: correct vacuous-gate detection, import path, test mock, and symbol count
- Fix _is_vacuous_gate to skip the gate step itself when scanning for live
capability references (gate_backend_write references its own capability
ingredient in with_args, which was falsely preventing vacuous detection)
- Fix import path violation: use autoskillit.core gateway instead of
autoskillit.core.types subpackage directly
- Fix deferred-recall test: add AsyncMock for ctx.disable_components to
prevent "MagicMock can't be used in await" error
- Update symbol count from 93 to 94 for new CAPABILITY_INGREDIENT_TO_SKIP_GUARD
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a8c6660 commit 43ab740
3 files changed
Lines changed: 8 additions & 6 deletions
File tree
- src/autoskillit/recipe
- tests
- arch
- server
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
203 | | - | |
204 | | - | |
| 204 | + | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | 280 | | |
280 | 281 | | |
| |||
0 commit comments