From f91b9f54b3b7d822941d2c6d627a24cc406c9142 Mon Sep 17 00:00:00 2001 From: Eric Wendland Date: Sun, 5 Jul 2026 18:11:35 +0200 Subject: [PATCH] docs: mark quality gate complete --- docs/production-readiness-roadmap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/production-readiness-roadmap.md b/docs/production-readiness-roadmap.md index 7aece99..eb20601 100644 --- a/docs/production-readiness-roadmap.md +++ b/docs/production-readiness-roadmap.md @@ -22,13 +22,13 @@ architecture; the next milestone is making those capabilities stable. Goal: make the documented local quality gate pass before deeper refactors. -- `[~]` Restore the full workspace quality gate. +- `[x]` Restore the full workspace quality gate. Acceptance criteria: - `[x]` `cargo fmt --all -- --check` passes. - `[x]` `cargo check --workspace --all-targets` passes. - `[x]` `cargo test --workspace` passes. - `[x]` `cargo clippy --workspace --all-targets -- -D warnings` passes. - - `[ ]` CI enforces the same required checks. + - `[x]` CI enforces the same required checks. ## Phase 1: Daemon Subsystem Refactor @@ -336,7 +336,7 @@ Goal: prove the system works as an actual base layer before broader use. ## Working Order -1. `[~]` Finish Phase 0. +1. `[x]` Finish Phase 0. 2. `[~]` Refactor `geth-node` into daemon subsystems. 3. `[ ]` Add stable contract and golden JSON tests. 4. `[ ]` Harden store migrations and backup.