Add orch Markdown test-plan skeleton

This commit is contained in:
2026-03-19 16:00:11 +08:00
parent 7f3eb1c24b
commit dd8da4aa58
25 changed files with 724 additions and 4 deletions
+22
View File
@@ -0,0 +1,22 @@
# Orch Workflow Test Plan
## Scope
This document tracks cross-command scenarios where the main value is the interaction between multiple `orch` commands, and often between `orch` and `inbox`.
All examples assume:
- isolated temp database
- `orch --db TMPDIR/coord.db --json` is used consistently
- assertions follow the shared rules in [../_shared/README.md](../_shared/README.md)
## Current Status
No workflow case documents are authored yet.
Planned first workflow cases live in [../ROADMAP.md](../ROADMAP.md), starting with:
- `run-dispatch-reconcile-status-happy-path`
- `dependency-blocked-answer-resume-flow`
- `strict-worktree-dispatch-to-cleanup`
- `council-review-end-to-end`