Skip to content

📖 [Docs]: Move Agentic-Development from Frameworks into Capabilities#109

Merged
Marius Storhaug (MariusStorhaug) merged 2 commits into
mainfrom
fantastic-giggle
Jul 26, 2026
Merged

📖 [Docs]: Move Agentic-Development from Frameworks into Capabilities#109
Marius Storhaug (MariusStorhaug) merged 2 commits into
mainfrom
fantastic-giggle

Conversation

@MariusStorhaug

@MariusStorhaug Marius Storhaug (MariusStorhaug) commented Jul 26, 2026

Copy link
Copy Markdown
Member

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.


Technical details
  • 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 📖 [Docs]: Author Process-PSModule spec and design, move to Capabilities #110 merged Process-PSModule to Capabilities; merge-tree confirms zero conflicts
Relevant issues

#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>
…ities)

- 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>
@MariusStorhaug
Marius Storhaug (MariusStorhaug) merged commit c19a1dc into main Jul 26, 2026
3 checks passed
@MariusStorhaug
Marius Storhaug (MariusStorhaug) deleted the fantastic-giggle branch July 26, 2026 14:02
Marius Storhaug (MariusStorhaug) pushed a commit that referenced this pull request Jul 26, 2026
Integrate #109 (Agentic-Development move) and #110 (Process-PSModule) plus the
Frameworks section removal now on main. Resolve the modify/delete on
Frameworks/index.md by accepting the deletion, drop the now-dangling Frameworks
link from Capabilities/index.md, and regenerate the index tables.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

NoRelease No release required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move Agentic-Development from Frameworks into Capabilities

1 participant