Skip to content

Commit 68a9596

Browse files
committed
docs(architecture): refine baseline language and formatting across hexagonal deep dive and executable proof
1 parent a1f198c commit 68a9596

2 files changed

Lines changed: 7 additions & 21 deletions

File tree

docs/demo/executable-architecture-proof.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -351,13 +351,8 @@ Inbound adapters depend **only on application ports**.
351351
<em>Case 1 — Baseline (GREEN): inbound adapter depends only on an application port</em>
352352
</p>
353353

354-
Run the build:
355-
356-
```bash
357-
mvn verify
358-
```
359-
360-
**Result:** ✅ Build passes.
354+
This snapshot shows the **initial generated state** of a hexagonal project with strict guardrails enabled.
355+
No architectural violation has been introduced at this point.
361356

362357
---
363358

@@ -445,13 +440,9 @@ In the standard model, controllers must remain delivery-only and must **not** de
445440
<em>Case 2 — Baseline (GREEN): controller does not depend on repository</em>
446441
</p>
447442

448-
Run:
449-
450-
```bash
451-
mvn verify
452-
```
453443

454-
**Result:** ✅ Build passes.
444+
This snapshot represents the **initial generated structure** of a standard layered project.
445+
At this stage, no forbidden dependency exists.
455446

456447
---
457448

@@ -520,13 +511,7 @@ A detected bounded context root must contain all required canonical families:
520511
<em>Case 3 — Baseline (GREEN): standard schema contains controller/service/domain</em>
521512
</p>
522513

523-
Run:
524-
525-
```bash
526-
mvn verify
527-
```
528-
529-
**Result:** ✅ Build passes.
514+
This snapshot shows the **unaltered, generated package schema** before any canonical family is renamed or removed.
530515

531516
---
532517

docs/guides/how-to-explore-hexagonal-architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🚀 Codegen Blueprint — Hexagonal Architecture Deep Dive
1+
# Codegen Blueprint — Hexagonal Architecture Deep Dive
22

33
**Executable Architecture in Action — A Production-Grade Reference**
44

@@ -529,6 +529,7 @@ of delivery orchestration — which it must not.
529529

530530
If all outbound ports lived in the application, the domain would lose the ability
531531
to clearly express the capabilities it requires to stay pure and executable.
532+
532533
---
533534

534535
## Architectural Guarantee

0 commit comments

Comments
 (0)