Files
blackroad-os-docs/docs/agent-catalog/org-chart.mdx
Alexa Louise 4346031b61 style: adopt unified brand CSS system
- 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>
2025-11-30 19:13:51 -06:00

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)
```