docs(user-docs): sync dashboard Grid view + fork-to-own; fix broken links#1522
Merged
Conversation
…inks Sync user docs to dev state since the 2026-07-03 pass: - operations/dashboard.md: correct the default view (Timeline, not Graph) and document the new Grid view — a magnetic tile canvas with five-zone agent tiles, drag/swap, Tidy/Reset, pan-zoom, and live status chips (trinity-enterprise#47). - agents/creating-agents.md: add a Fork-to-Own Templates section — a template declaring `fork_to_own: required` is copied into the user's own private repo at creation, with an `upstream` remote for template updates (trinity-enterprise#93). - Fix 9 broken internal links across creating-agents, dynamic-dashboards, agent-network, and oauth-credentials. Deliberately excludes enterprise-gated modules (permissions matrix ent#84, Client Portal ent#78, Brain Orb) per the public-repo standing rule. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Resolve by running |
Contributor
|
Review (direct). Docs-only — 5 |
dolho
approved these changes
Jul 8, 2026
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
Syncs
docs/user-docs/to dev state since the last docs pass (2026-07-03, #1438). All changes are edits to existing pages — no new files, no index changes.Content updates
operations/dashboard.md— Corrects the stale default (Timeline is the default view, not Graph, pernetwork.js) and documents the new Grid view: a magnetic tile canvas with five-zone agent tiles (avatar, runtime badge, Running/Autonomy toggles, live sync-health + operator-queue chips), drag/swap, Tidy/Reset, pan-zoom, and lazy hydration (trinity-enterprise#47).agents/creating-agents.md— Adds a Fork-to-Own Templates section: a template declaringfork_to_own: requiredis copied into the user's own private GitHub repo at creation via their PAT, with a read-onlyupstreamremote for pulling template updates and reuse-or-409 collision handling (trinity-enterprise#93).Link hygiene
Fixes 9 broken internal links (scan now returns 0) across
creating-agents.md,advanced/dynamic-dashboards.md,collaboration/agent-network.md, andcredentials/oauth-credentials.md.Deliberately excluded
Enterprise-gated paid modules are kept out of public user-docs per the CLAUDE.md standing rule: the fleet-wide permissions matrix (ent#84,
requires: 'permissions_matrix'), Client Portal (ent#78), and Brain Orb (#85/#102/#103). No release-note work — v0.7.0 is current and its What's New already exists.Verification
guides/deploying/: clean🤖 Generated with Claude Code