Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit 7e476ae

Browse files
z23ccclaude
andcommitted
feat(core): add json_store module for file-based epic/task storage
New json_store module in flowctl-core providing JSON file I/O for epics, tasks, specs, runtime state, and gaps. Follows flow-next directory layout with definition/runtime split. 12 unit tests. Foundation for migrating all crates from DB to JSON file storage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent de49f78 commit 7e476ae

4 files changed

Lines changed: 593 additions & 0 deletions

File tree

flowctl/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flowctl/crates/flowctl-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ petgraph = { workspace = true }
1717
toml = "0.8"
1818

1919
[dev-dependencies]
20+
tempfile = "3"

0 commit comments

Comments
 (0)