hashgraph / hashgraph/solo-weaver
Story 6.7 — Implement cutover-state.jsonl migration state file
Open
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 47
Description
**Epic:** #503 — Network Migration Workflow
Write and read the `cutover-state.jsonl` file so the daemon can resume soak monitoring after a restart without re-signalling.
**Acceptance criteria:**
- `migrate` command writes step-by-step progress to `cutover-state.jsonl`
- Daemon reads `cutover-state.jsonl` on startup; if soak was in progress, resumes monitoring without re-running cutover steps
- File format: newline-delimited JSON entries, each with `ts`, `step`, `status`, and context fields
Contributor guide
Assessment
This issue has not been assessed yet.