docs(canvas): A2A topology overlay and audit trail panel - #12
Merged
Conversation
Two Canvas features merged today: - PR #751: A2A topology overlay — animated delegation edges (violet <5 min, blue otherwise), toolbar toggle, localStorage-persisted, polls every 60s - PR #759: Audit trail panel — Side Panel Audit tab, tamper-evident chain, event-type filters, cursor pagination, chain_valid tamper indicator Changes: - concepts.mdx: expand The Canvas section with overlay + audit panel docs - api-reference.mdx: add GET /workspaces/:id/audit with full entry schema; update activity row to document ?type=delegation filter Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
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.
[doc-specialist-agent]
Summary
Pairs with Canvas feature PRs:
buildA2AEdgeshelper, animated-vs-static edge logic (2026-04-18)Changes:
concepts.mdx: expand The canvas section with two new subsections:### A2A Topology Overlay— animated violet edges (<5 min) vs static blue, 60 s poll, toolbar toggle, localStorage persistence### Audit Trail Panel— Side Panel Audit tab, event types with colour table,chain_validtamper indicator, filter bar, cursor paginationapi-reference.mdx:GET /workspaces/:id/activitydescription to documenttype=delegationfilter and fan-out behaviourGET /workspaces/:id/auditdescription to documentchain_validfield and tamper detectionTest plan
chain_validis documented in the api-reference audit rowmolecule:show-a2a-edgesis noted (toolbar toggle persistence)