Skip to content
MCP ThesaurusMCP Thesaurus

Iris Off

CommunityIncomplete39/100Claim

MITupdated 16d ago

2. Confirm to the user that Iris is now off. The hooks will no-op until they run /iris-on. Existing files on disk are untouched.

SourceWebsiteDocs3

What can you do with Iris Off?


name: iris-off description: Pause Iris conversation capture for this project. Sets is_on 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. disable-model-invocation: true allowed-tools: Bash

Iris Off

  1. Run the toggle script:
    bash "${CLAUDE_PLUGIN_ROOT}/scripts/iris-toggle.sh" false
    
  2. Confirm to the user that Iris is now off. The hooks will no-op until they run /iris-on. Existing files on disk are untouched.