@mstar-harness/opencode 1.6.1 → 1.7.1

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
@@ -4,6 +4,19 @@ All notable changes to the `@mstar-harness/opencode` package are documented in t
4
4
 
5
5
  The monorepo root [CHANGELOG.md](../../CHANGELOG.md) summarizes cross-surface releases.
6
6
 
7
+ ## [1.7.1] - 2026-08-05
8
+
9
+ - Version alignment with harness **1.7.1** (no OpenCode package API change; CLI omp doctor fix).
10
+
11
+ See root [CHANGELOG.md](../../CHANGELOG.md) **1.7.1**.
12
+
13
+ ## [1.7.0] - 2026-08-05
14
+
15
+ - Version alignment with harness **1.7.0** (omp host surface is added at the harness/CLI layer; OpenCode package unchanged beyond version bump / bundled skills sync).
16
+
17
+ See root [CHANGELOG.md](../../CHANGELOG.md) **1.7.0**.
18
+
19
+
7
20
  ## 1.6.1
8
21
 
9
22
  - Bundled skills/agents: **QC = code reviewer** — L3 must not run test/build/lint on shared tri-review cwd; L1/L4 own runtime evidence; `qc-specialist*` bash allowlist git-only (+ lightweight analysis).
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: mstar-host
3
- description: Morning Star host adapter (OpenCode, Cursor, Codex, Kimi, ZCode). Use after mstar-harness-core whenever host entry, clarify, dispatch, or plan UX differs by platform - OpenCode question/task-tool subagent invoke, Cursor /pm and CreatePlan/SwitchMode dual-write and Task parallel QC, Codex plugin skills plus Plan/Goal Mode, Kimi Agent/AgentSwarm with built-in subagent types only (coder/explore/plan) and role-in-prompt binding, ZCode Agent/AskUserQuestion/EnterPlanMode with built-in subagent types and role-in-prompt binding, sandboxed tools, and tool discovery. Auto-detect host from session tools; then Read references/<host>.md. Always load after mstar-harness-core.
3
+ description: Morning Star host adapter (OpenCode, Cursor, Codex, Kimi, ZCode, omp). Use after mstar-harness-core whenever host entry, clarify, dispatch, or plan UX differs by platform - OpenCode question/task-tool subagent invoke, Cursor /pm and CreatePlan/SwitchMode dual-write and Task parallel QC, Codex plugin skills plus Plan/Goal Mode, Kimi Agent/AgentSwarm with built-in subagent types only (coder/explore/plan) and role-in-prompt binding, ZCode Agent/AskUserQuestion/EnterPlanMode with built-in subagent types and role-in-prompt binding, omp task/ask/hub with built-in task.agent types and role-in-prompt binding, sandboxed tools, and tool discovery. Auto-detect host from session tools; then Read references/<host>.md. Always load after mstar-harness-core.
4
4
  ---
5
5
 
6
6
  # Morning Star Host Adapter
@@ -28,12 +28,13 @@ Use **capability signals** (not filesystem paths):
28
28
  | Signal | Host | Next read |
29
29
  |--------|------|-----------|
30
30
  | **CreatePlan** / **SwitchMode** available | `cursor` | `references/cursor.md`; Plan mode also `references/cursor-plan-mode-bridge.md` |
31
- | **`question`** tool or **`task`** tool (**subagent** invoke) | `opencode` | `references/opencode.md` |
31
+ | **`question`** tool or OpenCode-style **`task`** tool with **`subagent`** (not omp `agent`/`tasks[]`) | `opencode` | `references/opencode.md` |
32
32
  | **Task** + `subagent_type`, no CreatePlan | `cursor` | `references/cursor.md` |
33
33
  | **Codex app/CLI/plugin context**, `/plan`, `/goal`, Goal tools, `functions.*`, `codex_app.*`, `tool_search`, Browser plugin tools | `codex` | `references/codex.md`; Plan/Goal mode also `references/codex-plan-goal-mode-bridge.md` |
34
34
  | **`Agent`** / **`AgentSwarm`** / **`AskUserQuestion`** / **`EnterPlanMode`**, Kimi plugin (`.kimi-plugin/plugin.json`), `/morning-star-harness:*` commands | `kimi` | `references/kimi.md`; Plan mode also `references/kimi-plan-mode-bridge.md` |
