@mstar-harness/cli 1.8.2 → 1.8.5

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.
@@ -4733,7 +4733,7 @@ function runInit2(scope, dryRun) {
4733
4733
  }
4734
4734
  notes.push("Verify with: omp plugin list");
4735
4735
  notes.push("Enter PM with /skill:pm ; commands: /iteration-start /iteration-drive /iteration-loop /codebase-audit");
4736
- notes.push(`Host adapter: skills/mstar-host/references/omp.md`);
4736
+ notes.push(`Host adapter: mstar-host → references/omp.md (skill://mstar-host/references/omp.md)`);
4737
4737
  notes.push(`Alternate install without CLI link: omp plugin install ${REPO_URL.replace("https://github.com/", "github:").replace(/\.git$/, "")}`);
4738
4738
  return {
4739
4739
  location: HARNESS_REPO_PATH,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mstar-harness/cli",
3
- "version": "1.8.2",
3
+ "version": "1.8.5",
4
4
  "description": "Morning Star harness installer CLI (OpenCode, Cursor, Codex, ZCode, omp).",
5
5
  "license": "MIT",
6
6
  "repository": {