docs: mark quality gate complete

This commit is contained in:
Eric Wendland 2026-07-05 18:11:35 +02:00
commit f91b9f54b3

View file

@ -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.