Refresh bundled orch skill assets
This commit is contained in:
@@ -211,6 +211,7 @@ Each skill bundle should:
|
|||||||
- own `SKILL.md`
|
- own `SKILL.md`
|
||||||
- own `agents/openai.yaml`
|
- own `agents/openai.yaml`
|
||||||
- own packaged runtime artifacts under `assets/`
|
- own packaged runtime artifacts under `assets/`
|
||||||
|
- refresh every affected bundled asset and user-facing `SKILL.md` example when a shared runtime changes behavior or CLI defaults
|
||||||
- optionally own references or templates required by the skill
|
- optionally own references or templates required by the skill
|
||||||
|
|
||||||
Each skill bundle should not:
|
Each skill bundle should not:
|
||||||
|
|||||||
Binary file not shown.
@@ -109,7 +109,7 @@ See:
|
|||||||
./assets/orch --db ./coord.db --json dispatch --run blog_mvp_001 --task T2 --execution-mode analysis --to qa-worker --body "Read the failing test logs and summarize the root cause." > /tmp/t2-dispatch.json
|
./assets/orch --db ./coord.db --json dispatch --run blog_mvp_001 --task T2 --execution-mode analysis --to qa-worker --body "Read the failing test logs and summarize the root cause." > /tmp/t2-dispatch.json
|
||||||
./assets/orch-worker-brief --dispatch-json /tmp/t2-dispatch.json --db ./coord.db > /tmp/t2-worker-brief.txt
|
./assets/orch-worker-brief --dispatch-json /tmp/t2-dispatch.json --db ./coord.db > /tmp/t2-worker-brief.txt
|
||||||
./assets/orch --db ./coord.db --json status --run blog_mvp_001
|
./assets/orch --db ./coord.db --json status --run blog_mvp_001
|
||||||
./assets/orch --db ./coord.db --json wait --run blog_mvp_001 --for task_blocked,task_done,task_failed --after-event 0 --timeout-seconds 900
|
./assets/orch --db ./coord.db --json wait --run blog_mvp_001 --for task_blocked,task_verifying,task_done,task_failed --after-event 0 --timeout-seconds 900
|
||||||
./assets/orch --db ./coord.db --json blocked --run blog_mvp_001
|
./assets/orch --db ./coord.db --json blocked --run blog_mvp_001
|
||||||
./assets/orch --db ./coord.db --json answer --run blog_mvp_001 --task T2 --body "MVP supports draft and published only."
|
./assets/orch --db ./coord.db --json answer --run blog_mvp_001 --task T2 --body "MVP supports draft and published only."
|
||||||
./assets/orch --db ./coord.db --json retry --run blog_mvp_001 --task T7a --to backend-worker --body "Retry after fixing the contract mismatch."
|
./assets/orch --db ./coord.db --json retry --run blog_mvp_001 --task T7a --to backend-worker --body "Retry after fixing the contract mismatch."
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user