35
35
  | **`Agent`** / **`AskUserQuestion`** / **`EnterPlanMode`** / **`TodoWrite`**, no `AgentSwarm`, ZCode plugin (`.zcode-plugin/plugin.json`), `/morning-star-harness:*` commands | `zcode` | `references/zcode.md`; Plan mode also `references/zcode-plan-mode-bridge.md` |
36
- | Still ambiguous | - | Read sections in **`cursor.md`**, **`opencode.md`**, **`codex.md`**, **`kimi.md`**, and **`zcode.md`** that match tools you have; **`mstar-harness-core` wins** on conflict |
36
+ | **`task`** tool with **`agent`** / **`tasks[]`** batch, **`ask`**, **`hub`**, omp plugin (`.omp-plugin/plugin.json` / `.claude-plugin/plugin.json`), `/skill:pm` + `/iteration-*` filename commands | `omp` | `references/omp.md`; Plan mode also `references/omp-plan-mode-bridge.md` |
37
+ | Still ambiguous | - | Read sections in **`cursor.md`**, **`opencode.md`**, **`codex.md`**, **`kimi.md`**, **`zcode.md`**, and **`omp.md`** that match tools you have; **`mstar-harness-core` wins** on conflict |
37
38
 
38
39
  ## Parallel dispatch (invoke-capable hosts)
39
40
 
