Mathias Bergqvist
48d2d7dd73
fix: remove committed binary and stop leaking API key in prompt
...
Remove cmd/supervisor/supervisor binary from git (was accidentally
committed) and add it to .gitignore. Move LITELLM_API_KEY from the
prompt string into the subprocess env, preventing it from appearing
in error log output when JSON parsing fails.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-17 08:49:44 +02:00
Mathias Bergqvist
1f79cb6cef
feat: add TDD skill with red/green/refactor handlers
2026-04-17 07:44:04 +02:00
Mathias Bergqvist
8b3fd1d28b
fix: initialize tools slice to empty rather than nil in registry
2026-04-17 07:41:00 +02:00
Mathias Bergqvist
edf47af8cf
feat: add MCP HTTP server with JSON-RPC 2.0 transport
2026-04-17 07:40:57 +02:00
Mathias Bergqvist
4255514bab
feat: add skill registry with tool routing
2026-04-17 07:40:20 +02:00
Mathias Bergqvist
91b98aed34
feat: add executor that spawns claude and parses JSON result
2026-04-17 07:39:26 +02:00
Mathias Bergqvist
4c00b55ca5
feat: add model routing table with three-layer priority
2026-04-17 07:37:43 +02:00
Mathias Bergqvist
8b8ada2676
feat: add config package with env-var loading
2026-04-17 07:37:19 +02:00
Mathias Bergqvist
d3d81cab20
feat: add Result type with JSON schema and validation
2026-04-17 07:33:06 +02:00