-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.22 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.22 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "trace-coherence",
"version": "1.0.3",
"description": "Structural coherence engineering for AI-augmented software systems. Enforces truth anchoring, registry verification, automated testing, complexity thresholds, and execution contracts.",
"author": "Anuraj",
"license": "MIT",
"homepage": "https://github.com/anurajsl/trace#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/anurajsl/trace.git"
},
"bugs": {
"url": "https://github.com/anurajsl/trace/issues"
},
"bin": {
"trace": "./bin/trace.js",
"trace-coherence": "./bin/trace.js",
"trace-mcp": "./bin/trace-mcp.js"
},
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node tests/test-all.js"
},
"files": [
"bin/",
"src/",
"templates/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"keywords": [
"trace",
"coherence",
"structural-coherence",
"ai-assisted-development",
"code-quality",
"artifact-drift",
"truth-anchoring",
"developer-tools",
"cli",
"linter",
"code-review",
"ci-cd",
"testing",
"documentation-enforcement",
"session-gates"
],
"dependencies": {
"yaml": "^2.3.0"
}
}