@etiquekit/etq 1.0.15 → 1.0.16

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/QuickStart.md CHANGED
@@ -72,13 +72,13 @@ command:
72
72
 
73
73
  ```sh
74
74
  etq dispatch scaffold --project "$PWD" --task-id APP-001 --seat codex-seat
75
- etq dispatch check --project "$PWD" \
76
- --mode docs/work/dispatch/APP-001/mode.yaml \
77
- --task docs/work/dispatch/APP-001/task.yaml \
78
- --sandbox-receipt docs/work/dispatch/APP-001/receipt.yaml \
79
- --state docs/work/dispatch/APP-001/seat-readiness.json
75
+ etq dispatch check --project "$PWD" --task-id APP-001 --seat codex-seat
80
76
  ```
81
77
 
78
+ `dispatch check` derives the scaffold paths from `--task-id`, prints the
79
+ resolved path map it used, and accepts explicit path flags only when you need
80
+ to override the convention.
81
+
82
82
  `dispatch record` writes local metadata and receipt refs; it does not merge,
83
83
  close, publish, or grant.
84
84