-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsys-adr-06.yaml
More file actions
18 lines (18 loc) · 1.2 KB
/
sys-adr-06.yaml
File metadata and controls
18 lines (18 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
topic_id: SYS-ADR-06
title: ADR: Immutable Ledgers vs. Self-Healing Intelligence
tier: Tier-6-System
category: System-Architecture
tags: [adr, compliance, worm, self-healing, rag, service-email, service-content]
abstract: |
Decision record establishing the physical separation between compliance artifacts and active intelligence pools. Prevents Context Window Collapse in Retrieval-Augmented Generation (RAG) pipelines.
details:
the_compliance_layer:
component: service-email
role: "The immutable record. Stores raw communications as independent Maildir files. Mathematically WORM (Write-Once-Read-Many). Forbidden from modification to ensure audit and legal validity."
the_intelligence_layer:
component: service-content
role: "The self-healing holding tank. Stores extracted, plain-text facts in a localized knowledge graph. Continuously mutates, appends, and replaces historical facts with current truths to provide clean, noise-free context to language models."
the_bridge:
component: service-slm
role: "The headless filter. Reads the compliance layer, extracts the intelligence, and writes exclusively to the self-healing layer."
links: [SYS-ADR-05, SERVICE-EMAIL-01, SERVICE-CONTENT-01]