Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

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

RFCTitleStatus
0001RFC ProcessActive

License

Dual-licensed under MIT and Apache 2.0.

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

关于 About

RFCs for the Astrid agent runtime

语言 Languages

Python100.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
5
Total Commits
峰值: 5次/周
Less
More

核心贡献者 Contributors