Skip to content

docs: add Brain V1 shared memory tools to docs - #573

Merged
selfcontained merged 1 commit into
mainfrom
agt_984f8e8b05dd/job-doc-ter-8f450f0a
May 21, 2026
Merged

docs: add Brain V1 shared memory tools to docs#573
selfcontained merged 1 commit into
mainfrom
agt_984f8e8b05dd/job-doc-ter-8f450f0a

Conversation

@selfcontained

Copy link
Copy Markdown
Owner

Summary

  • Added 6 Brain MCP tools (brain_get_object, brain_store_object, brain_list_objects, brain_delete_object, brain_append_event, brain_query_events) to docs-pane "Built-in tools" list and "Tools available to job agents" list
  • Added "Brain (shared memory)" subsection to Repo Tools explaining the concept (objects, collections, optimistic concurrency, event log)
  • Updated "State across runs" in Jobs to mention Brain as an alternative to filesystem handoff
  • Added brain tools to README Interactive agents table and Job agents list
  • Added missing brain/ directory to CLAUDE.md project structure tree

Deferred to next run: audit Automations Templates/Jobs section against context-picker unification (PR #562).

Test plan

  • pnpm run check passes (type checking)
  • pnpm run format:write clean (prettier)
  • Verify docs-pane renders correctly in browser

🤖 Generated with Claude Code

PR #569 added 6 new MCP tools (brain_get_object, brain_store_object,
brain_list_objects, brain_delete_object, brain_append_event,
brain_query_events) to both AGENT_TOOLS and JOB_TOOLS but the docs
surfaces were not updated.
- Add brain tools to docs-pane "Built-in tools" list
- Add brain tools to docs-pane "Tools available to job agents" list
- Add "Brain (shared memory)" subsection to Repo Tools section
- Update "State across runs" to mention Brain as alternative to
filesystem handoff
- Add brain tools to README Interactive agents table and Job agents list
- Add missing brain/ directory to CLAUDE.md project structure tree
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@selfcontained
selfcontained merged commit 255ae6e into mainMay 21, 2026
1 check passed
@selfcontained
selfcontained deleted the agt_984f8e8b05dd/job-doc-ter-8f450f0a branch May 21, 2026 04:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@selfcontained