Files
local-cal/.opencode/context/navigation.md
2026-04-07 11:31:26 -04:00

50 lines
1.7 KiB
Markdown

<!-- Context: core/navigation | Priority: critical | Version: 1.0 | Updated: 2026-02-15 -->
# Context Navigation
**New here?**`openagents-repo/quick-start.md`
---
## Structure
```
.opencode/context/
├── core/ # Universal standards & workflows
├── openagents-repo/ # OpenAgents Control repository work
├── development/ # Software development (all stacks)
├── ui/ # Visual design & UX
├── content-creation/ # Content creation (all formats)
├── data/ # Data engineering & analytics
├── product/ # Product management
└── learning/ # Educational content
```
---
## Quick Routes
| Task | Path |
|------|------|
| **Write code** | `core/standards/code-quality.md` |
| **Write tests** | `core/standards/test-coverage.md` |
| **Write docs** | `core/standards/documentation.md` |
| **Review code** | `core/workflows/code-review.md` |
| **Delegate task** | `core/workflows/task-delegation-basics.md` |
| **Add agent** | `openagents-repo/guides/adding-agent.md` |
| **UI development** | `development/ui-navigation.md` |
| **API development** | `development/backend-navigation.md` |
---
## By Category
**core/** - Standards, workflows, patterns → `core/navigation.md`
**openagents-repo/** - Repository-specific → `openagents-repo/navigation.md`
**development/** - All development → `development/navigation.md`
**ui/** - Design & UX → `ui/navigation.md`
**content-creation/** - Content creation (all formats) → `content-creation/navigation.md`
**data/** - Data engineering → `data/navigation.md`
**product/** - Product management → `product/navigation.md`
**learning/** - Educational → `learning/navigation.md`