@@ -0,0 +1,42 @@
1
+ # omp Plan mode bridge
2
+
3
+ Load with **`omp.md`** when omp Plan mode is active (`/plan`, plan-yolo / plan-model flows, or read-only-with-resolve plan UX).
4
+
5
+ ## Dual-write contract
6
+
7
+ omp session plans, composer todos, and plan-mode UI text are **session UX only**. Durable SSOT remains **`{HARNESS_DIR}`** (default `.mstar/`, legacy `.agents/`):
8
+
9
+ | Artifact | SSOT |
10
+ |----------|------|
11
+ | Main plan | `{PLAN_DIR}/<plan-id>-<name>.md` |
12
+ | Plan registry | `{HARNESS_DIR}/status.json` |
13
+ | Iteration compass | `{ITERATION_DIR}/…` when in formal iteration |
14
+
15
+ Before treating a plan as ready for Execute:
16
+
17
+ 1. Read `mstar-plan-conventions` + `mstar-plan-artifacts`.
18
+ 2. Ensure `{HARNESS_DIR}` / `{PLAN_DIR}` exist and process-artifact gitignore entries are present.
19
+ 3. Mirror the active omp plan content into the SSOT main plan path.
20
+ 4. Register `plan_id` in `status.json.plans[]` when required by Prepare gates.
21
+
22
+ **Never** use only the omp session plan / UI todo list as **Plan Path**.
23
+
24
+ ## `mstar-iteration` Phase 1 in Plan mode
25
+
26
+ When formal iteration Phase 1 runs under omp Plan UX:
27
+
28
+ 1. Keep a **single** SSOT draft plan path (no silent second plan file).
29
+ 2. Converge by **feedback-driven in-place edits** on that SSOT plan (and mirror into omp plan UI if helpful).
30
+ 3. **Do not** run Review & Edit chain, commit, or create integration branch until the user leaves Plan mode / approves implementation (Build-equivalent).
31
+ 4. Recommended branch policy still applies — no silent work on `main`/`master` (`mstar-iteration` §1.2).
32
+
33
+ ## Clarify vs plan approval
34
+
35
+ - Use **`ask`** for high-impact product/tech choices while drafting.
36
+ - Plan sign-off is the host Plan resolve / approval path, not a casual chat question.
37
+ - After approval, resume as **`project-manager`**: reload `mstar-harness-core` + `omp.md`, then dispatch implementation through **`task`** (C5/C5b). Parent plan session must **not** implement product code unless the user explicitly overrides harness dispatch.
38
+
39
+ ## Gotchas
40
+
41
+ - Plan-yolo / prewalk model switches are host UX — they do not waive Morning Star gates, Assignment, or evidence rules.
42
+ - Isolated task worktrees from omp are orthogonal to Morning Star L1 lease/worktree fields; when L1 is active, still record harness **Worktree path** / leases.
@@ -0,0 +1,192 @@
1
+ # omp host reference
2
+
3
+ Load when **`mstar-host`** detection resolves **omp** (Oh My Pi / `omp` session, `.omp-plugin/plugin.json` or `.claude-plugin/plugin.json` installed, **`task`** tool with **`agent`** / **`tasks[]`** batch shape, **`ask`** tool, **`hub`** tool, or `/skill:pm` / `/iteration-*` from this plugin).
4
+
5
+ Plan mode: read **`omp-plan-mode-bridge.md`** when `/plan`, plan-yolo, or plan-model / read-only-with-resolve plan UX is active.
6
+
7
+ Parallel PM dispatch: read **`parallel-dispatch.md`** when dispatching **N ≥ 2** concurrent `task` invocations.
8
+
9
+ ## omp-only context
10
+
11
+ - Plugin markers: **`.omp-plugin/plugin.json`** (Morning Star host marker) and **`.claude-plugin/plugin.json`** (Claude-compatible marketplace discovery). Plugin root is the **repo root**; paths stay `./skills/`, `./commands/`, `./agents/`.
12
+ - Runtime skills: repo `skills/` discovered after `omp plugin install` / `omp plugin link` (OMP extension-package sub-discovery) or Claude marketplace install.
13
+ - Plugin commands: repo `commands/<name>.md` → slash **`/<name>`** (e.g. `/iteration-start`). omp uses the **filename** as the command name (no `morning-star-harness:` prefix).
14
+ - Plugin agents: repo `agents/*.md` may be discovered, but Morning Star role ids are **not** assumed to be valid `task.agent` values — see C5/C5b.
15
+ - **No Kimi-style `sessionStart.skill`** — enter PM manually via **`/skill:pm`** (or the `pm` skill), then **Read next** → `mstar-harness-core` → `project-manager.md`.
16
+ - Install (user-scoped, recommended):
17
+ - `omp plugin install github:btspoony/mstar-harness`
18
+ - or CLI: `npx @mstar-harness/cli init --target omp --scope global` (links `~/.mstar/harness`)
19
+ - Project scope: `omp plugin install github:btspoony/mstar-harness --scope project` or `npx @mstar-harness/cli init --target omp --scope project`.
20
+ - Local maintainers: `omp plugin link /path/to/mstar-harness` (or the CLI-managed `~/.mstar/harness` checkout).
21
+ - After install/link: `omp plugin list` should show package **`morning-star`** (root `package.json` name). Reload / new session to pick up skills and commands.
22
+
23
+ ## Skill loading
24
+
25
+ 1. On entry: invoke **`pm`** via `/skill:pm` → **Read next** loads `mstar-harness-core`, then `mstar-roles` → `project-manager.md` when PM is active.
26
+ 2. Read `mstar-host` and this omp reference.
27
+ 3. If Plan mode is active, read `omp-plan-mode-bridge.md`.
28
+ 4. Load `mstar-roles` and the active role reference.
29
+ 5. Load topic skills on demand per the role reference.
30
+
31
+ Use skill names in prompts and references. Prefer `skill://<name>/…` / `/skill:<name>` over absolute local paths unless maintaining this repository.
32
+
33
+ ## Tools map (default agent)
34
+
35
+ | omp tool | Harness use |
36
+ |----------|-------------|
37
+ | **`task`** | Primary dispatch — fan out one or more subagents (`agent` ∈ built-ins; batch via `tasks[]` + shared `context`) |
38
+ | **`ask`** | Structured clarify (options + recommended); prefer over free-form when choices are known |
39
+ | **`hub`** | Optional peer messaging / long-running process control among subagents — not a substitute for Assignment + `task` |
40
+ | **bash** | Commands, git, tests — evidence per `mstar-coding-behavior` |
41
+ | **read** / **write** / **edit** | File I/O (and host AST/edit variants when present) |
42
+ | **grep** / **glob** | Search (prefer over shell find/grep) |
43
+ | **web_search** / URL fetch tools | External docs / facts when present |
44
+
45
+ OpenCode **`question`** / **`task`+`subagent`**, Cursor **Task**+`subagent_type`, and Kimi/ZCode **Agent** / **AskUserQuestion** are **not** omp tools — do not assume them.
46
+
47
+ ### `task` shape (operational SSOT)
48
+
49
+ Prefer the live tool schema every session. Typical batch shape:
50
+
51
+ ```text
52
+ task(
53
+ context: "<shared batch context>",
54
+ tasks: [
55
+ {
56
+ name: "CamelCaseId",
57
+ agent: "task", # built-in only — see C5
58
+ task: "<full Assignment body including Act as + skill load>"
59
+ }
60
+ ]
61
+ )
62
+ ```
63
+
64
+ Single-task shorthand may exist depending on host version — always match the live schema. Parallel **N** Morning Star assignees ⇒ **one** `task` call with **N** `tasks[]` entries **or** **N** `task` calls in one assistant message when the host requires that shape. Count emitted dispatches = **N**.
65
+
66
+ ## Role agents (C5 — hard constraint)
67
+
68
+ omp ships **built-in `task.agent` types**. Exact names vary by omp version — **read the live `task` tool schema**. Common set (docs + current releases):
69
+
70
+ | `agent` | Typical use | Harness mapping |
71
+ |---------|-------------|-----------------|
72
+ | `scout` / `explore` | Fast read-only investigation | Orientation, codebase survey, Prepare explore passes |
73
+ | `plan` | Architectural planning | Prepare plan-only work when appropriate |
74
+ | `reviewer` / `security-reviewer` | Structured review | Optional QC assist — still bind Morning Star QC role in prompt (C5b) |
75
+ | `designer` | UI/UX | Optional when Assignment is UI-heavy `frontend-dev` |
76
+ | `librarian` | External library/API research | Optional research assist |
77
+ | `sonic` / `quick_task` | Mechanical / low-reasoning | Mechanical transcription only |
78
+ | `task` | General-purpose worker | **Default for Morning Star roles** (`product-manager`, `fullstack-dev`, `qc-specialist`, …) |
79
+
80
+ Morning Star role ids (`project-manager`, `fullstack-dev`, `qc-specialist`, …) are **not** valid `task.agent` values unless the live schema explicitly lists them after a custom-agent unpack. Do not invent agent names.
81
+
82
+ ### Role binding in prompt (C5b — required)
83
+
84
+ Because omp cannot bind Morning Star roles via `task.agent` alone, every dispatch **must** carry the played role in the **Assignment** and in the **task assignment text**:
85
+
86
+ 1. **`Execute as: <role-id>`** in Assignment (harness routing SSOT).
87
+ 2. **`Act as <role-id>`** (or equivalent) at the top of the task body.
88
+ 3. **Skill load list** — instruct the subagent to read `mstar-roles` → `references/<role-id>.md` (or shared reference + parameters) and topic skills per that reference.
89
+ 4. **`agent`** — pick from the live built-in list only (default **`task`**; explore → `scout`/`explore`).
90
+
91
+ Paste-only Assignment without a **`task`** call is **not** dispatch.
92
+
93
+ ### Assignment / task-body template
94
+
95
+ ```markdown
96
+ ## Assignment
97
+
98
+ **Execute as**: fullstack-dev
99
+ **Delegation**: forbidden
100
+ **Working branch**: feat/example
101
+ **Plan Path**: .mstar/plans/20260717-example.md
102
+
103
+ **IDENTITY:** You ARE `fullstack-dev`. Act as `fullstack-dev` for this task.
104
+ Load: `mstar-harness-core` → `mstar-host` → `omp.md` → `mstar-roles` → `references/fullstack-dev-shared.md` → topic skills per that reference.
105
+
106
+ <task body>
107
+ ```
108
+
109
+ PM dispatch invocation (same turn):
110
+
111
+ ```text
112
+ task(
113
+ context: "Morning Star dispatch for plan 20260717-example",
114
+ tasks: [{
115
+ name: "ImplementAuth",
116
+ agent: "task",
117
+ task: "<full Assignment body including Act as + skill load>"
118
+ }]
119
+ )
120
+ ```
121
+
122
+ For explore-only orientation:
123
+
124
+ ```text
125
+ task(
126
+ tasks: [{
127
+ name: "ExploreAuth",
128
+ agent: "scout", # or explore if that is what the live schema lists
129
+ task: "... Act as explore-only orientation; Execute as: n/a ..."
130
+ }]
131
+ )
132
+ ```
133
+
134
+ ## PM dispatch (`task`)
135
+
136
+ Harness **dispatch** on omp = **one or more `task` tool calls** with correct **`agent`** values and role-bound assignment text.
137
+
138
+ | Harness | omp |
139
+ |---------|-----|
140
+ | `Execute as: <role-id>` | Role id in Assignment + **Act as** + skill load in **task** body |
141
+ | `agent` for invoke | built-ins only (default `task`; explore → `scout`/`explore`) |
142
+ | 1 Assignment ⇒ 1 invoke | **1** `tasks[]` entry (or 1 `task` call) with full Assignment body |
143
+ | Parallel batch **N** | **N** `tasks[]` entries in **one** `task` call, or **N** `task` calls in **one** assistant message |
144
+ | No `task` call | **Not dispatched** — paste-only / `dispatch incomplete` |
145
+
146
+ ### QC default
147
+
148
+ - **`Execution mode: sdd`**: **N=3** task entries (`qc-specialist`, `qc-specialist-2`, `qc-specialist-3`) — each body **Act as** the respective QC role; prefer `agent: "task"` (or `reviewer` only when it does not drop Morning Star QC skill load).
149
+ - **`inline`**: **N=1** per `parallel-dispatch.md`.
150
+
151
+ Cannot emit required **N** → **`Blocked`**.
152
+
153
+ ### SDD implement (serial)
154
+
155
+ - **`Execution mode: sdd`**: one implementer `task` entry per task id; task reviewer = new entry (no sticky resume unless host resume/id is available and recorded).
156
+ - **Never** multiple implementer entries in one message for the same plan.
157
+
158
+ ## Clarify
159
+
160
+ - Prefer **`ask`** for 1–3 high-impact choices with known options (`recommended` when there is a default).
161
+ - Fallback: one concise Markdown question after codebase exploration cannot answer it.
162
+ - Plan approval in Plan mode follows **`omp-plan-mode-bridge.md`** — do not treat a casual `ask` as plan lock.
163
+ - “Question asked” ≠ clarify done; blocking ambiguity → **`Blocked`** or escalation.
164
+
165
+ ## Commands and skills paths
166
+
167
+ | Surface | Path / invocation |
168
+ |---------|-------------------|
169
+ | Plugin skills | `/skill:<skill-name>` or auto-load from `skills/` via plugin discovery |
170
+ | Plugin commands | `/iteration-start`, `/iteration-drive`, `/iteration-loop` (filename-based) |
171
+ | Session entry | `/skill:pm` → `mstar-harness-core` via pm **Read next** |
172
+
173
+ ## Files, shell, and approvals
174
+
175
+ - Prefer host search/edit tools over shell find/sed when available.
176
+ - Respect omp approval prompts (`approval-mode`, write/yolo) for destructive operations.
177
+ - Do not edit `~/.omp/` credentials, plugin lockfiles, or user secrets without explicit consent.
178
+
179
+ ## Git and final evidence
180
+
181
+ - Git work follows `mstar-branch-worktree` and Assignment **Working branch** / **Branch policy**.
182
+ - omp may offer task isolation / worktrees (`task.isolation`, `~/.omp/wt`) — still record Morning Star **Worktree path** / leases when L1 gates apply.
183
+ - Completion reports cite concrete commands, artifacts, and commit lines when required.
184
+
185
+ ## Gotchas
186
+
187
+ - Installed npm/git plugin package name is root **`morning-star`** (`package.json`); Morning Star display name remains **morning-star-harness**.
188
+ - Marketplace (Claude) installs and `omp plugin install` are different discovery providers — prefer one install path per machine to avoid duplicate skill listings.
189
+ - Session plan UI / todos are not durable SSOT unless mirrored to `{HARNESS_DIR}`.
190
+ - No custom guaranteed Morning Star `task.agent` profiles — role binding is **always** prompt + skill load (C5b).
191
+ - omp has no `sessionStart.skill`; new sessions do **not** auto-load PM — invoke `/skill:pm` manually.
192
+ - Do not confuse omp **`task.agent`** with OpenCode **`subagent`** or Cursor **`subagent_type`**.
@@ -1,6 +1,6 @@
1
1
  # Parallel dispatch (invoke-capable hosts)
