-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathllms.txt
More file actions
93 lines (78 loc) · 3.16 KB
/
llms.txt
File metadata and controls
93 lines (78 loc) · 3.16 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# ZERO Docs
> ZERO is the operating intelligence layer between humans and capital. This
> public repo is the open Runtime, Protocol, and Proof substrate: paper-first,
> local-first, Apache-2.0, and structured for human and agent contributors.
## Start
- [README](../README.md)
- [Agent Operating Guide](../AGENTS.md)
- [Agent Commands](../.claude/commands/README.md)
- [Contributing](../CONTRIBUTING.md)
- [Governance](../GOVERNANCE.md)
- [Security](../SECURITY.md)
## Product
- [Positioning](positioning.md)
- [Open-Core Boundary](open-core-boundary.md)
- [Production Readiness](production-readiness.md)
- [Public Upgrade Plan](public-upgrade.md)
- [Historical Autonomous OS Plan](autonomous-os-plan.md)
- [Runtime Capability Boundary Audit](private-engine-capability-gap-audit.md)
- [Roadmap](roadmap.md)
## Build And Run
- [First 10 Minutes](first-10-minutes.md)
- [Local Development](local-development.md)
- [CLI Quickstart](cli-quickstart.md)
- [CLI Doctor Troubleshooting](cli-doctor-troubleshooting.md)
- [Demo Terminal](demo-terminal.md)
- [Proof Packs](proof/README.md)
- [Railway Template](railway-template.md)
- [Railway Deploy](railway-deploy.md)
- [Railway Partner Packet](railway-partner.md)
- [Railway Template Packet](../contracts/distribution/railway-template.json)
- [Release](release.md)
- [Release Verification](release-verification.md)
## Architecture And Contracts
- [Architecture](architecture.md)
- [Agent Architecture](agent-architecture.md)
- [Runtime Bus](runtime-bus.md)
- [Journal Integrity](journal-integrity.md)
- [Memory Core](memory-core.md)
- [Genesis](genesis.md)
- [Research Command Chain](research.md)
- [Decision Stack](decision-stack.md)
- [Evolve Harness](evolve.md)
- [API](api.md)
- [MCP Server](mcp.md)
- [MCP Registry Packet](mcp-registry.md)
- [MCP Transcript](mcp/transcript.jsonl)
- [API Compatibility](api-compatibility.md)
- [OpenAPI v1](../openapi/zero-paper-api.v1.yaml)
- [Strategy Plugins](strategy-plugins.md)
- [Market Data Adapters](market-data-adapters.md)
## Safety And Operations
- [Safety Model](safety-model.md)
- [Threat Model](threat-model.md)
- [Failure Modes Of The Autonomous Loop](failure-modes-autonomous-loop.md)
- [Incident Runbooks](incident-runbooks.md)
- [Incident Postmortems](incident-postmortems/README.md)
- [Dependency Policy](dependency-policy.md)
- [Hyperliquid Read-only](hyperliquid-readonly.md)
- [Live Evidence](live-evidence.md)
- [Live Canary Operator](live-canary-operator.md)
- [Live Control](live-cockpit.md)
- [Operator Context](operator-context.md)
- [Operator Isolation](operator-isolation.md)
- [Immune System](immune-system.md)
## Network And Intelligence
- [ZERO Network](zero-network.md)
- [ZERO Network Freshness](network-freshness.md)
- [ZERO Intelligence](zero-intelligence.md)
- [Model Gateway](model-gateway.md)
- [Deployment Identity](deployment-identity.md)
## For Agents
- [Agentic Contribution](agentic-contribution.md)
- [Contributor Issue Board](contributor-issue-board.md)
- [QA Onboarding Checklist](qa-onboarding-checklist.md)
- [Dev Container](../.devcontainer/README.md)
- [Issue Templates](../.github/ISSUE_TEMPLATE/agent_task.yml)
- [Label Taxonomy](label-taxonomy.md)
- [Full LLM Context](llms-full.txt)