@windyroad/jtbd 0.14.5 → 0.14.6-preview.1253

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.
@@ -90,5 +90,5 @@
90
90
  }
91
91
  },
92
92
  "name": "wr-jtbd",
93
- "version": "0.14.5"
93
+ "version": "0.14.6"
94
94
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wr-jtbd",
3
- "version": "0.14.5",
3
+ "version": "0.14.6",
4
4
  "description": "Jobs-to-be-done governance for product changes",
5
5
  "author": {
6
6
  "name": "Windy Road Technology",
package/agents/agent.md CHANGED
@@ -40,6 +40,7 @@ In pre-edit mode:
40
40
 
41
41
  - Return `JTBD Recommendation Review: ISSUES FOUND` when an option contradicts a documented desired outcome, does not serve the outcome it claims to address, or the set is incomplete against the relevant outcomes. Name each affected option and the outcome it misses.
42
42
  - Return `JTBD Recommendation Review: PASS` when the options presented are consistent with and collectively cover the relevant documented outcomes.
43
+ - Judge completeness across the option set, not per option. A narrower option remains viable when it contradicts no documented outcome and another option covers the additional outcome; do not mark that narrower option incomplete merely because it covers less.
43
44
  - Do not rank or choose among viable aligned options. Do not ask the user a question. The calling assistant owns the recommendation and any genuine user decision.
44
45
  - Never write `/tmp/jtbd-verdict` in this mode. The inline recommendation verdict is the complete, event-bound signal; a recommendation PASS must not authorise a later file edit.
45
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@windyroad/jtbd",
3
- "version": "0.14.5",
3
+ "version": "0.14.6-preview.1253",
4
4
  "description": "Jobs-to-be-done enforcement for UI changes",
5
5
  "bin": {
6
6
  "windyroad-jtbd": "./bin/install.mjs"