Skip to content

Commit 352ad7a

Browse files
Marius StorhaugCopilot
authored andcommitted
Point the agent router at documentation that resolves
Seven of the nine links in AGENTS.md returned 404. The five PSModule links named a psmodule.github.io/docs site that does not exist; the real pages publish to psmodule.io/Process-PSModule. The MSX links used the msxorg.github.io alias, and its Agentic Development page moved to Capabilities/agentic-development. Every public link is now verified to resolve. The two memory repositories are private, so the router says so rather than presenting them as openable. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent dad7b12 commit 352ad7a

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

AGENTS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ If you find a problem or improvement, fix if small; otherwise open an issue.
1515
Regarding repo structure, module source code and how the Process-PSModule workflow works.
1616
For PSModule-specific build, layout, and process guidance:
1717

18-
- [Template quickstart](https://psmodule.github.io/docs/Modules/Process-PSModule/template-quickstart/) — how to create a new module from this template.
19-
- [Repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) — the expected repository layout and required files.
20-
- [Module anatomy](https://psmodule.github.io/docs/Modules/Process-PSModule/module-anatomy/) — source layout and framework conventions.
21-
- [Build, test, pack, publish](https://psmodule.github.io/docs/Modules/Process-PSModule/build-test-pack-publish/) — the CI/CD pipeline.
22-
- [Standards](https://psmodule.github.io/docs/Modules/Standards/) — PowerShell module coding standards.
23-
- [PSModule/memory](https://github.com/PSModule/memory) — durable cross-session agent working memory for the PSModule organization.
18+
- [Get started](https://psmodule.io/Process-PSModule/get-started/) — how to create a new module from this template.
19+
- [Repository Standard](https://psmodule.io/Process-PSModule/reference/repository-standard/) — the expected repository layout and required files.
20+
- [Structuring your module](https://psmodule.io/Process-PSModule/guides/structuring-your-module/) — source layout and framework conventions.
21+
- [Pipeline stages](https://psmodule.io/Process-PSModule/reference/pipeline-stages/) — the CI/CD pipeline.
22+
- [PowerShell module standard](https://psmodule.io/Process-PSModule/reference/powershell-module-standard/) — PowerShell module coding standards.
23+
- [PSModule/memory](https://github.com/PSModule/memory) — durable cross-session agent working memory for the PSModule organization. This repository is private.
2424

2525
## Org-wide guidance
2626

2727
For cross-cutting ways of working and standards:
2828

29-
- [Agentic Development](https://msxorg.github.io/docs/Ways-of-Working/Agentic-Development/) — how agents and humans collaborate in this ecosystem.
30-
- [Ways of Working](https://msxorg.github.io/docs/Ways-of-Working/) — contribution workflow, branching, PRs, issues.
31-
- [Coding Standards](https://msxorg.github.io/docs/Coding-Standards/) — language-level conventions.
32-
- [MSXOrg/memory](https://github.com/MSXOrg/memory) — durable agent working memory: gotchas, knowledge, and agent role notes.
29+
- [Agentic Development](https://msx.no/docs/Capabilities/agentic-development/) — how agents and humans collaborate in this ecosystem.
30+
- [Ways of Working](https://msx.no/docs/Ways-of-Working/) — contribution workflow, branching, PRs, issues.
31+
- [Coding Standards](https://msx.no/docs/Coding-Standards/) — language-level conventions.
32+
- [MSXOrg/memory](https://github.com/MSXOrg/memory) — durable agent working memory: gotchas, knowledge, and agent role notes. This repository is private.

0 commit comments

Comments
 (0)