Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Architecture Decision Records

This directory contains Architecture Decision Records (ADRs) for PyAtari.

ADRs capture architectural decisions that materially affect emulator behavior, code structure, or long-term maintenance. They are intentionally short and written for future contributors who need to understand why a decision was made, not just what changed.

Format

Each ADR uses this naming pattern:

  • NNNN-short-title.md

Where:

  • NNNN is a zero-padded sequence number
  • short-title is a concise kebab-case summary

Recommended Sections

  • Status
  • Context
  • Decision
  • Consequences

Optional sections are fine when they add clarity, but the goal is a readable record rather than a template exercise.

Current ADRs