Central documentation and architecture repository for the Charmarr project.
This meta repository serves as the source of truth for Charmarr's architecture, design decisions, and project documentation. It contains no executable code - only documentation, ADRs, and assets used across the Charmarr ecosystem.
charmarr-meta/
├── adr/ Architecture Decision Records
├── docs/ General project documentation
└── .github/ GitHub workflows and automation
Architecture Decision Records organized by domain (apps, interfaces, lib, networking, storage). Each ADR documents design choices with context, alternatives, and consequences.
General documentation not specific to architectural decisions (user guides, tutorials, deployment documentation).