fix(warp): launch-config popups broken after checkout moved to coilyco-flight-deck #145
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#145
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?
fix(warp): launch-config popups broken after checkout moved to coilyco-flight-deck
The
agentic-oscheckout physically moved from~/projects/coilysiren/agentic-os(now gone) to~/projects/coilyco-flight-deck/agentic-os(live, Forgejo-backed). Warp's launch-config plumbing still hardcoded the old path, so firingwarppreview://launch/<name>read a dead symlink and opened no window.Root cause
~/.warp{,-preview}/launch_configurations/{claude-luca,claude-dispatch-interactive}.yamlpointed into the gonecoilysiren/agentic-ostree./Users/kai/projects/coilysiren/agentic-os/...filesystem paths across 9warp/files (launch-configexec:lines, the sibling.shscripts, the dispatch tab_config, theme wallpaper paths, a README install line).tab_configURIs survived because those are real files; thelaunch(new-window popup) path did not.Fix
~/.warp/launch_configurations/(Preview inherits via its dir symlink).~/projects/coilyco-flight-deck/agentic-os, anchored on the/Users/prefix so bare org-slug issue refs (coilysiren/agentic-os#NN) and thego.modmodule name are untouched.Verified:
warppreview://launch/dispatch-testnow opens a window and runs its command (was dead before).Scope notes
~/projects/coilysiren/...stays put is stale for the local agentic-os checkout.launch_configurations/*.yamlsymlinks instead of hand-making them). These symlinks are hand-made and orphaned, which is why a path move silently broke them. #10 is the meta-fix.claude-luca'sCOILY_COMMIT_SCOPE=~/projects/coilysiren/{repo-recall,session-lattice,luca}repo-scope paths - separate drift if those repos also moved.