Skip to content

Latest commit

 

History

History
143 lines (95 loc) · 5.3 KB

File metadata and controls

143 lines (95 loc) · 5.3 KB

Architecture Documentation

Navigation


Purpose

This section contains the stable architecture of VDR-Suite.

Implementation progress belongs in development documents. Long-term decisions belong in ADRs. Planned dependency order belongs in the planning section.


Canonical Target Architecture

The Target Platform Architecture is the canonical diagram set for the contract package accepted through ADR-0049. The dependency maps distinguish domain ownership from runtime implementation order.

A target diagram is not evidence of completed runtime behavior. Use Current Architecture State and Completed Phases for implementation truth.


Core Platform

The Core Platform Model is an earlier conceptual foundation. Where its older future wording differs from the accepted ADR-0038 through ADR-0049 package, the canonical Target Platform Architecture and active ADRs take precedence.


Metadata Platform

The identity foundation defines the Phase 61.1 Suite-owned Entity, Assignment and Target identity boundary. Schema v1 defines the Phase 61.2 entity, target, provider, immutable evidence and assignment persistence contract. Runtime migration, repositories, resolver behavior and artwork storage remain later Phase 61 slices.


Backend Architecture


Runtime Architecture


Snapshot Architecture


Event Architecture


Historical Notes

Historical implementation notes are retained for reference. They do not override later accepted ADRs or the target diagram set.


Architecture Decisions

See:


Related Documents


Rules

  • stable architecture belongs here;
  • target architecture and current implementation state remain explicitly separate;
  • implementation progress belongs in development;
  • dependency order belongs in planning;
  • historical implementation notes remain historical;
  • long-term decisions belong in ADRs;
  • plugins, Agents, providers and frontends do not bypass the ownership boundaries in the target architecture.

Back