Skip to content

Commit cd7d32b

Browse files
docs: move Agentic-Development into Capabilities (rebased on main)
- Folder moved: src/docs/Frameworks/Agentic-Development → src/docs/Capabilities/agentic-development - Nav updated in zensical.toml: added under Capabilities, removed from Frameworks - Links fixed: Repository-Type-Property.md (2 occurrences) and Frameworks/index.md - Indexes regenerated: Capabilities/index.md updated with Agentic Development entry - All validation passing: links resolve, markdownlint clean, no conflicts with main Rebased on main (commit 7df16fd from PR #97) to resolve rename/edit conflict on the four moved files. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 7df16fd commit cd7d32b

8 files changed

Lines changed: 9 additions & 9 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
@@ -22,6 +22,7 @@ and design relate and evolve.
2222
| [Downstream Release Propagation](downstream-release-propagation/index.md) | How a release in one repository propagates to the repositories that depend on it, via a delegated agent pull request. |
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. |
25+
| [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. |
2526

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

src/docs/Frameworks/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ cover how it works, how to use it, and how to configure it.
1818

1919
| Section | 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
| [Process-PSModule](Process-PSModule/index.md) | The end-to-end GitHub Actions workflow that builds, tests, versions, and publishes every PSModule PowerShell module and documentation site — configured through a single settings file and zensical.toml for site generation. |
2322

2423
<!-- INDEX:END -->

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
@@ -143,15 +143,15 @@ nav = [
143143
{"Spec" = "Capabilities/powershell-on-github/spec.md"},
144144
{"Design" = "Capabilities/powershell-on-github/design.md"},
145145
]},
146+
{"Agentic Development" = [
147+
"Capabilities/agentic-development/index.md",
148+
{"Spec" = "Capabilities/agentic-development/spec.md"},
149+
{"Design" = "Capabilities/agentic-development/design.md"},
150+
{"Memory Repository Template" = "Capabilities/agentic-development/memory-template.md"},
151+
]},
146152
]},
147153
{"Frameworks" = [
148154
"Frameworks/index.md",
149-
{"Agentic Development" = [
150-
"Frameworks/Agentic-Development/index.md",
151-
{"Spec" = "Frameworks/Agentic-Development/spec.md"},
152-
{"Design" = "Frameworks/Agentic-Development/design.md"},
153-
{"Memory Repository Template" = "Frameworks/Agentic-Development/memory-template.md"},
154-
]},
155155
{"Process-PSModule" = [
156156
"Frameworks/Process-PSModule/index.md",
157157
{"Pipeline Stages" = "Frameworks/Process-PSModule/pipeline-stages.md"},

0 commit comments

Comments
 (0)