Mission Run Overview
Mission Run: SPEC_KITTY_HOME State Isolation
Make SPEC_KITTY_HOME truly isolate all local sync, auth, tracker, and daemon state so operators stop silently sharing dev credentials and server URLs across environments.
Private-Teamspace and Upsun operators rely on SPEC_KITTY_HOME to keep production and dev sessions separate, but today it only isolates runtime/Mission assets while sync config, credentials, queues, the daemon, the Lamport clock, and tracker state still fall back to the shared ~/.spec-kitty home. This mission makes SPEC_KITTY_HOME the single authoritative root for all global state so the documented isolation contract actually holds, preventing operators from unknowingly reusing the wrong credentials or targeting the wrong environment.