Docs Update

This commit is contained in:
Raven Scott
2026-04-04 19:51:05 -04:00
parent f8ddef7950
commit c29ec13cf9
47 changed files with 1106 additions and 464 deletions
+23
View File
@@ -0,0 +1,23 @@
# Documentation images (placeholders)
High-resolution or branded figures can live here. **Mermaid** diagrams in Markdown remain the default so diagrams stay diff-friendly.
When you add an asset, reference it from the relevant doc using a path **relative to that file**, for example from `handbook/02-blueprints.md`:
```markdown
![Boot path from seeder to shell](../docs/images/boot-flow.png)
```
Suggested assets (titles are indicative):
| File | Intended content | Primary readers |
| --- | --- | --- |
| `boot-flow.png` | Host → seeder swarm → booter → MBR → drives → `init.js` → shell | User manual, handbook ch.23 |
| `two-drive-vfs.png` | System vs personal Hyperdrive and path routing (`$HOME`, `/.bare/`) | Handbook ch.2, reference VFS |
| `hyperswarm-protomux.png` | Topic discovery, replication channel `bare-os-v1` | Handbook ch.3, protocol reference |
| `ctx-hierarchy.png` | `ctx` fields and capability wiring (simplified) | Developer guide ch.2 |
| `identity-vault-lifecycle.png` | Guest → login → vault snapshot / logout | Handbook ch.5, user manual |
| `shell-pipeline.png` | Tokenize → expand → execute (pipelines, redirects) | Handbook ch.9 |
| `feature-bits-governance.png` | ADR 001 flow: doc ↔ code ↔ verifiers | Reference kernel-extensions, dev ADR |
Until files exist, narrative pages may include `![alt text](...)` placeholders with a short caption explaining the intended graphic.