swactor/crates/mvp-system
Zachery Aaron Shores-Chmielewski f66c5b0d2e feat: verification gate for N pipeline stage deployment
Lift the VastAI two-stage cap and let mvp-chat-check drive an arbitrary N-stage deployment through a new --pipeline-stages flag.

- orchestrator_app: remove the provider=vastai >2 stage cap and replace the two-stage plan test with an eight-stage plan test (8 specs, no mounts, remote GGUF, max-context).
- xtask: refactor scenario parsing into MvpChatCheckInvocation carrying an optional pipeline_stages, parse a `--pipeline-stages n` flag (rejecting 0/missing values), and default multinode/docker to 2 while VastAI uses the explicit count.
- xtask: thread the invocation through run_mvp_chat_check/run_mvp_chat_check_process and update the usage text and scenario tests (including `--vastai --pipeline-stages 8`).
- gitignore: ignore .deployment-notes/.

Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-07-25 11:42:29 +04:00
..
specs feat: mvp-chat multinode docker test with network masking 2026-07-23 14:58:03 +04:00
src feat: verification gate for N pipeline stage deployment 2026-07-25 11:42:29 +04:00
tests feat: mvp-chat benchmarking 2026-07-23 09:35:04 +04:00
Cargo.toml feat(mvp-system): working mvp-chat over edge transport 2026-07-22 11:50:53 +04:00