forge-cc 0.1.39 → 0.1.41

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,71 +1,71 @@
1
- {
2
- "name": "forge-cc",
3
- "version": "0.1.39",
4
- "description": "Pre-PR verification harness for Claude Code agents — gate runner + CLI + MCP server",
5
- "type": "module",
6
- "license": "MIT",
7
- "author": "Troy Hoffman",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/troyhoffman/forge-cc.git"
11
- },
12
- "keywords": [
13
- "forge",
14
- "verification",
15
- "claude-code",
16
- "mcp",
17
- "pre-commit",
18
- "lint",
19
- "typescript"
20
- ],
21
- "engines": {
22
- "node": ">=18"
23
- },
24
- "main": "dist/gates/index.js",
25
- "exports": {
26
- ".": "./dist/gates/index.js",
27
- "./cli": "./dist/cli.js",
28
- "./server": "./dist/server.js"
29
- },
30
- "bin": {
31
- "forge": "dist/cli.js"
32
- },
33
- "files": [
34
- "dist/",
35
- "scripts/",
36
- "skills/",
37
- "hooks/",
38
- ".forge.json",
39
- "README.md",
40
- "AGENTS.md"
41
- ],
42
- "scripts": {
43
- "build": "tsc",
44
- "dev": "tsc --watch",
45
- "start": "node dist/cli.js",
46
- "test": "vitest run",
47
- "test:watch": "vitest",
48
- "verify": "node dist/cli.js verify",
49
- "postinstall": "node scripts/postinstall.mjs",
50
- "prepublishOnly": "npm run build"
51
- },
52
- "dependencies": {
53
- "@modelcontextprotocol/sdk": "^1.12.0",
54
- "commander": "^13.0.0",
55
- "zod": "^3.24.0"
56
- },
57
- "peerDependencies": {
58
- "playwright": ">=1.40.0"
59
- },
60
- "peerDependenciesMeta": {
61
- "playwright": {
62
- "optional": true
63
- }
64
- },
65
- "devDependencies": {
66
- "@types/node": "^22.0.0",
67
- "playwright": "^1.58.2",
68
- "typescript": "^5.7.0",
69
- "vitest": "^3.0.0"
70
- }
71
- }
1
+ {
2
+ "name": "forge-cc",
3
+ "version": "0.1.41",
4
+ "description": "Pre-PR verification harness for Claude Code agents — gate runner + CLI + MCP server",
5
+ "type": "module",
6
+ "license": "MIT",
7
+ "author": "Troy Hoffman",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/troyhoffman/forge-cc.git"
11
+ },
12
+ "keywords": [
13
+ "forge",
14
+ "verification",
15
+ "claude-code",
16
+ "mcp",
17
+ "pre-commit",
18
+ "lint",
19
+ "typescript"
20
+ ],
21
+ "engines": {
22
+ "node": ">=18"
23
+ },
24
+ "main": "dist/gates/index.js",
25
+ "exports": {
26
+ ".": "./dist/gates/index.js",
27
+ "./cli": "./dist/cli.js",
28
+ "./server": "./dist/server.js"
29
+ },
30
+ "bin": {
31
+ "forge": "dist/cli.js"
32
+ },
33
+ "files": [
34
+ "dist/",
35
+ "scripts/",
36
+ "skills/",
37
+ "hooks/",
38
+ ".forge.json",
39
+ "README.md",
40
+ "AGENTS.md"
41
+ ],
42
+ "scripts": {
43
+ "build": "tsc",
44
+ "dev": "tsc --watch",
45
+ "start": "node dist/cli.js",
46
+ "test": "vitest run",
47
+ "test:watch": "vitest",
48
+ "verify": "node dist/cli.js verify",
49
+ "postinstall": "node scripts/postinstall.mjs",
50
+ "prepublishOnly": "npm run build"
51
+ },
52
+ "dependencies": {
53
+ "@modelcontextprotocol/sdk": "^1.12.0",
54
+ "commander": "^13.0.0",
55
+ "zod": "^3.24.0"
56
+ },
57
+ "peerDependencies": {
58
+ "playwright": ">=1.40.0"
59
+ },
60
+ "peerDependenciesMeta": {
61
+ "playwright": {
62
+ "optional": true
63
+ }
64
+ },
65
+ "devDependencies": {
66
+ "@types/node": "^22.0.0",
67
+ "playwright": "^1.58.2",
68
+ "typescript": "^5.7.0",
69
+ "vitest": "^3.0.0"
70
+ }
71
+ }