Pause Iris conversation capture for this project. Sets ison to false in .iris-config.yaml so the hooks no-op until you run /iris-on. Existing chat logs and last-response files are preserved; /iris-sync and /iris-relay still work for reading what's already on disk.
Enable Iris conversation capture for this project. Sets ison to true in .iris-config.yaml (creating the file if it doesn't exist) so the hooks fire normally on the next turn.
Execute a plan that Codex produced. Reads the last Codex response from disk and treats it as a plan to implement. Use when the user wants Claude Code to pick up where Codex left off.
Summarize what the user and Codex have been working on. Reads the Codex chat log from disk and returns a brief synthesis of the current state, recent work, and open threads. Use when you need context on what Codex is doing or has done.
Finalize project-specific Metis setup. Thin wrapper around the plugin's init.sh — creates .metis/, populates .metis/config.yaml, splices a delimited block into CLAUDE.md, and writes a .metis/CURRENT.md stub.