Fix Automations docs drift: job palette claim, run-time args, Configure tab, history card#790
Merged
Merged
Conversation
…istory card - Jobs no longer appear in the Cmd+K palette (removed in the #515 template split); reword the 'Show in command palette' bullet to match actual behavior (callable badge only). - Job prompts never collect arguments at run time; placeholders are only substituted from API-saved default values. Preamble wording tightened (it includes job/run IDs, not the job name). - Job detail tab is labeled Configure, not Settings. - Sidebar job cards show status + schedule + enabled state, not finished time or next fire time; the Jobs overview lists upcoming runs. - Add ambient tip for job webhook triggers. Co-Authored-By: Claude Fable 5 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nightly docs audit — deep-dive on the in-app Automations docs section (Jobs + Templates) against the current forms, trigger types, and run lifecycle.
Audited
automations-form-fields.tsx) — all accurate, including terminal-type field skipping, allowMedia default, and launch flows.jobs-add-dialog.tsx,jobs-settings-tab.tsx) — fields, defaults (30 min run timeout, 24 h wait-for-input), webhook trigger.Fixed
{{D:...}}is only substituted from API-saveddefaultArgs. Also tightened the preamble claim (it includes job/run IDs, not the job name).Added
job-webhook-trigger(since 0.29.0) — webhook triggers are buried in the job Configure tab and easy to miss.Deferred
🤖 Generated with Claude Code