RFCs
Architecture and design decision records for the arolariu.ro monorepo. Each RFC captures one durable decision — the problem it solved, the options considered, and what landed.
How to add a new RFC
- Copy
RFC_TEMPLATE.mdintodocs/rfc/with a fresh number (e.g.2002-<short-slug>.md). Numbering convention:0xxx— process / CI / governance1xxx— frontend2xxx— backend
- Fill in
Status,Context,Decision,Consequences. - Open a PR against
main. The docs site re-mirrorsdocs/on every build, so your RFC appears in the sidebar automatically once merged.
Index
Process
Frontend
- 1001 — OpenTelemetry observability system
- 1002 — Comprehensive JSDoc documentation standard
- 1003 — Internationalization system
- 1004 — Metadata & SEO system
- 1005 — State management (Zustand)
- 1006 — Component library architecture
- 1007 — Advanced frontend patterns
- 1008 — SCSS system architecture
Backend
// was this page useful?