Ecosystem Update - 2026-06-03
Highlights
- Today's Tier 1 crawl mostly reinforces patterns this harness already has: lifecycle hooks, read-only specialist agents, skills, MCP, plugin marketplaces, route classification, and verification-first closure
- Implemented one safe Quick Win: completed
nickname_candidatesmetadata for all local Codex agents so multi-agent views stay scannable without touching policy, hooks, scripts, or binaries - No automatic runtime upgrade, native-memory toggle, plugin-hook enablement, or wholesale third-party skill import passed the anti-overengineering and trust gates
Quick Wins (implemented today)
-
Complete agent nickname metadata agent-patternAdded
nickname_candidatesto existing agent TOML files that did not already have them
New Tools, Skills & Patterns
-
Dynamic workflow trigger intake agent-patternhttps://howborisusesclaudecode.com/ - Boris's May 28 notes describe dynamic workflows triggered by asking for a workflow on large migrations/refactors. Codex already has
/auto, planning-gate,max_threads = 3, and governed slices; the useful next step is a lightweight intake note or eval for when to ask Codex to decompose into parallel agents, not a new orchestration engine -
Granular approval profile review Codex-mdhttps://developers.openai.com/codex/config-reference - Official config now documents granular approval categories and
approvals_reviewer. Current power-user default isapproval_policy = "never"with conservative profiles; review whether a profile-specificauto_reviewsetting belongs in a future constrained profile, not the global runtime -
Status line and title defaults evaluation Codex-mdhttps://developers.openai.com/codex/cli/slash-commands#built-in-slash-commands - Official slash commands expose
/statuslineand/titlefor scannability. Evaluate with the current notification and agent nickname setup before persisting TUI defaults
Research Worth Reading
-
No fresh Tier 2 paper from today's crawl cleared the "directly applicable and not previously seen" bar. Recent relevant themes remain persistent-agent re-entry defense, out-of-scope action measurement, operational safety taxonomies, and structured multi-agent role baselines; those are already represented in prior state or Build Queue items.
Considered, Not Adopting
Items reviewed and explicitly declined this cycle, with the reason. Curation discipline matters more than coverage.
-
Auto-upgrade Codex CLI during ecosystem-update - changes active runtime binaries and still needs explicit rollback notes plus smoke coverage; current PATH remains
codex-cli 0.133.0and packaged app CLI remains0.135.0-alpha.1. - Enable native Codex memories as a Quick Win - conflicts with the current omni-mem-first policy and prior rejection history; requires an explicit pilot.
-
Enable plugin hooks globally - current config intentionally has
plugin_hooks = false; enabling third-party hook execution needs a trust review and targeted need. - Install community skill/plugin catalogs wholesale - duplicates existing local skills and would bypass the outside-skill audit rule.
- Add new hooks from community catalogs - the skill hard limit blocks hook wiring unless the target script already exists and is explicitly identified; today's candidates would require new scripts or trust review.
-
Edit
~/.codex/AGENTS.mdor~/AGENTS.mdas a Quick Win - constitutional policy docs are explicitly out of scope for automatic daily mutations. -
Add a dynamic-workflow daemon or external control plane - current governed
/autoplus subagents covers the recurring need; a new orchestrator is not justified by today's crawl.