--- /home/yeff/public_html/devon/docs/index.html.fix_schema.20260329_180114 2026-03-29 17:10:47.799557007 -0300 +++ /home/yeff/public_html/devon/docs/index.html 2026-04-10 22:02:24.032902725 -0300 @@ -1,3 +1,4 @@ + @@ -75,6 +76,25 @@ min-width:0; } + .sidebar, + .rail{ + scrollbar-width:thin; + scrollbar-color:rgba(138,167,255,.22) transparent; + } + .sidebar::-webkit-scrollbar, + .rail::-webkit-scrollbar{ + width:10px; + } + .sidebar::-webkit-scrollbar-track, + .rail::-webkit-scrollbar-track{ + background:transparent; + } + .sidebar::-webkit-scrollbar-thumb, + .rail::-webkit-scrollbar-thumb{ + background:rgba(138,167,255,.22); + border-radius:999px; + } + .brand{ display:flex; flex-direction:column; @@ -404,7 +424,7 @@ .workspace{ display:grid; - grid-template-columns:1.12fr .88fr; + grid-template-columns:1.2fr .8fr; gap:18px; } @@ -656,7 +676,7 @@
Open Panel Manifest JSON - Checkpoint MD + Continuity MD
@@ -707,13 +727,14 @@
+
+
-
Select a document in the Architecture Tree.
@@ -745,6 +766,8 @@ read-only canon no fake status docs as architecture + doc audit only + runtime in operator panel @@ -758,6 +781,11 @@
+

Audit split

+

Documentation Hub audits canonical definition, category coverage, authority ownership, phase and layer binding, dependencies and documentation completion gaps. Operator Panel audits real implementation state, runtime evidence, health, telemetry, pipeline execution and server-side materialization.

+
+ +

Legend

control and structure layers
@@ -769,13 +797,19 @@
+

Documentation structural coverage

+

Waiting for structural coverage analysis.

+
+
+ +

Canonical sources

../panel/data/master_architecture_index.md
../panel/data/panel_manifest.json
../panel/data/panel_content_index.json
../panel/data/project_scope_canonical.json
-
../panel/data/devon_panel_chat_checkpoint.md
+
../panel/data/devon_continuity.md
../panel/data/cas.md
../panel/data/cgs.md
@@ -830,690 +864,34 @@
+ + +(async () => { + try { + await loadHub(); + init(); + } catch (e) { + console.error("BOOT_FAIL", e); + document.body.innerHTML = "
Failed to load HUB
"; + } +})(); + +