Tags: dcosson/h2
Tags
Release v0.3.0 Bump version to 0.3.0 and update CHANGELOG with all changes since v0.2.0: automation system (triggers, schedules, expects-response), DCG permission hooks, tiled Ghostty layouts, pod templates, session rotate/resume, and numerous bug fixes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
docs: rewrite codex agent type plan with adapter pattern architecture Overhaul the design doc to introduce an AgentAdapter pattern for agent observation. Each agent type (Claude Code, Codex, future) implements an adapter that translates its native telemetry (OTEL, hooks, session logs) into normalized AgentEvents consumed by an AgentMonitor. Key additions: - AgentAdapter interface with PrepareForLaunch, Start, HandleHookEvent - InputSender interface for reverse direction (h2 → agent process) - Shared components: otelserver, outputcollector, eventstore - Unified event store for durable peek across all agent types - Codex OTEL integration via -c CLI flag (no auth impact) - Session log collector for Claude Code (full message text for peek) - Mermaid architecture diagrams - Three-phase implementation plan with dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>