@davidbalzan/groundwork 0.3.2 → 0.3.3
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 +2 -2
- package/src/cli.mjs +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidbalzan/groundwork",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Groundwork — an installable AI development workflow (skills + doc methodology) you bolt onto any repo.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"author": "David Balzan",
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@davidbalzan/groundwork-seam": "0.1.
|
|
31
|
+
"@davidbalzan/groundwork-seam": "0.1.2"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"groundwork": "node src/cli.mjs",
|
package/src/cli.mjs
CHANGED
|
@@ -55,7 +55,7 @@ function help() {
|
|
|
55
55
|
` --json machine-readable output (doctor / status / list)`,
|
|
56
56
|
"",
|
|
57
57
|
bold("Examples:"),
|
|
58
|
-
dim("
|
|
58
|
+
dim(" npm i -g @davidbalzan/groundwork && groundwork init"),
|
|
59
59
|
dim(" groundwork init . --minimal"),
|
|
60
60
|
dim(" groundwork add data-layer"),
|
|
61
61
|
dim(" groundwork status"),
|