claudekit-cli 4.1.0-dev.1 → 4.1.1-dev.1

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.1.0-dev.1",
3
- "generatedAt": "2026-05-11T16:31:48.410Z",
2
+ "version": "4.1.1-dev.1",
3
+ "generatedAt": "2026-05-11T17:54:30.240Z",
4
4
  "commands": {
5
5
  "agents": {
6
6
  "name": "agents",
package/dist/index.js CHANGED
@@ -62890,7 +62890,7 @@ var package_default;
62890
62890
  var init_package = __esm(() => {
62891
62891
  package_default = {
62892
62892
  name: "claudekit-cli",
62893
- version: "4.1.0-dev.1",
62893
+ version: "4.1.1-dev.1",
62894
62894
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
62895
62895
  type: "module",
62896
62896
  repository: {
@@ -62934,6 +62934,7 @@ var init_package = __esm(() => {
62934
62934
  "dev:all": "./scripts/dev-quick-start.sh all",
62935
62935
  metrics: "bun run scripts/workflow-metrics.ts",
62936
62936
  validate: "bun run typecheck && bun run lint && bun test && bun run ui:test && bun run build",
62937
+ "ci:local": "bash scripts/ci-local.sh",
62937
62938
  "install:hooks": "./.githooks/install.sh",
62938
62939
  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)}"`,
62939
62940
  "help:check-parity": "bun run scripts/check-help-parity.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "4.1.0-dev.1",
3
+ "version": "4.1.1-dev.1",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {
@@ -44,6 +44,7 @@
44
44
  "dev:all": "./scripts/dev-quick-start.sh all",
45
45
  "metrics": "bun run scripts/workflow-metrics.ts",
46
46
  "validate": "bun run typecheck && bun run lint && bun test && bun run ui:test && bun run build",
47
+ "ci:local": "bash scripts/ci-local.sh",
47
48
  "install:hooks": "./.githooks/install.sh",
48
49
  "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)}\"",
49
50
  "help:check-parity": "bun run scripts/check-help-parity.ts",