@mstar-harness/opencode 3.2.4 → 3.2.5

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
@@ -6,6 +6,16 @@ The monorepo root [CHANGELOG.md](../../CHANGELOG.md) summarizes cross-surface re
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.2.5] - 2026-08-24
10
+
11
+ ### Bundled harness skills (`harness-skills/` at publish)
12
+
13
+ - **PR deep-review lists every finding by default**: the `[full]` flag is removed from `/pr-deep-review` — complete findings (all merge classes, nits included) are now always listed in the chat output and GitHub Review; nothing is truncated. README command signature updated.
14
+
15
+ - Version alignment with harness **3.2.5** (no OpenCode package API change).
16
+
17
+ See root [CHANGELOG.md](../../CHANGELOG.md) **3.2.5**.
18
+
9
19
  ## [3.2.4] - 2026-08-24
10
20
 
11
21
  ### Bundled harness skills (`harness-skills/` at publish)
@@ -2,7 +2,7 @@
2
2
  name: pr-deep-review
3
3
  description: Use when asked to deeply review a pull request, branch, or diff before merge — deciding whether a change is safe to ship with evidence-backed findings, rather than a shallow "looks good" pass. Produces a `ship it` / `needs fixes` / `blocked` verdict. Also for a batch of sibling PRs. Do not use for self-checking a change you just authored.
4
4
  agent: project-manager
5
- input: "[pr|branch|scope] [full]"
5
+ input: "[pr|branch|scope]"
6
6
  ---
7
7
 
8
8
  # Deep PR Review
@@ -87,7 +87,7 @@ Then open cited code yourself and dispose by-design / mis-attributed / duplicate
87
87
  ## Verdict synthesis
88
88
 
89
89
  - Order findings by impact-if-shipped; no padding, no invented requirements, no style grading.
90
- - List **every** `must-fix` and `should-fix` finding — the default top 1–3 cut (unless `full`) applies to nits only, and truncated nits are summarized in the display line (§ Output shape / Display contract).
90
+ - List **every** accepted finding — `must-fix`, `should-fix`, and nits alike; nothing is truncated.
91
91
  - The verdict is **derived from the tally, not chosen**: classify every accepted finding (§ Merge class) → apply leftover `unmet` AC increments if any (§ Linked-issue hygiene) → apply **Verdict-from-tally** (§ Tally and derived score) → emit that one token. The reviewer does not pick a verdict by vibe.
92
92
  - Exactly one verdict:
93
93
  - `ship it` — evidence-backed, safe to ship.
@@ -250,7 +250,7 @@ The posted review body is a three-section report. Section order fixed; omit a su
250
250
 
251
251
  ### Findings
252
252
 
253
- <Ranked findings (§ List cut). Each finding keeps its normal format — title, evidence (`file:line`), impact, **Merge class**, **Confidence**, fix sketch — with its class emoji prefixing the title.>
253
+ <Ranked findings. Each finding keeps its normal format — title, evidence (`file:line`), impact, **Merge class**, **Confidence**, fix sketch — with its class emoji prefixing the title.>
254
254
 
255
255
  ### Linked-issue AC
256
256
 
@@ -353,6 +353,3 @@ Then ranked findings / leftover AC summary. Do not put `score_pct%` on the `- ve
353
353
 
354
354
  The GitHub Review `body` no longer uses the two-line header — it follows § Report template, whose Verdict section carries the same facts structured (verdict token + Confidence + four-class emoji tally table).
355
355
 
356
- ### List cut
357
-
358
- The default "top 1–3 unless `full`" applies to **nits only**: every `must-fix` and `should-fix` finding is listed. If nits are omitted from the narrative list, add one line `nits: <n> omitted from list (counted in tally)` — `tally.nit` stays complete.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mstar-harness/opencode",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "Morning Star harness OpenCode plugin — skills bootstrap + engine-backed runtime hooks (status lint, dispatch validation, Enforcement: hard gates).",
5
5
  "license": "MIT",
6
6
  "repository": {