mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-05 23:50:48 +00:00
Autonomous refactoring: 5 rounds, ~1,400 lines eliminated, production-ready
Five rounds of autonomous AI agent team refactoring with security fixes, code consolidation, and expanded test coverage.
This commit is contained in:
parent
6ac59e6bb3
commit
3fb2e77b03
47 changed files with 2882 additions and 1853 deletions
|
|
@ -7,6 +7,7 @@
|
|||
"install": "curl -fsSL https://claude.ai/install.sh | bash",
|
||||
"launch": "claude",
|
||||
"env": {
|
||||
"OPENROUTER_API_KEY": "${OPENROUTER_API_KEY}",
|
||||
"ANTHROPIC_BASE_URL": "https://openrouter.ai/api",
|
||||
"ANTHROPIC_AUTH_TOKEN": "${OPENROUTER_API_KEY}",
|
||||
"ANTHROPIC_API_KEY": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue