- Update tokens.css with full brand color palette (neon spectrum, neutrals, surfaces) - Update custom.css to use brand variables for Docusaurus theming - Escape MDX template placeholders in RFC template - Temporarily set onBrokenLinks to warn for build 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
---
|
|
id: agent-org-chart
|
|
title: Agent Org Chart
|
|
sidebar_position: 2
|
|
---
|
|
|
|
```mermaid
|
|
graph TD
|
|
root[Agent Catalog]
|
|
root --> pack_education[education pack]
|
|
pack_education --> lumen(lumen)
|
|
root --> pack_finance[finance pack]
|
|
pack_finance --> atlas(atlas)
|
|
```
|