Add SQLite-backed local storage for queue and audit state #319
Reference in New Issue
Block a user
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?
Summary
Add a stdlib SQLite storage layer for bot-bottle local runtime state, starting with the supervise queue and audit log. This also gives forge-native work a shared storage foundation instead of adding one-off persistence in PR #318.
Acceptance criteria