/ docs / rfcs / README.md
README.md
 1  # RFCs
 2  
 3  RFCs are proposals for material changes to the project.
 4  
 5  ## Process
 6  
 7  1. Copy `RFC_TEMPLATE.md`.
 8  2. Assign the next RFC number.
 9  3. Describe motivation, design, alternatives, risks, and rollout.
10  4. Link any resulting ADRs.
11  5. Update specs if accepted.
12  
13  ## Current RFCs
14  
15  - [RFC 0001: Rust-native agentic RAG runtime](0001-rust-native-agentic-rag-runtime.md)
16  - [RFC 0002: Typed graph runtime](0002-typed-graph-runtime.md)
17  - [RFC 0003: RAG indexing pipeline](0003-rag-indexing-pipeline.md)
18  - [RFC 0004: Safe tool execution](0004-safe-tool-execution.md)
19  - [RFC 0005: Production readiness roadmap](0005-production-readiness-roadmap.md)
20  - [RFC 0006: Agent and delivery governance policy](0006-agent-and-delivery-governance.md)