Spaces:
Running
Running
docs(slsa): sync Space card with GitHub README (SLSA L1 + L2 attested)
Browse filesAutomated README sync from szl-holdings/a11oy main via hf-sync.
Signed-off-by: Yachay <yachay@szlholdings.ai>
Co-Authored-By: Perplexity Computer Agent <agent@perplexity.ai>
README.md
CHANGED
|
@@ -2,44 +2,54 @@
|
|
| 2 |
title: "a11oy — Governance Substrate"
|
| 3 |
emoji: "🔬"
|
| 4 |
colorFrom: indigo
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
-
short_description: "a11oy — policy + receipt substrate
|
| 11 |
-
ecosystem-stage: operational
|
| 12 |
tags:
|
| 13 |
- governance
|
| 14 |
- agentic-ai
|
| 15 |
- doctrine-v11
|
| 16 |
- a11oy
|
|
|
|
| 17 |
- apache-2.0
|
| 18 |
-
|
| 19 |
---
|
|
|
|
|
|
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
*Doctrine v11 LOCKED · 749/14/163 · kernel c7c0ba17 · Λ = Conjecture 1 · SLSA L1 honest + L2 attested*
|
| 24 |
-
|
| 25 |
-
This Space pulls the canonical, cosign-signed, SLSA-L2-attested container image directly from GHCR:
|
| 26 |
-
`ghcr.io/szl-holdings/a11oy:uds-v0.2.0`
|
| 27 |
-
|
| 28 |
-
Source: https://github.com/szl-holdings/a11oy
|
| 29 |
-
|
| 30 |
-
This Space was recreated 2026-06-03 to recover from an HF builder-side repository-checkout corruption (exit-128 before any Dockerfile step) on the prior repo storage. The prior Space — including full commit history — is preserved at `SZLHOLDINGS/a11oy-broken-archive`. No data was deleted.
|
| 31 |
|
| 32 |
---
|
| 33 |
|
| 34 |
-
##
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
title: "a11oy — Governance Substrate"
|
| 3 |
emoji: "🔬"
|
| 4 |
colorFrom: indigo
|
| 5 |
+
colorTo: gray
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
pinned: true
|
| 9 |
license: apache-2.0
|
| 10 |
+
short_description: "a11oy — policy + receipt substrate"
|
|
|
|
| 11 |
tags:
|
| 12 |
- governance
|
| 13 |
- agentic-ai
|
| 14 |
- doctrine-v11
|
| 15 |
- a11oy
|
| 16 |
+
- execution-fabric
|
| 17 |
- apache-2.0
|
| 18 |
+
ecosystem-stage: "operational"
|
| 19 |
---
|
| 20 |
+
<!-- HF Space front-matter is REQUIRED (sdk: docker). Injected by hf-sync
|
| 21 |
+
so the Space builds the Dockerfile. Do not remove. -->
|
| 22 |
|
| 23 |
+
*Doctrine v11 LOCKED · 749/14/163 · kernel c7c0ba17 · Λ = Conjecture 1 · SLSA L1 honest (cosign-signed, verifiable via `cosign verify`); L2 roadmap, not yet claimed*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
---
|
| 26 |
|
| 27 |
+
## 🔌 UDS Mesh — the nervous system
|
| 28 |
+
|
| 29 |
+
This organ is part of the **SZL UDS mesh**: a 7-organ trace + receipt substrate
|
| 30 |
+
(brain `rosie` · heart `a11oy` · blood `amaru` · immune `sentra` · nervous/courier
|
| 31 |
+
`killinchu` · skeleton `vessels` · wires = W3C `traceparent`).
|
| 32 |
+
|
| 33 |
+
```mermaid
|
| 34 |
+
flowchart LR
|
| 35 |
+
classDef live fill:#0f3a2e,stroke:#5ad1c0,color:#e8eef7;
|
| 36 |
+
classDef inproc fill:#2a3550,stroke:#7aa2ff,color:#e8eef7;
|
| 37 |
+
classDef roadmap fill:#3a2f0f,stroke:#e0c060,color:#e8eef7;
|
| 38 |
+
ROSIE["🧠 rosie<br/>brain"]:::inproc -->|Wire C| A11OY["❤️ a11oy<br/>heart / fabric"]:::live
|
| 39 |
+
A11OY -->|Wire B| SENTRA["🛡️ sentra<br/>immune"]:::live
|
| 40 |
+
A11OY -->|Wire E| AMARU["🩸 amaru<br/>blood"]:::inproc
|
| 41 |
+
A11OY -->|Wire F| VESSELS["🦴 vessels<br/>skeleton"]:::roadmap
|
| 42 |
+
KILLINCHU["📡 killinchu<br/>courier"]:::roadmap -.->|relay| RECEIPTS["📜 receipts<br/>DSSE Khipu"]:::inproc
|
| 43 |
+
A11OY -->|traceparent embedded| RECEIPTS
|
| 44 |
+
WIRES["🔌 wires / W3C traceparent"]:::live -.-> A11OY
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
**Honest mesh status (verified 2026-06-03):** every organ emits **real W3C trace
|
| 48 |
+
context** (`traceparent` / `tracestate` / `x-szl-wire-d: LIVE`) and a11oy binds it into
|
| 49 |
+
**DSSE Khipu receipts** — this is **LIVE in-process**. Spans are **not** yet OTLP-exported,
|
| 50 |
+
DSSE receipts are currently **unsigned**, and cross-pod organ routing is **roadmap (v0.4.0)**.
|
| 51 |
+
Honesty over checklist.
|
| 52 |
+
|
| 53 |
+
→ Full diagram + wire-status table: **[docs-site / mesh](https://szl-holdings.github.io/docs-site/mesh)**
|
| 54 |
+
|
| 55 |
+
<sub>Λ Conjecture 1 (not a theorem) · 749/14/163 v11 LOCKED · SLSA L1 honest · Section 889 = 5 vendors</sub>
|