error: home the error-enum db codecs with their types #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "split-error-codec"
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?
Adaptor prep (PR-1 precedent: a contract type's canonical serialization lives with the type). The error-enum db codecs (category/severity/retry/incident-status/transition-kind db<->str) move from store/errors/convert.rs into santi-error next to ErrorCategory et al. The SQL row builder map_incident_row stays and calls santi_error::*_from_db. Removes one class of domain coupling from the scattered impl Database blocks, de-risking the adaptor extraction. Pure move; 40 workspace test groups green; core debt 0; guard green under v0.6.0.
🤖 Generated with Claude Code