KeiSeiKit-1.0/_primitives/_rust/kei-spawn/tests
Parfii-bot 6562b581f7 feat(w9d): kei-spawn drive subcommand + AnthropicDriver trait stub
kei-spawn drive <task.toml> internally calls spawn pipeline, emits
SpawnOutput JSON to stdout, returns exit 64 (NotImplemented) from
ManualDriver with stderr instruction to use manual Agent-tool path.

AnthropicDriver trait: ManualDriver (current) + HttpDriver (future
reqwest+tokio+KEI_ANTHROPIC_KEY). Extensibility preserved without
breaking-change deps.

Tests: 10/10 (was 6, +4: 2 drive unit + 2 drive_smoke binary integration).

Exit code contract: 0 success, 1 spawn-fail, 2 verify-fail, 64
NotImplemented (matches kei-runtime::invoke NotImplemented convention).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 13:34:16 +08:00
..
drive_smoke.rs feat(w9d): kei-spawn drive subcommand + AnthropicDriver trait stub 2026-04-23 13:34:16 +08:00
spawn_smoke.rs feat(sp1): NEW kei-spawn crate — automation envelope 2026-04-23 10:21:45 +08:00