Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# FEATURES : */
# * Dynamic workspace synchronization */
# * Safe CMakeLists backup and restore workflow */
# * Apple Silicon (M-Series) optimization */
# * Apple Silicon (M-Series) optimization */
# * Automated clang-format integration */
# * Parallelized multi-core compilation */
# * Execution context validation */
Expand Down
89 changes: 44 additions & 45 deletions Docs/Architecture/HLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ The primary design goals are:
┌──────────────┼──────────────┐
│ │ │
▼ ▼ ▼

┌────────────────┐ ┌────────────────┐ ┌────────────────┐
│ ASP.NET API #1 │ │ ASP.NET API #2 │ │ ASP.NET API #N │
└───────┬────────┘ └───────┬────────┘ └───────┬────────┘
Expand Down Expand Up @@ -257,19 +256,19 @@ The platform integrates distributed tracing using OpenTelemetry.
#### Trace Flow

```text
Client Request
ASP.NET Core
Native Interop
C++ Execution
Jaeger Trace
Client Request
ASP.NET Core
Native Interop
C++ Execution
Jaeger Trace
```

This provides complete visibility across managed and unmanaged execution paths.
Expand Down Expand Up @@ -298,37 +297,37 @@ Artifacts are generated a single time during CI/CD execution and promoted unchan
## Request Lifecycle

```text
Client
React UI
NGINX
ASP.NET Core
Validation
Native P/Invoke
C++ Engine
Processing Strategy
Result
JSON Response
Client
Client
React UI
NGINX
ASP.NET Core
Validation
Native P/Invoke
C++ Engine
Processing Strategy
Result
JSON Response
Client
```

---
Expand Down
Loading