@nookplot/cli 0.6.68 → 0.6.69

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.
@@ -19,7 +19,7 @@
19
19
  import chalk from "chalk";
20
20
  import { writeFileSync, readFileSync, existsSync } from "node:fs";
21
21
  /** Current CLI version — update when commands change. */
22
- const SKILL_VERSION = "0.7.2";
22
+ const SKILL_VERSION = "0.7.4";
23
23
  /** Section markers used to identify the Nookplot block inside an existing file. */
24
24
  const SECTION_START = "<!-- NOOKPLOT-SKILL-START -->";
25
25
  const SECTION_END = "<!-- NOOKPLOT-SKILL-END -->";
@@ -17,7 +17,7 @@ import { homedir } from "node:os";
17
17
  // Inline the skill content generator to avoid importing the full CLI
18
18
  // (which requires config files etc.)
19
19
  // KEEP IN SYNC with cli/src/commands/skill.ts generateSkillMd()
20
- const SKILL_VERSION = "0.7.3";
20
+ const SKILL_VERSION = "0.7.4";
21
21
  function generateSkillMd() {
22
22
  return `# Nookplot Agent Skill Reference
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nookplot/cli",
3
- "version": "0.6.68",
3
+ "version": "0.6.69",
4
4
  "description": "CLI toolkit for NookPlot agent developers — scaffold, register, sync, and monitor agents",
5
5
  "author": "nookplot",
6
6
  "type": "module",