2
2
 
3
- Shared PM dispatch contract for **any** host that uses subagent / Task / Agent invoke (OpenCode task tool, Cursor Task, Kimi **Agent** / **AgentSwarm**, Codex only when a callable multi-agent / Task tool is actually available). Process SSOT also in `mstar-dispatch-gates`.
3
+ Shared PM dispatch contract for **any** host that uses subagent / Task / Agent invoke (OpenCode task tool, Cursor Task, Kimi **Agent** / **AgentSwarm**, omp **`task`** with **`agent`** / **`tasks[]`**, Codex only when a callable multi-agent / Task tool is actually available). Process SSOT also in `mstar-dispatch-gates`.
4
4
 
5
5
  If the active host has no callable invoke tool, this reference does not create delegation capability — mark dispatch **`Blocked`** and report to the user. Do not substitute PM-thread or single-session role execution unless the user explicitly overrides harness dispatch for this turn.
6
6
 
@@ -17,7 +17,7 @@ Printing `## Assignment` in the main thread **without** matching host invocation
17
17
 
18
18
  1. Finalize all `N` Assignment payloads (after any prerequisite turn).
19
19
  2. Count distinct `Execute as` sessions (`N`).
20
- 3. Issue **`N` host invocations first** — OpenCode: **N `task` tool** calls with **subagent**; Cursor: **N `Task`** with `subagent_type` (JSON field shape → `cursor.md` § Task invoke schema); Kimi: **N `Agent`** calls (each prompt carries **Act as** + skill load; `subagent_type` ∈ {`coder`,`explore`,`plan`} only — see `kimi.md` C5/C5b); each with one Assignment body. For parallel work, **all `N` tool calls in one assistant message** when the host allows.
20
+ 3. Issue **`N` host invocations first** — OpenCode: **N `task` tool** calls with **subagent**; Cursor: **N `Task`** with `subagent_type` (JSON field shape → `cursor.md` § Task invoke schema); Kimi: **N `Agent`** calls (each prompt carries **Act as** + skill load; `subagent_type` ∈ {`coder`,`explore`,`plan`} only — see `kimi.md` C5/C5b); omp: **one `task` call with N `tasks[]`** (or N `task` calls) with built-in `agent` + **Act as** / skill load (see `omp.md` C5/C5b); each with one Assignment body. For parallel work, **all `N` tool calls in one assistant message** when the host allows.
21
21
  4. Optionally post a short **Status Update** after invocations (audit trail only — does not replace step 3).
