Skip to content

docs: fix stale platform/ paths in the GUI README - #417

Open
coderdailyone wants to merge 1 commit into
andrewyng:mainfrom
coderdailyone:fix/stale-platform-paths
Open

docs: fix stale platform/ paths in the GUI README#417
coderdailyone wants to merge 1 commit into
andrewyng:mainfrom
coderdailyone:fix/stale-platform-paths

Conversation

@coderdailyone

Copy link
Copy Markdown

What was broken: surfaces/gui/README.md still documents the pre-split monorepo layout — every command cds into a platform/ directory that does not exist in this repository, so a fresh contributor following it verbatim fails at the first step (bash platform/packaging/setup_dev_env.sh → no such file).

Fix: align the commands with the actual layout — the venv, packaging/, and surfaces/gui live at the repo root, matching what the root README already documents — and the server_bin() dev-fallback comment in src-tauri/src/lib.rs (platform/.venv → repo-root .venv). Docs and one comment only; no behavior change.

🤖 Generated with Claude Code

The GUI README still described the pre-split monorepo layout: every command
cd'd into a platform/ directory that does not exist in this repository, so a
fresh contributor following it verbatim fails at the first step. The venv,
packaging scripts, and surfaces/gui all live at the repo root now — align the
commands and the server_bin() dev-fallback comment with the layout the root
README already documents.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

1 participant