@akagilnc/pi-workflow-roles 0.1.3995 → 0.1.3999

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": "@akagilnc/pi-workflow-roles",
3
- "version": "0.1.3995",
3
+ "version": "0.1.3999",
4
4
  "description": "Soul-bound workflow roles for Pi",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -30,7 +30,8 @@ cursor-agent -p -f --output-format text --model <MODEL_ID> "YOUR_LABOR_PROMPT"
30
30
  bracket override form (`'claude-opus-4-8[context=1m,effort=high]'` — see
31
31
  `cursor-agent --help`).
32
32
  - This note does not pin a model id. The dispatch order (owner pool
33
- directive) names the model to pass verbatim via `--model`.
33
+ directive) names the model to pass verbatim via `--model`. If `--model
34
+ <MODEL_ID>` is not provided, please uses `cursor-grok-4.6-high`.
34
35
  - Always `--output-format text`; never `stream-json` (the event stream goes back
35
36
  into the seat's context as noise — see `opus.md`).
36
37