Verify SQLite encoding for InputMode and Theme, wire into coily exec warp #3
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-21T11:17:33Z - https://github.com/coilysiren/agentic-os/issues/134
Problem - Warp's SQLite layer (
generic_string_objects) encodes enum values inconsistently per key:view_modestores lowercaseexpanded,primary_infostores PascalCaseCommand.coily exec warpreconciles the verified keys but two are deferred as doctor-only (kindOpaqueinwarp/mapping.go):InputMode- TOMLpinned_to_bottom; DB observedWaterfall. Correct DB spelling for pinned-to-bottom is unverified.Theme- TOML inline table (the Sombra custom theme block); DB observed the bare stringPhenomenon. The DB value shape for a custom theme is unverified.doctorreports both as NOTE;applyskips them.Next - Confirm the SQLite spellings (from Warp's open-source settings code per Project B, or empirically by toggling in the UI and diffing the DB), then promote both to proper
kindEnum/struct handling inwarp/mapping.gosoapplyreconciles them. Until then the theme and input mode must be set by hand in Warp.Spec:
project-a-coily-exec-warp.md. Tooling landed in #133.