You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LAYER-ARCHITECTURE.md
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,32 @@
2
2
3
3
## How Many Layers?
4
4
5
-
**Short Answer:** The data model currently has **38 semantic layers**, with **5 additional layers planned** for agent automation (target: 43+ layers by Session 30).
5
+
**Short Answer:** The data model currently has **41 semantic layers**, with deployment & testing policies fully operational (Session 30 complete).
6
6
7
-
## Why "38 Layers"?
7
+
## Why "41 Layers"?
8
8
9
-
The number 38 reflects the current production state as of March 6, 2026 (post Session 28+29 deployment & validation fixes). This is an **observed count**, not a hardcoded limit:
9
+
The number 41 reflects the current production state as of March 6, 2026 (post Session 30 deployment). This is an **observed count**, not a hardcoded limit:
10
10
11
11
```
12
-
📊 Current Count (as of March 6, 2026 - Session 28+29):
Invoke-RestMethod "$base/model/agent-summary" # all layer counts (4,339 objects)
22
+
Invoke-RestMethod "$base/model/agent-summary" # all layer counts
23
23
```
24
24
25
25
---
26
26
27
27
28
28
**Component:** 37-data-model
29
-
**Status:** GA (Cloud Only) -- validate-model PASS 0 violations - **LOCAL SERVICE DISABLED (Mar 5)** - Cloud remains OPERATIONAL: **33 layers** (31→33 with Governance Plane L33-L34) - 4,339+ objects - ACA deployed (Cosmos 24x7, 100% uptime) - MTI=100 - **DATA-MODEL-FIRST ARCHITECTURE** (Bootstrap queries API, not files) - Evidence Layer LIVE (L31, patent-worthy) - Branch Protection ACTIVE
30
-
**Last Updated:** March 5, 2026 7:15 PM ET -- Data-model-first architecture COMPLETE: Layer 33 (workspace_config), Layer 34 (project_work), enhanced Layer 25 (projects with governance{}). Bootstrap now queries API for governance metadata vs reading 236 files. Pilot ready: 07-foundation-layer.
29
+
**Status:** GA (Cloud Only) -- validate-model PASS 0 violations - **LOCAL SERVICE DISABLED (Mar 5)** - Cloud remains OPERATIONAL: **41 layers** (33→41 with Agent Automation L33-L38) - ACA deployed (Cosmos 24x7, 100% uptime) - MTI=100 - **DATA-MODEL-FIRST ARCHITECTURE** (Bootstrap queries API, not files) - Evidence Layer LIVE (L31, patent-worthy) - Branch Protection ACTIVE
30
+
**Last Updated:** March 6, 2026 11:12 AM ET -- Session 30 COMPLETE: Layer 36 (deployment_policies), Layer 37 (testing_policies), Layer 38 (validation_rules). Agent automation layers operational. Documentation updated.
($guide.common_mistakes.PSObject.Properties | Measure-Object).Count # Prints "9"
141
+
```
142
+
143
+
This is a PowerShell display quirk, not an API issue.
144
+
145
+
---
146
+
69
147
## Emergency: If API Is Down
70
148
71
149
If the API is unreachable, the backup guide is in your conversation history. But **ALWAYS try the API first** - it has the latest guidance including lessons learned from recent sessions.
0 commit comments