mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
ad74543a6f
## Summary - extract shared plugin path and manifest helpers into codex-utils-plugins - update codex-core to consume the utility crate ## Testing - CI --------- Co-authored-by: Codex <noreply@openai.com>
8 lines
243 B
Rust
8 lines
243 B
Rust
//! Plugin path resolution and plaintext mention sigils shared across Codex crates.
|
|
|
|
pub mod mention_syntax;
|
|
pub mod plugin_namespace;
|
|
|
|
pub use plugin_namespace::PLUGIN_MANIFEST_PATH;
|
|
pub use plugin_namespace::plugin_namespace_for_skill_path;
|