# Quick Task 260414-7kj: Rebuild and deploy owl binary to fix stale MCP references

## Status: Deferred

Deploy deferred — doyle's Phase 18.1 commits (18.1-01 through 18.1-03) left the codebase unbuildable
(missing methods: `resume_session_checked`, `handle_pulse_trigger_recovery`; missing fields: `cli_binary`, `last_fresh_launch`).

## Root Cause

The deployed binary (`$OWL` → `spt/1.5.7/owl.exe`, built April 12) predates the MCP strip (devolution branch, April 14).
The session-resume/reorientation code in the old binary still advertises MCP tools and `spt://inbox` resources.
Current source code is clean — the reorientation function outputs CLI commands only.

## What's Ready

Source fixes already committed and will be included in the next build:
- `c178745`: PollListener TCP-only, spool drain on idle path
- `9f48394`: Subagent hooks no longer clear parent idle-ready
- MCP strip (devolution): No MCP references in resume/reorientation

## Next Step

Once doyle finishes Phase 18.1 and the codebase builds cleanly, rebuild release and deploy per `docs/DEPLOY.md`.
