@luizsantiago/spec-guardrails 3.1.1 → 3.1.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/README.md +1 -1
- package/package.json +1 -1
- package/templates/GETTING_STARTED.md +3 -1
package/README.md
CHANGED
|
@@ -159,7 +159,7 @@ npx @luizsantiago/spec-guardrails install
|
|
|
159
159
|
|
|
160
160
|
| Version | What you gain |
|
|
161
161
|
| --- | --- |
|
|
162
|
-
| **3.1.x** | Doctor STATE fix
|
|
162
|
+
| **3.1.x** | Doctor STATE fix; `validate-traceability` / `validate-quick`; `classify-change` / `feature-status`; Claude `CLAUDE.md` |
|
|
163
163
|
| **3.0.x** | Final name Spec Guardrails; `.specs/guardrails/`; no dual-path ([Migration](docs/guide/Migration.md)) |
|
|
164
164
|
| **2.2.x** | Seatbelt-era paths & markers; `doctor` Execute hints; docs split from README |
|
|
165
165
|
| **2.1.x** | `loop-plan` + parallel `/loop` waves |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luizsantiago/spec-guardrails",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
4
4
|
"description": "Guardrails for AI coding agents — spec-driven phases, automatic gates, progressive skill loading (~70% fewer tokens per turn). Works in Cursor and Claude.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -43,7 +43,9 @@ Type these in **Cursor or Claude Code**. They load phase procedures from `.curso
|
|
|
43
43
|
| `install` | First time or upgrade |
|
|
44
44
|
| `project-init` | Brownfield repo (optional) |
|
|
45
45
|
| `doctor` | Install looks broken |
|
|
46
|
-
| `
|
|
46
|
+
| `classify-change` / `feature-status` | Pick a tier or see next step |
|
|
47
|
+
| `validate-spec` / `validate-traceability` / `validate-state` | Double-check feature gates |
|
|
48
|
+
| `validate-quick` | Double-check a Quick TASK/SUMMARY |
|
|
47
49
|
|
|
48
50
|
Everything else (`loop-plan`, `validate-tasks`, `check-commit`, …) is normally run **by the agent**.
|
|
49
51
|
|