Files
dotfiles/.config/opencode/.memory/knowledge/tech-stack.md
2026-03-09 17:34:14 +00:00

23 lines
754 B
Markdown

# Tech Stack
## Core Technologies
| Component | Technology | Notes |
|-----------|------------|-------|
| Runtime | OpenCode CLI | Agentic coding tool |
| Config format | JSONC | `opencode.jsonc` with comments |
| Agent definitions | Markdown + YAML frontmatter | `agents/*.md` |
| Memory system | Markdown + YAML | `.memory/` directory |
## MCP Servers
| Server | Purpose | Endpoint |
|--------|---------|----------|
| Context7 | Remote documentation lookup | `https://mcp.context7.com/mcp` |
| GitHub Grep | Remote code search across public repos | `https://mcp.grep.app` |
| Playwright | Local headless Chromium for UI testing | Local |
## Model Assignments
See [Agent Roster](../../AGENTS.md#agent-roster) for model assignments per agent role.