coily exec warp Mac path resolution targets the wrong Warp channel #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-21T12:49:29Z - https://github.com/coilysiren/agentic-os/issues/135
Problem -
warp/paths.goresolves the Mac config dir to~/.warponly. The Mac daily driver now runs two Warp channels: Preview (default) at~/.warp-preview/and Stable (fallback) at~/.warp/. The tool targets Stable, but Preview is the default - soapplyrenders into the inactive config anddoctorinspects the wrong one.Evidence: the curated
settings.tomlmerged in #133 points its theme at/Users/kai/.warp-preview/themes/..., and thetooling-warpskill documents the two-channel split.Scope - Mac only. Windows and Linux are single-channel and resolve correctly.
Next - Teach
resolveHostPaths(and the SQLite path) about the Preview/Stable split on darwin. Default to Preview to match the daily driver, or add a--channelflag / detect which is installed. The SQLite bundle id differs per channel (dev.warp.Warp-Previewvsdev.warp.Warp-Stable) - verify both.Tooling landed in #133. Spec:
project-a-coily-exec-warp.md.