From 5c97e019ec7c8ca9df7fd95f44684fef629595d1 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 13 Jul 2026 11:07:25 +0200 Subject: [PATCH] docs(kaizen): drop the after-kaizen bar until step 6 measures it Step 1 is baseline + target only; the target line stays, the bar would fake a measurement that doesn't exist yet. --- docs/kaizen/real-repo-sync.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/kaizen/real-repo-sync.md b/docs/kaizen/real-repo-sync.md index da40a0a..b1b595a 100644 --- a/docs/kaizen/real-repo-sync.md +++ b/docs/kaizen/real-repo-sync.md @@ -30,12 +30,13 @@ xychart-beta title "Improvement potential — :sync → snackbar" x-axis ["Before kaizen (~611 s, never completes)", "After kaizen (target ≤ ~10 s)"] y-axis "seconds" 0 --> 650 - bar [611, 10] + bar [611, 0] line [10, 10] ``` The before bar understates the reality: a reset re-enters the freeze, so the -true value is ∞ — 0 successful syncs ever. The line is the ≤ ~10 s target. +true value is ∞ — 0 successful syncs ever. The line is the ≤ ~10 s target; the +after column has no bar until the step-6 measurement lands. ## 2) Current method analysis