Skip to content

Rename codex-rs workspace and codex-acp package#443

Merged
CSRessel merged 4 commits intomainfrom
rename-nori-rs-nori-acp
Apr 16, 2026
Merged

Rename codex-rs workspace and codex-acp package#443
CSRessel merged 4 commits intomainfrom
rename-nori-rs-nori-acp

Conversation

@CSRessel
Copy link
Copy Markdown
Collaborator

Summary

🤖 Generated with Nori

  • rename the Rust workspace directory from codex-rs/ to nori-rs/
  • rename the ACP crate/package from codex-acp/codex_acp to nori-acp/nori_acp
  • update repo docs, CI, release scripts, and package selectors to use the new names

Test Plan

  • cargo test -p nori-acp
  • cargo test -p nori-tui
  • cargo test -p nori-cli
  • cargo test
  • cargo build --bin nori && cargo test -p tui-pty-e2e
  • live tmux smoke test launching ./target/debug/nori --agent elizacp --skip-trust-directory
  • just fmt
  • just fix

Share Nori with your team: https://www.npmjs.com/package/nori-skillsets

CSRessel and others added 4 commits April 15, 2026 20:44
- Update AGENTS.md paths and directory references from codex-rs/ to
  nori-rs/ so agent instructions point at the real workspace.
- Delete nori-rs/.github/workflows/cargo-audit.yml. GitHub Actions only
  discovers workflows under the top-level .github/workflows/, so this
  nested copy (inherited from upstream OpenAI codex) never ran. The
  cargo-deny workflow at the repo root already covers advisory checks.
🤖 Generated with [Nori](https://noriagentic.com)

Co-Authored-By: Nori <contact@tilework.tech>
Minor leftovers the rename commit did not catch:
- scripts/debug-codex.sh ran `--bin codex`, but the crate only exposes
  the `nori` bin; the script was broken both before and after the
  rename. Switch to `--bin nori` and update the helper variable name.
- .gitignore still listed `/codex-rs/tui/target/`; point it at the new
  directory so the cached tui target is actually ignored.
- nori-cli/package.json had repository.directory="codex-cli"; the npm
  registry "source" link pointed at a path that no longer exists.
- nori-rs/acp/Cargo.toml depended on codex-protocol via a direct path
  instead of `workspace = true`; align with every other workspace dep.
- nori-rs/acp/docs.md referenced `codex_tui/acp` in the release
  env-filter example; the tracing target is now `nori_tui/acp`.
🤖 Generated with [Nori](https://noriagentic.com)

Co-Authored-By: Nori <contact@tilework.tech>
@CSRessel CSRessel merged commit da58e04 into main Apr 16, 2026
3 checks passed
@CSRessel CSRessel deleted the rename-nori-rs-nori-acp branch April 16, 2026 07:08
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