architecture memory

Decision Intelligence Matrix

ADRDecisionStatusImpactOwner / contextConsequence
ADR-042

Adopt event-sourced session audit logs

May 10 / Quarterly

AcceptedHigh

Architecture / AI work must be replayable across providers and handoffs.

Every agent handoff becomes replayable, but storage retention must be explicit.

ADR-043

Use hybrid vector and graph retrieval

May 11 / Owner review

PendingHigh

Knowledge Systems / Recall quality depends on semantic proximity and explicit source lineage.

Improves recall lineage while adding index consistency risk.

ADR-044

Partition model evaluation by workflow class

May 12 / Needs evidence

DraftMedium

Platform AI / Policy-heavy workflows drift differently from routine coding and research work.

Cleaner quality signals, slower initial benchmark setup.

ADR-045

Keep vault writes manual until sync conflicts are modeled

May 12 / Monthly

AcceptedMedium

Knowledge Systems / The vault must stay portable and human-readable while sync design matures.

Protects Obsidian notes while the dashboard exposes future sync state.

consequence scanner

Open consequence chains

ADR-042Quarterly

AI work must be replayable across providers and handoffs.

Every agent handoff becomes replayable, but storage retention must be explicit.

Decision: Persist every meaningful agent handoff as an append-only session event.

ADR-043Owner review

Recall quality depends on semantic proximity and explicit source lineage.

Improves recall lineage while adding index consistency risk.

Decision: Combine vector retrieval with graph traversal for decisions, projects, and research.

ADR-044Needs evidence

Policy-heavy workflows drift differently from routine coding and research work.

Cleaner quality signals, slower initial benchmark setup.

Decision: Benchmark model quality by workflow class before routing decisions are automated.

ADR-045Monthly

The vault must stay portable and human-readable while sync design matures.

Protects Obsidian notes while the dashboard exposes future sync state.

Decision: Allow dashboard read models and previews, but keep markdown writes manual.

obsidian interface

ADR templates and linked notes

Vault status

Read-only preview

Obsidian-compatible

Markdown templates

project-template.mdai-session-template.mddecision-log-template.mdresearch-note-template.mdroadmap-template.md

Linked notes

286

future sync state

Future write/sync disabled until conflict policy is approved.