@koda-sl/baker-cli 0.101.0 → 0.103.0

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/README.md CHANGED
@@ -2381,7 +2381,7 @@ baker actions unlink --blocker <id> --blocked <id>
2381
2381
  # Review and edit the ops staged in THIS chat before publish
2382
2382
  baker actions draft # show every staged op + footgun warnings
2383
2383
  baker actions draft remove temp_hero # drop a staged create (cascades its complete/link ops)
2384
- baker actions draft remove <id> --op complete # drop a staged op on a real action (--op update|complete|discard|tagAdd|tagRemove)
2384
+ baker actions draft remove <id> --op complete # drop a staged op on a real action (--op update|complete|discard)
2385
2385
  baker actions draft clear # drop everything staged in this chat
2386
2386
  ```
2387
2387
 
@@ -4279,6 +4279,10 @@ This CLI is designed for AI agent consumption. Key patterns:
4279
4279
  10. **Parse the JSON envelope** — check `ok` field before accessing `data`
4280
4280
  11. **Always check `query_context`** in keyword/research responses — it shows the actual location and language used. If `defaults_warning` is present, the query used US/English defaults. Always pass `--location` and `--language` explicitly when targeting a specific market.
4281
4281
 
4282
+ ## Internal Notes
4283
+
4284
+ - **0.103.0**: `baker actions ...` commands now type their `/api/actions/...` request/response payloads from the shared `@baker/api` contract package (also consumed by the backend) instead of hand-written local interfaces. No command, flag, or output-shape changes.
4285
+
4282
4286
  ## Publishing
4283
4287
 
4284
4288
  ### Auto-publish (CI)