File size: 729 Bytes
2c43ce7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Repo Map

## lean4/

Trusted verification kernel.

- `VerifyMain.lean` entrypoint
- `MiniF2F.lean` local benchmark corpus
- `src/SovereignCorpus/Bridge/` Granite interchange types and parser
- `src/SovereignCorpus/Tactics/` verification tactic stubs

## inference/

Untrusted proposal engine.

- `Dockerfile` for local inference runtime
- `server.py` compatibility wrapper
- `prompt.txt` deterministic prompt contract

## logic/

Prolog guardrail layer.

- schema checks
- authorization checks
- retry loop orchestration

## infra/verification-loop/

Deterministic container topology.

- `docker-compose.yml`
- `.env.example`

## eval/

Batch benchmark harness.

## hf/

Hugging Face-facing model card and publication surface.