ctx-cc 3.3.3 → 3.3.5

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 CHANGED
@@ -514,6 +514,14 @@ Results synthesized into `SUMMARY.md`.
514
514
  | `/ctx debug --list` | List all debug sessions |
515
515
  | `/ctx debug --status` | Show current session status |
516
516
 
517
+ ### QA (Full System Testing)
518
+ | Command | Purpose |
519
+ |---------|---------|
520
+ | `/ctx qa` | Full system QA - every page, every button |
521
+ | `/ctx qa --section "auth"` | QA specific section only |
522
+ | `/ctx qa --resume` | Resume interrupted QA session |
523
+ | `/ctx qa --report` | Show last QA report |
524
+
517
525
  ### Session
518
526
  | Command | Purpose |
519
527
  |---------|---------|
@@ -620,7 +628,7 @@ Smart handoff creates `HANDOFF.md` with:
620
628
 
621
629
  ---
622
630
 
623
- ## 20 Specialized Agents
631
+ ## 21 Specialized Agents
624
632
 
625
633
  | Agent | Spawned when | Model (balanced) |
626
634
  |-------|--------------|------------------|
@@ -644,6 +652,7 @@ Smart handoff creates `HANDOFF.md` with:
644
652
  | ctx-auditor | always (background) | haiku |
645
653
  | ctx-learner | observing patterns | haiku |
646
654
  | ctx-predictor | after milestone/on demand | sonnet |
655
+ | ctx-qa | /ctx qa (full system test) | sonnet |
647
656
 
648
657
  ---
649
658