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
Update Architecture.md to remove layer-specific references
- Remove 'three-layer architecture' from title and overview
- Change 'The Three Layers' section to 'Core Architecture'
- Remove 'The **Attribute layer**' bold formatting
- Remove DebugServer unified interface statement
- Simplify architecture description while maintaining technical accuracy
Copy file name to clipboardExpand all lines: Sources/OpenAttributeGraph/OpenAttributeGraph.docc/Architecture.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# Architecture
2
2
3
-
Understanding OpenAttributeGraph's three-layer architecture: Attributes, Graph, and Runtime.
3
+
Understanding OpenAttributeGraph's architecture: Attributes, Graph, and Runtime.
4
4
5
5
## Overview
6
6
7
-
OpenAttributeGraph is built around a three-layer architecture that provides a complete reactive programming system. Each layer serves a specific purpose in the overall framework, working together to deliver high-performance reactive updates.
7
+
OpenAttributeGraph is built around an architecture that provides a complete reactive programming system. Each layer serves a specific purpose in the overall framework, working together to deliver high-performance reactive updates.
8
8
9
-
## The Three Layers
9
+
## Core Architecture
10
10
11
11
### Attribute Layer
12
12
13
-
The **Attribute layer** forms the foundation of the reactive system, providing the building blocks for trackable, reactive values.
13
+
The Attribute layer forms the foundation of the reactive system, providing the building blocks for trackable, reactive values.
14
14
15
15
#### Core Concepts
16
16
@@ -153,6 +153,4 @@ Each layer provides debugging capabilities:
153
153
154
154
- Attribute layer: Inspect individual attribute values and states
155
155
- Graph layer: Visualize dependency relationships and update cycles
156
-
- Runtime layer: Examine type metadata and memory layout
157
-
158
-
The ``DebugServer`` provides a unified interface for debugging across all layers.
156
+
- Runtime layer: Examine type metadata and memory layout
0 commit comments