qualia-framework-v2 2.1.1 → 2.3.0

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.
@@ -89,4 +89,7 @@ After the builder finishes:
89
89
  Status ✓ Done
90
90
  ```
91
91
 
92
- Update `.planning/tracking.json` notes field if it exists.
92
+ ```bash
93
+ node ~/.claude/bin/state.js transition --to note --notes "{task description}"
94
+ ```
95
+ Do NOT manually edit STATE.md or tracking.json — state.js handles both.
@@ -75,5 +75,10 @@ Read the verification report. Present:
75
75
 
76
76
  ### 4. Update State
77
77
 
78
- Update STATE.md: verification result
79
- Update tracking.json: verification "pass" or "fail"
78
+ ```bash
79
+ node ~/.claude/bin/state.js transition --to verified --phase {N} --verification {pass|fail}
80
+ ```
81
+ If PASS and more phases: state.js auto-advances to the next phase.
82
+ If FAIL and gap_cycles >= 2: state.js returns GAP_CYCLE_LIMIT — tell the employee to escalate.
83
+ If FAIL and gap_cycles < 2: proceed to `/qualia-plan {N} --gaps`.
84
+ Do NOT manually edit STATE.md or tracking.json — state.js handles both.
@@ -11,6 +11,7 @@
11
11
  "tasks_done": 0,
12
12
  "tasks_total": 0,
13
13
  "verification": "pending",
14
+ "gap_cycles": {},
14
15
  "blockers": [],
15
16
  "last_updated": "",
16
17
  "last_commit": "",