Architectural Decision Records

This directory contains Architectural Decision Records (ADRs) for Triage Warden.

What is an ADR?

An ADR is a document that captures an important architectural decision made along with its context and consequences.

ADR Index

NumberTitleStatusDate
001Event Bus ArchitectureAccepted2026-02
002Dual Database Support (SQLite + PostgreSQL)Accepted2026-02
003Credential Encryption at RestAccepted2026-02
004Session Management StrategyAccepted2026-02
005API Key Format and SecurityAccepted2026-02
006Operation Modes (Supervised/Autonomous)Accepted2026-02
007Kill Switch DesignAccepted2026-02

ADR Template

New ADRs should follow this template:

# ADR-XXX: Title

## Status

Proposed | Accepted | Deprecated | Superseded

## Context

What is the issue that we're seeing that is motivating this decision or change?

## Decision

What is the change that we're proposing and/or doing?

## Consequences

What becomes easier or more difficult to do because of this change?