Ecosystem Update - 2026-06-13
TL;DR
- Today's only safe Quick Win was harness metadata cleanup:
plugin_hooksis now a stable Codex feature, so the posture checker should not classify it as under-development. - OpenAI Codex release activity is on
0.140.0-alpha.*; local PATH remains stable0.133.0, and packaged Codex.app is already alpha0.140.0-alpha.2, so no auto-upgrade is appropriate. - The strongest research signal is evaluation quality: agent-agnostic assessment, orchestration reward modeling, multi-agent confidence aggregation, and rejected-agentic-PR analysis all map to future AgentOps verification work.
Quick Wins
| Item | Source | Type | Impact | Effort | Action |
|---|---|---|---|---|---|
plugin_hooks stable posture classification |
OpenAI Codex config/feature surface; local codex features list |
hook | 2 | 1 | Remove plugin_hooks from UNDER_DEVELOPMENT_FEATURES in ~/.codex/bin/codex_config_posture.py; do not enable plugin hooks globally. |
Auto-Implemented
- Removed
plugin_hooksfrom~/.codex/bin/codex_config_posture.pystale under-development feature denylist. - Backed up
config.toml,hooks.json, all agent TOMLs, andcodex_config_posture.pyunder~/.codex/backups/2026-06-13/. - Verified with
python3 -m py_compile ~/.codex/bin/codex_config_posture.pyandpython3 ~/.codex/bin/codex_config_posture.py --mode check. - Ran
python3 ~/.codex/bin/codex-runtime-doctor; result waserrors=0 warnings=4. Warnings are pre-existing/environmental: packaged Codex.app alpha, PATH/package version mismatch,codex doctorTERM=dumb failure, and legacy MCP reference files.
Build Queue
- Official slash-command surface audit (
Codex-md) - https://developers.openai.com/codex/cli/slash-commands - Codex now documents/statusline,/title,/ps,/fork,/side,/debug-config,/archive, and queued slash-command behavior; audit whether runtime docs and doctor output should expose these surfaces without expanding policy docs. - Agentic PR rejection taxonomy (
agent-pattern) - https://arxiv.org/abs/2606.13468 - Mine rejection reasons from agentic PR datasets and map them to local review/eval gates so failed fixes become reusable verifier checks. - Agent-agnostic assessment adapter (
research) - https://arxiv.org/abs/2606.13608 - Compare AgentBeats-style assessment interfaces with the current AgentOps evidence contract and add an adapter only if it reduces test/production mismatch. - Orchestration reward signals (
agent-pattern) - https://arxiv.org/abs/2606.13598 - Prototype self-supervised scoring for auto-manager slice routing, reviewer barriers, and replan decisions. - Multi-agent confidence aggregation (
agent-pattern) - https://arxiv.org/abs/2606.13591 - Explore verifier confidence aggregation as an advisory field in autonomous closure packets, not as a replacement for concrete evidence. - ECC 2.0 selective intake audit (
skill) - https://github.com/affaan-m/ECC/releases/tag/v2.0.0 - Run strict skill/plugin audit on specific ECC 2.0 ideas such as selective install and scope-creep defenses; do not install wholesale. - Codex 0.140 stable upgrade watch (
Codex-md) - https://github.com/openai/codex/releases - Recheck when a stable0.140.0appears; current releases are alpha and conflict with global stable posture.
Research
- Human oversight of agentic systems in practice - Direct support for the current a priori control, co-planning, monitoring, and post hoc review shape in AgentOps.
- AgentBeats: Agentifying Agent Assessment for Openness, Standardization, and Reproducibility - Relevant to making evals less harness-specific while keeping deterministic grading.
- Reward Modeling for Multi-Agent Orchestration - Useful for scoring orchestration quality without requiring human labels for every routing choice.
- Multiagent Protocols with Aggregated Confidence Signals - Relevant to reviewer/validator aggregation, with the caveat that confidence cannot substitute for verification evidence.
- Understanding the Rejection of Fixes Generated by Agentic Pull Requests - Practical source for failure categories that can harden local PR-review and auto-manager repair loops.
- Agents-K1: Towards Agent-native Knowledge Orchestration - Watch item for claim/evidence/entity memory organization in research-heavy workflows.
Already Have
AGENTS.md/runtime-reference split, byte-identical ~/.codex/AGENTS.md and ~/AGENTS.md, OpenAI developer docs MCP, live web search posture, custom agent TOMLs with model/reasoning/sandbox/nickname metadata, read-only explorer/planner/reviewer/validator roles, agents.max_depth = 1, hooks enabled, PreToolUse Bash safety, PostToolUse verification/failure context, SessionStart readiness/config posture checks, UserPromptSubmit route classification, Stop/PreCompact omni-mem hooks, hook statusMessage and timeout usage, strict skill audit command, session transcript search, omni-mem workflow, conservative and review profiles, destructive git/rm execpolicy rules, runtime doctor, config posture checker, prompt telemetry disabled, apps/plugins enabled with destructive connector actions disabled, plugin hooks disabled, native memories disabled, and AgentOps direct/lightweight/autonomous contract posture.
Rejected
- Upgrade to
0.140.0-alpha.17- rejected because it is a pre-release; global runtime policy keeps stable unless explicitly validating an experiment. - Enable
plugin_hooksglobally - rejected because the safe Quick Win only fixes stale classification; enabling plugin hooks still needs a concrete trust review and rollback plan. - Wholesale ECC / community skill catalog import - rejected because external bundles include broad installers, duplicated policy surfaces, and scope-creep risk; use strict selective intake instead.
- Nested subagent depth increase and
fork: trueskill frontmatter - rejected because this runtime intentionally caps agent depth at 1 and Codex skill forking is not a proven local primitive. - Make Boris-style dynamic workflow triggers the default - rejected because broad workflow orchestration is token-heavy and conflicts with direct execution for R1/R2 work; keep
/autoas the canonical governed path. - Global auto-format/browser-QA hooks - rejected because global PostToolUse formatting or browser checks require scripts/side effects that should be repo-scoped or explicitly designed first.
- Edit AGENTS.md as a Quick Win - rejected by ecosystem-update hard limits; policy changes require explicit direction.
- Enable native Codex memories - rejected because local durable memory is handled through omni-mem and native memories remain disabled by policy.
Sources checked: https://github.com/hesreallyhim/awesome-claude-code, https://howborisusesclaudecode.com/, https://github.com/shanraisshan/codex-cli-best-practice, https://arxiv.org/search/?searchtype=all&query=LLM+agent+coding&order=-announced_date_first, https://github.com/rohitg00/awesome-claude-code-toolkit, https://developers.openai.com/codex/, https://developers.openai.com/codex/cli/slash-commands, https://developers.openai.com/codex/config-reference, https://github.com/openai/codex/releases, https://github.com/affaan-m/ECC, https://github.com/ComposioHQ/awesome-codex-skills, https://github.com/Dimillian/Skills Tier 2 fetched: yes Tier 3 fetched: yes Run at: 2026-06-13T06:34:22-04:00