Commit c19a1dc
π [Docs]: Move Agentic-Development from Frameworks into Capabilities (#109)
Agentic-Development framework moves from the standalone Frameworks
section into Capabilities, unifying the capability and framework
concepts under a single spec-and-design model. The framework now lives
alongside every other capability β Release Management, Dependency
Updates, Merge Automation, Downstream Release Propagation, VS Code
Extension Framework, PowerShell on GitHub, and Process-PSModule β all
documented consistently by spec (why and what) and design (how).
## Changed: Agentic-Development location and navigation
Agentic-Development now appears under Capabilities in the documentation
site navigation. All four pages (spec.md, design.md, index.md,
memory-template.md) retain their content, front matter, and internal
structure β only their storage location and navigation path changed. The
memory-template.md is still the canonical reference for teams setting up
an Agentic Development org-wide memory repository.
Links throughout the ecosystem that pointed to the old
`Frameworks/Agentic-Development/...` path now point to
`Capabilities/agentic-development/...`. The relative link depth is
unchanged β both old and new locations are two levels under `src/docs`,
so cross-document references like `../../Ways-of-Working/...` continue
to work without modification.
---
<details>
<summary>Technical details</summary>
- Folder moved via `git mv` to preserve commit history:
`src/docs/Frameworks/Agentic-Development/` β
`src/docs/Capabilities/agentic-development/`
- Folder name follows lowercase-kebab convention (matches
`release-management`, `dependency-updates`, `process-psmodule`, etc.)
- `src/zensical.toml`: Added Agentic Development group under
Capabilities nav (index.md, Spec, Design, Memory Repository Template);
removed from Frameworks nav
- Inbound links fixed:
`src/docs/Ways-of-Working/Repository-Type-Property.md` (2 occurrences)
updated to reference new path
- `src/docs/Frameworks/index.md`: Removed Agentic-Development entry;
Frameworks section now states retirement pending
- Auto-generated indexes regenerated: `Capabilities/index.md` and
`Frameworks/index.md` updated by `Update-DocumentationIndex.ps1`
- All validation passing: `Test-DocumentationLink.ps1` confirms all
links resolve; markdownlint reports 0 issues
- Rebased on main (commit c714245) after PR #110 merged Process-PSModule
to Capabilities; merge-tree confirms zero conflicts
</details>
<details>
<summary>Relevant issues</summary>
- Resolves #107
- #102
</details>
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent c714245 commit c19a1dc
9 files changed
Lines changed: 7 additions & 40 deletions
File tree
- src
- docs
- Capabilities
- agentic-development
- Frameworks
- Ways-of-Working
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 157 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
165 | 162 | | |
166 | 163 | | |
167 | 164 | | |
| |||
0 commit comments