@winspan/claude-forge 8.12.0 → 8.13.0

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": "@winspan/claude-forge",
3
- "version": "8.12.0",
3
+ "version": "8.13.0",
4
4
  "description": "SDLC intelligent orchestration engine for Claude Code",
5
5
  "main": "dist/cli/index.js",
6
6
  "type": "module",
@@ -29,12 +29,16 @@
29
29
  "build": "tsc && mkdir -p dist/hooks && cp -r src/hooks/* dist/hooks/ && chmod +x dist/hooks/*.sh && cp src/core/storage/schema.sql dist/core/storage/schema.sql && mkdir -p dist/web/static && cp src/web/static/index.html dist/web/static/ && cp -r src/web/static/vendor dist/web/static/ && mkdir -p dist/engine/conventions && cp src/engine/conventions/*.yaml dist/engine/conventions/",
30
30
  "prepublishOnly": "npm run build",
31
31
  "dev": "tsx src/cli/index.ts",
32
+ "dev:daemon": "tsx src/daemon/index.ts",
33
+ "dev:web": "tsx scripts/dev-web.ts",
32
34
  "test": "vitest run",
33
35
  "test:watch": "vitest",
34
36
  "test:coverage": "vitest run --coverage",
37
+ "test:e2e": "playwright test",
35
38
  "lint": "eslint src --ext .ts",
36
39
  "format": "prettier --write \"src/**/*.ts\"",
37
- "format:check": "prettier --check \"src/**/*.ts\""
40
+ "format:check": "prettier --check \"src/**/*.ts\"",
41
+ "sync:web": "cp src/web/static/index.html dist/web/static/index.html 2>/dev/null; cp src/web/static/index.html $(npm root -g)/@winspan/claude-forge/dist/web/static/index.html 2>/dev/null; echo '✓ Web files synced'"
38
42
  },
39
43
  "keywords": [
40
44
  "claude",