spawn/cli/src
A a932bc3734
feat: store spawn history locally and repurpose spawn list (#486)
- Rename `spawn list` -> `spawn matrix` (alias: m) for the availability matrix
- New `spawn list` / `spawn ls` shows previously provisioned agents from ~/.spawn/history.json
- Support filtering: `spawn list -a <agent>`, `spawn list -c <cloud>`
- Auto-record each spawn with agent, cloud, timestamp, and prompt
- History path respects SPAWN_HOME env var for testability
- Bump CLI version to 0.2.44

Fixes #483

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-11 10:01:48 -08:00
..
__tests__ feat: store spawn history locally and repurpose spawn list (#486) 2026-02-11 10:01:48 -08:00
commands-logic.ts test: Add command logic tests and refactor for testability (#56) 2026-02-08 12:02:43 -08:00
commands.ts feat: store spawn history locally and repurpose spawn list (#486) 2026-02-11 10:01:48 -08:00
history.ts feat: store spawn history locally and repurpose spawn list (#486) 2026-02-11 10:01:48 -08:00
index.ts feat: store spawn history locally and repurpose spawn list (#486) 2026-02-11 10:01:48 -08:00
manifest.ts fix: improve error messages and UX consistency across CLI and shell scripts (#466) 2026-02-11 07:46:56 -08:00
security.ts fix: improve error messages with actionable guidance (#447) 2026-02-11 05:20:31 -08:00
unicode-detect.ts fix: Switch build target from node to bun to fix UTF-8 mojibake 2026-02-10 09:36:28 +00:00
update-check.ts fix: improve user-facing messages and error text across CLI and shell scripts (#464) 2026-02-11 07:26:00 -08:00