MCPcopy
hub / github.com/unicity-astrid/rfcs

github.com/unicity-astrid/rfcs @main sqlite

repository ↗ · DeepWiki ↗
3 symbols 9 edges 1 files 0 documented · 0%
README

Astrid RFCs

License: MIT OR Apache-2.0

Design proposals for changes to Astrid's kernel-to-user-space contract.

RFCs govern any substantial change to the contract surface between the kernel and user-space: the host ABI, IPC protocol, capability model, manifest schema, VFS semantics, capsule interface standards, and SDK public API. They are the authoritative specification - implementations conform to them, not the other way around.

When you need an RFC

  • Adding or changing a host function in the syscall table (astrid-sys)
  • Changing IPC topic conventions or payload schemas
  • Modifying the capability token format or validation semantics
  • Changing Capsule.toml manifest schema or dependency resolution
  • Changing VFS path resolution rules or overlay behavior
  • Defining a new capsule interface standard (tool schemas, cross-capsule contracts)
  • Breaking changes to astrid-sdk public API

Process

  1. Fork this repo and copy 0000-template.md to text/0000-my-feature.md.
  2. Fill in the RFC. Focus on motivation and the reference-level spec.
  3. Open a pull request. Use the filename 0000-my-feature.md in the PR.
  4. Discussion happens on the PR. Revise as needed.
  5. When consensus is reached, a maintainer assigns the next sequential RFC number, renames the file to text/NNNN-my-feature.md, and merges.
  6. Implementation proceeds in astrid-sdk (types behind feature flags) and reference capsules.

Lifecycle

  • Draft - PR open, under discussion.
  • Active - Merged. Types being implemented in astrid-sdk.
  • Final - Implemented and stable. Breaking changes require a new RFC.
  • Withdrawn - Closed without merge.
  • Superseded - Replaced by a newer RFC (noted in header).

SDK integration

Each RFC maps to an astrid-sdk feature flag:

# Individual RFC types
astrid-sdk = { version = "0.2", features = ["rfc-1"] }

# All RFC types
astrid-sdk = { version = "0.2", features = ["all-rfcs"] }

Index

RFC Title Status
0001 RFC Process Active

License

Dual-licensed under MIT and Apache 2.0.

Copyright (c) 2025-2026 Joshua J. Bouw and Unicity Labs.

Core symbols most depended-on inside this repo

symlink
called by 2
generate-book.py
main
called by 1
generate-book.py
collect
called by 1
generate-book.py

Shape

Function 3

Languages

Python100%

Modules by API surface

generate-book.py3 symbols

For agents

$ claude mcp add rfcs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact