anomalyco / anomalyco/opencode
docs: contributing and config docs out of sync with code
@jlongster is already working on this.
Since Aug 10, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Two documentation pages are out of sync with the current codebase:
-
CONTRIBUTING.md still points the TUI code at
packages/opencode/src/cli/cmd/tui/, but the TUI now lives inpackages/tui(SolidJS + opentui). The old path no longer exists. -
config.mdx documents project config as only
opencode.jsonin the project root, but the code now also loadsopencode.jsoncand config files placed inside.opencode/directories (seeConfigPaths.files/ConfigPaths.directoriesand the.opencodedirectory walk insrc/config/config.ts). The config lookup description in the Per project section is also outdated.
Expected
- CONTRIBUTING.md references
packages/tuifor the TUI code. - config.mdx documents
opencode.json/opencode.jsoncin the project root or.opencode/, and an accurate lookup walk.
OpenCode version
dev
Operating System
Linux
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.