claudekit-cli 3.41.4-dev.43 → 3.41.4-dev.44

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.
Files changed (3) hide show
  1. package/cli-manifest.json +2128 -0
  2. package/dist/index.js +1489 -666
  3. package/package.json +8 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.41.4-dev.43",
3
+ "version": "3.41.4-dev.44",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {
@@ -17,7 +17,8 @@
17
17
  "files": [
18
18
  "bin/ck.js",
19
19
  "dist/index.js",
20
- "dist/ui/"
20
+ "dist/ui/",
21
+ "cli-manifest.json"
21
22
  ],
22
23
  "scripts": {
23
24
  "tauri": "tauri",
@@ -52,7 +53,11 @@
52
53
  "metrics": "bun run scripts/workflow-metrics.ts",
53
54
  "validate": "bun run typecheck && bun run lint && bun run desktop:check-sync && bun run desktop:validate-config && bun run desktop:validate-icons && bun test && bun run ui:test && bun run build",
54
55
  "install:hooks": "./.githooks/install.sh",
55
- "prepare": "node -e \"try{require('child_process').execSync('git rev-parse --git-dir',{stdio:'ignore'});require('child_process').execSync('bash .githooks/install.sh',{stdio:'inherit'})}catch(e){console.warn('[i] Hook install skipped:',e.message)}\""
56
+ "prepare": "node -e \"try{require('child_process').execSync('git rev-parse --git-dir',{stdio:'ignore'});require('child_process').execSync('bash .githooks/install.sh',{stdio:'inherit'})}catch(e){console.warn('[i] Hook install skipped:',e.message)}\"",
57
+ "help:check-parity": "bun run scripts/check-help-parity.ts",
58
+ "manifest:generate": "bun run scripts/generate-cli-manifest.ts",
59
+ "docs:generate": "bun run scripts/generate-cli-reference.ts",
60
+ "prepublishOnly": "bun run help:check-parity && bun run manifest:generate && bun run docs:generate"
56
61
  },
57
62
  "keywords": [
58
63
  "cli",