22
22
 
23
23
  ## Hard rules
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: pm
3
- description: "PM entry shim — force project-manager orchestration when user invokes /pm or this skill (Codex, Cursor, OpenCode, and Kimi). General per-plan PM work: this skill + project-manager.md. Formal iteration lifecycle: mstar-iteration (host commands/ may orchestrate Phase 1–5). Boot, routing, dispatch SSOT → mstar-roles/references/project-manager.md and topic mstar-* skills — not here."
3
+ description: "PM entry shim — force project-manager orchestration when user invokes /pm or this skill (Codex, Cursor, OpenCode, Kimi, ZCode, and omp). General per-plan PM work: this skill + project-manager.md. Formal iteration lifecycle: mstar-iteration (host commands/ may orchestrate Phase 1–5). Boot, routing, dispatch SSOT → mstar-roles/references/project-manager.md and topic mstar-* skills — not here."
4
4
  ---
5
5
 
6
6
  # PM (entry shim)
@@ -15,10 +15,12 @@ description: "PM entry shim — force project-manager orchestration when user in
15
15
  | **Cursor** | **`/pm`** or this skill → general PM orchestration (single-plan, hotfix, QC waves, dispatch) **without** starting an iteration. Formal iteration → host **`commands/`** + **`mstar-iteration`** |
