Skip to content

Latest commit

 

History

History

README.md

Architecture Decision Records

This directory contains Architecture Decision Records (ADRs) for rich-text-renderer-java. Each ADR captures a significant decision: what was chosen, why, and what trade-offs were accepted.

Check here before proposing architectural changes. If a decision has an ADR, the reasoning is documented — don't relitigate it without reading it first.

Index

ADR Title Status
0001 JitPack as the Distribution Channel Accepted
0002 Multi-Module Gradle Structure (core / html / android) Accepted
0003 Processor / Renderer / RenderabilityChecker Pattern Accepted
0004 Android Dual Output — CharSequence and Native Views Accepted

Adding a New ADR

  1. Copy the template from the PR that seeded this directory, or use the format: NNNN-short-title.md
  2. Status options: Proposed, Accepted, Deprecated, Superseded by [NNNN]
  3. Add an entry to this index
  4. Reference the ADR from ARCHITECTURE.md if it affects the documented structure