Docs: Automations deep-dive fixes + project-tree and AGENTS.md sync - #848
Merged
Merged
Conversation
- docs-pane Automations: add the missing pin/media management tools (dispatch_list_pins, dispatch_delete_pin, dispatch_delete_media) to the job-agent Status & comms list, and mention the Prompt tab as the place to edit a job's prompt after creation. - CLAUDE.md: project tree gains apps/browser-extension, apps/site, and the server src messages/ and observability/ directories. - AGENTS.md: sync the dispatch_event 'blocked' semantics with CLAUDE.md and the injected startup rules (blocked = truly stuck, not for errors being actively fixed). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 (Automations/Templates & Jobs deep-dive, carried over from the last two runs).
Audited:
docs-sections/automations.tsxagainstautomations-form-fields.tsx,jobs-add-dialog.tsx,jobs-settings-tab.tsx,jobs-detail-pane.tsx,jobs-helpers.tsx,routes/templates.ts,routes/jobs.ts,jobs/service.ts,jobs/store.ts, andJOB_TOOLSinshared/mcp/server.ts. Nearly everything held up: form fields, backing-template model, run statuses, preamble claim, trigger-source labels (Manual/Scheduled/Webhook), Configure/History tabs, webhook flow, Brains tab.Fixed:
dispatch_list_pins,dispatch_delete_pin,dispatch_delete_media; added a pointer to the Prompt tab (the docs never said where to edit a job's prompt after creation).apps/browser-extension/,apps/site/(new in Add philosophy-led public site #832), and servermessages/+observability/dirs.blockedevent semantics still had the old "hit an error → blocked immediately" wording — synced with CLAUDE.md and the injected startup rules (blocked = truly stuck, not for errors being fixed).Deferred: #844 media file-type consolidation checked — docs give only generic extension examples, no drift. Next run: docs-pane Media & Sharing section vs the new shared
media-file-types.tsaccept lists.🤖 Generated with Claude Code