Commit 65b0e4a
fix: remove stale publishing triggers from extension-model skill (#1172)
## Summary
- Removes publishing-related trigger phrases ("push extension", "publish
extension", "extension push", "release extension", "bump version",
"publish to registry", "prepare for publishing") from the
`swamp-extension-model` skill description
- These phrases belong exclusively to `swamp-extension-publish` and were
causing ambiguity in trigger routing
- The trigger evals already correctly marked these queries as
`should_trigger: false`, but the description still advertised them
- Checked all other extension skills (vault, datastore, driver, report)
— none have this issue
## Test Plan
- [x] `deno fmt --check` passes
- [x] `deno lint` passes
- [x] `deno run test` passes (4310 tests)
- [x] Verified other extension skills don't have stale publishing
triggers
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b2cb14c commit 65b0e4a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments