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: skills/mcaf-architecture-overview/SKILL.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: mcaf-architecture-overview
3
-
description: "Create or update `docs/Architecture/Overview.md` as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use `references/overview-template.md` for scaffolding."
3
+
description: "Create or update `docs/Architecture.md` as the global architecture map for a solution. Use when bootstrapping a repo, onboarding, or changing modules, boundaries, or contracts. Keep it navigational and use `references/overview-template.md` for scaffolding."
> Include only cross-module/public types that matter for understanding and safe change (usually <= 10–20). Do not list internal implementation classes.
101
101
102
-
-`TypeName` (class/interface/DTO/event) — defined in: [path/to/TypeName](../../path/to/TypeName); used by: ModuleA / ModuleB
102
+
-`TypeName` (class/interface/DTO/event) — defined in: [path/to/TypeName](../path/to/TypeName); used by: ModuleA / ModuleB
103
103
104
104
## 4) Dependency rules (must be explicit)
105
105
@@ -113,10 +113,10 @@ classDiagram
113
113
- Link ADRs that define boundaries, dependencies, and cross-cutting patterns.
114
114
- Keep this section link-based. Detailed flows belong in feature docs / ADRs, not in the overview.
115
115
116
-
-[docs/ADR/ADR-XXXX-some-decision.md](../ADR/ADR-XXXX-some-decision.md) — what it decides, and what it impacts
116
+
-[docs/ADR/ADR-XXXX-some-decision.md](./ADR/ADR-XXXX-some-decision.md) — what it decides, and what it impacts
117
117
118
118
## 6) Where to go next
119
119
120
-
- Decisions: [docs/ADR/](../ADR/)
121
-
- Behaviour specs: [docs/Features/](../Features/)
122
-
- How to run + verify: [docs/Development/](../Development/), [docs/Testing/](../Testing/)
120
+
- Decisions: [docs/ADR/](./ADR/)
121
+
- Behaviour specs: [docs/Features/](./Features/)
122
+
- How to run + verify: [docs/Development/](./Development/), [docs/Testing/](./Testing/)
0 commit comments