@mutmutco/opencode-mmi 2.48.1 → 2.49.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/package.json +1 -1
- package/skills/grind/SKILL.md +5 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mutmutco/opencode-mmi",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.49.0",
|
|
4
4
|
"description": "MMI Future OpenCode adapter — registers mmi, secrets, stage, rcand, release, hotfix, bootstrap, grind, build, handoff, coop, and browser-automation skills, workflow commands, and deterministic guardrail hooks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
package/skills/grind/SKILL.md
CHANGED
|
@@ -306,6 +306,11 @@ Auto-detection rules are also encoded in `cli/src/grind-policy.ts` (test fixture
|
|
|
306
306
|
|
|
307
307
|
## Phase 2 — Judge (fresh eyes)
|
|
308
308
|
|
|
309
|
+
**Re-sync before the diff pin (#1978):** `origin/development` can advance while a grind runs (sibling
|
|
310
|
+
PRs merge). Before each Phase 2 round, `git fetch origin development` and rebase the grind branch
|
|
311
|
+
onto `origin/development` (or merge when rebase is unsafe) so the pinned diff reflects **only this
|
|
312
|
+
grind's commits** — never reverse-deltas from merged siblings that would produce false blockers.
|
|
313
|
+
|
|
309
314
|
**Mechanism:** spawn parallel lenses → each returns strict JSON → Phase 2b synthesizer produces
|
|
310
315
|
`PanelReport` → triage uses **`PanelReport.blockers` only**. Not vote, not debate.
|
|
311
316
|
|