Added
/handoffcommand andhandoffskill — Analyzes the current session and writes a self-contained handoff document todocs/handoffs/handoff-<YYYY-MM-DD-HHmm>.mdcapturing the objective, current status, working-tree state, required reading (specs/designs/plans/codefile:line/tests), and key decisions, so a fresh agent with zero prior context can resume the work. Emits a single closing sentence of the formRead <file>.md and do <concrete next action>.Wired across all platforms: Claude command, Gemini/Codex TOML (generated fromlib/sync-resources.js), and the skill definition.- First-class Codex CLI plugin support (#44) — Native
.codex-plugin/plugin.jsonmanifest and marketplace entry, platform-aware setup/status skills, and expanded session-start hook handling, making Codex CLI a first-class target alongside Claude Code and Gemini CLI.
Full Changelog: v0.11.0...v0.12.0