Ecosystem Update - 2026-06-08
Highlights
- One safe harness Quick Win landed:
config.tomlnow uses Codex-owned project docs only, removingCLAUDE.mdfromproject_doc_fallback_filenames - Today's Tier 1 signal mostly reinforced existing posture: explicit AGENTS.md context, hook-backed validation, progressive-disclosure skills, bounded agents, and cautious plugin/marketplace intake
- No new last-24h research item cleared the direct-applicability bar; the arXiv API still surfaced older agent-eval and memory items already represented in prior state
Quick Wins (implemented today)
-
Codex-owned project doc fallback Codex-mdRemove
CLAUDE.mdfromproject_doc_fallback_filenames; keepAGENTS.mdas the runtime project-doc fallback
New Tools, Skills & Patterns
-
Deep claim/source auditor skill skillhttps://howborisusesclaudecode.com/ - Boris's verifier patterns point toward a thin Codex-owned skill that extracts claims from a result, maps each claim to code/source evidence, and asks existing reviewer/validator agents to falsify unsupported claims. Worth building as a skill, not a Quick Win, because it requires a new skill folder and acceptance harness
-
MCP parallel-call capability audit mcphttps://github.com/shanraisshan/codex-cli-best-practice - The best-practice repo highlights
supports_parallel_tool_calls = true; onlyopenaiDeveloperDocshas it locally. Audit each non-docs MCP server for concurrency safety before adding flags, because stdio servers and stateful remotes may not be safe to parallelize -
Skill gotchas drift check skillhttps://howborisusesclaudecode.com/ - The skill authoring guidance keeps emphasizing gotchas and progressive disclosure. Current skill coverage is strong, but a janitor pass could flag skills without gotchas/progressive-disclosure sections and queue targeted repairs
Research Worth Reading
-
No fresh arXiv result in the
LLM agent codingdaily crawl was both new and directly actionable for the Codex harness. -
Agentic Monte Carlo: Simulating Reinforcement Learning for Black-Box Agents- Still the newest relevant API result, but it was already represented in the June 6/7 state as a research intake item, and it does not imply a safe harness mutation today
Considered, Not Adopting
Items reviewed and explicitly declined this cycle, with the reason. Curation discipline matters more than coverage.
-
Wholesale install from
awesome-claude-code,awesome-claude-code-toolkit,am-will/codex-skills, or similar community bundles - useful source material, but outside skills/plugins/hooks require strict audit and Codex-owned adaptation. - Auto-wire new hook events from community or issue trackers - no new existing target script was proven for unsupported events; the Quick Win rules forbid hook wiring that requires new scripts.
-
Enable plugin hooks globally - current trust boundary remains unresolved, and
features.plugin_hooks = falseis still the right default. - Enable native Codex memories globally - conflicts with the current omni-mem-first memory policy and prompt-telemetry posture.
-
Enable Fast Mode or global
service_tierfrom best-practice notes - spends more credits and is a user preference, not a harness safety or quality improvement. - Default all subagents to worktree isolation - still too broad for routine local work; use bounded task-specific worktree isolation when the task warrants it.