Skip to content

Commit b6d20d3

Browse files
Ascendralclaude
andcommitted
fix: trim npm package to 55KB (exclude tests, logs, node_modules)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c8a6e64 commit b6d20d3

1 file changed

Lines changed: 20 additions & 4 deletions

File tree

package.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,26 @@
4545
},
4646
"files": [
4747
"bin/",
48-
"cord/",
49-
"vigil/",
50-
"dashboard/",
51-
"demo.js",
48+
"cord/cord.js",
49+
"cord/explain.js",
50+
"cord/index.js",
51+
"cord/intentLock.js",
52+
"cord/logger.js",
53+
"cord/middleware.js",
54+
"cord/policies.js",
55+
"vigil/alerter.js",
56+
"vigil/canary.js",
57+
"vigil/circuit.js",
58+
"vigil/config.js",
59+
"vigil/logrotate.js",
60+
"vigil/memory.js",
61+
"vigil/normalizer.js",
62+
"vigil/patterns.js",
63+
"vigil/proactive.js",
64+
"vigil/ratelimit.js",
65+
"vigil/scanner.js",
66+
"vigil/semantic.js",
67+
"vigil/vigil.js",
5268
"README.md",
5369
"LICENSE"
5470
],

0 commit comments

Comments
 (0)