Skip to content

docs: fix outdated TUI source path in CONTRIBUTING#33231

Open
brikimechael wants to merge 1 commit into
anomalyco:devfrom
brikimechael:fix-contributing-tui-path
Open

docs: fix outdated TUI source path in CONTRIBUTING#33231
brikimechael wants to merge 1 commit into
anomalyco:devfrom
brikimechael:fix-contributing-tui-path

Conversation

@brikimechael

@brikimechael brikimechael commented Jun 21, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #33230

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

CONTRIBUTING.md (Developing OpenCode → "Core pieces") lists the TUI code at packages/opencode/src/cli/cmd/tui/, but that directory doesn't exist. The actual SolidJS/opentui TUI is the @opencode-ai/tui package in packages/tui; packages/opencode/src/cli/cmd/tui.ts is only the command launcher. This one-line change points new contributors to the right place — the wrong path tripped me up while setting the project up.

How did you verify your code works?

  • packages/opencode/src/cli/cmd/tui does not exist on dev.
  • packages/tui/package.json is @opencode-ai/tui (SolidJS, depends on @opentui/*), confirming that is where the TUI code lives.
  • Documentation-only change; no code paths are affected.

Screenshots / recordings

N/A — documentation only.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

The Core pieces list pointed to packages/opencode/src/cli/cmd/tui/, which no longer exists. The SolidJS/opentui TUI code now lives in packages/tui; cli/cmd/tui.ts remains only as the command launcher.
@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. and removed needs:compliance This means the issue will auto-close after 2 hours. labels Jun 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: CONTRIBUTING points to a TUI path that no longer exists

1 participant