codex-rs Bazel docs contain stale file references
Open 💬 0 comments Opened Jun 1, 2026 by bar-d
What happened?
codex-rs/docs/bazel.md contains stale or incorrect Bazel file references:
- It says
../MODULE.bazeldefines Bazel dependencies and Rust toolchains, but fromcodex-rs/docs/the repo-root file is../../MODULE.bazel. - It says
../defs.bzlprovidescodex_rust_crate, but fromcodex-rs/docs/that file is../../defs.bzl. - It refers to
../MODULE.bzlforcrate.annotation, but there does not appear to be aMODULE.bzlfile in the repo; the relevant file isMODULE.bazel.
Expected behavior
The Bazel docs should use valid relative paths from codex-rs/docs/bazel.md and refer to the actual Bazel module file name.
Additional context
I searched open issues and PRs for terms including codex-rs/docs/bazel.md, MODULE.bazel, MODULE.bzl, and defs.bzl, and did not find an existing open item that appears to cover these stale file references.