@mstar-harness/opencode 0.6.19 → 0.6.20

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.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: iteration-start
3
- description: Start a new harness iteration — research backlog, lock direction with grill-me, produce compass/plans, run review chain (product-manager → architect → writing-specialist PM lock), submit to integration branch
3
+ description: Start a new harness iteration — research backlog, lock direction with grill-me, produce compass/plans, run edit chain (product-manager → architect → writing-specialist each review-and-edit, then PM final review and lock), submit to integration branch
4
4
  agent: project-manager
5
5
  ---
6
6
 
@@ -59,11 +59,13 @@ Produce harness artifacts:
59
59
  - `{PLAN_DIR}/<plan-id>-<name>.md` for each plan in this iteration
60
60
  - Register all plans in `{HARNESS_DIR}/status.json`
61
61
 
62
- ## 5. Review Chain
62
+ ## 5. Review & Edit Chain
63
63
 
64
- 1. **@product-manager** review compass; adjust scope and user-facing details; write or update specs in `{SPECS_DIR}/`
65
- 2. **@architect** — review compass and specs; adjust technical architecture, interface contracts, and module boundaries
66
- 3. **@writing-specialist** — full review of all documents for clarity, consistency, and completeness
64
+ Each role below **reviews and directly edits** the documents. Do not just flag issues apply the fixes yourself. PM only steps in for the final lock.
65
+
66
+ 1. **@product-manager** — review and edit the compass; adjust scope, priorities, and user-facing details; write or update specs in `{SPECS_DIR}/`
67
+ 2. **@architect** — review and edit the compass and specs; adjust technical architecture, interface contracts, module boundaries, and trade-off reasoning
68
+ 3. **@writing-specialist** — review and edit all documents for clarity, consistency, completeness, and bilingual parity; tighten prose, unify terminology, and remove ambiguity
67
69
  4. **PM** — final review; lock all documents; confirm Prepare phase gates pass
68
70
 
69
71
  ## 6. Integration Branch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mstar-harness/opencode",
3
- "version": "0.6.19",
3
+ "version": "0.6.20",
4
4
  "description": "Morning Star harness OpenCode plugin (skills bootstrap and agent loading).",
5
5
  "license": "MIT",
6
6
  "repository": {