You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
feat(db): add require_db, gaps table, epic fields, and init auto-import
- Replace try_open_db() with require_db() in epic.rs and task/mod.rs
(DB unavailable = hard error, not silent degradation)
- Add gaps table to schema.sql with full CRUD via GapRepo
- Add auto_execute_pending, auto_execute_set_at, archived columns to
epics table and Epic struct
- Add max_epic_num() and max_task_num() DB queries in db_shim
- Make flowctl init create flow.db and auto-import from existing MD files
- Update all Epic struct constructors across crates for new fields
Task: fn-2-db-as-sole-truth-db.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments