Context

Linear task history loses structural relationships between features, files, and agents over time.

Decision

Model tasks, files, agents, and outcomes as a property graph stored in SQLite. Edges represent causal and dependency relationships.

Consequences

Enables impact analysis and pattern discovery. Graph queries add 8ms overhead. Schema stabilisation needed.

← ADR-013ADR-015