Ecosystem Update - 2026-04-26
TL;DR
- Dry run only: no config/control-plane files, hooks, skills, agents, or trusted project entries were changed.
- The current Codex runtime is already aligned with most active ecosystem patterns: custom agents, skills, hooks, MCP, private runtime backup, omni-mem, prompt telemetry off by default, and runtime doctor coverage.
- Best new candidate is light observability in
~/.codex/config.toml: explicit TUI status line / terminal title and explicit live web search settings from the official Codex config surface. - Main caution from current research:
AGENTS.mdcan become counterproductive when it accumulates broad requirements. The global contract should be periodically compressed into smaller mandatory rules plus linked references.
Quick Wins
| Item | Source | Type | Impact | Effort | Action |
|---|---|---|---|---|---|
| TUI status/title observability | OpenAI Codex config reference | config | 2 | 1 | Add an explicit [tui] status line and terminal title so long-running sessions show model/project/context state at a glance. |
| Explicit web search posture | OpenAI Codex config reference | config | 1 | 1 | Set top-level web_search = "live" and optional [tools].web_search context metadata if current-data lookup should remain intentional under danger-full-access. |
| Skill gotchas maintenance pass | Boris skill guidance / codex-cli-best-practice | skills | 2 | 2 | Audit high-use skills for missing Gotchas sections and keep trigger descriptions focused on when the skill should fire. |
Auto-Implemented
- None. This was a dry run.
Build Queue
- AGENTS.md contract compression/eval (policy/runtime) - arXiv 2602.11988 warns that overbroad context files can reduce task success and raise cost. Current
~/.codex/AGENTS.mdis intentionally comprehensive, but it should be split into a smaller hot-path contract plus references for autonomous runtime internals. - Codex TUI observability config (config) - official config exposes
tui.status_lineandtui.terminal_title; local config only hasnotifications = false. - Explicit web search config (config) - official config supports top-level
web_searchand[tools].web_search; local config relies on full-access defaults. - Skill trigger/gotchas audit (skills) - current skill inventory is large. The most useful ecosystem guidance is not adding packs, but tightening descriptions and failure-specific gotchas in the skills already used.
- Repository intelligence graph watch item (research) - arXiv 2601.10112 supports deterministic repo/build/test maps. Local RLM preflight partly covers this; future work should compare RLM outputs against a repo graph contract before adding another extractor.
Research
- Evaluating AGENTS.md - argues that repository context files can lower success rates and increase cost when they include unnecessary requirements. This is a direct caution for the growing global runtime contract.
- Repository Intelligence Graph - reports that deterministic build/test architecture maps improve coding-agent accuracy and efficiency. Current RLM preflight is the closest local analogue.
Already Have
Custom Codex agents, skill folders, plugins/marketplaces, MCP servers, lifecycle hooks, OpenAI developer docs MCP, omni-mem, runtime doctor, stale-process cleanup, private runtime repo snapshot, prompt telemetry opt-in, global gpt-5.5, broad trusted roots by policy, SessionStart repo preload, Stop/PreCompact memory hooks, and strict external-skill audit guidance.
Rejected
- Import broad Claude skill/plugin collections - not appropriate for dry run, and the local runtime already has a large skill set plus mandatory external-skill audit.
- Enable native Codex memories - rejected for now because omni-mem is the canonical memory system and a second substrate would add drift.
- Rebuild the disabled keep-working LaunchAgent - recent cleanup intentionally disabled the dead watcher; ecosystem sources do not justify reviving it.
- Add more autonomous orchestration layers - current AGENTS.md already warns against this, and recent research favors leaner context and deterministic repo maps over more workflow text.
Sources checked: https://github.com/hesreallyhim/awesome-claude-code, https://howborisusesclaudecode.com/, https://github.com/shanraisshan/codex-cli-best-practice, https://developers.openai.com/codex/config-reference, https://arxiv.org/abs/2602.11988, https://arxiv.org/abs/2601.10112 Tier 2 fetched: yes Tier 3 fetched: no; weekly tier not due since 2026-04-25 Run at: 2026-04-26T20:51:46Z