@compilr-dev/sdk 0.7.4 → 0.7.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.
@@ -1532,11 +1532,18 @@ Based on the competitor analysis, what are YOUR advantages?
1532
1532
 
1533
1533
  Save: \`business_model_update\` with op: "set_competitive_advantages", advantages: [...]
1534
1534
 
1535
- ## Step 5: Positioning
1536
- Help the user think about positioning:
1537
- - On what axes do competitors differentiate? (price vs. features, simplicity vs. power, etc.)
1538
- - Where does your business sit on those axes?
1539
- - Is there an unoccupied position?
1535
+ ## Step 5: Positioning Matrix
1536
+ Help the user define a 2D positioning matrix:
1537
+ - Ask: "What are the two most important dimensions in your market?" (e.g., price vs. features, simplicity vs. power, general vs. specialized)
1538
+ - Define axes with labels
1539
+ - Score each competitor (0-100) on both axes
1540
+ - Score the user's business position
1541
+
1542
+ Save positioning: \`business_model_update\` op: "set_positioning", positioning: { xAxis: "Domain Specialization", yAxis: "Multi-Agent Capability", xLow: "General", xHigh: "Specialized", yLow: "Single", yHigh: "Multi-Agent", selfX: 85, selfY: 90 }
1543
+
1544
+ Then update each competitor with position: \`business_model_update\` op: "competitor_update", competitor_id: "...", updates: { positionX: 30, positionY: 70 }
1545
+
1546
+ This generates a visual positioning chart in the Business Model Viewer.
1540
1547
 
1541
1548
  ## Step 6: Generate Work Items
1542
1549
  Create work items for:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compilr-dev/sdk",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Universal agent runtime for building AI-powered applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",