@tienne/gestalt 0.1.0 → 0.1.1
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/dist/bin/gestalt.js +0 -0
- package/package.json +2 -2
package/dist/bin/gestalt.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tienne/gestalt",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "TypeScript AI Development Harness - Gestalt psychology-driven requirement clarification",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/src/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"scripts": {
|
|
21
21
|
"dev": "tsx bin/gestalt.ts",
|
|
22
22
|
"build": "tsc",
|
|
23
|
-
"postbuild": "cp -r agents dist/ && cp -r skills dist/",
|
|
23
|
+
"postbuild": "cp -r agents dist/ && cp -r skills dist/ && chmod +x dist/bin/gestalt.js",
|
|
24
24
|
"prepublishOnly": "pnpm build",
|
|
25
25
|
"test": "vitest run",
|
|
26
26
|
"test:watch": "vitest",
|