56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
name: opencode-config
|
|
version: 1
|
|
categories:
|
|
# System
|
|
- path: system.md
|
|
description: One-paragraph project overview and elevator pitch
|
|
group: system
|
|
|
|
# Knowledge
|
|
- path: knowledge/overview.md
|
|
description: Project architecture, agent roles, and quality pipeline
|
|
group: knowledge
|
|
- path: knowledge/tech-stack.md
|
|
description: Technologies, versions, dependencies, and MCP servers
|
|
group: knowledge
|
|
- path: knowledge/conventions.md
|
|
description: Coding style, naming patterns, and file organization
|
|
group: knowledge
|
|
- path: knowledge/patterns/error-handling.md
|
|
description: Error handling and recovery patterns
|
|
group: knowledge
|
|
- path: knowledge/patterns/testing.md
|
|
description: Testing strategies and patterns
|
|
group: knowledge
|
|
- path: knowledge/patterns/logging.md
|
|
description: Logging practices and conventions
|
|
group: knowledge
|
|
- path: knowledge/domain/concepts.md
|
|
description: Domain-specific terminology and workflows
|
|
group: knowledge
|
|
|
|
# Decisions
|
|
- path: decisions.md
|
|
description: Architecture Decision Records (ADRs)
|
|
group: decisions
|
|
|
|
# Gates
|
|
- path: gates/
|
|
description: Quality gate records (review and test outcomes per feature)
|
|
group: gates
|
|
|
|
# Plans
|
|
- path: plans/agent-memory-write-access.md
|
|
description: Plan for enabling memory write access for recording agents
|
|
group: plans
|
|
|
|
# Research
|
|
- path: research/
|
|
description: Research findings and technical investigations
|
|
group: research
|
|
|
|
# Sessions
|
|
- path: sessions/continuity.md
|
|
description: Rolling session continuity notes
|
|
group: sessions
|