Skip to content

Commit 0f9246e

Browse files
JiayuuWangclaude
andcommitted
docs: fix stale crate and test counts across 4 files
- userguide/15-glossary.md: "13 crates, 648 tests" → "14 crates, 945 tests" - README.md success criteria: "All 13 crates" → "All 14 crates" - README.md quick links: "All 13 crates" → "All 14 crates" - userguide/cross-reference.md: "13 crates" → "14 crates" Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 262dcfd commit 0f9246e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Capability-based isolation, proof-gated execution, and witness attestation on mi
359359

360360
| # | Criterion | Target |
361361
|---|-----------|--------|
362-
| 1 | All 13 crates compile with `#![no_std]` and `#![forbid(unsafe_code)]` | Enforced |
362+
| 1 | All 14 crates compile with `#![no_std]` and `#![forbid(unsafe_code)]` | Enforced |
363363
| 2 | Cold boot to first witness | < 250ms on Appliance hardware |
364364
| 3 | Hot partition switch | < 10 microseconds |
365365
| 4 | Witness record is exactly 64 bytes, cache-line aligned | Compile-time asserted |
@@ -612,7 +612,7 @@ The [`userguide/`](userguide/) directory contains 17 chapters covering every sub
612612
| [01 Quick Start](userguide/01-quickstart.md) | Build, test, and boot in 5 minutes |
613613
| [02 Core Concepts](userguide/02-core-concepts.md) | Partitions, capabilities, witnesses, proofs, coherence |
614614
| [03 Architecture](userguide/03-architecture.md) | Layer diagram, data flow, boot sequence, feature flags |
615-
| [04 Crate Reference](userguide/04-crate-reference.md) | All 13 crates with types, APIs, and dependencies |
615+
| [04 Crate Reference](userguide/04-crate-reference.md) | All 14 crates with types, APIs, and dependencies |
616616
| [05 Capabilities & Proofs](userguide/05-capabilities-proofs.md) | 7 rights, delegation trees, 3 proof tiers, TEE |
617617
| [06 Witness & Audit](userguide/06-witness-audit.md) | 64-byte records, hash chains, signing, querying |
618618
| [07 Partitions & Scheduling](userguide/07-partitions-scheduling.md) | Lifecycle, IPC, split/merge, 2-signal scheduler |

userguide/15-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ the root partition delegating subsets of its authority. See [Bare-Metal
213213
Deployment](12-bare-metal.md).
214214

215215
**RVM** (RuVix Virtual Machine) -- The coherence-native bare-metal
216-
microhypervisor. 13 crates, 648 tests, 11 benchmarks.
216+
microhypervisor. 14 crates, 945 tests, 11 benchmarks.
217217

218218
**RuVector** -- An optional library providing production-grade graph
219219
algorithms: MinCut, sparsification, spectral solvers, and IIT-inspired

userguide/cross-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ defined and the chapter that explains their usage.
150150
|---|---|
151151
| Build and run RVM for the first time | [01-quickstart.md](01-quickstart.md) |
152152
| Understand RVM's key ideas before diving into code | [02-core-concepts.md](02-core-concepts.md) |
153-
| See how the 13 crates fit together | [03-architecture.md](03-architecture.md) |
153+
| See how the 14 crates fit together | [03-architecture.md](03-architecture.md) |
154154
| Find the API for a specific crate | [04-crate-reference.md](04-crate-reference.md) |
155155
| Add capability checks to an operation | [05-capabilities-proofs.md](05-capabilities-proofs.md) |
156156
| Submit and verify a proof | [05-capabilities-proofs.md](05-capabilities-proofs.md) |

0 commit comments

Comments
 (0)