docs(kaizen): add an index README, matching the sibling folders

postmortems/, notes/, and tradeoff-curves/ each have an index; kaizen/
was the odd one out, so the docs index had to deep-link a single file.
This commit is contained in:
Julien Calixte
2026-07-14 11:01:07 +02:00
parent 459d1a5eb4
commit 1c4bdb78c9
2 changed files with 35 additions and 19 deletions

16
docs/kaizen/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Kaizen
> Six-step continuous-improvement write-ups: improvement potential → current
> method analysis → ideas → test plan → implementation → evaluation. One file
> per loop. Where a postmortem records how an incident was debugged, a kaizen
> records how a recurring cost was measured, attacked, and re-measured — and
> which standard changed so it stays fixed.
>
> Docs index: [`../README.md`](../README.md). Project overview:
> [`../../README.md`](../../README.md). Sibling write-ups:
> [`../postmortems/`](../postmortems/README.md) ·
> [`../tradeoff-curves/`](../tradeoff-curves/README.md).
| Kaizen | Status |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------- |
| [`real-repo-sync.md`](real-repo-sync.md) — `:sync` (now `:gp`) never completes on the real notes repo: ∞ (device bricks) → 24.1 s measured, via the O(depth) TreeBuilder splice + a second localization loop on the push half. | Closed 2026-07-13 |