synarcx 0.3.5 → 0.3.51
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synarcx",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51",
|
|
4
4
|
"description": "Structured engineering workflows for AI coding assistants — persistent project memory, spec-driven development, and architecture drift prevention across every session.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai-workflow",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"bin": {
|
|
40
|
-
"synarcx": "./
|
|
40
|
+
"synarcx": "./bin/synarcx.js"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
43
|
"dist",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"test:ui": "vitest --ui",
|
|
59
59
|
"test:coverage": "vitest --coverage",
|
|
60
60
|
"test:postinstall": "node scripts/postinstall.js",
|
|
61
|
-
"prepare": "
|
|
61
|
+
"prepare": "node build.js",
|
|
62
62
|
"postinstall": "node scripts/postinstall.js"
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|