Ecosystem Update - 2026-05-23
Highlights
- One safe harness delta was found and implemented:
SessionStarthooks now cover the officialcompactsource in addition tostartup|resume|clear - Today's community signal is mostly orchestration packaging, context packets, run ledgers, and scoped worker handoffs; the local setup already has the core primitives through
auto,planning-gate, AgentOps contract checks, and role-specific agents - No website deployment was performed; this run only touched Codex harness files plus the ecosystem report/state
Quick Wins (implemented today)
-
SessionStart
compactmatcher coverage hookExtend the two existingSessionStartmatchers in~/.codex/hooks.jsonfrom `startup
New Tools, Skills & Patterns
-
Context-packet/run-ledger compatibility intake agent-patternhttps://github.com/douglasmonsky/codex-orchestrate and https://github.com/ZypherHQ/agent-orchestration-skill - Both packages emphasize root-only routing metadata, compact worker packets, terminal lifecycle states, and handoff validation. Do not install wholesale; compare their packet/ledger schemas against the existing AgentOps task envelope and planning-gate implementation
-
Feature-specific subagent review pass agent-patternA narrow follow-up could identify one or two genuinely recurring domains that deserve dedicated TOML agents instead of expanding the roster generically
-
Skill trigger and Gotchas audit skillhttps://github.com/shanraisshan/codex-cli-best-practice - Current skills are numerous and mostly mature; a bounded audit should check whether high-use skills have sharp trigger descriptions and concise failure-mode notes without rewriting bodies
Research Worth Reading
-
Tier 2 was skipped because the previous run fetched research at
2026-05-22T10:37:39Z, and this run started at2026-05-23T10:30:39Z, inside the skill's 24-hour skip window. -
No new research papers were fetched in this run.
Considered, Not Adopting
Items reviewed and explicitly declined this cycle, with the reason. Curation discipline matters more than coverage.
-
Edit|Writematcher-only hook wiring - Official docs and community hook catalogs confirmapply_patch/Edit/Writematcher support, but the existing localedit_verify_async.pyandtool_failure_context.pyscripts intentionally return unlesstool_name == "Bash". Changing only the matcher would be a no-op; any file-edit hook coverage needs a real script design and belongs outside Quick Wins. -
Global
AGENTS.override.mdadoption - Official docs support overrides, but a global override could silently shadow the byte-identical~/.codex/AGENTS.mdand~/AGENTS.mdcontract. Treat this as an explicit policy decision, not an automatic harness tweak. -
Wholesale install of
codex-orchestrate,agent-orchestration-skill, oram-will/codex-skills- Conflicts with the Codex-owned runtime rule and duplicates existingauto/planning-gate/orchestrate-localprimitives without proving those primitives are insufficient. -
llm-councilor multi-provider planning UI - Requires extra providers/API keys and a web UI; overengineered for the current local harness. -
read-github,markdown-url,Context7, or alternate browser skills - Already covered well enough by live web, OpenAI docs MCP, Browser/Chrome plugins, and localrg/GitHub reads.