crewkit 1.1.1 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crewkit",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Context engineering framework for AI-assisted development. One command to set up agents, skills, hooks, rules, and memory for your project.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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)