Skip to content

Latest commit

 

History

History

README.md

Architecture Decision Records

This directory records significant architectural decisions made in contentful-management.java. Each ADR explains what was decided, why, and what trade-offs were accepted.

Index

ADR Title Status
0001 Module-Per-Resource Architecture Accepted
0002 Retrofit2 as HTTP Client Accepted
0003 RxJava2 for Async Call Pattern Accepted
0004 Java 8 Minimum Target and Android Compatibility Accepted
0005 Kotlin for Tests, Java for Production Code Accepted
0006 Devcontainer as Single Source of Truth for Dev and CI Accepted
0007 Maven Central Publishing via Sonatype Central Portal Accepted

How to Add a New ADR

  1. Copy the ADR template format (Status, Context, Decision, Consequences).
  2. Number it sequentially (next: 0008).
  3. Add it to the index above.
  4. Link to it from AGENTS.md if it introduces a new sharp edge or invariant.