What problem does it solve?
It prevents inconsistent, tool-specific Codex CLI artifacts from being silently accepted by catching schema, layout, manifest, and hook/agents mismatches before they impact behavior.
Core Features & Use Cases
- Codex CLI artifact layout guidance: Clarifies the separation between the cross-tool
.agents/ surface and Codex-private .codex/ surface.
- Marketplace + plugin manifest expectations: Documents required
.codex-plugin/plugin.json fields and optional Codex components plus the .agents/plugins/marketplace.json structure.
- Hook and memory conventions: Defines Codex hook event expectations and the hierarchical
AGENTS.md reading order so scoring/checking matches real runtime behavior.
- Tier-aware scoring overlay: Applies Codex-specific rules when an artifact is classified as Tier 2-Codex, while respecting a universal base via
nlpm:conventions.
Quick Start
Ask an assistant to score your repository’s Codex CLI artifacts using nlpm:check so it flags layout, manifest, and hook/agents convention issues against Codex’s documented conventions.