kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

commit 044e5f07360dc16c6ec987ec54eec100c1fd7d1a
parent bec47ce944f9f0663344b8ca8eae7488f1bc3448
Author: Ryan Sepassi <rsepassi@gmail.com>
Date:   Thu, 16 Jul 2026 09:52:49 -0700

docs: track release audit implementation status

Diffstat:
Mdoc/RELEASE_AUDIT_2026_6_0.md | 38++++++++++++++++++++++++++++++++++++--
1 file changed, 36 insertions(+), 2 deletions(-)

diff --git a/doc/RELEASE_AUDIT_2026_6_0.md b/doc/RELEASE_AUDIT_2026_6_0.md @@ -474,11 +474,45 @@ items in order unless a red-green test proves they are independent. Status terms used here are: -- **Complete:** the Phase 1 documentation/help change and its acceptance tests - already pass. +- **Complete:** the decided resolution is implemented and its focused + acceptance tests pass. +- **In progress:** implementation or focused verification is still active. - **Accepted:** the resolution is approved but not yet implemented. - **Release gate:** the accepted work must pass before 2026.6.0 can ship. +Implementation checkpoint (updated 2026-07-16): + +| Finding | Status | Focused evidence | +|---|---|---| +| KIT-P0-001 | In progress | POSIX and Windows relocation/support probes implemented; final aggregate pending | +| KIT-P0-002 | In progress | native SDK precedence implementation present; final macOS matrix pending | +| KIT-P1-013 | In progress | Windows direct/PATH/move/repair VM scenario passes; POSIX aggregate pending | +| KIT-P1-011 | **Complete** | `test-driver-pkg`: 194 pass, 0 fail | +| KIT-P2-007 | **Complete** | `test-selfdist`: 95 pass, 0 fail; release configuration/test-anchor build gates pass | +| KIT-P1-012 | **Complete** | authenticated updater result cases included in `test-selfdist`: 95 pass, 0 fail | +| KIT-P1-001 | In progress | public registry and `kit targets` implemented; final aggregate pending | +| KIT-P0-004 | In progress | public compatibility boundary implemented; final format matrix pending | +| KIT-P1-002 | In progress | owned Android define test passes; NDK matrix pending | +| KIT-P1-003 | **Complete** | `test-smoke-rv32`: 20 pass, 0 fail, including concurrent empty-cache/read-only/QEMU cases | +| KIT-P1-004 | In progress | rv32 flag/ABI cases pass; final rv64 oracle pending | +| KIT-P0-003 | **Complete** | portable-C O0/O1/O2 native and cross driver cases pass | +| KIT-P1-014 | **Complete** | reserved-`typeof` focused suite: 6 pass, 0 fail, including uthash probe | +| KIT-P2-001 | **Complete** | `test-driver-stack-protector`: 111 pass, 0 fail; cJSON build/test passes | +| KIT-P1-015 | **Complete** | 21 multi-source dependency assertions pass in the driver suite | +| KIT-P2-003 | **Complete** | `test-driver-diagnostics`: 15 pass, 0 fail | +| KIT-P1-007 | In progress | public ELF/Mach-O/PE rewrite unit: 23 checks, 0 failures; runnable matrix pending | +| KIT-P1-017 | In progress | implementation under focused CLI audit | +| KIT-P2-002 | In progress | implementation under focused CLI audit | +| KIT-P3-003 | **Complete** | `test-link-macho-symbols` passes aarch64 and x86-64 Kit/platform oracles | +| KIT-P1-016 | In progress | implementation under focused CLI audit | +| KIT-P2-008 | In progress | implementation under focused CLI audit | +| KIT-P2-013 | In progress | implementation under focused CLI audit | +| KIT-P1-005 | In progress | implementation under focused CLI audit | +| KIT-P1-006 | In progress | implementation under focused CLI audit | +| KIT-P2-011 | In progress | implementation under focused CLI audit | +| KIT-P2-012 | In progress | implementation under focused CLI audit | +| KIT-P2-009 | In progress | implementation under focused CLI audit | + ### 12.1 Distribution identity, hosted discovery, and relocation Dependency: establish one canonical distribution/executable identity first;