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
| Number | Title | Status | Date |
|---|---|---|---|
| 001 | Event Bus Architecture | Accepted | 2026-02 |
| 002 | Dual Database Support (SQLite + PostgreSQL) | Accepted | 2026-02 |
| 003 | Credential Encryption at Rest | Accepted | 2026-02 |
| 004 | Session Management Strategy | Accepted | 2026-02 |
| 005 | API Key Format and Security | Accepted | 2026-02 |
| 006 | Operation Modes (Supervised/Autonomous) | Accepted | 2026-02 |
| 007 | Kill Switch Design | Accepted | 2026-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?