16
16
  | **OpenCode** | Same as Cursor when no command: **`project-manager`** via `mstar-roles` → `references/project-manager.md` |
17
17
  | **Kimi** | **`/skill:pm`** or this skill → **`project-manager`**; iteration → plugin **`commands/`** (`/morning-star-harness:iteration-*`) |
18
+ | **ZCode** | **`/morning-star-harness:pm`** or **`/skill:pm`** → **`project-manager`** (no session auto-load) |
19
+ | **omp** | **`/skill:pm`** or this skill → **`project-manager`**; iteration → **`/iteration-start`** · **`/iteration-drive`** · **`/iteration-loop`** (filename commands) |
18
20
 
19
21
  **Iteration lifecycle** (optional): host `commands/` may sequence Phase 1–5; semantics SSOT → **`mstar-iteration`**. Not required for ordinary PM work.
20
22
 
21
- Detect host → **`mstar-host`** → `references/codex.md` | `cursor.md` | `opencode.md` | `kimi.md`.
23
+ Detect host → **`mstar-host`** → `references/codex.md` | `cursor.md` | `opencode.md` | `kimi.md` | `zcode.md` | `omp.md`.
22
24
 
23
25
  ## Read next (in order)
24
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mstar-harness/opencode",
3
- "version": "1.6.1",
3
+ "version": "1.7.1",
4
4
  "description": "Morning Star harness OpenCode plugin (skills bootstrap and agent loading).",
5
5
  "license": "MIT",
6
6
  "repository": {