@mmerterden/multi-agent-pipeline 16.2.0 → 16.2.1
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
CHANGED
|
@@ -16,6 +16,12 @@ Internal file-layout changes that don't affect the slash-command surface are sti
|
|
|
16
16
|
|
|
17
17
|
## [Unreleased]
|
|
18
18
|
|
|
19
|
+
## [16.2.1] - 2026-08-24
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- **Both READMEs credited Phase 1 to Opus.** The explorer persona has run on `sonnet` since it was retuned, with a rationale in its own frontmatter saying sonnet matches opus on file inventory and dependency graphs at a fraction of the cost. The phase doc carried the same leftover in an `explorer/Opus` reference. A model name in a README is the kind of claim nobody re-derives, so it stays wrong until someone reads the persona file.
|
|
24
|
+
|
|
19
25
|
## [16.2.0] - 2026-08-23
|
|
20
26
|
|
|
21
27
|
The analysis subsystem said things its gate did not enforce. `locked.md` carries 31 decisions; four of them ended with the sentence "fails the dispatch gate", and the dispatch gate implemented none of the four. This release makes three of them true and pulls the fourth back to what actually happens.
|
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ Update later with `/multi-agent:update`. Uninstall (tokens preserved) with `npx
|
|
|
53
53
|
One command runs 8 phases, with a gate between the risky ones:
|
|
54
54
|
|
|
55
55
|
- **0 · Init** - parse the input (Jira id / GitHub URL / free text), pick account + repo(s), fetch the issue, run a maturity check.
|
|
56
|
-
- **1 · Analysis** - detect the stack, scan the codebase, map impact (
|
|
56
|
+
- **1 · Analysis** - detect the stack, scan the codebase, map impact (Sonnet).
|
|
57
57
|
- **2 · Plan** - write a task breakdown and **stop for your approval** before touching code.
|
|
58
58
|
- **3 · Dev** - TDD: failing test → code → green, following the repo's style + the active stack skills.
|
|
59
59
|
- **4 · Review** - deterministic gates (build / lint / test / secret-scan) must pass first, then a **CLI-aware parallel review** - Claude Code runs 2 models (Fable + Sonnet), Copilot CLI runs 3 (GPT-5.4 + Opus + Sonnet) - and a **Fable triage** keeps only actionable findings; blockers loop back to Phase 3.
|
package/README.tr.md
CHANGED
|
@@ -53,7 +53,7 @@ Sonra `/multi-agent:update` ile güncelle. Kaldırmak için (tokenlar korunur) `
|
|
|
53
53
|
Tek komut 8 fazı çalıştırır, riskli olanlar arasında bir kapı ile:
|
|
54
54
|
|
|
55
55
|
- **0 · Init** - girdiyi ayrıştır (Jira id / GitHub URL / serbest metin), hesap + repo(lar) seç, issue'yu çek, maturity kontrolü yap.
|
|
56
|
-
- **1 · Analysis** - stack'i tespit et, codebase'i tara, etkiyi haritala (
|
|
56
|
+
- **1 · Analysis** - stack'i tespit et, codebase'i tara, etkiyi haritala (Sonnet).
|
|
57
57
|
- **2 · Plan** - bir görev kırılımı yaz ve koda dokunmadan önce **onayın için dur**.
|
|
58
58
|
- **3 · Dev** - TDD: başarısız test → kod → yeşil, repo'nun stiline + aktif stack skill'lerine uyarak.
|
|
59
59
|
- **4 · Review** - önce deterministik kapılar (build / lint / test / secret-scan) geçmeli, sonra bir **CLI-farkında paralel review** - Claude Code 2 model çalıştırır (Fable + Sonnet), Copilot CLI 3 (GPT-5.4 + Opus + Sonnet) - ve bir **Fable triage** sadece aksiyon alınabilir bulguları tutar; blocker'lar Phase 3'e geri döner.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmerterden/multi-agent-pipeline",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.1",
|
|
4
4
|
"description": "8-phase AI development pipeline with full orchestration on Claude Code, Copilot CLI and Codex CLI. Analysis, planning, TDD, CLI-aware parallel review with consensus surfacing + Fable triage, default-FAIL evidence gates, secret + intent guards, per-phase cost ledger, persistent learnings memory, wiki generation, commit automation. Token-preserving uninstall.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -208,7 +208,7 @@ Log: "Phase 1: Analysis - stack:{detectedStack} | {N} files identified, {summa
|
|
|
208
208
|
|
|
209
209
|
#### Telemetry - token forwarding
|
|
210
210
|
|
|
211
|
-
Forward the explorer
|
|
211
|
+
Forward the explorer call's token totals into the tracker so Phase 7's Cost Breakdown captures Phase 1:
|
|
212
212
|
|
|
213
213
|
```bash
|
|
214
214
|
LOG_METRIC_FORWARD_TO_TRACKER=1 $HOME/.claude/scripts/log-metric.sh "$TASK_ID" 1 analysis.completed \
|