@chiendt/ack-cli 1.3.0-dev.7 → 1.3.0-dev.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chiendt/ack-cli",
3
- "version": "1.3.0-dev.7",
3
+ "version": "1.3.0-dev.9",
4
4
  "description": "ACK CLI - tool for bootstrapping and updating ACK kits (Claude Code agent kits)",
5
5
  "type": "module",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "ui:test": "cd src/ui && bun install --silent && bun run test",
27
27
  "ui:test:plans": "cd src/ui && bun install --silent && bunx vitest run src/hooks/__tests__/use-plans-dashboard.vitest.ts src/pages/__tests__/PlansPage.vitest.tsx src/pages/__tests__/PlanDetailPage.vitest.tsx",
28
28
  "ui:dev": "cd src/ui && bun run dev",
29
- "build": "bun build src/index.ts --outdir dist --target node --external @octokit/rest --external better-sqlite3 && node -e \"const fs=require('fs'),f='dist/index.js',c=fs.readFileSync(f,'utf-8');fs.writeFileSync(f,c.replace(/^#!.*\\n\\/\\/ @bun\\n/,''))\"",
29
+ "build": "bun build src/index.ts --outdir dist --target node --external @octokit/rest --external better-sqlite3 --external @chiendt1108/fqc-mcp-servers && node -e \"const fs=require('fs'),f='dist/index.js',c=fs.readFileSync(f,'utf-8');fs.writeFileSync(f,c.replace(/^#!.*\\n\\/\\/ @bun\\n/,''))\"",
30
30
  "verify:package": "node scripts/prepublish-check.js",
31
31
  "test": "bun test",
32
32
  "test:integration": "ACK_RUN_CLI_INTEGRATION=1 bun test tests/integration/cli.test.ts",
@@ -95,6 +95,9 @@
95
95
  "ws": "^8.19.0",
96
96
  "zod": "^3.23.8"
97
97
  },
98
+ "optionalDependencies": {
99
+ "@chiendt1108/fqc-mcp-servers": "^1.6.2"
100
+ },
98
101
  "devDependencies": {
99
102
  "@biomejs/biome": "^1.9.4",
100
103
  "@types/cross-spawn": "^6.0.6",