Skip to content

Docs: cover the per-agent whiteboard (#752 shipped with no docs) - #843

Merged
selfcontained merged 1 commit into
mainfrom
docs-audit/whiteboard-coverage
Jul 28, 2026
Merged

Docs: cover the per-agent whiteboard (#752 shipped with no docs)#843
selfcontained merged 1 commit into
mainfrom
docs-audit/whiteboard-coverage

Conversation

@selfcontained

Copy link
Copy Markdown
Owner

Nightly docs audit — 2026-07-28

Slice audited: diff-driven. PR #752 (per-agent Excalidraw whiteboard, v0.31.0) shipped with an ambient tip but zero coverage in the in-app docs, README, or API spec — the "whole new surface, missing section" failure mode.

What changed

  • docs-pane Agents: new Whiteboard subsection (agents#whiteboard) — shared canvas, live two-way sync with element-id merge, the three whiteboard_* MCP tools, the browser-rendered PNG snapshot caveat, and the violet agent-drew dot. Split-pane copy updated to include the Whiteboard tab (all three tabs are draggable into splits).
  • docs-pane Repo Tools: whiteboard_get / whiteboard_update / whiteboard_clear added to the built-in tools list.
  • docs-pane Reviewers: notes reviewers get read-only whiteboard_get for their own board (verified against REVIEW_AGENT_TOOLS and the MCP context wiring — it is not the parent's board).
  • tips.ts: whiteboard tip now deep-links to agents#whiteboard.
  • README: whiteboard feature bullet; three rows in the interactive-agents MCP table; corrected the persona tool list (was also missing dispatch_delete_pin, dispatch_list_pins, dispatch_list_media, dispatch_delete_media).
  • docs/03-api-spec.md: new Whiteboard section (4 REST routes, 20k-element / 8 MB caps, snapshot file location) + whiteboard.changed row in the SSE event table.

Deferred to next run: the Automations (Templates & Jobs) deep-dive that was this run's original next_focus — the whiteboard gap took priority per the diff-first rule.

🤖 Generated with Claude Code

- docs-pane Agents section: new Whiteboard subsection (live two-way sync,
MCP tools, PNG snapshot caveat, agent-drew dot); split-pane copy now
includes the Whiteboard tab
- docs-pane Repo Tools: add whiteboard_get/update/clear to the built-in
tools list
- docs-pane Reviewers: note reviewers have read-only whiteboard_get (their
own board)
- tips.ts: point the whiteboard tip at the new agents#whiteboard anchor
- README: whiteboard feature bullet, interactive-agent tool table rows,
and corrected persona tool list (was missing pin/media list tools)
- docs/03-api-spec.md: Whiteboard REST section + whiteboard.changed SSE row
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@selfcontained
selfcontained merged commit 23ad723 into mainJul 28, 2026
1 check passed
@selfcontained
selfcontained deleted the docs-audit/whiteboard-coverage branch July 28, 2026 04:09
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