extra pt2
This commit is contained in:
22
.config/opencode/.memory/knowledge/tech-stack.md
Normal file
22
.config/opencode/.memory/knowledge/tech-stack.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user