@whitehatd/crag 0.2.1 → 0.2.2
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 +6 -2
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@whitehatd/crag",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "The bedrock layer for AI coding agents. One governance.md. Any project. Never stale.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"crag": "bin/crag.js"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
|
-
"test": "node test/all.js"
|
|
9
|
+
"test": "node test/all.js",
|
|
10
|
+
"sync-hashes": "node scripts/sync-skill-hashes.js",
|
|
11
|
+
"release:patch": "node scripts/bump-version.js patch",
|
|
12
|
+
"release:minor": "node scripts/bump-version.js minor",
|
|
13
|
+
"release:major": "node scripts/bump-version.js major"
|
|
10
14
|
},
|
|
11
15
|
"keywords": [
|
|
12
16
|
"claude-code",
|