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.1
edited by Robert Schaub
on 2026/01/20 21:59
Change comment: Imported from XAR

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>>FactHarbor.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