Skip to content

Getting-started guide's first command fails: cd oss into a directory that does not exist #359

Description

@lightight

docs/getting-started.md tells new contributors to build the native CLI with:

cd oss
cargo build --manifest-path crates/Cargo.toml -p runx-cli

There is no oss/ directory in this repository — the checkout root is already the OSS workspace, so the very first command in the walkthrough fails with cd: no such file or directory: oss on a fresh clone.

The same stale path assumption appears in:

  • docs/reference.md line 15 (cd oss) and line 673 (cd oss/packages/cli)
  • docs/skill-to-graph.md line 107 (cd oss)

These look like leftovers from a layout where the repo lived under an oss/ subdirectory. Dropping the cd oss step (or replacing it with a note that the clone root is the workspace) would make the walkthrough runnable as written.

Verified against a fresh shallow clone today. Happy to send a small PR removing the stale lines if that is preferred.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions