Changes for page Diagrams

Last modified by Robert Schaub on 2026/02/08 08:32

From version 1.1
edited by Robert Schaub
on 2026/01/20 21:40
Change comment: Imported from XAR
To version 2.3
edited by Robert Schaub
on 2026/02/08 08:31
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -10,11 +10,18 @@
10 10  
11 11  |= Diagram |= Description |= Status
12 12  | [[High-Level Architecture>>FactHarbor.Specification.Diagrams.High-Level Architecture.WebHome]] | Two-service architecture (Next.js + .NET) | Current
13 -| [[AKEL Triple-Path Architecture>>FactHarbor.Specification.Diagrams.AKEL Architecture.WebHome]] | Triple-Path pipeline design | Current
13 +| [[AKEL Triple-Path Architecture>>Archive.FactHarbor 2026\.02\.08.Specification.Diagrams.AKEL Architecture.WebHome]] | Triple-Path pipeline dispatch overview | Current
14 14  | [[Core Data Model ERD>>FactHarbor.Specification.Diagrams.Core Data Model ERD.WebHome]] | JSON blob data model | Current
15 15  | [[Storage Architecture>>FactHarbor.Specification.Diagrams.Storage Architecture.WebHome]] | SQLite storage | Current
16 16  | [[LLM Abstraction>>FactHarbor.Specification.Diagrams.LLM Abstraction Architecture.WebHome]] | AI SDK multi-provider | Current
17 17  
18 +== Pipeline Internals (v2.6.33 - Implemented) ==
19 +
20 +|= Diagram |= Description |= File
21 +| [[Orchestrated Pipeline Internal>>FactHarbor.Specification.Diagrams.Orchestrated Pipeline Internal.WebHome]] | 5-step staged workflow (default) | ##orchestrated.ts##
22 +| [[Monolithic Canonical Internal>>FactHarbor.Specification.Diagrams.Monolithic Canonical Pipeline Internal.WebHome]] | Single-context with canonical output | ##monolithic-canonical.ts##
23 +| [[Monolithic Dynamic Internal>>FactHarbor.Specification.Diagrams.Monolithic Dynamic Pipeline Internal.WebHome]] | Flexible experimental output | ##monolithic-dynamic.ts##
24 +
18 18  == Workflows (v2.6.33 - Implemented) ==
19 19  
20 20  |= Diagram |= Description |= Status
... ... @@ -25,7 +25,7 @@
25 25  == Target Architecture (Future) ==
26 26  
27 27  |= Diagram |= Description |= Status
28 -| [[Audit Trail ERD>>FactHarbor.Specification.Diagrams.Audit Trail ERD.WebHome]] | Entity versioning | Future
35 +| [[Audit Trail ERD>>Archive.FactHarbor 2026\.02\.08.Specification.Diagrams.Audit Trail ERD.WebHome]] | Entity versioning | Future
29 29  | [[Versioning Architecture>>FactHarbor.Specification.Diagrams.Versioning Architecture.WebHome]] | Edit history and restore | Future
30 30  | [[Human User Roles>>FactHarbor.Specification.Diagrams.Human User Roles.WebHome]] | User role hierarchy | Future
31 31  | [[User Class Diagram>>FactHarbor.Specification.Diagrams.User Class Diagram.WebHome]] | User class structure | Future