We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a660aaa commit 4818ab6Copy full SHA for 4818ab6
1 file changed
wiki/Architecture-Guide.md
@@ -0,0 +1,21 @@
1
+# Architecture Guide
2
+
3
+Canonical architecture docs are in docs/architecture.
4
5
+## Overview
6
7
+```mermaid
8
+flowchart TD
9
+ A[Goal] --> B[Loop Router]
10
+ B --> C[Specialist Agents]
11
+ C --> D[Verification Gates]
12
+ D --> E{Done?}
13
+ E -- No --> B
14
+ E -- Yes --> F[Docs and Memory]
15
+```
16
17
+## Pages
18
19
+- docs/architecture/README.md
20
+- docs/architecture/fan-out-fan-in.md
21
+- docs/methodology/continuous-improvement-loop.md
0 commit comments