crewkit 1.1.2 → 1.1.3
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/package.json
CHANGED
|
@@ -46,6 +46,7 @@ Use **architect** with explorer findings. Must return:
|
|
|
46
46
|
- Open decisions with options, pros/cons, recommendation
|
|
47
47
|
- Trade-off classification (required / compromise / debt / convenience)
|
|
48
48
|
- Pushback on weak approaches
|
|
49
|
+
- **Verify decision compatibility:** If the task has both "where" (location/route) and "how" (mechanism/interaction) decisions, verify they are compatible BEFORE presenting them separately. If choosing location A eliminates mechanism B, say so explicitly.
|
|
49
50
|
- Risk assessment and blast radius
|
|
50
51
|
- Task size (SMALL / MEDIUM / LARGE)
|
|
51
52
|
- Technical verdict (APPROVE / APPROVE WITH CHANGES / DO NOT APPROVE)
|