claudekit-cli 1.9.1 → 1.9.3

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.
Binary file
package/bin/ck-darwin-x64 CHANGED
Binary file
package/bin/ck-linux-x64 CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {
@@ -22,13 +22,22 @@
22
22
  "build": "bun build src/index.ts --outdir dist --target node --external keytar --external @octokit/rest",
23
23
  "compile": "bun build src/index.ts --compile --outfile ck",
24
24
  "compile:binary": "bun build src/index.ts --compile --outfile bin/ck",
25
+ "compile:binaries": "node scripts/build-all-binaries.js",
26
+ "check-version-sync": "node scripts/check-binary-version-sync.js",
27
+ "prepublishOnly": "npm run build && npm run compile && npm run build:platform-binaries",
28
+ "build:platform-binaries": "bun run scripts/build-platform-binaries.js",
25
29
  "test": "bun test",
26
30
  "test:watch": "bun test --watch",
31
+ "test:quick": "./scripts/dev-quick-start.sh test",
27
32
  "lint": "biome check .",
28
33
  "lint:fix": "biome check --fix .",
29
34
  "lint:fix-unsafe": "biome check --fix --unsafe .",
30
35
  "format": "biome format --write .",
31
- "typecheck": "tsc --noEmit"
36
+ "typecheck": "tsc --noEmit",
37
+ "dev:quick": "./scripts/dev-quick-start.sh",
38
+ "dev:all": "./scripts/dev-quick-start.sh all",
39
+ "metrics": "bun run scripts/workflow-metrics.ts",
40
+ "install:hooks": "./.githooks/install.sh"
32
41
  },
33
42
  "keywords": [
34
43
  "cli",