Fix Automations docs drift: job prompt args and missing review tools#779
Open
selfcontained wants to merge 1 commit into
Open
Fix Automations docs drift: job prompt args and missing review tools#779selfcontained wants to merge 1 commit into
selfcontained wants to merge 1 commit into
Conversation
…dd missing review tools Co-Authored-By: Claude Opus 4.6 <[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.
Summary
{{D:Arg Name}}template placeholders — standalone jobs (the only kind creatable via UI or MCP) don't substitute args; the server-side substitution only fires for template-backed jobs, which have no creation surface.dispatch_review_list_feedback,dispatch_review_resolve,dispatch_review_add_message) to the "Tools available to job agents" section — these are inJOB_TOOLSbut were absent from the docs.Audit scope
Deep-dive of the in-app Automations docs section (
automations.tsx). Verified all claims against:automations-form-fields.tsx(template create form fields)jobs-add-dialog.tsx(job create form fields and defaults)jobs-settings-tab.tsx(job settings, webhook toggle)automations-pane.tsx(tab structure: Templates/Jobs/Brains)automations-launch-dialog.tsx(launch dialog flow)agent-types.ts(CLI_AGENT_TYPESfor job agent filtering)jobs/service.ts(run lifecycle,substituteArgsgating,buildJobPrompt)shared/mcp/server.ts(JOB_TOOLSset)Everything else in the section checked out: template fields, launch flows, job create fields and defaults, run lifecycle statuses, trigger sources, auto-review description, state-across-runs section, and the Automations UI tab description.
Deferred to next run
Next focus: Audit the docs-pane Notifications section against
notification-settings.tsxand the server notification system.🤖 Generated with Claude Code