mirror of
https://github.com/openai/codex.git
synced 2026-09-07 15:40:00 +00:00
WIP; needs follow up. pending envs currently skip project AGENTS.md, executor skills/plugins, and potentially environment-backed MCP startup without reloading them after readiness
7 lines
147 B
Python
7 lines
147 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "deferred-executor",
|
|
crate_name = "codex_deferred_executor_extension",
|
|
)
|