From 92a79b527640e7574fbf1f01b0f67989a1366434 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Thu, 23 Apr 2026 03:25:56 +0900 Subject: [PATCH] =?UTF-8?q?docs(parity):=20update=20stats=20to=202026-04-2?= =?UTF-8?q?3=20=E2=80=94=20Rust=20LOC=20+66%,=20test=20LOC=20+76%,=20979?= =?UTF-8?q?=20commits=20on=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Growth since 2026-04-03: - Rust LOC: 48,599 → 80,789 (+32,190) - Test LOC: 2,568 → 4,533 (+1,965) - Commits: 292 → 979 (+687, now pending review phase) Main HEAD: ad1cf92 (doctrine loop canonical example) Key deliverables cycles #39–#63: - Typed-error hardening family (#247–#251) - Diagnostic-strictness principle (#57–#59) - Help-parity sweep (#130c–#130e) - Suffix-guard uniformity (#152) - Verb-classification fix (#160) - Integration-bandwidth doctrine (#62) - Doctrine-loop pattern formalized Status: 13 branches awaiting review (no new branches since cycle #61 branch-last protocol established) --- PARITY.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PARITY.md b/PARITY.md index d67389f..5d81d2b 100644 --- a/PARITY.md +++ b/PARITY.md @@ -1,13 +1,14 @@ # Parity Status — claw-code Rust Port -Last updated: 2026-04-03 +Last updated: 2026-04-23 ## Summary - Canonical document: this top-level `PARITY.md` is the file consumed by `rust/scripts/run_mock_parity_diff.py`. - Requested 9-lane checkpoint: **All 9 lanes merged on `main`.** -- Current `main` HEAD: `ee31e00` (stub implementations replaced with real AskUserQuestion + RemoteTrigger). -- Repository stats at this checkpoint: **292 commits on `main` / 293 across all branches**, **9 crates**, **48,599 tracked Rust LOC**, **2,568 test LOC**, **3 authors**, date range **2026-03-31 → 2026-04-03**. +- Current `main` HEAD: `ad1cf92` (doctrine loop canonical example). +- Repository stats at this checkpoint: **979 commits on `main`**, **9 crates**, **80,789 tracked Rust LOC**, **4,533 test LOC**, **3 authors**, date **2026-04-23**. +- **Growth since last PARITY update (2026-04-03):** Rust LOC +66% (48,599 → 80,789), Test LOC +76% (2,568 → 4,533), Commits +235% (292 → 979). Current phase: 13 branches awaiting review/integration. - Mock parity harness stats: **10 scripted scenarios**, **19 captured `/v1/messages` requests** in `rust/crates/rusty-claude-cli/tests/mock_parity_harness.rs`. ## Mock parity harness — milestone 1