Where Codex records trust for this bundle's hooks — `None` for scopes that ship no hooks and therefore have no trust surface.
(self, home: &Path)
| 493 | /// Where Codex records trust for this bundle's hooks — `None` for scopes |
| 494 | /// that ship no hooks and therefore have no trust surface. |
| 495 | fn hook_trust_config_path(self, home: &Path) -> Option<PathBuf> { |
| 496 | self.include_hooks().then(|| codex_config_path(home)) |
| 497 | } |
| 498 | |
| 499 | /// The memory digest rides only the global bundle. |
| 500 | fn include_memory_digest(self) -> bool { |
no test coverage detected