v0.3.10
Added
- Cross-round resume for
pi:PluginManifest.resume_flag(pi =--session-id) lets a preset declare an idempotent session flag;servemints one session id per phase and publishes it viaAGENT_RUNNER_RESUME_FLAG/AGENT_RUNNER_RESUME_SESSION_ID, and the round child appends[flag, id]to its command. claude/gemini/codewhale/kimi are untouched (resume_flagstaysNone) — later release. - A new
session_resumedevent records when a round reuses a prior session id. - Boot guard: a preset whose static command already contains its
resume_flagtoken now fails config load (agent-runner injects it per round; remove the static copy).
No config migration — resume_flag is a manifest field, not a TOML key. peek --json schema stays 2.6.