@mmerterden/multi-agent-pipeline 10.7.0 → 10.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/README.md +56 -760
- package/package.json +1 -1
- package/pipeline/commands/multi-agent/autopilot.md +1 -1
- package/pipeline/commands/multi-agent/delete.md +4 -5
- package/pipeline/commands/multi-agent/dev-autopilot.md +1 -1
- package/pipeline/commands/multi-agent/dev-local-autopilot.md +1 -1
- package/pipeline/commands/multi-agent/dev-local.md +1 -1
- package/pipeline/commands/multi-agent/dev.md +1 -1
- package/pipeline/commands/multi-agent/local-autopilot.md +1 -1
- package/pipeline/commands/multi-agent/local.md +1 -1
- package/pipeline/commands/multi-agent/refs/phases.md +1 -1
- package/pipeline/commands/multi-agent/refs/picker-contract.md +6 -10
- package/pipeline/commands/multi-agent/refs/tracker-contract.md +0 -1
- package/pipeline/lib/ask-choice.sh +1 -1
- package/pipeline/scripts/gen-mode-dispatch.mjs +1 -1
- package/pipeline/skills/.skills-index.json +65 -20
- package/pipeline/skills/shared/README.md +1 -1
- package/pipeline/skills/shared/core/multi-agent-delete/SKILL.md +4 -4
- package/pipeline/skills/skills-index.md +24 -19
- package/pipeline/scripts/smoke-delete-flow.sh +0 -151
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,29 @@ Internal file-layout changes that don't affect the slash-command surface are sti
|
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
+
## [10.7.2] - 2026-07-02
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Swept the last adapter residue from the phase-tracker docs: the "Visual channel"
|
|
22
|
+
CLI list is now **Copilot CLI / plain shell** (Cursor / Windsurf / Cline dropped)
|
|
23
|
+
across every mode command + `tracker-contract` + `phases`. Design-lineage
|
|
24
|
+
citations ("Pattern source: Windsurf Cascade / Cursor Plan Mode") are kept —
|
|
25
|
+
they credit the plan-todos pattern's inspiration, not a supported runtime.
|
|
26
|
+
|
|
27
|
+
## [10.7.1] - 2026-07-02
|
|
28
|
+
|
|
29
|
+
Sweep residual adapter references left after the v10.7.0 removal.
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- Cleaned lingering Cursor / Antigravity / Codex / Copilot Chat mentions from
|
|
34
|
+
`picker-contract.md` (now Claude Code + Copilot CLI only), `delete` command +
|
|
35
|
+
skill, `shared/README`, `ask-choice.sh`, and the skills index. Deleted the
|
|
36
|
+
now-broken `smoke-delete-flow.sh` (it installed adapter targets that no longer
|
|
37
|
+
exist). `uninstall.mjs` keeps its legacy adapter-file cleanup for users who
|
|
38
|
+
still have old adapter installs.
|
|
39
|
+
|
|
17
40
|
## [10.7.0] - 2026-07-02
|
|
18
41
|
|
|
19
42
|
The pipeline targets **Claude Code + Copilot CLI only**. The Cursor / Antigravity / VS Code Copilot Chat / OpenAI Codex CLI adapters are removed.
|