2026-06-19 17:06:20 +08:00
|
|
|
# AGENTS.md — Implemented RFCs
|
|
|
|
|
|
2026-07-12 03:36:43 +08:00
|
|
|
These RFCs describe shipped decisions. Follow the repo and docs standards plus the [RFC format](../README.md#the-file-format).
|
2026-06-19 17:06:20 +08:00
|
|
|
|
|
|
|
|
## Keep an implemented RFC current with what actually shipped
|
|
|
|
|
|
2026-07-12 03:36:43 +08:00
|
|
|
Keep paths, symbols, defaults, and mechanisms current in the same change that alters them. Rewrite stale facts in place; do not append change history.
|
2026-06-19 17:06:20 +08:00
|
|
|
|
|
|
|
|
### This is not a license to rewrite the *decision*
|
|
|
|
|
|
2026-07-12 03:36:43 +08:00
|
|
|
Update factual realization in place. A reversal of the decision or its rationale requires a new RFC and cross-link; see [rfc/README.md](../README.md).
|