Skip to content

Commit 043acfc

Browse files
docs: remove empty Frameworks section (both frameworks now in Capabilities)
- Delete src/docs/Frameworks/ folder (now empty after Agentic-Development and Process-PSModule moved to Capabilities) - Remove Frameworks nav group from src/zensical.toml - Update src/docs/index.md via Update-DocumentationIndex.ps1 - All validation passing: links resolve, markdownlint clean (111 files, 0 issues) Both frameworks now documented consistently under Capabilities spec-and-design model. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 21b6f1c commit 043acfc

3 files changed

Lines changed: 0 additions & 33 deletions

File tree

src/docs/Frameworks/index.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Each area below carries its own index. Start here, read the descriptions, and fo
4949
| [Ways of Working](Ways-of-Working/index.md) | How work happens across the ecosystem — for humans and agents alike. |
5050
| [Coding Standards](Coding-Standards/index.md) | The shared baseline every repository inherits, and the per-language standards that build on it. |
5151
| [Capabilities](Capabilities/index.md) | The capabilities the ecosystem builds, each documented by a spec (why and what) and a design (how and what). |
52-
| [Frameworks](Frameworks/index.md) | The complete, end-to-end frameworks the ecosystem ships — opinionated automation a project adopts wholesale to go from source to shipped. |
5352
| [Dictionary](Dictionary/index.md) | Shared vocabulary for the MSX ecosystem — the terms a reader or agent meets across these docs. |
5453

5554
<!-- INDEX:END -->

src/zensical.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ nav = [
161161
{"Memory Repository Template" = "Capabilities/agentic-development/memory-template.md"},
162162
]},
163163
]},
164-
{"Frameworks" = [
165-
"Frameworks/index.md",
166-
]},
167164
{"Dictionary" = "Dictionary/index.md"},
168165
]
169166

0 commit comments

Comments
 (0)