-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproof_index.json
More file actions
58 lines (58 loc) · 2.93 KB
/
Copy pathproof_index.json
File metadata and controls
58 lines (58 loc) · 2.93 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"schema_version": "0.1",
"scope": "public_proof_packet",
"current_verdict": "PARTIAL_PUBLIC_PROOF_PACKET_READY",
"claims": [
{
"claim": "TaijiOS is an evidence-first reliability runtime for AI agents.",
"evidence_file": "README.md",
"command": "python examples/quickstart_minimal.py",
"verdict": "PASS / PARTIAL",
"limitation": "The quickstart demonstrates a local evidence loop, not production readiness or external validation."
},
{
"claim": "The public demo can replay without API keys or GPU and produce parseable local evidence.",
"evidence_file": "script stdout and optional TAIJI_REPLAY_OUTPUT_ROOT/run-*/quickstart_evidence.json",
"command": "bash scripts/replay_public_demo.sh",
"verdict": "PASS when replay output verifies 3 tasks, 3 succeeded, 3 self-healed, and 18 events.",
"limitation": "A single replay is local-scope evidence only and must not be promoted to repo-wide PASS."
},
{
"claim": "The proof packet preserves no-overclaim boundaries for human review.",
"evidence_file": "docs/SPACE_X_AI_PROOF_PACKET.md",
"command": "python -m json.tool docs/proof_index.json",
"verdict": "PARTIAL",
"limitation": "No xAI, SpaceX, Elon, external organization, production, hardware, provider/API, trading, or release PASS endorsement is claimed."
},
{
"claim": "Release evidence workflow documentation exists.",
"evidence_file": "AUDIT_EVIDENCE.md",
"command": "test -f AUDIT_EVIDENCE.md",
"verdict": "TEMPLATE_READY",
"limitation": "Live release verification is PENDING; do not claim release evidence PASS from the template."
},
{
"claim": "A quantitative evidence path is defined for repeated local demo replays.",
"evidence_file": "docs/QUANT_EVIDENCE_PLAN.md",
"command": "bash scripts/replay_public_demo.sh --runs 100",
"verdict": "PENDING",
"limitation": "The 100-run and 1,000-run batches are plans until executed and recorded."
},
{
"claim": "The Agent Reliability False-Pass Gate blocks AI-agent success language when passing evidence pointers or explicit cannot_claim boundaries are missing.",
"evidence_file": "scripts/check_false_pass_gate.py and examples/false_pass_gate/fixtures/",
"command": "python scripts/check_false_pass_gate.py --self-test examples/false_pass_gate/fixtures",
"verdict": "LOCAL_VALIDATED when self-test and pytest pass",
"limitation": "Synthetic local fixtures only; this does not execute evidence commands, prove that the success claim is true, prove remote CI, public proof update, production readiness, provider/API readiness, recruiting validation, or canonical truth."
}
],
"blocked_claims": [
"production_readiness",
"external_endorsement",
"hardware_control",
"provider_api_readiness",
"release_evidence_pass",
"trading_or_order_authority",
"false_pass_gate_without_evidence"
]
}