Skip to content

Commit 21b6f1c

Browse files
docs: move Agentic-Development into Capabilities (rebased on main after #110)
- Folder moved: src/docs/Frameworks/Agentic-Development → src/docs/Capabilities/agentic-development - Nav updated in zensical.toml: added under Capabilities alongside Process-PSModule, removed from Frameworks - Frameworks nav now empty (both frameworks moved to Capabilities); Frameworks/index.md updated with retirement note - Links fixed: Repository-Type-Property.md (2 occurrences) updated to new path - Indexes regenerated: Capabilities/index.md and Frameworks/index.md auto-updated - All validation passing: links resolve, markdownlint clean (112 files, 0 issues) Rebased on main (commit c714245 after PR #110: Process-PSModule moved to Capabilities). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent c714245 commit 21b6f1c

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

File renamed without changes.
File renamed without changes.

src/docs/Frameworks/Agentic-Development/memory-template.md renamed to src/docs/Capabilities/agentic-development/memory-template.md

File renamed without changes.
File renamed without changes.

src/docs/Capabilities/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and design relate and evolve.
2323
| [VS Code Extension Framework](vscode-extension-framework/index.md) | How a VS Code extension is built, tested, versioned, packaged, and published — one GitHub-native pipeline, opt-in from a template and a single settings file. |
2424
| [PowerShell on GitHub](powershell-on-github/index.md) | How we make GitHub a first-class platform for PowerShell through reusable modules, actions, and capability gaps we close over time. |
2525
| [Process-PSModule](process-psmodule/index.md) | The end-to-end PowerShell module pipeline — what it must guarantee and how it is built, alongside reference documentation for configuration and deployment. |
26+
| [Agentic Development](agentic-development/index.md) | The framework for org-scoped docs and memory repositories that give agents project-specific standards, working knowledge, and behavior. |
2627

2728
<!-- INDEX:END -->
2829

src/docs/Frameworks/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ cover how it works, how to use it, and how to configure it.
1616

1717
<!-- INDEX:START -->
1818

19-
| Section | Description |
19+
| Page | Description |
2020
| --- | --- |
21-
| [Agentic Development](Agentic-Development/index.md) | The framework for org-scoped docs and memory repositories that give agents project-specific standards, working knowledge, and behavior. |
2221

2322
<!-- INDEX:END -->
2423

src/docs/Ways-of-Working/Repository-Type-Property.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Both current MSX initiative organizations use this pattern:
9999
| `PSModule` | `Action`, `Archive`, `Docs`, `Framework`, `FunctionApp`, `Memory`, `Module`, `Other`, `Template`, `Workflow` | `Memory` added to an existing, already-populated `Type` property; the ruleset condition changed from a repository-name allow-list (`~ALL`) to a `Type`-based exclude. |
100100

101101
In both organizations, repositories with `Type: Memory` — the
102-
[Memory Repository Template](../Frameworks/Agentic-Development/memory-template.md)'s
102+
[Memory Repository Template](../Capabilities/agentic-development/memory-template.md)'s
103103
no-PR, direct-commit-to-`main` repositories — are excluded from the org-wide pull-request-
104104
required ruleset. That template's workflow only works because the ruleset stops matching
105105
`Memory`-typed repositories; without this, direct pushes to a memory repository's `main`
@@ -112,6 +112,6 @@ are rejected the same as on any other repository.
112112
rules attached to them.
113113
- [Repository Standard](Repository-Standard.md) — the mandatory/type-specific/
114114
repository-specific file-set distinction that `Type` also drives over time.
115-
- [Memory Repository Template](../Frameworks/Agentic-Development/memory-template.md) — the
115+
- [Memory Repository Template](../Capabilities/agentic-development/memory-template.md) — the
116116
concrete repository type whose no-PR workflow motivated excluding `Type: Memory` from the
117117
pull-request-required ruleset in both current organizations.

src/zensical.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ nav = [
154154
{"Repository Structure" = "Capabilities/process-psmodule/repository-structure.md"},
155155
{"Principles and Practices" = "Capabilities/process-psmodule/principles-and-practices.md"},
156156
]},
157+
{"Agentic Development" = [
158+
"Capabilities/agentic-development/index.md",
159+
{"Spec" = "Capabilities/agentic-development/spec.md"},
160+
{"Design" = "Capabilities/agentic-development/design.md"},
161+
{"Memory Repository Template" = "Capabilities/agentic-development/memory-template.md"},
162+
]},
157163
]},
158164
{"Frameworks" = [
159165
"Frameworks/index.md",
160-
{"Agentic Development" = [
161-
"Frameworks/Agentic-Development/index.md",
162-
{"Spec" = "Frameworks/Agentic-Development/spec.md"},
163-
{"Design" = "Frameworks/Agentic-Development/design.md"},
164-
{"Memory Repository Template" = "Frameworks/Agentic-Development/memory-template.md"},
165-
]},
166166
]},
167167
{"Dictionary" = "Dictionary/index.md"},
168168
]

0 commit comments

Comments
 (0)