claudekit-cli 4.0.0-dev.4 → 4.0.0-dev.6

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-manifest.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.0.0-dev.4",
3
- "generatedAt": "2026-05-09T14:28:30.285Z",
2
+ "version": "4.0.0-dev.6",
3
+ "generatedAt": "2026-05-10T02:19:53.916Z",
4
4
  "commands": {
5
5
  "agents": {
6
6
  "name": "agents",
@@ -676,7 +676,7 @@
676
676
  "examples": [
677
677
  {
678
678
  "command": "ck commands --name plan --agent codex",
679
- "description": "Install one slash command to Codex"
679
+ "description": "Install one command to Codex as a project skill"
680
680
  },
681
681
  {
682
682
  "command": "ck commands --list",
@@ -739,6 +739,12 @@
739
739
  }
740
740
  ]
741
741
  }
742
+ ],
743
+ "sections": [
744
+ {
745
+ "title": "Codex Scope Note",
746
+ "content": "Codex imports external commands as skills. Project installs write `.agents/skills/source-command-*/SKILL.md`; `--global` writes `~/.agents/skills/source-command-*/SKILL.md`."
747
+ }
742
748
  ]
743
749
  },
744
750
  "config": {
@@ -1332,7 +1338,7 @@
1332
1338
  "sections": [
1333
1339
  {
1334
1340
  "title": "Gotchas",
1335
- "content": " --install and --reconcile are mutually exclusive — pass only one\n --reinstall-empty-dirs and --respect-deletions are mutually exclusive — pass only one\n Default mode is smart-detected: no/stale registry → install, valid registry → reconcile\n --respect-deletions disables the auto-reinstall heuristic for empty directories\n --force overrides skip decisions per item; --reinstall-empty-dirs is a per-directory heuristic"
1341
+ "content": " --install and --reconcile are mutually exclusive — pass only one\n --reinstall-empty-dirs and --respect-deletions are mutually exclusive — pass only one\n Default mode is smart-detected: no/stale registry → install, valid registry → reconcile\n --respect-deletions disables the auto-reinstall heuristic for empty directories\n --force overrides skip decisions per item; --reinstall-empty-dirs is a per-directory heuristic\n Codex commands migrate as skills: project scope writes .agents/skills, global scope writes ~/.agents/skills"
1336
1342
  }
1337
1343
  ]
1338
1344
  },