mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
Summary - move `core/src/hooks` implementation into a new `codex-hooks` crate with its own manifest - update `codex-rs` workspace and `codex-core` crate to depend on the extracted `hooks` crate and wire up the shared APIs - ensure references, modules, and lockfile reflect the new crate layout Testing - Not run (not requested)
7 lines
113 B
Python
7 lines
113 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "hooks",
|
|
crate_name = "codex_hooks",
|
|
)
|