@mstar-harness/cli 3.1.3 → 3.2.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.
@@ -6867,7 +6867,7 @@ function planQualityBar(planText) {
6867
6867
  if (token !== null) {
6868
6868
  const text = trimmed.length > 80 ? `${trimmed.slice(0, 77)}...` : trimmed;
6869
6869
  findings.push({ token, line: i + 1, text });
6870
- violations.push(violation11("medium", "lint.plan-quality.placeholder", `placeholder token "${token}" at line ${i + 1}: "${text}"`, "replace the placeholder with concrete content before locking the plan (mstar-plan-artifacts/references/plan-quality-bar.md; templates/plan.main.md placeholder scan)"));
6870
+ violations.push(violation11("medium", "lint.plan-quality.placeholder", `placeholder token "${token}" at line ${i + 1}: "${text}"`, "replace the placeholder with concrete content before locking the plan (mstar-artifacts/references/plan-quality-bar.md; templates/plan.main.md placeholder scan)"));
6871
6871
  }
6872
6872
  }
6873
6873
  return { ok: violations.length === 0, violations, findings };
@@ -9490,9 +9490,10 @@ var CODEX_PROJECT_COMMAND_NAMES = [
9490
9490
  "iteration-start",
9491
9491
  "iteration-drive",
9492
9492
  "iteration-loop",
9493
- "codebase-audit"
9493
+ "codebase-audit",
9494
+ "pr-deep-review"
9494
9495
  ];
9495
- var GLOBAL_ITERATION_SKILLS_WARNING = "Codex project-scoped commands (iteration-start / iteration-drive / iteration-loop / codebase-audit) are installed as project-local skills under .agents/skills/ only. Global install skips them to avoid polluting other code agents. Re-run with --scope project to enable.";
9496
+ var GLOBAL_ITERATION_SKILLS_WARNING = "Codex project-scoped commands (iteration-start / iteration-drive / iteration-loop / codebase-audit / pr-deep-review) are installed as project-local skills under .agents/skills/ only. Global install skips them to avoid polluting other code agents. Re-run with --scope project to enable.";
9496
9497
  function globalMarketplacePath() {
9497
9498
  return GLOBAL_MARKETPLACE_PATH;
9498
9499
  }
@@ -9615,7 +9616,7 @@ function ensureIterationSkillLinks(dryRun) {
9615
9616
  }
9616
9617
  const gitignoreEntries = CODEX_PROJECT_COMMAND_NAMES.map(iterationSkillGitignoreEntry);
9617
9618
  notes.push(...appendGitignore(projectRoot, gitignoreEntries, dryRun));
9618
- notes.push("Installed Codex project-scoped command skills under .agents/skills/ (iteration-start, iteration-drive, iteration-loop, codebase-audit) \u2014 symlinked to harness commands/*.md.");
9619
+ notes.push("Installed Codex project-scoped command skills under .agents/skills/ (iteration-start, iteration-drive, iteration-loop, codebase-audit, pr-deep-review) \u2014 symlinked to harness commands/*.md.");
9619
9620
  return notes;
9620
9621
  }
9621
9622
  function validateIterationSkillLinks() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mstar-harness/cli",
3
- "version": "3.1.3",
3
+ "version": "3.2.0",
4
4
  "description": "Morning Star harness CLI — installer bootstrap + mstar workflow verbs (path/status/lease/sdd/iteration/dispatch/worktree/lint/design-md/audit/compound/host/skill).",
5
5
  "license": "MIT",
6
6
  "repository": {