The user-level Codex config that carries MCP registrations and hook trust.
(home: &Path)
| 317 | |
| 318 | /// The user-level Codex config that carries MCP registrations and hook trust. |
| 319 | fn codex_config_path(home: &Path) -> PathBuf { |
| 320 | home.join(".codex/config.toml") |
| 321 | } |
| 322 | |
| 323 | fn codex_repo_plugin_install_dir(project_path: &Path) -> PathBuf { |
| 324 | project_path.join("plugins/tracedecay") |
no outgoing calls
no test coverage detected