pi-gsd 2.1.1 → 2.1.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/dist/pi-gsd-tools.js +52 -52
- package/gsd/workflows/new-project.md +2 -2
- package/package.json +2 -2
|
@@ -224,7 +224,7 @@ Create `.planning/config.json` with all settings (CLI fills in remaining default
|
|
|
224
224
|
|
|
225
225
|
```bash
|
|
226
226
|
mkdir -p .planning
|
|
227
|
-
pi-gsd-tools config-new-project '{"mode":"yolo","granularity":"[selected]","parallelization":true|false,"commit_docs":true|false,"model_profile":"quality|balanced|budget|inherit","workflow":{"research":true|false,"plan_check":true|false,"verifier":true|false,"nyquist_validation":true|false,"auto_advance":true}}'
|
|
227
|
+
pi-gsd-tools config-new-project --choices '{"mode":"yolo","granularity":"[selected]","parallelization":true|false,"commit_docs":true|false,"model_profile":"quality|balanced|budget|inherit","workflow":{"research":true|false,"plan_check":true|false,"verifier":true|false,"nyquist_validation":true|false,"auto_advance":true}}'
|
|
228
228
|
```
|
|
229
229
|
|
|
230
230
|
**If commit_docs = No:** Add `.planning/` to `.gitignore`.
|
|
@@ -544,7 +544,7 @@ Create `.planning/config.json` with all settings (CLI fills in remaining default
|
|
|
544
544
|
|
|
545
545
|
```bash
|
|
546
546
|
mkdir -p .planning
|
|
547
|
-
pi-gsd-tools config-new-project '{"mode":"[yolo|interactive]","granularity":"[selected]","parallelization":true|false,"commit_docs":true|false,"model_profile":"quality|balanced|budget|inherit","workflow":{"research":true|false,"plan_check":true|false,"verifier":true|false,"nyquist_validation":[false if granularity=coarse, true otherwise]}}'
|
|
547
|
+
pi-gsd-tools config-new-project --choices '{"mode":"[yolo|interactive]","granularity":"[selected]","parallelization":true|false,"commit_docs":true|false,"model_profile":"quality|balanced|budget|inherit","workflow":{"research":true|false,"plan_check":true|false,"verifier":true|false,"nyquist_validation":[false if granularity=coarse, true otherwise]}}'
|
|
548
548
|
```
|
|
549
549
|
|
|
550
550
|
**Note:** Run `/gsd-settings` anytime to update model profile, workflow agents, branching strategy, and other preferences.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-gsd",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "Get Shit Done - Unofficial port of the renowned AI-native project-planning spec-driven toolkit",
|
|
5
5
|
"main": "dist/pi-gsd-tools.js",
|
|
6
6
|
"bin": {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
79
79
|
"@typescript-eslint/parser": "^8.58.0",
|
|
80
80
|
"eslint": "^10.2.0",
|
|
81
|
-
"tsup": "^8.
|
|
81
|
+
"tsup": "^8.5.1",
|
|
82
82
|
"typescript": "^5.0.0",
|
|
83
83
|
"vitest": "^4.1.2"
|
|
84
84
|
}
|