~/chadacus.dev/ecosystem-update/2026-06-04

Ecosystem Update - 2026-06-04

June 4, 2026 · curated by Chad Simon · 13 items reviewed

Highlights

  • Today's strongest signal is the June workflow writeup from Boris/Thariq: task-specific harnesses, separate verifier contexts, loop-until-done, token budgets, and reusable workflow templates
  • The current Codex setup already covers most of the underlying primitives: /auto, planning-gate, route classification, bounded subagents, read-only reviewers, verifier agents, hooks, rules, MCP, plugins, and conservative profiles
  • No safe Quick Win passed the automatic mutation gate today; the useful gaps involve new workflow templates, quarantine semantics, or runtime policy changes, all of which should stay in the Build Queue

Quick Wins (implemented today)

New Tools, Skills & Patterns

  • Codex-owned workflow template adapter agent-pattern
    https://howborisusesclaudecode.com/ - Boris/Thariq's June workflow notes describe saving reusable dynamic workflows and distributing them through skills. Current Codex has /auto, planning-gate, skills, and subagents, but no Codex-owned template adapter that records which harness patterns worked for recurring work without replaying external JavaScript workflows
  • Untrusted-source quarantine for fan-out agents agent-pattern
    https://howborisusesclaudecode.com/ - The workflow guide calls out quarantine for agents reading public/untrusted content before they take privileged actions. Current policy blocks raw prompt exfiltration and disables destructive app actions by default, but the harness could use an explicit route rule or evaluator for "external-read then privileged-action" chains
  • Comparative tournament evaluator for taste/evals/routing
    https://howborisusesclaudecode.com/ - Tournament and pairwise judging patterns could improve design review, model routing, and skill evals. This belongs as an eval harness extension, not a default orchestration layer
  • PostCompact hook support review hook
    https://github.com/shanraisshan/codex-cli-hooks - Community hook notes continue to advertise broader compact lifecycle coverage. Current harness has PreCompact and session-start compact coverage; adding PostCompact should wait for a verified supported event and an existing target script

Research Worth Reading

  • No fresh Tier 2 arXiv paper from the last 24 hours cleared the "directly applicable and not already seen" bar. The arXiv API returned 429 during the crawl; the web supplement surfaced older items already represented in prior state, including self-improving coding agents, autonomous software agents, agent worm re-entry defenses, and multi-agent CTF evaluations.

Considered, Not Adopting

Items reviewed and explicitly declined this cycle, with the reason. Curation discipline matters more than coverage.

  • Auto-create ~/.codex/workflows or workflow JavaScript templates - would add a new runtime surface and arbitrary files; useful, but not a safe daily Quick Win.
  • Add PostCompact hook wiring immediately - no existing explicitly scoped target script was identified, and the skill forbids adding hooks that require new scripts.
  • Enable native Codex memories as a Quick Win - conflicts with the current omni-mem-first runtime policy and prior rejection history.
  • Enable plugin hooks globally - current config intentionally has plugin_hooks = false; third-party hook loading needs a trust review and targeted need.
  • Install community skill/plugin catalogs wholesale - duplicates existing local skills and bypasses the outside-skill audit rule.
  • Edit ~/.codex/AGENTS.md or ~/AGENTS.md as a Quick Win - policy docs are explicitly out of scope for automatic daily mutations.
  • Add a new daemon or external workflow control plane - current /auto plus subagents covers the recurring need; today's crawl supports targeted adapters, not another service.

Sources Reviewed

// archive

← back to all digests