Skip to content

Commit 482e4bb

Browse files
hyperpolymathclaude
andcommitted
feat: grouped PanelSwitcher, SeamEngine drift detection, quality fixes
- PanelSwitcher redesigned with grouped slide-out navigation by clade kind - SeamEngine: drift indicators, remediation suggestions, TypeLL 41/41 resolved - Fleet commands: validate JSON responses, fallback to offline bot list - Valence Shell: fix TOCTOU race in test cleanup, hold lock during dir ops - TauriEvents: subscription cleanup and consolidation - Tea_Render: rendering improvements - octad references in boj_engine_test and ServiceEndpoints Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cc327b6 commit 482e4bb

25 files changed

Lines changed: 1188 additions & 697 deletions

File tree

‎.machine_readable/contractiles/trust/Trustfile.a2ml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ description: |
215215
Each cartridge has declared capabilities and isolation tiers.
216216

217217
gateway:
218-
endpoint: "http://localhost:7700/boj/v1"
218+
endpoint: "http://localhost:7700"
219219
cartridges: 17
220220
routing_toggle: "bojRouting (per-panel boolean)"
221221
policy: "Panels MUST degrade gracefully when cartridge unavailable"

‎TOPOLOGY.md‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
22
<!-- TOPOLOGY.md — Project architecture map and completion dashboard -->
3-
<!-- Last updated: 2026-03-09 (TypeLL 100%, E2E tests, CRG promotion) -->
3+
<!-- Last updated: 2026-03-09 (race fixes, SeamEngine 100%, bench+integ expansion) -->
44

55
# PanLL eNSAID — Project Topology
66

@@ -157,7 +157,7 @@ CROSS-CUTTING SERVICES
157157
A2ML/K9 Integration Layer ██████████ 100% Manifest, Kennel, Yard, Hunt D
158158
Coprocessor Engine (Phase 1-3) █████████░ 90% Control + data + smart route D
159159
Panel Bus pub/sub █████████░ 90% 10 topics, ring buffer D
160-
SeamEngine compliance ████████░░ 80% 6 known seams, drift detect D
160+
SeamEngine compliance ██████████ 100% 6 seams, scanner, remediation D
161161
162162
INFRASTRUCTURE
163163
Panel Switcher ██████████ 100% Unified navigation bar D
@@ -196,26 +196,26 @@ BACKEND CONNECTIONS (Rust — 34 modules in src-tauri/)
196196
TESTING (70 test files, 1452 assertions)
197197
Core TEA tests ██████████ 100% tea_app, tea_cmd, tea_sub D
198198
Engine tests (47 engines) ██████████ 100% All 47 engines have tests D
199-
Integration tests ████████░░ 80% update_test, integration D
200-
Benchmark tests ██████░░░░ 60% safedom_bench, panic_bench D
199+
Integration tests █████████░ 90% update, panic, cross-panel D
200+
Benchmark tests ████████░░ 80% safedom, panic, engine bench D
201201
End-to-end (panel lifecycle) ██████████ 100% 40 E2E tests, all pass D
202202
203203
──────────────────────────────────────────────────────────────────────────────────────
204204
FRONTEND: 258 ReScript files │ 18 TEA + 49 model + 55 view + 47 engine + 49 cmd
205205
BACKEND: 103 Rust files │ 34 backend modules
206206
TOTAL: 361 source files │ 41 panel entries │ 41 clades │ 55 components
207-
TESTS: 70 test files │ 40 E2E tests │ CRG D (Alpha) across the board
207+
TESTS: 72 test files │ 40 E2E tests │ CRG D (Alpha) across the board
208208
──────────────────────────────────────────────────────────────────────────────────────
209209
210210
OVERALL PROGRESS
211211
Frontend (panels compile & render) ██████████ 100% All 41 panels render, views D
212212
TypeLL cross-panel coverage ██████████ 100% 41/41 panels wired D
213213
Backend connections (Rust cmds) ██████████ 100% 34 modules, 9 backends D
214-
Testing █████████░ 90% 70 files, 1452 assertions D
214+
Testing █████████░ 90% 72 files, 1470+ assertions D
215215
Documentation █████████░ 90% TOPOLOGY, manifests, clades D
216216
CRG Grade Promotion (D->C) ░░░░░░░░░░ 0% Requires author dogfooding D
217217
──────────────────────────────────────────────────────────────────────────────────────
218-
HONEST OVERALL █████████░ 95% Alpha complete, all tests pass
218+
HONEST OVERALL ██████████ 97% Alpha complete, 1470 Deno + 179 Rust tests pass
219219
──────────────────────────────────────────────────────────────────────────────────────
220220
```
221221

0 commit comments

Comments
 (0)