mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
create md files for coding agents and for humans
This commit is contained in:
parent
46de89590b
commit
3f8aa14e4c
12 changed files with 1407 additions and 0 deletions
22
docs/ADR/README.md
Normal file
22
docs/ADR/README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Architecture Decision Records
|
||||
|
||||
This directory contains Architecture Decision Records (ADRs) for the Plano project. ADRs document key architectural decisions, their context, and rationale — preventing future contributors (human or AI) from unknowingly reversing deliberate choices.
|
||||
|
||||
## Index
|
||||
|
||||
| ADR | Title | Status |
|
||||
|-----|-------|--------|
|
||||
| [001](001-envoy-as-data-plane.md) | Envoy as the Data Plane | Accepted |
|
||||
| [002](002-wasm-filters-over-native.md) | WASM Filters Over Native Envoy Filters | Accepted |
|
||||
| [003](003-single-container-supervisord.md) | Single Container with Supervisord | Accepted |
|
||||
| [004](004-hermesllm-pure-rust.md) | hermesllm as a Pure Rust Library | Accepted |
|
||||
| [005](005-header-based-routing.md) | Header-Based Routing Protocol | Accepted |
|
||||
| [006](006-config-generation-pipeline.md) | Config Generation Pipeline (Python + Jinja2) | Accepted |
|
||||
|
||||
## ADR Format
|
||||
|
||||
Each ADR follows this structure:
|
||||
- **Status**: Proposed / Accepted / Deprecated / Superseded
|
||||
- **Context**: What problem or question prompted this decision
|
||||
- **Decision**: What was decided
|
||||
- **Consequences**: Trade-offs, implications, and what this enables or prevents
|
||||
Loading…
Add table
Add a link
Reference in a new issue