feat: add sandbox-daemon agent management

This commit is contained in:
Nathan Flurry 2026-01-25 00:13:46 -08:00
parent 30a66a7e1c
commit 55c45bfc12
11 changed files with 2242 additions and 0 deletions

3
spec/im-not-sure.md Normal file
View file

@ -0,0 +1,3 @@
# Open Questions
- None yet.

5
spec/required-tests.md Normal file
View file

@ -0,0 +1,5 @@
# Required Tests
- `test_agents_install_version_spawn` (installs, checks version, spawns prompt for Claude/Codex/OpenCode; Amp spawn runs only if `~/.amp/config.json` exists)
- daemon http api: smoke tests for each endpoint response shape/status
- cli: subcommands hit expected endpoints and handle error responses