claudekit-cli 3.36.0-dev.19 → 3.36.0-dev.20

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 (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +4 -2
package/dist/index.js CHANGED
@@ -56177,7 +56177,7 @@ var package_default;
56177
56177
  var init_package = __esm(() => {
56178
56178
  package_default = {
56179
56179
  name: "claudekit-cli",
56180
- version: "3.36.0-dev.19",
56180
+ version: "3.36.0-dev.20",
56181
56181
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
56182
56182
  type: "module",
56183
56183
  repository: {
@@ -56219,7 +56219,9 @@ var init_package = __esm(() => {
56219
56219
  "dev:quick": "./scripts/dev-quick-start.sh",
56220
56220
  "dev:all": "./scripts/dev-quick-start.sh all",
56221
56221
  metrics: "bun run scripts/workflow-metrics.ts",
56222
- "install:hooks": "./.githooks/install.sh"
56222
+ validate: "bun run typecheck && bun run lint && bun test && bun run build",
56223
+ "install:hooks": "./.githooks/install.sh",
56224
+ 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)}"`
56223
56225
  },
56224
56226
  keywords: [
56225
56227
  "cli",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.36.0-dev.19",
3
+ "version": "3.36.0-dev.20",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {
@@ -42,7 +42,9 @@
42
42
  "dev:quick": "./scripts/dev-quick-start.sh",
43
43
  "dev:all": "./scripts/dev-quick-start.sh all",
44
44
  "metrics": "bun run scripts/workflow-metrics.ts",
45
- "install:hooks": "./.githooks/install.sh"
45
+ "validate": "bun run typecheck && bun run lint && bun test && bun run build",
46
+ "install:hooks": "./.githooks/install.sh",
47
+ "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)}\""
46
48
  },
47
49
  "keywords": [
48
50
  "cli",