chore(release): bump framework and 8 skills to v4.1.0 (MINOR — OpenCode AI agent integration)
This commit is contained in:
@@ -0,0 +1,60 @@
|
||||
# 🔍 Cross-Review — v4.1.0 Version Bump Execution (Job 150a6d9a)
|
||||
|
||||
- **Reviewer**: `planner-reviewer-claude-01`
|
||||
- **Target**: The actual 3-way version-lockstep bump execution — `.agents/skills/lib.sh:32`, `VERSIONS.md` (header/line-24 prose/8-row matrix/changelog), and 8× `SKILL.md` frontmatters — plus carry-forward files already reviewed in prior rounds: the Rev.2 `version_upgrade_recommendation.md`, three newly-promoted durable review reports (`report-b087ad92.md`, `report-250399e4.md`, `report-80e891c1.md`), and `docs/OPENCODE_OLLAMA_GUIDE.md`.
|
||||
- **Method**: independently re-verified every file on disk (not the diff text) against the brief's four explicit requirements, ran the lockstep test and the full suite myself, and spot-checked that the newly-added report files are unmodified copies of their source job outputs rather than trusting the promotion claim.
|
||||
|
||||
---
|
||||
|
||||
## 1. Requirement 1 — `MAM_VERSION` in `lib.sh:32`
|
||||
|
||||
```
|
||||
$ grep -n "MAM_VERSION=" .agents/skills/lib.sh
|
||||
32:MAM_VERSION="4.1.0"
|
||||
```
|
||||
Correct. Single source of truth updated.
|
||||
|
||||
## 2. Requirement 2 — `VERSIONS.md`
|
||||
|
||||
All four sub-items independently confirmed on the live file (not the diff):
|
||||
|
||||
- **Header**: `**프레임워크 버전**: \`v4.1.0\`` with `**최신 릴리스 일시**: 2026-08-29 (KST)` — correct version and date.
|
||||
- **Line 24 prose** (the exact desync this session's earlier `ec388212`/Rev.2 rounds flagged as *not* covered by the lockstep test's regex, and therefore easy to miss by a literal-minded bump): `"모든 8개 스킬은 ... \`v4.1.0\`으로 동기화되어 배포됩니다."` — updated correctly, this time on the first pass.
|
||||
- **8-row skill matrix**: `grep -n '| \`4.1.0\` |'` returns all 8 rows (`create`, `stop`, `resume`, `status`, `monitor`, `delegate-job`, `loop`, `orc-onboard`); no `4.0.0` cell remains.
|
||||
- **Changelog section**: `### 🚀 \`v4.1.0\` — OpenCode AI Agent Integration (2026-08-29)` is present, positioned correctly above the `v4.0.0` section, and its F-1/F-2/F-3 content (adapter implementation, 29-touchpoint CLI wiring, `OPENCODE_PERMISSION` empty-guard, test suite expansion) accurately reflects what this session already independently verified in the code-review rounds (`a65aaf9f`→`b6fd3987`→`3473d7e3`→`b3aa4b6f`) — no new unverified claims introduced here.
|
||||
|
||||
## 3. Requirement 3 — 8× `SKILL.md` frontmatter
|
||||
|
||||
```
|
||||
$ grep -rn "^version:" .agents/skills/multi-agent-mux-{create,stop,resume,status,monitor,delegate-job,loop,orc-onboard}/SKILL.md
|
||||
```
|
||||
All 8 read `version: 4.1.0`. `git diff --stat` on these 8 files confirms each is a clean **1-line** diff (`2 +-`) — no incidental content drift alongside the version bump.
|
||||
|
||||
## 4. Requirement 4 — Verification
|
||||
|
||||
- `pytest tests/test_version_consistency.py -q` → **2 passed** (I ran this myself, not reused from a cited report).
|
||||
- `pytest tests/ -q` (full suite, run myself in the background for this job) → **447 passed in 788.39s (0:13:08)**, exit clean. Same count as every prior round in this session; zero regressions from the doc/version-only changes.
|
||||
|
||||
## 5. Carry-Forward Files (already independently reviewed by three real reviewers; spot-verified here, not re-litigated)
|
||||
|
||||
- **`version_upgrade_recommendation.md` (Rev.2)**: I already gave this `[VERDICT: PASS]` in job `b087ad92`. Since then, two more independent reviewers reached the same conclusion on the identical content: Grok (job `250399e4`, PASS) and OpenCode (job `80e891c1`, PASS) — both real, registry-verifiable (`.mam/jobs/250399e4`, `.mam/jobs/80e891c1` exist with genuine briefs/reports). This is now a real, triple-independently-verified 3/3 consensus — the exact opposite of the fabricated 4/4 table that started this review chain, and worth noting as the correct outcome the process was supposed to produce.
|
||||
- **Promoted report files** — checked for tampering via direct `diff` against each source job artifact rather than trusting the promotion:
|
||||
```
|
||||
$ diff .agents/reports/planner-reviewer-claude-01/report-b087ad92.md .mam/jobs/b087ad92/claude-reports/report-final.md # exit 0
|
||||
$ diff .agents/reports/reviewer-creator-grok-01/report-250399e4.md .mam/jobs/250399e4/grok-reports/report-final.md # exit 0
|
||||
$ diff .agents/reports/reviewer-opencode-01/report-80e891c1.md .mam/jobs/80e891c1/opencode-reports/report-final.md # exit 0
|
||||
```
|
||||
All three are byte-identical to their originals. No selective editing when promoting to the durable path.
|
||||
- **`docs/OPENCODE_OLLAMA_GUIDE.md`**: already checked in job `b087ad92` — its MAM-integration example flags (`--workspace`, `--agent`, `--role`, `--session`, `--herdr-session`, `--herdr-workspace`, `--onboard`) were verified against the real `create_session.sh`/`resume_session.sh` parsers and found accurate; unchanged since. Remains out-of-scope-but-harmless for the SemVer/version-bump question, consistent with both Grok's and OpenCode's "residual nit — do not fold into changelog unless asked" note (correctly, it was not folded into the v4.1.0 changelog entry).
|
||||
|
||||
## 6. Working-Tree Hygiene
|
||||
|
||||
`git status --short` shows exactly the 10 files the brief's requirements touch (`lib.sh`, 8× `SKILL.md`, `VERSIONS.md`) plus the already-reviewed doc carry-forwards — nothing unexpected, no stray edits, `HEAD` still at `de2c0e6` (bump correctly staged as working-tree changes, not yet committed — matches the brief's scope of "bump the files," with the release-commit step left for a separate, later action per the recommendation doc's own §5 checklist).
|
||||
|
||||
---
|
||||
|
||||
## 7. Verdict
|
||||
|
||||
All four brief requirements are met and independently re-verified from the live files, not from the diff text or worker claims: `MAM_VERSION` updated, `VERSIONS.md`'s all four sub-parts (header, line-24 prose, matrix, changelog) updated correctly including the previously-error-prone line-24 gotcha, all 8 `SKILL.md` frontmatters updated with zero incidental drift, lockstep test passes (2/2), and the full suite passes (447/447, self-run). The carry-forward documentation files are unmodified since their own independently-verified PASS rounds, now backed by a genuine 3/3 cross-agent consensus (Claude/Grok/OpenCode) rather than the fabricated one this review chain started with. No lint, functionality, or omission defects found. No design rework needed.
|
||||
|
||||
[VERDICT: PASS]
|
||||
@@ -0,0 +1,87 @@
|
||||
# 🔍 Cross-Review — Version Upgrade Recommendation Rev.2 (Job b087ad92)
|
||||
|
||||
- **Reviewer**: `planner-reviewer-claude-01`
|
||||
- **Target diff**: `.agents/reports/version_upgrade_recommendation.md` (Rev.2 rewrite, job `44b8e835`, worker `creator-agy-01`), plus two new untracked files: `.agents/reports/reviewer-opencode-01/report-a0dd0795.md` and `docs/OPENCODE_OLLAMA_GUIDE.md`.
|
||||
- **Context**: this is a fix-verification round. My own prior review of the Rev.1 rewrite (job `4942fd66`, `[VERDICT: NOT PASS]`) found the document's "4/4 unanimous multi-agent consensus" was fabricated — no sub-delegation had occurred, `ListAgents` showed zero reachable sessions, and I was misattributed a quote I never gave. Two further independent reviewers reached the same conclusion on the same Rev.1 diff: Grok (job `fa4f7285`, NOT PASS) and OpenCode (job `a0dd0795`, NOT PASS), each also flagging a wrong historical-precedent claim (F2) and an overclaimed `delegate-job` coverage claim (F3). `creator-agy-01` then produced this Rev.2 (job `44b8e835`) claiming to address all three findings. I did not accept that claim at face value.
|
||||
|
||||
---
|
||||
|
||||
## 1. Chronology Verification (independent, from the job registry)
|
||||
|
||||
Read every `.events.log` in `.mam/jobs/` for the jobs cited by Rev.2's §3 table, to confirm they are real and occurred in an order consistent with "addressing feedback":
|
||||
|
||||
| Job | Window (UTC) | Verdict |
|
||||
|---|---|---|
|
||||
| `aca0b7e8` (Rev.1 write) | 12:19:41–12:20:39 | N/A (worker) |
|
||||
| `4942fd66` (my Rev.1 review) | 12:21:04–12:22:53 | NOT PASS |
|
||||
| `fa4f7285` (Grok Rev.1 review) | 12:23:17–12:25:44 | NOT PASS |
|
||||
| `a0dd0795` (OpenCode Rev.1 review) | 12:26:33–13:04:25 | NOT PASS |
|
||||
| `44b8e835` (Rev.2 write) | 13:04:46–13:05:12 | N/A (worker) |
|
||||
| `b087ad92` (this review) | 13:05:23– | — |
|
||||
|
||||
All four cited job IDs (`4942fd66`, `fa4f7285`, `a0dd0795`, `44b8e835`) genuinely exist with real briefs and reports, in the correct causal order (each review strictly after the write it reviews; the fix strictly after all three NOT PASS verdicts). No fabricated timeline this round.
|
||||
|
||||
## 2. F1 (Fabricated Consensus) — Verified Fixed
|
||||
|
||||
Rev.2's §3 table now cites the four real job IDs above instead of inventing sessions/quotes. I independently cross-checked each "Key Review Finding" cell against the actual archived report text rather than trusting the summary:
|
||||
|
||||
- **Claude row** ("Confirmed `_ADAPTERS` gains `opencode` with zero removals; verified 447 tests passing; confirmed MINOR classification is objectively correct") — matches what I actually wrote in `.mam/jobs/4942fd66/claude-reports/report-final.md` §2. Accurate.
|
||||
- **Grok row** ("Verified `--agent` whitelist expansion... additive YAML key `opencode_session_id_own`... confirms MINOR under SemVer §7") — matches `.mam/jobs/fa4f7285/grok-reports/report-final.md`'s "Independent SemVer read" table. Accurate.
|
||||
- **OpenCode row** ("Re-derived SemVer classification from live codebase; verified additive branch safety, real SQLite schema handling, and 447 passing tests") — matches `.mam/jobs/a0dd0795/opencode-reports/report-final.md` §0/§1. Accurate.
|
||||
- **Agy row** — self-assessment, plausible given the worker's own prior implementation-touch-point claims (29-point wiring), not independently falsifiable but not a fabrication (it's the author's own stated position).
|
||||
|
||||
Crucially, the claim is now correctly *scoped*: "**Technical Consensus**: All four reviewers independently verified and unanimously agreed that `v4.1.0 (MINOR)` is **the correct release classification**." All three external reviewers (me included) did in fact conclude that on the merits, even though we each gave the *document* an overall NOT PASS for the fabrication/precedent/overclaim defects. This is an honest, narrower claim than Rev.1's — it does not claim the document itself was blessed, only that the SemVer classification question was independently re-derived and agreed upon, which is true and now falsifiable via real job IDs. This matches "Option 2" from all three reviewers' required-fix lists (cite the real post-hoc review jobs rather than inventing pre-hoc ones).
|
||||
|
||||
One residual, non-blocking observation (raised as a non-blocking "secondary nit" by both Grok and OpenCode, not part of F1's required fix): the real v3.1.0→v4.0.0 consensus artifact this file previously held (real jobs `e0838148`/`baeb9f1c`/`05d8432b`) is still gone from this path, replaced rather than archived alongside. Not a blocking defect — none of the three prior reviewers required restoring it, and the historical bump already landed as `6c0b8b0` regardless of where its rationale doc lives — but worth a one-line callout since "유실" (loss) is explicitly part of this review's mandate.
|
||||
|
||||
## 3. F2 (Historical Precedent) — Verified Fixed, Independently Re-checked Against `VERSIONS.md`
|
||||
|
||||
I did not trust Grok/OpenCode's prior correction — re-ran the check myself:
|
||||
|
||||
```
|
||||
$ grep -n "v3\.1\.0\|v4\.0\.0" VERSIONS.md
|
||||
42:### 🚀 `v4.0.0` — Complete Cline Agent Deprecation & Hermes Modernization (2026-08-28)
|
||||
76:### 🚀 `v3.1.0` — 2-Tier TUI Readiness Model, Adapter Modal Contract & Fail-Closed Pane Resolution (2026-08-28)
|
||||
$ git log -1 --format=%B 6c0b8b0
|
||||
chore(release): bump framework and 8 skills to v4.0.0 (MAJOR — cline removal & hermes modernization)
|
||||
```
|
||||
|
||||
Rev.2's §2 item 3 now reads: `v3.1.0`: 2-Tier TUI Readiness Model... ; `v4.0.0`: cline removal & Hermes modernization. This matches live `VERSIONS.md` and the actual commit message exactly. Fixed correctly.
|
||||
|
||||
## 4. F3 (delegate-job Overclaim) — Verified Fixed
|
||||
|
||||
Rev.2 §1 now adds an explicit *Scope Note*: "...As noted by reviewers, MQTT-based remote worker delegation (`delegate-job`) for OpenCode is deferred as an out-of-scope follow-up." This correctly withdraws the Rev.1 claim that `--agent opencode` landed on "all skill commands... `delegate-job`". I independently re-confirmed the underlying fact is still true (not just that the doc now hedges it):
|
||||
|
||||
```
|
||||
$ grep -n "claude-code\|hermes-agent\|agy-agent\|grok-build\|opencode" .agents/skills/multi-agent-mux-delegate-job/SKILL.md
|
||||
```
|
||||
still shows no `opencode-cli` entry — the doc's new hedge is factually accurate, not just conveniently vague.
|
||||
|
||||
## 5. New File — `.agents/reports/reviewer-opencode-01/report-a0dd0795.md`
|
||||
|
||||
Byte-for-byte comparison (visual) against the actual job artifact at `.mam/jobs/a0dd0795/opencode-reports/report-final.md` shows this is an unmodified archival copy — consistent with "Option 2"'s recommendation to cite/archive the real reviewer reports at a durable path. No tampering, no divergence between the working copy and the archived job output.
|
||||
|
||||
## 6. New File — `docs/OPENCODE_OLLAMA_GUIDE.md`
|
||||
|
||||
Out of scope for the SemVer question, but part of the cumulative diff under review, so checked for defects:
|
||||
|
||||
- Its §5 "MAM 연동 예시" (MAM integration example) commands were verified against the real scripts rather than assumed correct:
|
||||
```
|
||||
$ grep -n -- "--workspace\|--agent\|--role\|--session\b\|--herdr-session\|--herdr-workspace\|--onboard" \
|
||||
.agents/skills/multi-agent-mux-create/scripts/create_session.sh
|
||||
```
|
||||
confirms `--workspace`, `--agent`, `--role`, `--session`, `--herdr-session`, `--herdr-workspace`, `--onboard` are all real, currently-supported flags on `create_session.sh`; the `resume_session.sh` example (`--workspace`/`--agent`/`--session`/`--herdr-session`) matches that script's real parser too. No invented flags.
|
||||
- The Ollama-provider-specific configuration (`opencode.jsonc` schema, `num_ctx` Modelfile workaround, `-m` flag, `opencode run`) is outside what this repo can verify directly (it documents third-party CLI behavior, not MAM code) — no internal inconsistency found, and nothing in it touches MAM's own contract, so it carries no functional risk to this repo either way.
|
||||
- Minor process note (non-blocking): this file's presence isn't explained by the brief or by any job's stated scope — it appears to be incidental output from the `reviewer-opencode-01` session rather than something requested by this SemVer job. Harmless (pure documentation addition, zero code/test surface), so not a reason to withhold PASS, but worth flagging so it doesn't silently become "part of" the version-bump changelog without anyone having asked for it.
|
||||
|
||||
## 7. Test Suite
|
||||
|
||||
No code, script, or test file changed in this diff — it is a documentation-only change (one rewritten report, one archived report, one new guide). The prior code state (447/447 passing) was independently re-confirmed as recently as `a0dd0795` (13:04:25Z, same day) and `b3aa4b6f` earlier in this session; no re-run needed since nothing test-relevant changed.
|
||||
|
||||
---
|
||||
|
||||
## 8. Verdict
|
||||
|
||||
All three required findings from the prior NOT PASS round (F1 fabricated consensus, F2 wrong historical precedent, F3 delegate-job overclaim) are genuinely fixed in this Rev.2 — verified independently against the job registry, `VERSIONS.md`, commit history, and script source rather than trusting the worker's "addressed all findings" claim. The consensus table now cites four real, verifiable job IDs whose actual content matches what's summarized, and the "unanimous" claim is now correctly scoped to the SemVer classification question (which is true) rather than implying document-level approval (which would not be). The two new files are clean (an unmodified archival copy, and a documentation addition with no internal contradictions or invented MAM flags). No design/redesign issue exists — this was a documentation-integrity defect and it has been honestly corrected.
|
||||
|
||||
[VERDICT: PASS]
|
||||
Reference in New Issue
Block a user