@pmelab/gtd 1.9.1 → 1.9.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 +5 -2
- package/dist/gtd.bundle.mjs +932 -897
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -218,7 +218,10 @@ The last commit subject is bucketed two ways:
|
|
|
218
218
|
Review; uncommitted → Await Review (commits REVIEW.md and auto-advances to
|
|
219
219
|
Done). 5a. **HEAD `gtd: done` + `squash` enabled + squash base present + no
|
|
220
220
|
unrelated code dirty** (a lone untracked `SQUASH_MSG.md` is allowed) →
|
|
221
|
-
Squashing; unrelated code dirty → New Feature.
|
|
221
|
+
Squashing; unrelated code dirty → New Feature. 8a. **Green health check + ≥1
|
|
222
|
+
`gtd: health-fix` + `squash` enabled** → Squashing (same agent-authored
|
|
223
|
+
conventional-commits path as the feature-cycle squash — no hardcoded
|
|
224
|
+
placeholder).
|
|
222
225
|
6. **Boundary HEAD + pending changes** (and no `.gtd`/REVIEW/FEEDBACK), or HEAD
|
|
223
226
|
`gtd: new task` + clean tree (regenerate a lost seed) → New Feature.
|
|
224
227
|
7. **TODO.md present** → Grilling / Grilled.
|
|
@@ -254,7 +257,7 @@ flowchart TD
|
|
|
254
257
|
P4 -->|"uncommitted"| Await["Await Review — commit gtd: awaiting review"]:::edge
|
|
255
258
|
Await -.->|"re-resolve"| Done
|
|
256
259
|
P4 -->|absent| P5{"boundary HEAD + dirty,<br/>or gtd: new task + clean?"}
|
|
257
|
-
Done -->|"squash enabled"| Squashing["Squashing — reset --soft base, squash commit"]:::agent
|
|
260
|
+
Done -->|"squash enabled"| Squashing["Squashing — agent authors conventional-commits message, reset --soft base, squash commit"]:::agent
|
|
258
261
|
Done -->|"squash disabled"| Idle
|
|
259
262
|
Squashing --> Idle["Idle — nothing to do (STOP)"]:::gate
|
|
260
263
|
P5 -->|yes| NewFeature["New Feature — gtd: new task, revert, seed TODO"]:::edge
|