|
4 | 4 | [](https://github.com/zero-intel/zero/actions/workflows/scorecard.yml) |
5 | 5 | [](LICENSE) |
6 | 6 |
|
7 | | -**Autonomous operating system for self-custodial onchain operations: open ZERO |
8 | | -Runtime, Protocol, and Proof.** |
9 | | - |
10 | | -This repository is the open Runtime, Protocol, and Proof substrate for ZERO. |
11 | | -The hosted product surfaces live at [getzero.dev](https://getzero.dev), |
12 | | -[app.getzero.dev](https://app.getzero.dev), and the public developer entrypoint |
13 | | -at [getzero.dev/developers](https://getzero.dev/developers). This repo stays |
| 7 | +**Open ZERO Runtime, Protocol, and Proof for self-custodial onchain |
| 8 | +operations.** |
| 9 | + |
| 10 | +This repository is the open ZERO Runtime, ZERO Protocol, and ZERO Proof |
| 11 | +substrate. The hosted product surfaces live at |
| 12 | +[getzero.dev](https://getzero.dev), [app.getzero.dev](https://app.getzero.dev), |
| 13 | +and the public developer entrypoint at |
| 14 | +[getzero.dev/developers](https://getzero.dev/developers). This repo stays |
14 | 15 | focused on runnable software: paper-first execution, safety gates, local |
15 | 16 | journals, Hyperliquid read-only/live boundaries, MCP-compatible readouts, |
16 | | -public proof packets, and verification contracts. |
| 17 | +public proof packets, and verification contracts. It does not host the |
| 18 | +customer app, founder admin, doctrine portal, or internal design system. |
17 | 19 |
|
18 | 20 | > Not another trading bot. ZERO is Runtime plus Proof for autonomous onchain |
19 | 21 | > operations that must stay inspectable, interruptible, and self-custodial. |
@@ -83,9 +85,9 @@ cargo run -q -p zero-os -- --api http://127.0.0.1:8765 |
83 | 85 | ``` |
84 | 86 |
|
85 | 87 | Inside the terminal, press `Ctrl+5` or run `/cockpit-mode` for the read-only |
86 | | -Runtime control packet. The command name is legacy CLI language; public product |
87 | | -copy should call the surface ZERO Control. In paper/default mode it should |
88 | | -refuse live risk and show the reason: |
| 88 | +Runtime control packet. The `/cockpit-mode` command remains supported, but the |
| 89 | +preferred product term is Runtime control packet. In paper/default mode it |
| 90 | +should refuse live risk and show the reason: |
89 | 91 |
|
90 | 92 | ```text |
91 | 93 | runtime control |
@@ -148,15 +150,25 @@ ZERO turns that workflow into an explicit operating system: |
148 | 150 | The default mode is paper. Live operation is self-custodial, explicit, and |
149 | 151 | guarded by preflight checks. |
150 | 152 |
|
151 | | -## Product Surfaces |
| 153 | +## Open Repository Surfaces |
152 | 154 |
|
153 | 155 | | Surface | Role | Public status | |
154 | 156 | | --- | --- | --- | |
155 | | -| ZERO Runtime | Python engine for paper execution, production-parity OODA reports, live-readiness contracts, journals, safety gates, strategy adapters, venue adapter interfaces, local evolution gates, and canary evidence. | Open source | |
| 157 | +| ZERO Runtime | Python runtime for paper execution, production-parity OODA reports, live-readiness contracts, journals, safety gates, strategy adapters, venue adapter interfaces, CLI/TUI tooling, local evolution gates, and canary evidence. | Open source | |
156 | 158 | | ZERO Protocol | MCP-compatible schemas, tool permissions, mandates, evidence bundles, replay frames, audit entries, and local verification fixtures. | Open source | |
157 | 159 | | ZERO Proof | Redacted proof packets, replay/export fixtures, journal roots, verification commands, and public contract schemas. | Open source | |
158 | | -| ZERO CLI | Rust CLI/TUI for setup, diagnostics, state inspection, replay, read-only Runtime control packets, and supervised local actions. | Open source | |
159 | | -| ZERO Evolution | Local memory, genesis proposals, research reports, decision-stack review, guardian review, red-team, paper canaries, calibration, promotion plans, local apply receipts, rollback receipts, and evolve loops that let ZERO improve under review. | Open where secret-free and human-reviewed | |
| 160 | +| Developers | Repo-local quickstarts, CLI/API docs, examples, release gates, contribution paths, and public education that starts at [getzero.dev/developers](https://getzero.dev/developers). | Open source | |
| 161 | + |
| 162 | +The ZERO CLI is Runtime tooling, and ZERO Evolution is a local Runtime subsystem |
| 163 | +covering memory, genesis proposals, research reports, decision-stack review, |
| 164 | +guardian review, red-team, paper canaries, calibration, promotion plans, local |
| 165 | +apply receipts, rollback receipts, and evolve loops. They are not separate |
| 166 | +hosted public surfaces. |
| 167 | + |
| 168 | +Hosted ZERO Studio, ZERO Control, and ZERO Registry are product surfaces outside |
| 169 | +this repository. This repo supplies their runnable Runtime, Protocol, and Proof |
| 170 | +contracts; it should not turn hosted UI, founder-admin, or doctrine machinery |
| 171 | +into public repo scope. |
160 | 172 |
|
161 | 173 | ## Capability Boundary |
162 | 174 |
|
@@ -236,16 +248,15 @@ flowchart LR |
236 | 248 | - Deploy the paper runtime on Railway or Docker. |
237 | 249 | - Generate public-safe Proof profile, replay, and contract artifacts. |
238 | 250 |
|
239 | | -The self-evolving loop that makes ZERO a complete autonomous operating system |
240 | | -is now implemented as a public-safe control plane: local memory, genesis |
241 | | -proposal classification, paper-only research, public decision-stack review, |
242 | | -production-parity OODA reports, sandbox candidate mutation, promotion/rollback |
243 | | -evidence, explicit local apply, rollback receipts, and paper-first evolve gates |
244 | | -exist. Protected live-code evolution remains human-reviewed. See |
245 | | -[Memory Core](docs/memory-core.md), [Genesis](docs/genesis.md), |
246 | | -[Research Command Chain](docs/research.md), [Decision Stack](docs/decision-stack.md), |
247 | | -[Evolve Harness](docs/evolve.md), and |
248 | | -[Private Engine Capability Gap Audit](docs/private-engine-capability-gap-audit.md). |
| 251 | +The public-safe self-evolution loop is part of the local Runtime: local memory, |
| 252 | +genesis proposal classification, paper-only research, public decision-stack |
| 253 | +review, production-parity OODA reports, sandbox candidate mutation, |
| 254 | +promotion/rollback evidence, explicit local apply, rollback receipts, and |
| 255 | +paper-first evolve gates exist. Protected live-code evolution remains |
| 256 | +human-reviewed. See [Memory Core](docs/memory-core.md), |
| 257 | +[Genesis](docs/genesis.md), [Research Command Chain](docs/research.md), |
| 258 | +[Decision Stack](docs/decision-stack.md), and |
| 259 | +[Evolve Harness](docs/evolve.md). |
249 | 260 |
|
250 | 261 | ## Operator Proof Path |
251 | 262 |
|
@@ -680,8 +691,8 @@ Machine-readable entrypoints: |
680 | 691 | - [Production Readiness](docs/production-readiness.md) |
681 | 692 | - [QA Onboarding Checklist](docs/qa-onboarding-checklist.md) |
682 | 693 | - [Public Upgrade Plan](docs/public-upgrade.md) |
683 | | -- [Autonomous OS Plan](docs/autonomous-os-plan.md) |
684 | | -- [Capability Gap Audit](docs/private-engine-capability-gap-audit.md) |
| 694 | +- [Historical Autonomous OS Plan](docs/autonomous-os-plan.md) |
| 695 | +- [Runtime Capability Boundary Audit](docs/private-engine-capability-gap-audit.md) |
685 | 696 | - [Agentic Contribution](docs/agentic-contribution.md) |
686 | 697 | - [Contributor Issue Board](docs/contributor-issue-board.md) |
687 | 698 | - [Launch Scorecard](docs/launch-scorecard.md) |
|
0 commit comments