@imix-js/taproot 0.3.0 → 0.4.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.
@@ -73,7 +73,7 @@ Run a comprehensive review of an entire subtree — an intent and all its descen
73
73
  **What's next?**
74
74
  [A] `/tr-refine <highest-priority-path>` — fix the top-priority finding
75
75
  [B] `/tr-plan` — surface the next implementable behaviour
76
- [C] `/tr-ineed`add a requirement surfaced by the review
76
+ [C] `/tr-backlog <finding>` capture a deferred finding before routing it to the hierarchy
77
77
 
78
78
  ## Output
79
79
 
package/skills/review.md CHANGED
@@ -60,6 +60,7 @@ Stress-test a single Taproot artifact — an `intent.md`, `usecase.md`, or `impl
60
60
  **What's next?**
61
61
  [A] `/tr-refine <path>` — apply the findings to the spec
62
62
  [B] `/tr-implement <path>/` — spec is clean; proceed to implementation
63
+ [C] `/tr-backlog <finding>` — capture an out-of-scope issue for later without routing it now
63
64
 
64
65
  ## Output
65
66
 
package/skills/status.md CHANGED
@@ -78,12 +78,13 @@ Generated: <date>
78
78
  [B] `/tr-refine taproot/<intent>/<behaviour>/` — add missing tests
79
79
  [C] `/tr-plan` — pick a different next item
80
80
 
81
- - **If no specific items were found** (healthy project): show the generic fallback menu:
81
+ - **If no specific items were found** (healthy project): check whether `.taproot/backlog.md` exists and contains items. Show the generic fallback menu:
82
82
 
83
83
  **What's next?**
84
84
  [A] `/tr-plan` — pick the next behaviour to implement
85
- [B] `/tr-ineed` — capture a new requirement
85
+ [B] `/tr-ineed` — route a new requirement into the hierarchy
86
86
  [C] `/tr-review-all` — deeper semantic review of specs
87
+ [D] `/tr-backlog` — triage captured ideas (only if `.taproot/backlog.md` is non-empty)
87
88
 
88
89
  ## Output
89
90