Skip to content

Conversation

@Sipher
Copy link
Collaborator

@Sipher Sipher commented Aug 10, 2025

Summary by CodeRabbit

  • New Features

    • Added new documentation on recursive delegation, including a detailed explanation and a step-by-step how-to guide for builders.
    • Introduced a comprehensive documentation TODO roadmap outlining upcoming learning paths and guides for the Torus ecosystem.
  • Documentation

    • Updated links and references across multiple docs to reflect the new v0.6 version and improved navigation.
    • Clarified capability path depth limits and delegation mechanics in builder guides.
    • Enhanced how-to guides with new steps, updated images, and improved instructions for network setup and staking.
    • Revised introductory and descriptive content to better reflect Torus’s focus on recursive permission delegation and autonomous agent swarms.

@coderabbitai
Copy link

coderabbitai bot commented Aug 10, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This update introduces a comprehensive documentation roadmap (DOCUMENTATION_TODOS.md) and adds or updates numerous documentation files to reflect a new "v0.6" version, especially focusing on the concept of "Recursive Delegation" in permission systems. It creates new explanation and how-to guide documents, updates sidebar navigation and table of contents, and refreshes internal links and references throughout the documentation to ensure consistency with the new version and concepts.

Changes

Cohort / File(s) Change Summary
Documentation Roadmap
DOCUMENTATION_TODOS.md
Introduces a structured, prioritized documentation TODO list outlining learning paths, conceptual files, companion guides, implementation guidance, and validation strategy for the Torus blockchain documentation suite.
Sidebar & Table of Contents
astro.config.mjs, src/content/docs/explanations/table-of-contents.mdx, src/content/docs/how-to-guides/table-of-contents.mdx
Updates navigation to reference "v0.6" documentation, adds/renames "Recursive Delegation" entries, and updates links and section headers accordingly.
New Explanations & Guides
src/content/docs/explanations/v06/recursive-delegation.mdx, src/content/docs/how-to-guides/builders/recursive-delegation.mdx
Adds new conceptual explanation and a step-by-step how-to guide for recursive delegation in the permission system, detailing mechanics, rules, and practical usage.
Updated Builder Explanations
src/content/docs/explanations/builders/agent-editing.mdx, .../agent-registration.mdx, .../demand-signaling.mdx
Updates internal documentation links to point to new or corrected paths, including "root agents," "tokenomics," and v06 permission/governance docs.
Updated Goal-Leader Explanations
src/content/docs/explanations/goal-leaders/emission-proposals.mdx, .../root-agents.mdx
Updates related concept links to new v06 documentation and more specific explanation paths.
Updated Holder Explanations
src/content/docs/explanations/holders/staking.mdx
Updates "tokenomics" related concept link to new explanations path.
Builder How-to Guides
src/content/docs/how-to-guides/builders/create-permission.mdx, .../manage-capabilities.mdx, .../manage-permissions.mdx
Updates links to v06 permission system explanations and adds explicit path depth constraints to capability management documentation.
Holder How-to Guides
src/content/docs/how-to-guides/holders/bridge-from-base.mdx, .../stake-your-torus.mdx
Updates tokenomics links and adds detailed MetaMask network setup instructions to the bridge guide, including images and step reordering.
Main Documentation Index
src/content/docs/index.mdx
Revises introductory text to emphasize recursive delegation, agent self-organization, and updates project description for clarity and branding.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant DocsSite
    participant Sidebar
    participant Explanations
    participant HowToGuides

    User->>DocsSite: Navigates to documentation
    DocsSite->>Sidebar: Loads sidebar config (v0.6, Recursive Delegation)
    User->>Sidebar: Selects "Recursive Delegation"
    Sidebar->>Explanations: Loads v0.6/recursive-delegation.mdx
    User->>HowToGuides: Follows link to "Recursive Delegation" how-to
    HowToGuides->>DocsSite: Loads builders/recursive-delegation.mdx
Loading

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~18 minutes

Possibly related PRs

  • Dev #11: Both PRs modify the Astro site configuration for sidebar navigation, but this PR focuses on version updates and recursive delegation, while Dev #11 restructures entries and adds a wallet setup guide.

Poem

In burrows deep where docs are grown,
A roadmap sprouts, its purpose shown.
With links renewed and guides anew,
Recursive paths for bunnies to pursue.
From v0.5 to v0.6 we leap—
Delegation secrets, no longer deep!
🐇✨

Note

🔌 MCP (Model Context Protocol) integration is now available in Early Access!

Pro users can now connect to remote MCP servers under the Integrations page to get reviews and chat conversations that understand additional development context.


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1dab55e and cc4a90e.

⛔ Files ignored due to path filters (3)
  • public/images/how-to-guide/bridge-to-base/connected-to-torus-evm.png is excluded by !**/*.png
  • public/images/how-to-guide/capability-permission/number-instances-explained.png is excluded by !**/*.png
  • public/images/how-to-guide/capability-permission/ui-explained-re-delegation.png is excluded by !**/*.png
📒 Files selected for processing (18)
  • DOCUMENTATION_TODOS.md (1 hunks)
  • astro.config.mjs (2 hunks)
  • src/content/docs/explanations/builders/agent-editing.mdx (1 hunks)
  • src/content/docs/explanations/builders/agent-registration.mdx (1 hunks)
  • src/content/docs/explanations/builders/demand-signaling.mdx (1 hunks)
  • src/content/docs/explanations/goal-leaders/emission-proposals.mdx (1 hunks)
  • src/content/docs/explanations/goal-leaders/root-agents.mdx (1 hunks)
  • src/content/docs/explanations/holders/staking.mdx (1 hunks)
  • src/content/docs/explanations/table-of-contents.mdx (2 hunks)
  • src/content/docs/explanations/v06/recursive-delegation.mdx (1 hunks)
  • src/content/docs/how-to-guides/builders/create-permission.mdx (1 hunks)
  • src/content/docs/how-to-guides/builders/manage-capabilities.mdx (2 hunks)
  • src/content/docs/how-to-guides/builders/manage-permissions.mdx (1 hunks)
  • src/content/docs/how-to-guides/builders/recursive-delegation.mdx (1 hunks)
  • src/content/docs/how-to-guides/holders/bridge-from-base.mdx (5 hunks)
  • src/content/docs/how-to-guides/holders/stake-your-torus.mdx (1 hunks)
  • src/content/docs/how-to-guides/table-of-contents.mdx (2 hunks)
  • src/content/docs/index.mdx (2 hunks)
✨ Finishing Touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Sipher Sipher merged commit dceb466 into main Aug 10, 2025
2 of 3 checks passed
Sign up for free to 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.

4 participants