From 460284e7dff1a9f88583811f40e4f8fb6eb884fb Mon Sep 17 00:00:00 2001 From: Yeachan-Heo Date: Sat, 4 Apr 2026 17:30:35 +0000 Subject: [PATCH] docs: add roadmap item for workspace-grade ci coverage --- ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ROADMAP.md b/ROADMAP.md index 2a5adce..92edbfd 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -272,6 +272,7 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 = **P0 — Fix first (CI reliability)** 1. Isolate `render_diff_report` tests into tmpdir — flaky under `cargo test --workspace`; reads real working-tree state; breaks CI during active worktree ops +2. Expand GitHub CI from single-crate coverage to workspace-grade verification — current `rust-ci.yml` runs `cargo fmt` and `cargo test -p rusty-claude-cli`, but misses broader `cargo test --workspace` coverage that already passes locally **P1 — Next (integration wiring, unblocks verification)** 2. Add cross-module integration tests — **done**: 12 integration tests covering worker→recovery→policy, stale_branch→policy, green_contract→policy, reconciliation flows