You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(skill): include widget subcommands in generated skill files (#519)
## Summary
- `extractRouteGroupCommands` only processed direct `Command` children,
skipping nested `RouteMap` entries like `dashboard > widget`
- Added recursion so nested route maps (e.g. `sentry dashboard widget
add/edit/delete`) are included in generated SKILL.md and reference files
- Regenerated skill files with the fix applied
## Test plan
- [x] `bun run typecheck` passes
- [x] `bun run lint` passes
- [x] `bun test test/lib/introspect.test.ts test/commands/dashboard/
test/commands/help.test.ts` — 95 tests pass
- [x] `bun run generate:skill` produces `dashboards.md` with widget
commands
- [x] SKILL.md includes `sentry dashboard widget add/edit/delete`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments