You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| agent hooks support | v3.2.0 | shipped | First-class `hook` artifact type: generate `.github/hooks/<name>.json` from templates and track in manifest |
31
31
| optional orchestrated role pipeline | v3.2.0 | shipped |`planner` coordinator agent implemented with mode-aware generation; default mode is `agentic` (`manual` and `hybrid` also supported) |
32
-
| parallel workflow via DAG model |v3.3.0|shipped|`depends_on` DAG semantics shipped with validation and backward-compatible sequential defaults |
32
+
| parallel workflow via DAG model |t.b.d.|candidate|`depends_on` DAG semantics implemented in code; awaiting a release tag before being promoted to shipped|
33
33
| new skills (next batch) | t.b.d. | candidate |`spaces`: set up Copilot Spaces; `copilot-admin`: manage Copilot settings via `gh api`|
34
34
| team customization layer | t.b.d. | candidate | Deferred major update after VS Code-first model proves itself; custompacks, overlay merge rules, and install profiles all add major maintenance surface |
35
35
| multi-IDE support (IntelliJ first) | t.b.d. | candidate | Deferred until vstack proves stable in VS Code; likely a major follow-up because it needs separate targets, schemas, and more maintenance |
@@ -289,7 +289,7 @@ Not yet implemented (deferred to orchestrated pipeline milestone):
289
289
- Generator-level cross-role validation of input/output chains
290
290
- Central read-only contract export for external orchestrator consumption
291
291
292
-
### parallel workflow via DAG model [shipped — v3.3.0]
292
+
### parallel workflow via DAG model [candidate — t.b.d.]
Recent additions also covered malformed `depends_on` inputs at parse and validation time so the workflow DAG no longer degrades silently when config types are wrong.
0 commit comments