plugins/claude
Snider e3259257ac
feat(code): add /code:api for API client generation (#108)
Add API client generator command that:
- Parses Laravel routes file (routes/api.php)
- Generates TypeScript client with DTOs (--ts, default)
- Generates JavaScript client (--js)
- Generates OpenAPI 3.0 specification (--openapi)
- Supports apiResource routes

Migrated from core-claude PR #52.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 07:31:33 +00:00
..
api feat: /core:api generate API client from routes (#84) 2026-02-02 07:20:47 +00:00
ci feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00
code feat(code): add /code:api for API client generation (#108) 2026-02-02 07:31:33 +00:00
collect feat(collect): add Borg-powered collection commands 2026-02-02 00:22:19 +00:00
core feat: Implement /core:sync command (#98) 2026-02-02 07:28:16 +00:00
issue feat(plugin): add github issues integration (#69) 2026-02-02 07:14:21 +00:00
perf feat: /core:perf performance profiling helpers (#94) 2026-02-02 07:24:35 +00:00
qa feat(qa): add /core:qa command for iterative QA loop (#74) 2026-02-02 07:17:23 +00:00
review feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00
verify feat: add README and flesh out all plugins 2026-02-01 19:48:51 +00:00