@mstar-harness/dsh 3.7.1 → 3.7.2
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.
|
@@ -11,7 +11,7 @@ Parallel PM dispatch: read **`parallel-dispatch.md`** when dispatching **N ≥ 2
|
|
|
11
11
|
- Plugin markers: **`.omp-plugin/plugin.json`** (Morning Star host marker) and **`.claude-plugin/plugin.json`** (Claude-compatible marketplace discovery). The **npm package** (`@mstar-harness/omp`) ships its own package-root `plugin.json` + `skills/` + `commands/` + `agents/` + `hooks/` + `tools/` mirrors; the **maintainer link path** is now `<repo>/packages/omp` (built) — hooks/tools moved into the package (2026-09-03), so linking the repo root provides skills/commands/agents only, with NO runtime gates.
|
|
12
12
|
- Runtime skills: package `skills/` (or repo `skills/` on the link path) discovered after `omp plugin install` / `omp plugin link` (OMP extension-package sub-discovery) or Claude marketplace install.
|
|
13
13
|
- Plugin commands: `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: **`agents/*.md`** are discovered into the live **`task.agent`** list after install/link + reload. Morning Star **subagent** role ids (`product-manager`, `architect`, `fullstack-dev`, `qc-specialist`, …) are valid `agent` values **when listed** — see C5. `project-manager`
|
|
14
|
+
- Plugin agents: **`agents/*.md`** are discovered into the live **`task.agent`** list after install/link + reload. Morning Star **subagent** role ids (`product-manager`, `architect`, `fullstack-dev`, `qc-specialist`, …) are valid `agent` values **when listed** — see C5. `project-manager` ships **no agent shell here** — the `mode: primary` seat is OpenCode-only (`packages/opencode/agents/`); PM enters via the `pm` skill and is never a `task` dispatch target.
|
|
15
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
16
|
- Install (user-scoped, recommended):
|
|
17
17
|
- `omp plugin install @mstar-harness/omp`
|
|
@@ -101,7 +101,7 @@ Single-task shorthand may exist depending on host version — always match the l
|
|
|
101
101
|
|
|
102
102
|
### Notes
|
|
103
103
|
|
|
104
|
-
-
|
|
104
|
+
- PM is the **primary** orchestration seat via the `pm` skill (no PM agent shell is bundled here — the `mode: primary` shell is OpenCode-only, `packages/opencode/agents/`). Do not dispatch PM-to-PM via `task` unless the live schema explicitly lists it **and** the Assignment requires it.
|
|
105
105
|
- Host generics (`scout`, `reviewer`, `designer`, …) remain useful for non-role orientation / assist — they do not replace a listed Morning Star role agent for role-owned deliverables.
|
|
106
106
|
|
|
107
107
|
### Role binding in prompt (C5b — required)
|
package/package.json
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: project-manager
|
|
3
|
-
description: "Project Manager - coordinate the team, track progress, and orchestrate execution across roles."
|
|
4
|
-
mode: primary
|
|
5
|
-
tools:
|
|
6
|
-
write: true
|
|
7
|
-
edit: true
|
|
8
|
-
bash: true
|
|
9
|
-
permission:
|
|
10
|
-
task:
|
|
11
|
-
"*": allow
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
## Morning Star Role Binding
|
|
15
|
-
|
|
16
|
-
You are `project-manager`. The complete role prompt is provided by the `mstar-roles` skill.
|
|
17
|
-
|
|
18
|
-
- Skill: `mstar-roles` skill
|
|
19
|
-
- Role reference: `references/project-manager.md` in the `mstar-roles` skill
|
|
20
|
-
- Role parameters: `role_id=project-manager`, `mode=primary`
|
|
21
|
-
|
|
22
|
-
## Mandatory First Steps
|
|
23
|
-
|
|
24
|
-
This file is a routing shell — NOT your complete role prompt. **Before any work, load in order:**
|
|
25
|
-
|
|
26
|
-
1. `skill` → `mstar-harness-core` (state machine, gates, routing — global SSOT)
|
|
27
|
-
2. `skill` → `mstar-roles` (role mapping & parameter table)
|
|
28
|
-
3. `Read` → `references/project-manager.md` listed above
|
|
29
|
-
|
|
30
|
-
System reminders like "ALREADY LOADED" refer to prior sessions — you MUST load these for THIS session.
|