@mstar-harness/opencode 1.0.5 → 1.1.0
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 +13 -0
- package/harness-agents/qc-specialist-2.md +9 -16
- package/harness-agents/qc-specialist-3.md +9 -16
- package/harness-agents/qc-specialist.md +9 -16
- package/harness-skills/mstar-branch-worktree/SKILL.md +2 -2
- package/harness-skills/mstar-dispatch-gates/SKILL.md +3 -3
- package/harness-skills/mstar-harness-core/SKILL.md +2 -2
- package/harness-skills/mstar-host/references/cursor-plan-mode-bridge.md +4 -4
- package/harness-skills/mstar-host/references/cursor.md +1 -1
- package/harness-skills/mstar-host/references/parallel-dispatch.md +3 -3
- package/harness-skills/mstar-iteration/SKILL.md +6 -5
- package/harness-skills/mstar-iteration/references/iteration-compass-template.md +14 -0
- package/harness-skills/mstar-iteration/references/iteration-corpus-hygiene.md +1 -1
- package/harness-skills/mstar-phase-gates/SKILL.md +2 -2
- package/harness-skills/mstar-plan-artifacts/SKILL.md +2 -2
- package/harness-skills/mstar-plan-artifacts/references/done-compaction.md +2 -2
- package/harness-skills/mstar-plan-artifacts/references/knowledge-and-designs.md +9 -8
- package/harness-skills/mstar-plan-artifacts/references/plan-files-and-reports.md +39 -21
- package/harness-skills/mstar-plan-artifacts/references/status-and-residuals.md +7 -6
- package/harness-skills/mstar-plan-conventions/SKILL.md +7 -7
- package/harness-skills/mstar-plan-conventions/references/artifact-storage-paths.md +4 -4
- package/harness-skills/mstar-plan-conventions/references/harness-bootstrap-and-agents-layering.md +2 -2
- package/harness-skills/mstar-review-qc/SKILL.md +5 -5
- package/harness-skills/mstar-review-qc/references/review-responsibility-boundaries.md +5 -5
- package/harness-skills/mstar-roles/SKILL.md +7 -7
- package/harness-skills/mstar-roles/references/project-manager/plan-management.md +2 -2
- package/harness-skills/mstar-roles/references/project-manager/qa-trigger-matrix.md +2 -2
- package/harness-skills/mstar-roles/references/project-manager/qc-and-residuals.md +6 -6
- package/harness-skills/mstar-roles/references/project-manager.md +4 -4
- package/harness-skills/mstar-roles/references/qa-engineer/acceptance-gate.md +2 -2
- package/harness-skills/mstar-roles/references/qa-engineer.md +4 -2
- package/harness-skills/mstar-roles/references/qc-specialist/report-template.md +1 -1
- package/harness-skills/mstar-roles/references/qc-specialist/reviewer-workflow.md +1 -1
- package/harness-skills/mstar-roles/references/qc-specialist-shared.md +7 -7
- package/harness-skills/mstar-sdd/SKILL.md +3 -3
- package/harness-skills/mstar-sdd/references/file-handoffs.md +3 -2
- package/harness-skills/mstar-sdd/references/task-reviewer-prompt.md +1 -0
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ Before any non-trivial QC assignment, read in order:
|
|
|
18
18
|
|
|
19
19
|
1. `mstar-harness-core`
|
|
20
20
|
2. `mstar-dispatch-gates` + `mstar-branch-worktree`
|
|
21
|
-
3. `mstar-plan-artifacts` (
|
|
21
|
+
3. `mstar-plan-artifacts` (review bundle paths and naming)
|
|
22
22
|
4. Host: `mstar-host` → active host reference
|
|
23
23
|
5. **`references/qc-specialist/reviewer-workflow.md`**
|
|
24
24
|
6. **`references/qc-specialist/reviewer-checklist.md`**
|
|
@@ -49,8 +49,8 @@ If any item below matches, **stop** and return `Blocked` to `project-manager`:
|
|
|
49
49
|
|
|
50
50
|
- **NEVER** invoke another QC seat or `{role_id}` again, nor `qa-engineer` / dev / `architect` / `project-manager`, unless `Delegation: allowed (...)` lists them.
|
|
51
51
|
- **NEVER** ask the user for permission to submit a report or stall after a completed review.
|
|
52
|
-
- **NEVER** modify business implementation/tests, `status.json` residual fields, or paths outside QC report
|
|
53
|
-
- **NEVER** `git add .`
|
|
52
|
+
- **NEVER** modify business implementation/tests, `status.json` residual fields, or paths outside the Assignment-specified QC report path.
|
|
53
|
+
- **NEVER** `git add .` or commit raw bundle reports by default.
|
|
54
54
|
- **NEVER** close or archive residual entries in `status.json` from QC.
|
|
55
55
|
- **NEVER** treat `Handoff` or routing prose as invoke instructions.
|
|
56
56
|
- **NEVER** infer tool exposure implies authorization.
|
|
@@ -76,13 +76,13 @@ See **`references/qc-specialist/report-template.md`**. Machine **`severity`** en
|
|
|
76
76
|
|
|
77
77
|
## Report path (required)
|
|
78
78
|
|
|
79
|
-
Write **`{
|
|
79
|
+
Write the Assignment-provided path under **`{SDD_DIR}/review/{report_suffix}.md`** (tri: `qc1`…`qc3`; inline: `qc.md`). No `<plan-id>` filename prefix.
|
|
80
80
|
|
|
81
81
|
## Targeted re-review (same report file)
|
|
82
82
|
|
|
83
83
|
When Assignment includes **`QC re-review: targeted`**:
|
|
84
84
|
|
|
85
|
-
- Edit the **same** `{report_suffix}.md` — add **`## Revalidation`**, update frontmatter verdict/`generated_at`.
|
|
85
|
+
- Edit the **same** bundle `{report_suffix}.md` — add **`## Revalidation`**, update frontmatter verdict/`generated_at`.
|
|
86
86
|
- Do **not** create `qcN-rev2.md` on this path.
|
|
87
87
|
- Full tri re-review → new basenames per `mstar-plan-artifacts/references/plan-files-and-reports.md`.
|
|
88
88
|
|
|
@@ -118,11 +118,11 @@ generated_at: "YYYY-MM-DD"
|
|
|
118
118
|
|
|
119
119
|
## Repository Write Scope
|
|
120
120
|
|
|
121
|
-
QC may write only `{
|
|
121
|
+
QC may write only the Assignment-specified review bundle `.md` path under `{SDD_DIR}/review/`.
|
|
122
122
|
|
|
123
123
|
### Git NEVER (QC reports)
|
|
124
124
|
|
|
125
|
-
- **NEVER**
|
|
125
|
+
- **NEVER** commit raw `{SDD_DIR}/review/` reports unless Assignment explicitly says `Review archive mode: tracked reports`.
|
|
126
126
|
- **NEVER** `git add .`
|
|
127
127
|
|
|
128
128
|
## Detailed References Index
|
|
@@ -45,7 +45,7 @@ Batch all findings for the human in one message. If clean, proceed silently.
|
|
|
45
45
|
- **`SDD implementer session: fresh`** (default) — new subagent; templates: `references/implementer-prompt.md`
|
|
46
46
|
- **`SDD implementer session: sticky`** — first task: same as fresh + write `{SDD_DIR}/implementer-session.json` with `host_agent_id`; later tasks: host **resume** + `references/implementer-continuation-prompt.md` (see **`references/sticky-implementer-session.md`**)
|
|
47
47
|
5. On `DONE`: `review-package BASE HEAD` → diff file
|
|
48
|
-
6. Dispatch **fresh** task reviewer (brief, report, diff, Global Constraints
|
|
48
|
+
6. Dispatch **fresh** task reviewer — **`subagent_type: generalPurpose`** (L2; **not** `qc-specialist*`) — brief, report, diff, Global Constraints — `references/task-reviewer-prompt.md` — **never** sticky resume for reviewers
|
|
49
49
|
7. Fix loop for Critical/Important; re-review until approved
|
|
50
50
|
8. Append `progress.md`; update `status.json` `task_commits[]` and `implementer-session.json` `last_task` if sticky
|
|
51
51
|
9. Next task
|
|
@@ -81,8 +81,8 @@ Host mapping → **`mstar-host`** references (`model` / Task field).
|
|
|
81
81
|
|
|
82
82
|
## After all tasks
|
|
83
83
|
|
|
84
|
-
1. `review-package MERGE_BASE HEAD` → branch diff in `{SDD_DIR}
|
|
85
|
-
2. PM dispatches **plan QC tri-review (L3)** — **`QC mode: full tri-review`**, **N=3** — with branch review-package path → **`mstar-review-qc`** · **`mstar-dispatch-gates`**. Layer SSOT → **`mstar-review-qc/references/review-responsibility-boundaries.md`**. PM writes `qc-consolidated.md
|
|
84
|
+
1. `review-package MERGE_BASE HEAD` → branch diff in `{SDD_DIR}/review/`
|
|
85
|
+
2. PM dispatches **plan QC tri-review (L3)** — **`QC mode: full tri-review`**, **N=3** — with branch review-package path and report paths under `{SDD_DIR}/review/` → **`mstar-review-qc`** · **`mstar-dispatch-gates`**. Layer SSOT → **`mstar-review-qc/references/review-responsibility-boundaries.md`**. PM writes `{SDD_DIR}/review/qc-consolidated.md` and durable main-plan gate summary. **Mandatory whenever `Execution mode: sdd`** (single-plan or iteration).
|
|
86
86
|
3. Critical/Important QC findings → **one** fix dispatch (full list), then targeted re-review
|
|
87
87
|
4. QA gate → **`mstar-harness-core`** Done rules; PM **`mstar-roles/references/project-manager/qa-trigger-matrix.md`**
|
|
88
88
|
|
|
@@ -58,10 +58,11 @@ After all tasks:
|
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
60
|
MERGE_BASE=$(git merge-base <target-branch> HEAD)
|
|
61
|
-
|
|
61
|
+
mkdir -p "$SDD_DIR/review"
|
|
62
|
+
skills/mstar-sdd/scripts/review-package "$MERGE_BASE" HEAD "$SDD_DIR/review/branch-review-....diff"
|
|
62
63
|
```
|
|
63
64
|
|
|
64
|
-
Pass **branch** diff path to QC dispatch — not task-level diffs.
|
|
65
|
+
Pass **branch** diff path and bundle report paths (`$SDD_DIR/review/qc1.md` …) to QC dispatch — not task-level diffs. Raw QC/QA files stay in the gitignored review bundle; PM records durable summary and residuals in tracked plan/status artifacts.
|
|
65
66
|
|
|
66
67
|
## PM context hygiene
|
|
67
68
|
|