CONTRIBUTING.md points at the wrong directory for the TUI code.
Line 74 says:
- `packages/opencode/src/cli/cmd/tui/`: The TUI code, written in SolidJS with [opentui](https://github.com/sst/opentui)
That path doesn't exist on dev:
$ ls packages/opencode/src/cli/cmd/tui
ls: cannot access 'packages/opencode/src/cli/cmd/tui': No such file or directory
The TUI is in packages/tui now, which specs/tui-package.md also documents. Minor thing, but it's in the "Core pieces" list new contributors read first.
Happy to send a PR.
CONTRIBUTING.md points at the wrong directory for the TUI code.
Line 74 says:
That path doesn't exist on
dev:The TUI is in
packages/tuinow, whichspecs/tui-package.mdalso documents. Minor thing, but it's in the "Core pieces" list new contributors read first.Happy to send a PR.