OPENCODE
OpenCode Instructions
Read AGENTS.md first. It is the canonical rulebook for this repository.
OpenCode-specific notes:
- The directory structure is the primary data-loading rule. Do not place notes by convenience.
- For any new source, create/update a
10-sources/note first, then update related30-concepts/,20-insights/,40-maps/,50-decisions/, and80-indexes/only when semantically justified. - Never create duplicate concept pages. Search
30-concepts/and aliases before adding a concept. - Preserve YAML frontmatter, required schema sections, and Obsidian wikilinks.
- Keep raw material separate from interpretation.
- Treat RAG/vector/search indexes as derived artifacts, not the canonical knowledge store.
- Review
git diffandgit statusafter changes.