-
Notifications
You must be signed in to change notification settings - Fork 2
feat(orchestration): Phase 7 — documentation + full feature flag #1242
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestorchestrationTask orchestration / DAG schedulingTask orchestration / DAG scheduling
Description
Parent: #1235
Blocked by: #1240
Summary
Complete documentation, add to full feature set, end-to-end integration test.
Branch: feat/m33/orchestration-docs
Deliverables
New files
docs/src/advanced/task-orchestration.md— user documentation
Modified files
docs/src/SUMMARY.md— add task orchestration chapter- Root
Cargo.toml— addorchestrationtofullfeature list CHANGELOG.md— document new feature- Root
README.md— mention orchestration capability
Documentation contents
- Overview: what task orchestration does
- Quick start:
/plancommand usage - Config reference: all
[orchestration]options - DAG concepts: tasks, dependencies, failure strategies
- Examples: simple goal → DAG → execution
- Limitations: no nested sub-graphs, no dynamic re-planning
Tests (~5)
- Integration test: end-to-end plan → execute → aggregate (MockProvider)
- Feature flag: compiles without
orchestrationfeature - Feature flag: compiles with
orchestrationfeature - Feature flag:
/plancommand unavailable when disabled
Dependencies
Blocked by: Phase 5 (#1240)
Can run in parallel with: Phase 6 (#1241)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestorchestrationTask orchestration / DAG schedulingTask orchestration / DAG scheduling