-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 973 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "sd0x-dev-flow",
"version": "3.0.6",
"description": "Harness engineering for Claude Code — hook-enforced dual review, state-machine gates, and fail-closed safety where it counts. 90 skills, 15 agents, 8 lifecycle hooks.",
"license": "MIT",
"scripts": {
"test": "node --test test/**/*.test.js",
"test:unit": "node --test test/scripts/lib/*.test.js",
"test:integration": "node --test test/scripts/*.test.js",
"test:hooks": "node --test test/hooks/*.test.js",
"test:schema": "node --test test/skills/*.test.js",
"test:fast": "node --test test/scripts/lib/*.test.js test/skills/*.test.js",
"test:ci": "node --test test/**/*.test.js",
"lint:md": "npx markdownlint-cli2 \"**/*.md\"",
"lint:fix": "npx markdownlint-cli2 --fix \"**/*.md\""
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"scripts/",
"skills/",
"agents/",
"hooks/",
"rules/",
"CLAUDE.md",
"CLAUDE.template.md"
]
}