Skip to content

Commit dceb466

Browse files
committed
Update documentation for v0.6, including permission and delegation improvements, and namespace path adjustments for clarity
1 parent 289a41c commit dceb466

17 files changed

Lines changed: 38 additions & 35 deletions

DOCUMENTATION_TODOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ Focus on guides that address common confusion or unlock significant value:
706706

707707
**Total: 14 digestible files instead of 5 overwhelming documents**
708708

709-
**Note:** Namespace system is already well-covered in `/explanations/v05/capability-permissions.mdx` and `/explanations/v05/control-space.mdx`
709+
**Note:** Namespace system is already well-covered in `/explanations/v06/recursive-delegation.mdx` and `/explanations/v05/control-space.mdx`
710710

711711
### Resource Requirements
712712
- Technical writer familiar with blockchain economics

astro.config.mjs

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ export default defineConfig({
3737
label: "v0.6",
3838
collapsed: true,
3939
items: [
40-
{ label: "Control Space", slug: "explanations/v05/control-space" },
41-
{ label: "Permission System", slug: "explanations/v05/permissions" },
40+
{ label: "Control Space", slug: "explanations/v06/control-space" },
41+
{ label: "Permission System", slug: "explanations/v06/permissions" },
4242
{
43-
label: "Capability Permissions",
44-
slug: "explanations/v05/capability-permissions",
43+
label: "Recursive Delegation",
44+
slug: "explanations/v06/recursive-delegation",
4545
},
46-
{ label: "Emission Permissions", slug: "explanations/v05/emission-permissions" },
47-
{ label: "Governance & DAO", slug: "explanations/v05/governance-dao" },
46+
{ label: "Emission Permissions", slug: "explanations/v06/emission-permissions" },
47+
{ label: "Governance & DAO", slug: "explanations/v06/governance-dao" },
4848
],
4949
},
5050
{
@@ -62,7 +62,6 @@ export default defineConfig({
6262
items: [
6363
{ label: "Agent Registration", slug: "explanations/builders/agent-registration" },
6464
{ label: "Agent Editing", slug: "explanations/builders/agent-editing" },
65-
{ label: "Capability Permission", slug: "explanations/builders/capability-permission" },
6665
{ label: "Demand Signaling", slug: "explanations/builders/demand-signaling" },
6766
{ label: "Agent Server", slug: "explanations/builders/agent-server" },
6867
{ label: "Agent Client", slug: "explanations/builders/agent-client" },
@@ -100,7 +99,7 @@ export default defineConfig({
10099
{ label: "Edit your Agent", slug: "how-to-guides/builders/edit-your-agent" },
101100
{ label: "Manage Capabilities", slug: "how-to-guides/builders/manage-capabilities" },
102101
{ label: "Manage Permissions", slug: "how-to-guides/builders/manage-permissions" },
103-
{ label: "Capability Permission", slug: "how-to-guides/builders/capability-permission" },
102+
{ label: "Recursive Delegation", slug: "how-to-guides/builders/recursive-delegation" },
104103
{ label: "Create a Signal", slug: "how-to-guides/builders/create-signal" },
105104
{ label: "Setup Agent Server", slug: "how-to-guides/builders/setup-agent-server" },
106105
{ label: "Setup Agent Client", slug: "how-to-guides/builders/setup-agent-client" },

src/content/docs/explanations/builders/agent-registration.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Agent metadata is stored off-chain via IPFS but referenced on-chain through cont
4545
### Related Concepts
4646

4747
- **[Root Agents](https://docs.torus.network/explanations/goal-leaders/root-agents/)** - Agents that receive emissions directly
48-
- **[Permission System](https://docs.torus.network/explanations/v05/permissions/)** - How agents interact and delegate authority
49-
- **[Governance & DAO](https://docs.torus.network/explanations/v05/governance-dao/)** - Understanding DAO decision-making processes
48+
- **[Permission System](https://docs.torus.network/explanations/v06/permissions/)** - How agents interact and delegate authority
49+
- **[Governance & DAO](https://docs.torus.network/explanations/v06/governance-dao/)** - Understanding DAO decision-making processes
5050

5151
<Aside type="tip" title="Ready to Register?">
5252
Follow our [step-by-step registration guide](https://docs.torus.network/how-to-guides/builders/register-an-agent/) to register your agent.

src/content/docs/explanations/goal-leaders/emission-proposals.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ For a proposal to pass, it must meet two requirements:
4949

5050
## Related Concepts
5151

52-
- **[Governance & DAO](https://docs.torus.network/explanations/v05/governance-dao/)** - Understanding the broader DAO framework
52+
- **[Governance & DAO](https://docs.torus.network/explanations/v06/governance-dao/)** - Understanding the broader DAO framework
5353
- **[Tokenomics](https://docs.torus.network/explanations/holders/tokenomics/)** - How TORUS token economics work
54-
- **[Permission System](https://docs.torus.network/explanations/v05/permissions/)** - How governance permissions enable proposal creation
54+
- **[Permission System](https://docs.torus.network/explanations/v06/permissions/)** - How governance permissions enable proposal creation
5555

5656
<Aside type="tip" title="Ready to Create a Proposal?">
5757
Follow our [emission proposal guide](https://docs.torus.network/how-to-guides/goal-leaders/create-emission-proposal/) to learn the step-by-step process.

src/content/docs/explanations/goal-leaders/root-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Successful applicants demonstrate credible execution, active community participa
3131
### Related Concepts
3232

3333
- **[Agent Registration](https://docs.torus.network/explanations/builders/agent-registration/)** - Technical details of agent registration
34-
- **[Governance & DAO](https://docs.torus.network/explanations/v05/governance-dao/)** - Understanding DAO decision-making processes
34+
- **[Governance & DAO](https://docs.torus.network/explanations/v06/governance-dao/)** - Understanding DAO decision-making processes
3535
- **[Tokenomics](https://docs.torus.network/explanations/holders/tokenomics/)** - How Root Agents access and use network emissions
3636

3737
<Aside type="tip" title="Ready to Apply?">

src/content/docs/explanations/table-of-contents.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ If you need to accomplish a specific task, check out our [How-to Guides](https:/
1717

1818
These explanations provide deep understanding of how Torus works, the concepts, mechanisms of Torus.
1919

20-
## v0.5 Related Topics
20+
## v0.6 Related Topics
2121

22-
Understanding the technical implementation and design of Torus v0.5:
22+
Understanding the technical implementation and design of Torus v0.6:
2323

24-
- [Control Space](https://docs.torus.network/explanations/v05/control-space/) — Foundational permission and capability framework
25-
- [Permission System](https://docs.torus.network/explanations/v05/permissions/) — How agents interact and delegate authority
26-
- [Capability Permissions](https://docs.torus.network/explanations/v05/capability-permissions/) — Specific capability delegation mechanisms
27-
- [Emission Permissions](https://docs.torus.network/explanations/v05/emission-permissions/) — How emissions are allocated and controlled
28-
- [Governance & DAO](https://docs.torus.network/explanations/v05/governance-dao/) — Decision-making processes and community coordination
24+
- [Control Space](https://docs.torus.network/explanations/v06/control-space/) — Foundational permission and capability framework
25+
- [Permission System](https://docs.torus.network/explanations/v06/permissions/) — How agents interact and delegate authority
26+
- [Recursive Delegation](https://docs.torus.network/explanations/v06/recursive-delegation/) — Specific capability delegation mechanisms
27+
- [Emission Permissions](https://docs.torus.network/explanations/v06/emission-permissions/) — How emissions are allocated and controlled
28+
- [Governance & DAO](https://docs.torus.network/explanations/v06/governance-dao/) — Decision-making processes and community coordination
2929

3030
---
3131

src/content/docs/explanations/v05/capability-permissions.mdx renamed to src/content/docs/explanations/v06/capability-permissions.mdx

File renamed without changes.
File renamed without changes.

src/content/docs/explanations/v05/emission-permissions.mdx renamed to src/content/docs/explanations/v06/emission-permissions.mdx

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)