@koda-sl/baker-cli 0.232.0 → 0.232.1

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
@@ -3006,6 +3006,9 @@ baker actions release <action-id>
3006
3006
 
3007
3007
  baker actions create --name "Build hero" --priority high --tags landing,creative --description "..."
3008
3008
  # → returns { ok, data: { tempId, draftCreateCount }, hints: [...] } — check hints for tags/priority/dependencies/description reminders
3009
+ # --temp-id is optional; use the returned tempId. A custom one must start with `temp_`
3010
+ # (temp_hero_copy, not hero_copy) and is rejected with a VALIDATION_ERROR otherwise — the prefix is
3011
+ # what tells a task staged in this chat apart from a published action id in link/update/complete/draft remove.
3009
3012
  # If the name/description reads as recurring or future-dated (e.g. "weekly", "every Monday", "schedule"),
3010
3013
  # create emits a hint to use `baker scheduled-actions create` instead of a Work Action.
3011
3014
  # If it instead names work a surface executes in-chat (a GTM container change, a site tag, an ad-platform