From 1f52ce25fbdb8aa7e728252b55eee3616979f0f5 Mon Sep 17 00:00:00 2001 From: Yeachan-Heo Date: Sat, 4 Apr 2026 19:30:54 +0000 Subject: [PATCH] docs: fix stale star history branding and add docs residue check --- README.md | 8 ++++---- ROADMAP.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3021459..d8b7039 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@

- + - - - Star History Chart + + + Star History Chart

diff --git a/ROADMAP.md b/ROADMAP.md index 706e740..b0daf2f 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -276,6 +276,7 @@ Priority order: P0 = blocks CI/green state, P1 = blocks integration wiring, P2 = 3. Add release-grade binary workflow — repo has a Rust CLI and release intent, but no GitHub Actions path that builds tagged artifacts / checks release packaging before a publish step 4. Add container-first test/run docs — runtime detects Docker/Podman/container state, but docs do not show a canonical container workflow for `cargo test --workspace`, binary execution, or bind-mounted repo usage 5. Surface `doctor` / preflight diagnostics in onboarding docs and help — the CLI already has setup-diagnosis commands and branch preflight machinery, but they are not prominent enough in README/USAGE, so new users still ask manual setup questions instead of running a built-in health check first +6. Add branding/source-of-truth residue checks for docs — after repo migration, old org names can survive in badges, star-history URLs, and copied snippets; docs need a consistency pass or CI lint to catch stale branding automatically **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