betterwithage commited on
Commit
ecfe5a9
·
verified ·
1 Parent(s): 08a4124

sync README from GitHub canonical (task #153 parity)

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -7,18 +7,33 @@ 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
  ## Live
24
 
 
7
  app_port: 7860
8
  pinned: true
9
  license: apache-2.0
10
+ short_description: "a11oy — signed-receipt substrate; receipts.in ≡ receipts.out"
11
  tags:
12
  - governance
13
  - agentic-ai
14
  - doctrine-v11
15
  - a11oy
16
+ - slsa-l2
17
  - apache-2.0
18
  ecosystem-stage: "operational"
19
  ---
20
+
21
+ # a11oy 🔬
22
+
23
+ > **The signed-receipt substrate. Every AI decision leaves a DSSE Khipu receipt. `receipts.in ≡ receipts.out`.**
24
+
25
+ [![SLSA L1 + L2](https://img.shields.io/badge/SLSA-L1%20%2B%20L2%20attested-2C5F2D?style=flat-square)](.compliance/SLSA_LEVEL.md)
26
+ [![cosign signed](https://img.shields.io/badge/cosign-keyless%20signed-blueviolet?style=flat-square)](https://search.sigstore.dev/?logIndex=1710578865)
27
+ [![doctrine-v11](https://img.shields.io/badge/doctrine-v11%20LOCKED-0B1F3A?style=flat-square)](https://github.com/szl-holdings/.github/tree/main/doctrine)
28
+ [![CI](https://github.com/szl-holdings/a11oy/actions/workflows/ci.yml/badge.svg)](https://github.com/szl-holdings/a11oy/actions)
29
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue?style=flat-square)](LICENSE)
30
+
31
+ **LOCKED kernel `c7c0ba17` · 749 declarations · 14 axioms · 163 sorries · Doctrine v11**
32
+ **Proof posture (two-tier):** 5 locked-proven `{F1, F11, F12, F18, F19}` + **~36 experimental** theorems CI-green on main `@7885fd9` (Lean v4.18.0 · 1304 decls / 22 axioms — NOT in the locked count).
33
+
34
+ [Live demo](#live) · [What it does](#what-it-does) · [Verify](#verify-it-yourself) · [Architecture](#architecture) · [Parity vs. leaders](#parity-vs-leaders) · [Honest status](#honest-status)
35
+
36
+ ---
37
 
38
  ## Live
39