# Topics Index

This page is generated from document front matter fields during `mdbook` builds:
- `status`
- `description`
- `topics`

## Quick Orientation

- [Backlog](backlog/index.md) — _Detailed task decompositions._
- [Build, Boot, and Test](build-run-test.md) — _Build, ISO, QEMU, host-test commands._
- [capOS Repository Harness Engineering](proposals/capos-repo-harness-engineering-proposal.md) — _Repository-local harness engineering for making capOS legible, checkable, and safer for long-running coding agents._
- [Changelog](changelog.md) — _Historical milestone reports._
- [Current Status](status.md) — _What works, what is partial._
- [Design Risks and Open Questions](design-risks-register.md) — _Consolidated index of long-horizon design risks._
- [Full Documentation](capos-docs.md) — _Single-page generated documentation bundle._
- [Introduction](index.md) — _Top-level book entry._
- [Proposal Index](proposals/index.md) — _Proposal status table._
- [Repository Map](repo-map.md) — _Source-tree subsystem index._
- [Research Index](research.md) — _Design consequences pulled from the survey._
- [Roadmap](roadmap.md) — _Long-term architectural plan._
- [What capOS Is](overview.md) — _One-page system model._

## Capabilities, IPC, and Authority

- [Authority Accounting](authority-accounting-transfer-design.md) — _Authority accounting rules for capability transfer and resource charges._
- [Cap'n Proto Error Handling](research/capnp-error-handling.md) — _Prior-art on capnp-rpc error semantics._
- [Capability Model](capability-model.md) — _Core capability object model, cap tables, schema interface IDs, grants, receiver metadata, and transfer._
- [Capability Ring](architecture/capability-ring.md) — _Shared-memory capability ring ABI, dispatch paths, and completion semantics._
- [Delegated Subject Context](proposals/delegated-subject-context-proposal.md) — _Future delegated-subject and act-on-behalf-of capability model._
- [Error Handling](proposals/error-handling-proposal.md) — _Transport and application error model for capability calls and CQE results._
- [IPC and Endpoints](architecture/ipc-endpoints.md) — _Endpoint IPC, capability transfer, direct handoff, and shared-memory data paths._
- [OS Error Handling](research/os-error-handling.md) — _Cross-OS error-model comparison._
- [Rejected: Cap'n Proto SQE Envelope](proposals/rejected-capnp-ring-sqe-proposal.md) — _Rationale for keeping ring SQEs fixed-layout instead of Cap'n Proto envelopes._
- [Rejected: Endpoint Badges as Service Identity](proposals/rejected-endpoint-badges-proposal.md) — _Post-mortem of the rejected seL4-style endpoint badge service identity model._
- [Resource Accounting and Quotas](proposals/resource-accounting-proposal.md) — _Resource profiles, quota ledgers, donation, reservation, and fail-closed accounting semantics._
- [Service Architecture](proposals/service-architecture-proposal.md) — _Capability-based service composition, authority-at-spawn, exports, and service graph policy._
- [Service Object Identity Migration](backlog/service-object-identity-migration.md) — _Superseded large-chunk migration plan for service object identity, retained as historical context after the active direction changed to session-bound invocation context._
- [Session-Bound Invocation Context](backlog/session-bound-invocation-context.md) — _Implementation plan for one-session-per-process invocation context and session-keyed shared services._
- [Session-Bound Invocation Context](proposals/session-bound-invocation-context-proposal.md) — _Session-bound invocation context and privacy-aware disclosure model replacing service-object identity migration._
- [Stage 6 Capability Semantics](backlog/stage-6-capability-semantics.md) — _Stage 6 capability work._
- [Superseded: Service Object Capabilities](proposals/service-object-capabilities-proposal.md) — _Superseded service-minted object capability model that was replaced by session-bound invocation context._
- [System Info Capability](proposals/system-info-proposal.md) — _SystemInfo capability for MOTD, host metadata, help topics, and shell bundle integration._
- [Userspace Authority Broker](proposals/userspace-authority-broker-proposal.md) — _Userspace shell-bundle broker and lifecycle-control authority model._

## Boot, Manifests, and Init

- [Boot Flow](architecture/boot-flow.md) — _Kernel boot, manifest handoff, init launch, and QEMU boot-proof flow._
- [Boot to Shell](proposals/boot-to-shell-proposal.md) — _Login, setup, session, credential, and broker path from boot into the native shell._
- [Cloud Metadata](proposals/cloud-metadata-proposal.md) — _Cloud metadata and config-drive bootstrap through scoped configuration capabilities._
- [Configuration](configuration.md) — _How operators extend the default capOS boot manifest with a gitignored `system.local.cue` overlay and convert CUE-authored data to specified Cap'n Proto schemas._
- [Hardware, Boot, and Storage](backlog/hardware-boot-storage.md) — _Hardware bring-up backlog._
- [Manifest and Service Startup](architecture/manifest-startup.md) — _Manifest encoding, service graph validation, bootstrap grants, and init-side spawning._
- [Run Targets, Init Mandate, and Default-Run Integration](backlog/run-targets-and-init-policy.md) — _Run-target governance._
- [System Configuration and Operator Extensibility](proposals/system-configuration-proposal.md) — _Layered CUE configuration model for operator boot-manifest overlays, host-user injection, and per-user toolchain caches._

## Process Model, Threading, and Scheduling

- [Completion Rings And Threaded Runtimes](research/completion-ring-threading.md) — _Io_uring-style transports under threaded runtimes._
- [In-Process Threading](architecture/threading.md) — _In-process thread lifecycle, scheduler references, ThreadControl, and ParkSpace integration._
- [NO_HZ, SQPOLL, and Realtime Scheduling](research/nohz-sqpoll-realtime.md) — _Linux NO_HZ, io_uring SQPOLL, CPU isolation, PREEMPT_RT, SCHED_DEADLINE, and seL4 MCS grounding for capOS timer and realtime design._
- [Out-of-Kernel Scheduling](research/out-of-kernel-scheduling.md) — _Userspace scheduling prior art._
- [Park Authority](architecture/park.md) — _ParkSpace wait/wake authority, ABI, and shared park-word constraints._
- [Process Model](architecture/process-model.md) — _Process isolation, ELF loading, bootstrap ABI, lifecycle, and spawn authority._
- [Rejected: Sleep(INF) Process Termination](proposals/rejected-sleep-inf-termination-proposal.md) — _Rationale for explicit process termination instead of infinite-sleep lifecycle semantics._
- [Ring v2 For Full SMP](proposals/ring-v2-smp-proposal.md) — _Per-thread ring, completion routing, SQPOLL ownership, and full-SMP transport model._
- [Scheduling](architecture/scheduling.md) — _Preemption, run queues, blocking waits, timer wakeups, and SMP scheduler proof points._
- [SMP](proposals/smp-proposal.md) — _Per-CPU state, AP startup, scheduler ownership, TLB shootdown, and multi-core roadmap._
- [SMP Phase C](backlog/smp-phase-c.md) — _SMP backlog._
- [Tickless and Realtime Scheduling](proposals/tickless-realtime-scheduling-proposal.md) — _Tickless idle, SQPOLL nohz CPU isolation, request deadlines, scheduling contexts, and realtime islands._
- [x2APIC And APIC Virtualization](research/x2apic-and-virtualization.md) — _Interrupt routing on modern x86._

## Memory and Resource Accounting

- [DMA Isolation](dma-isolation-design.md) — _DMA isolation model for device memory, IOMMU policy, and capability-scoped hardware access._
- [Go VirtualMemory Contract](backlog/go-virtual-memory-contract.md) — _VirtualMemory cap contract for Go._
- [Memory Management](architecture/memory.md) — _Physical frames, address spaces, user buffers, MemoryObject, and VirtualMemory contracts._
- [OOM Handling and Swap](proposals/oom-and-swap-proposal.md) — _Memory-pressure, OOM, anonymous-memory budgeting, and optional encrypted swap policy._
- [Resource Accounting and Quotas](proposals/resource-accounting-proposal.md) — _Resource profiles, quota ledgers, donation, reservation, and fail-closed accounting semantics._

## Userspace Runtime, Languages, and Binaries

- [Browser/WASM](proposals/browser-wasm-proposal.md) — _Browser-hosted capOS experiment using WebAssembly and worker-per-process isolation._
- [Go Runtime](proposals/go-runtime-proposal.md) — _Go runtime plan for GOOS=capos, memory growth, TLS, scheduling, and networking._
- [libcapos-service](proposals/libcapos-service-proposal.md) — _Userspace service framework for lifecycle, endpoint loops, readiness, shutdown, metrics, context, and resource hooks._
- [LLVM Target](research/llvm-target.md) — _Requirements for a custom LLVM target triple._
- [Lua Scripting](proposals/lua-scripting-proposal.md) — _Capability-scoped Lua runner with curated libraries and explicit grants._
- [Runtime, Networking, and Shell](backlog/runtime-network-shell.md) — _Runtime/network/shell backlog._
- [Userspace Binaries](proposals/userspace-binaries-proposal.md) — _Native userspace binary model, capos-rt authority handling, and language/POSIX support._
- [Userspace Runtime](architecture/userspace-runtime.md) — _capos-rt entry ABI, heap, CapSet lookup, ring client, and typed userspace capability clients._

## Shells and Interactive Surfaces

- [Boot to Shell](proposals/boot-to-shell-proposal.md) — _Login, setup, session, credential, and broker path from boot into the native shell._
- [capOS-Hosted Agent Swarms](proposals/hosted-agent-swarm-proposal.md) — _capOS-hosted OpenClaw-like personal agents, agent swarms, harness controls, memory, retrieval, and research agenda._
- [Interactive Command Surfaces](proposals/interactive-command-surface-proposal.md) — _Structured command-session model for native interactive applications over typed invocations._
- [Language Models and Agent Runtime](proposals/llm-and-agent-proposal.md) — _Language-model, embedder, agent-runner, and browser-agent capability interfaces._
- [Realtime Voice Agent Shell](proposals/realtime-voice-agent-shell-proposal.md) — _Realtime audio agent shell model across browser media, provider sessions, and brokered tools._
- [Shell](proposals/shell-proposal.md) — _Native, agent-oriented, and POSIX shell models over explicit capability grants._
- [SSH Shell Gateway](proposals/ssh-shell-proposal.md) — _SSH terminal gateway design preserving TerminalSession and broker-issued shell boundaries._
- [System Info Capability](proposals/system-info-proposal.md) — _SystemInfo capability for MOTD, host metadata, help topics, and shell bundle integration._
- [Telnet over TLS Shell](proposals/telnet-tls-shell-proposal.md) — _TLS-protected Telnet TerminalSession gateway with client certificates and credential fallback._

## Networking

- [libcapos-service](proposals/libcapos-service-proposal.md) — _Userspace service framework for lifecycle, endpoint loops, readiness, shutdown, metrics, context, and resource hooks._
- [Networking](proposals/networking-proposal.md) — _Network capability architecture from virtio-net smoke to TCP sockets and terminal handoff._
- [Pingora](research/pingora.md) — _Proxy/server framework as a userspace runtime case study._
- [SSH Shell Gateway](proposals/ssh-shell-proposal.md) — _SSH terminal gateway design preserving TerminalSession and broker-issued shell boundaries._
- [Telnet over TLS Shell](proposals/telnet-tls-shell-proposal.md) — _TLS-protected Telnet TerminalSession gateway with client certificates and credential fallback._

## Storage, Persistence, and Naming

- [Hardware, Boot, and Storage](backlog/hardware-boot-storage.md) — _Hardware bring-up backlog._
- [IX-on-capOS Hosting](research/ix-on-capos-hosting.md) — _IX as a package corpus, content-addressed build/store model, and a capability-native build-service surface for capOS._
- [Storage and Naming](proposals/storage-and-naming-proposal.md) — _Capability-native storage, namespaces, boot packages, volumes, and persistence model._
- [Volume Encryption](proposals/volume-encryption-proposal.md) — _Encryption-at-rest model for system and user volumes with recovery and KMS options._

## Identity, Policy, and User Accounts

- [Configuration](configuration.md) — _How operators extend the default capOS boot manifest with a gitignored `system.local.cue` overlay and convert CUE-authored data to specified Cap'n Proto schemas._
- [Delegated Subject Context](proposals/delegated-subject-context-proposal.md) — _Future delegated-subject and act-on-behalf-of capability model._
- [Formal MAC/MIC](proposals/formal-mac-mic-proposal.md) — _Formal mandatory access and integrity model for future policy and proof work._
- [Local Users, Storage, and Policy](backlog/local-users-management.md) — _Identity/local-user backlog._
- [OIDC and OAuth2](proposals/oidc-and-oauth2-proposal.md) — _Federated login, OAuth2 clients, token capabilities, JWKS, DPoP, and broker integration._
- [Rejected: Endpoint Badges as Service Identity](proposals/rejected-endpoint-badges-proposal.md) — _Post-mortem of the rejected seL4-style endpoint badge service identity model._
- [Service Object Identity Migration](backlog/service-object-identity-migration.md) — _Superseded large-chunk migration plan for service object identity, retained as historical context after the active direction changed to session-bound invocation context._
- [Session-Bound Invocation Context](backlog/session-bound-invocation-context.md) — _Implementation plan for one-session-per-process invocation context and session-keyed shared services._
- [Session-Bound Invocation Context](proposals/session-bound-invocation-context-proposal.md) — _Session-bound invocation context and privacy-aware disclosure model replacing service-object identity migration._
- [System Configuration and Operator Extensibility](proposals/system-configuration-proposal.md) — _Layered CUE configuration model for operator boot-manifest overlays, host-user injection, and per-user toolchain caches._
- [User Identity and Policy](proposals/user-identity-and-policy-proposal.md) — _User, session, profile, RBAC/ABAC/MAC, and policy-layer model for capability grants._

## Cryptography, Certificates, and Trust

- [Certificates and TLS](proposals/certificates-and-tls-proposal.md) — _Capability-native X.509, trust store, ACME, pinning, and TLS configuration model._
- [Cryptography and Key Management](proposals/cryptography-and-key-management-proposal.md) — _Capability model for keys, signing, encryption, vaults, entropy, and cryptographic policy._
- [OIDC and OAuth2](proposals/oidc-and-oauth2-proposal.md) — _Federated login, OAuth2 clients, token capabilities, JWKS, DPoP, and broker integration._
- [Telnet over TLS Shell](proposals/telnet-tls-shell-proposal.md) — _TLS-protected Telnet TerminalSession gateway with client certificates and credential fallback._
- [Volume Encryption](proposals/volume-encryption-proposal.md) — _Encryption-at-rest model for system and user volumes with recovery and KMS options._

## Security and Verification

- [DMA Isolation](dma-isolation-design.md) — _DMA isolation model for device memory, IOMMU policy, and capability-scoped hardware access._
- [Formal MAC/MIC](proposals/formal-mac-mic-proposal.md) — _Formal mandatory access and integrity model for future policy and proof work._
- [Panic Surface Inventory](panic-surface-inventory.md) — _Panic/unwrap/expect inventory._
- [Public Release and Maintainer Boundaries](proposals/public-release-boundaries-proposal.md) — _Public release posture, maintainer boundaries, issue intake, and repository hygiene gates._
- [Repository Composition](proposals/repository-composition-proposal.md) — _Repository scope, sibling project split criteria, and cross-repository organization plan._
- [Security and Verification](backlog/security-verification.md) — _Security/verification backlog._
- [Security and Verification](proposals/security-and-verification-proposal.md) — _Security review vocabulary, trust-boundary checklist, and verification tracks for capOS._
- [Trust Boundaries](security/trust-boundaries.md) — _The reviewer's authority-boundary inventory._
- [Trusted Build Inputs](trusted-build-inputs.md) — _Trusted toolchain inventory._
- [Verification Workflow](security/verification-workflow.md) — _The verification gates used by capOS._

## Services, Operations, and Monitoring

- [Cloud Deployment](proposals/cloud-deployment-proposal.md) — _Cloud VM deployment plan covering hardware abstraction, storage, networking, and aarch64._
- [Cloud Metadata](proposals/cloud-metadata-proposal.md) — _Cloud metadata and config-drive bootstrap through scoped configuration capabilities._
- [Configuration](configuration.md) — _How operators extend the default capOS boot manifest with a gitignored `system.local.cue` overlay and convert CUE-authored data to specified Cap'n Proto schemas._
- [libcapos-service](proposals/libcapos-service-proposal.md) — _Userspace service framework for lifecycle, endpoint loops, readiness, shutdown, metrics, context, and resource hooks._
- [Live Upgrade](proposals/live-upgrade-proposal.md) — _Service replacement, capability retargeting, quiesce/resume, and in-flight call handling._
- [Rejected: Endpoint Badges as Service Identity](proposals/rejected-endpoint-badges-proposal.md) — _Post-mortem of the rejected seL4-style endpoint badge service identity model._
- [Service Architecture](proposals/service-architecture-proposal.md) — _Capability-based service composition, authority-at-spawn, exports, and service graph policy._
- [Session-Bound Invocation Context](proposals/session-bound-invocation-context-proposal.md) — _Session-bound invocation context and privacy-aware disclosure model replacing service-object identity migration._
- [Superseded: Service Object Capabilities](proposals/service-object-capabilities-proposal.md) — _Superseded service-minted object capability model that was replaced by session-bound invocation context._
- [System Configuration and Operator Extensibility](proposals/system-configuration-proposal.md) — _Layered CUE configuration model for operator boot-manifest overlays, host-user injection, and per-user toolchain caches._
- [System Monitoring](proposals/system-monitoring-proposal.md) — _Capability-scoped logs, metrics, health checks, traces, crash records, and status views._
- [System Performance Benchmarks](proposals/system-performance-benchmarks-proposal.md) — _Correctness-gated benchmark model for primitives, workloads, and user stories._

## AI, Agents, GPU, and Robotics

- [capOS As A Robot Brain](proposals/robot-brain-proposal.md) — _Robotics service graph, actuator gateway, safety monitor, realtime island, and ROS bridge model._
- [capOS Repository Harness Engineering](proposals/capos-repo-harness-engineering-proposal.md) — _Repository-local harness engineering for making capOS legible, checkable, and safer for long-running coding agents._
- [capOS-Hosted Agent Swarms](proposals/hosted-agent-swarm-proposal.md) — _capOS-hosted OpenClaw-like personal agents, agent swarms, harness controls, memory, retrieval, and research agenda._
- [GPU Capability](proposals/gpu-capability-proposal.md) — _Capability-oriented GPU access, driver isolation, memory sharing, and CUDA-style compute model._
- [Hosted Agent Harnesses](research/hosted-agent-harnesses.md) — _OpenClaw-like harnesses, swarms, memory/wiki systems, and agent orchestration research for capOS-hosted agents._
- [Language Models and Agent Runtime](proposals/llm-and-agent-proposal.md) — _Language-model, embedder, agent-runner, and browser-agent capability interfaces._
- [Multimedia Pipeline Latency](research/multimedia-pipeline-latency.md) — _Research note._
- [NO_HZ, SQPOLL, and Realtime Scheduling](research/nohz-sqpoll-realtime.md) — _Linux NO_HZ, io_uring SQPOLL, CPU isolation, PREEMPT_RT, SCHED_DEADLINE, and seL4 MCS grounding for capOS timer and realtime design._
- [Realtime Multimodal Agent APIs](research/realtime-multimodal-agent-apis.md) — _Research note._
- [Realtime Voice Agent Shell](proposals/realtime-voice-agent-shell-proposal.md) — _Realtime audio agent shell model across browser media, provider sessions, and brokered tools._
- [Robotics Realtime Control](research/robotics-realtime-control.md) — _Research note._
- [Small LLM Survey](research/small-llm-survey.md) — _Model candidates for the on-ISO local LLM._
- [Tickless and Realtime Scheduling](proposals/tickless-realtime-scheduling-proposal.md) — _Tickless idle, SQPOLL nohz CPU isolation, request deadlines, scheduling contexts, and realtime islands._

## Demos, Onboarding, and Contributor Surfaces

- [Aurelian Frontier](backlog/aurelian-frontier.md) — _Aurelian Frontier game-depth backlog._
- [Aurelian Frontier](proposals/aurelian-frontier-proposal.md) — _Capability-native Aurelian Frontier game design, mission model, content pipeline, and QEMU proof slice._
- [Aurelian Frontier (proof slice)](demos/adventure.md) — _Multi-process Aurelian Frontier smoke proof._
- [Contributor Quest Mechanics](proposals/contributor-quest-mechanics-proposal.md) — _Contributor reward mechanics layered on Aurelian Frontier without granting repository authority._
- [First Chat Demo](demos/chat.md) — _Smallest resident-service proof._
- [Game Mechanics Prior Art](research/game-mechanics-prior-art.md) — _Grounded mechanics research for Aurelian Frontier seasonal play, markets, construction, and tactical combat._
- [Paperclips Terminal Demo](demos/paperclips.md) — _Clean-room incremental terminal demo._
- [Paperclips Terminal Demo](backlog/paperclips.md) — _Paperclips terminal demo backlog and content migration notes._
- [Shared-Service Demos](backlog/shared-service-demos.md) — _Demo backlog._

## Build, Tooling, and Documentation Site

- [Build, Boot, and Test](build-run-test.md) — _Build, ISO, QEMU, host-test commands._
- [capOS Repository Harness Engineering](proposals/capos-repo-harness-engineering-proposal.md) — _Repository-local harness engineering for making capOS legible, checkable, and safer for long-running coding agents._
- [Full Documentation](capos-docs.md) — _Single-page generated documentation bundle._
- [mdBook Documentation Site](proposals/mdbook-docs-site-proposal.md) — _Documentation-site structure, metadata, status vocabulary, and curation workflow._
- [Repository Composition](proposals/repository-composition-proposal.md) — _Repository scope, sibling project split criteria, and cross-repository organization plan._
- [Repository Map](repo-map.md) — _Source-tree subsystem index._
- [Trusted Build Inputs](trusted-build-inputs.md) — _Trusted toolchain inventory._

## Research and Papers

- [Papers](papers.md) — _Long-form research write-ups._
- [Whitepaper Evidence Gaps](paper/evidence-gaps.md) — _Tracks unresolved whitepaper evidence needs and the milestones that close them._
- [Whitepaper Outline](paper/outline.md) — _Section outline and evidence dependency map for the schema-as-ABI capOS whitepaper._
- [Whitepaper Plan](paper/plan.md) — _Planning baseline for the future schema-as-ABI capOS whitepaper._

## Prior Art and Comparative OS Research

- [EROS, CapROS, Coyotos](research/eros-capros-coyotos.md) — _Persistent capability-system lineage._
- [Game Mechanics Prior Art](research/game-mechanics-prior-art.md) — _Grounded mechanics research for Aurelian Frontier seasonal play, markets, construction, and tactical combat._
- [Genode](research/genode.md) — _Componentized OS framework._
- [Plan 9 and Inferno](research/plan9-inferno.md) — _Namespace-oriented systems._
- [Research Index](research.md) — _Design consequences pulled from the survey._
- [seL4](research/sel4.md) — _Microkernel and capability reference._
- [Zircon](research/zircon.md) — _Handle-based OS reference._

## Stage Backlogs and Long-Form Planning

- [Aurelian Frontier](backlog/aurelian-frontier.md) — _Aurelian Frontier game-depth backlog._
- [Go VirtualMemory Contract](backlog/go-virtual-memory-contract.md) — _VirtualMemory cap contract for Go._
- [Hardware, Boot, and Storage](backlog/hardware-boot-storage.md) — _Hardware bring-up backlog._
- [Local Users, Storage, and Policy](backlog/local-users-management.md) — _Identity/local-user backlog._
- [Paperclips Terminal Demo](backlog/paperclips.md) — _Paperclips terminal demo backlog and content migration notes._
- [Proposal Group Archive](proposals/other.md) — _Archived proposal cluster._
- [Run Targets, Init Mandate, and Default-Run Integration](backlog/run-targets-and-init-policy.md) — _Run-target governance._
- [Runtime, Networking, and Shell](backlog/runtime-network-shell.md) — _Runtime/network/shell backlog._
- [Security and Verification](backlog/security-verification.md) — _Security/verification backlog._
- [Service Object Identity Migration](backlog/service-object-identity-migration.md) — _Superseded large-chunk migration plan for service object identity, retained as historical context after the active direction changed to session-bound invocation context._
- [Session-Bound Invocation Context](backlog/session-bound-invocation-context.md) — _Implementation plan for one-session-per-process invocation context and session-keyed shared services._
- [Shared-Service Demos](backlog/shared-service-demos.md) — _Demo backlog._
- [SMP Phase C](backlog/smp-phase-c.md) — _SMP backlog._
- [Stage 6 Capability Semantics](backlog/stage-6-capability-semantics.md) — _Stage 6 capability work._
- [Whitepaper Evidence Gaps](paper/evidence-gaps.md) — _Tracks unresolved whitepaper evidence needs and the milestones that close them._
- [Whitepaper Outline](paper/outline.md) — _Section outline and evidence dependency map for the schema-as-ABI capOS whitepaper._
- [Whitepaper Plan](paper/plan.md) — _Planning baseline for the future schema-as-ABI capOS whitepaper._

