Skip to content

Commit a80ed86

Browse files
docs: repair MSX documentation links
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 715ec5c commit a80ed86

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/plugin/psmodule/skills/psmodule-module-development-orchestration/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ changes, or claim release readiness.
7171
- [Module development orchestration](../../../../../docs/content/guides/module-development-orchestration.md)
7272
- [PSModule repository standard](../../../../../docs/content/reference/repository-standard.md)
7373
- [Structuring your module](../../../../../docs/content/guides/structuring-your-module.md)
74-
- [MSX Agentic Development](https://msx.no/docs/Ways-of-Working/Agentic-Development/)
74+
- [MSX Agentic Development](https://msx.no/docs/Capabilities/agentic-development/)
7575
- [MSX Workflow](https://msx.no/docs/Ways-of-Working/Workflow/)
7676
- [MSX Branching and Merging](https://msx.no/docs/Ways-of-Working/Branching-and-Merging/)
7777
- [MSX PR format](https://msx.no/docs/Ways-of-Working/PR-Format/)

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ works. For PSModule-specific build, layout, and process guidance:
2828

2929
For cross-cutting ways of working and standards:
3030

31-
- [Agentic Development](https://msx.no/docs/Ways-of-Working/Agentic-Development/)
31+
- [Agentic Development](https://msx.no/docs/Capabilities/agentic-development/)
3232
how agents and humans collaborate in this ecosystem.
3333
- [Ways of Working](https://msx.no/docs/Ways-of-Working/) — contribution
3434
workflow, branching, PRs, issues.

docs/content/guides/validating-before-review.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: PSModule-specific validation checks that extend the shared MSXOrg B
55

66
# Validating before review
77

8-
Use this page after scaffolding a module change or implementing a function and before you finish self-review or mark a draft pull request ready. It extends the shared MSXOrg [Workflow Build step](https://msx.no/docs/Ways-of-Working/Workflow/#build) and [Implement guidance](https://msx.no/docs/Agents/implement/) with the PSModule-specific validation checks that module repositories must pass.
8+
Use this page after scaffolding a module change or implementing a function and before you finish self-review or mark a draft pull request ready. It extends the shared MSXOrg [Workflow Build step](https://msx.no/docs/Ways-of-Working/Workflow/#build) and [Implement guidance](https://msx.no/docs/Ways-of-Working/Workflow-Stages/Implement/) with the PSModule-specific validation checks that module repositories must pass.
99

1010
Do not repeat the shared workflow here. Follow the shared branch → draft PR → implement → test → self-review loop first, then run this PSModule pass to confirm the change still fits the module's design, documentation, and PowerShell standards.
1111

@@ -79,15 +79,15 @@ Do not repeat the shared workflow here. Follow the shared branch → draft PR
7979
Check:
8080

8181
- naming, documentation, error handling, testing expectations, and security posture align with the relevant pages under [MSX Coding Standards](https://msx.no/docs/Coding-Standards/)
82-
- the change follows the shared "written once, referenced everywhere" rule by linking canonical guidance instead of copying it into local docs or code comments, as described in [Agentic Development](https://msx.no/docs/Ways-of-Working/Agentic-Development/)
82+
- the change follows the shared "written once, referenced everywhere" rule by linking canonical guidance instead of copying it into local docs or code comments, as described in [Agentic Development](https://msx.no/docs/Capabilities/agentic-development/)
8383
- the draft PR description, issue progress, and any follow-up issues reflect what actually shipped and what still belongs out of scope
8484

8585
This is the last author-side gate before a PSModule draft PR is ready for independent review.
8686

8787
## Where this connects
8888

8989
- [MSX Workflow Build step](https://msx.no/docs/Ways-of-Working/Workflow/#build)
90-
- [MSX Implement guidance](https://msx.no/docs/Agents/implement/)
90+
- [MSX Implement guidance](https://msx.no/docs/Ways-of-Working/Workflow-Stages/Implement/)
9191
- [PowerShell module standard](../reference/powershell-module-standard.md)
9292
- [Module types](../reference/module-types.md)
9393
- [Structuring your module](structuring-your-module.md)

docs/content/guides/writing-plugin-skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ update the skill without duplicating the common documentation.
8888
## References
8989

9090
- [PSModule process plugin](https://github.com/PSModule/Process-PSModule/tree/main/.github/plugin)
91-
- [MSX Agentic Development](https://msx.no/docs/Ways-of-Working/Agentic-Development/)
91+
- [MSX Agentic Development](https://msx.no/docs/Capabilities/agentic-development/)
9292
- [MSX Documentation Model](https://msx.no/docs/Ways-of-Working/Documentation-Model/)
9393
- [MSX Markdown standard](https://msx.no/docs/Coding-Standards/Markdown/)
9494
- [MSX Natural Language standard](https://msx.no/docs/Coding-Standards/Natural-Language/)

docs/content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ Cross-org standards and reusable solution documentation are now canonical in [MS
8989

9090
- [Coding Standards](https://msx.no/docs/Coding-Standards/)
9191
- [Capabilities](https://msx.no/docs/Capabilities/)
92-
- [Frameworks](https://msx.no/docs/Frameworks/)
92+
- [Frameworks](https://msx.no/docs/Capabilities/)

docs/content/reference/repository-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ See [PSModule/Template-PSModule](https://github.com/PSModule/Template-PSModule)
175175

176176
`AGENTS.md` and `CLAUDE.md` are the required set. `AGENTS.md` is the entry point that AGENTS.md-aware runtimes read directly, so a repository is usable by an agent without a per-runtime copy of the same pointer.
177177

178-
Runtime-specific adapter files such as `.github/copilot-instructions.md` and `.github/instructions/*.instructions.md` are optional. MSX treats them as client adapters that *may* add runtime-specific loading or path rules, described in [Agentic Development](https://msx.no/docs/Ways-of-Working/Agentic-Development/) and its [capability specification](https://msx.no/docs/Capabilities/agentic-development/spec/). Add one when a runtime needs loading or path rules that `AGENTS.md` cannot express, and keep it pointing at `AGENTS.md` rather than restating it. `Template-PSModule` ships without one.
178+
Runtime-specific adapter files such as `.github/copilot-instructions.md` and `.github/instructions/*.instructions.md` are optional. MSX treats them as client adapters that *may* add runtime-specific loading or path rules, described in [Agentic Development](https://msx.no/docs/Capabilities/agentic-development/) and its [capability specification](https://msx.no/docs/Capabilities/agentic-development/spec/). Add one when a runtime needs loading or path rules that `AGENTS.md` cannot express, and keep it pointing at `AGENTS.md` rather than restating it. `Template-PSModule` ships without one.
179179

180180
These files are the agent equivalent of the README: pointers, not copies. Keep them short so the linked documentation stays the single source of truth. Like the other governance files, they live in the repository itself so it can stand on its own.
181181

0 commit comments

Comments
 (0)