Onboard a consumer web app to mirroir's .mirroir/ dotfile by EXPLORING the running app (chrome-devtools-mcp) — derive real selectors from the accessibility tree, exercise each surface's primary action, emit the .mirroir/ tree, and validate by LIVE REPLAY with a self-heal loop. Reject shallow "page renders" coverage.
Register a known gap in the limitation register — file the issue in the private tracker, write the LIMITATION(registre#n) marker, or ledger a dark-launched feature. Use when the register gates fail, or when you are about to document why something is incomplete.
AGENTS.md instructions for jfarcand/mirroir-mcp, covering critical: keyboard commands do not work in ios apps, critical: mcp restart after code changes, sibling repositories, setup after clone and package manager: swift package manager.
Project instructions for OfferCatcher, a tool that scans Apple Mail for recruiting messages, uses OpenClaw to interpret them, and creates Apple Reminders. OpenClaw is the language-model system used to parse the messages.
Use when the user wants recruiting emails turned into native Apple Reminders on macOS/iPhone. OpenClaw should scan and parse the mail, then hand reminder writes to the local native bridge instead of relying on node directly controlling Reminders.app.
MCP server "iphone-mirror-mcp" as configured in nickatnight96/iphone-mirror-mcp. Launched with https://github.com/nickatnight96/iphone-mirror-mcp/releases/download/v1.0.1/ipho.
Process and reconcile new Just Press Record iPhone recordings into a configured Git-backed Markdown vault. Use when the user invokes $vcr or asks to process the configured Just Press Record capture source; do not use for generic transcription or unrelated voice apps.
Operate an authorized non-jailbroken iPhone through an installed ios-agent-bridge MCP server. Use when a task asks Codex to inspect a device, automate its accessible UI, manage permitted app/container data, collect diagnostics, or use Safari/WebView inspection; follow live capability results and the bridge safety…