@hanzlaa/rcode 2.3.4 → 2.3.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.
package/cli/doctor.js CHANGED
@@ -196,7 +196,7 @@ function runPreflight(cwd, packageRoot) {
196
196
  checks.push({
197
197
  label: 'Memory bank',
198
198
  status: 'warn',
199
- message: `STALE — ${staleness.reasons[0]}${staleness.reasons.length > 1 ? ` (+${staleness.reasons.length - 1} more)` : ''} — run /rihal:init`,
199
+ message: `STALE — ${staleness.reasons[0]}${staleness.reasons.length > 1 ? ` (+${staleness.reasons.length - 1} more)` : ''}`,
200
200
  });
201
201
  }
202
202
  }
package/dist/rcode.js CHANGED
@@ -17691,7 +17691,7 @@ var require_doctor = __commonJS({
17691
17691
  checks.push({
17692
17692
  label: "Memory bank",
17693
17693
  status: "warn",
17694
- message: `STALE \u2014 ${staleness.reasons[0]}${staleness.reasons.length > 1 ? ` (+${staleness.reasons.length - 1} more)` : ""} \u2014 run /rihal:init`
17694
+ message: `STALE \u2014 ${staleness.reasons[0]}${staleness.reasons.length > 1 ? ` (+${staleness.reasons.length - 1} more)` : ""}`
17695
17695
  });
17696
17696
  }
17697
17697
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzlaa/rcode",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "Rihal Code (rcode) — installable context-brain for Rihalians. 43 agents, 99 slash commands, 56 skills, pullable Rihal standards. Unified install for Claude Code, Cursor, and Gemini.",
5
5
  "main": "cli/index.js",
6
6
  "bin": {