Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ If you find a problem or improvement, fix if small; otherwise open an issue.
Regarding repo structure, module source code and how the Process-PSModule workflow works.
For PSModule-specific build, layout, and process guidance:

- [Template quickstart](https://psmodule.github.io/docs/Modules/Process-PSModule/template-quickstart/) β€” how to create a new module from this template.
- [Repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) β€” the expected repository layout and required files.
- [Module anatomy](https://psmodule.github.io/docs/Modules/Process-PSModule/module-anatomy/) β€” source layout and framework conventions.
- [Build, test, pack, publish](https://psmodule.github.io/docs/Modules/Process-PSModule/build-test-pack-publish/) β€” the CI/CD pipeline.
- [Standards](https://psmodule.github.io/docs/Modules/Standards/) β€” PowerShell module coding standards.
- [Template quickstart](https://psmodule.io/docs/Modules/Process-PSModule/template-quickstart/) β€” how to create a new module from this template.
- [Repository standard](https://psmodule.io/docs/Modules/Repository-Standard/) β€” the expected repository layout and required files.
- [Module anatomy](https://psmodule.io/docs/Modules/Process-PSModule/module-anatomy/) β€” source layout and framework conventions.
- [Build, test, pack, publish](https://psmodule.io/docs/Modules/Process-PSModule/build-test-pack-publish/) β€” the CI/CD pipeline.
- [Standards](https://psmodule.io/docs/Modules/Standards/) β€” PowerShell module coding standards.
- [PSModule/memory](https://github.com/PSModule/memory) β€” durable cross-session agent working memory for the PSModule organization.

## Org-wide guidance
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Read [`AGENTS.md`](AGENTS.md) first for the full guidance chain and documentatio
## Before you start

1. Read [`README.md`](README.md) to understand what the module does.
2. Familiarise yourself with the [repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) that this repository must satisfy.
2. Familiarise yourself with the [repository standard](https://psmodule.io/docs/Modules/Repository-Standard/) that this repository must satisfy.
3. Check the open issues and pull requests to avoid duplicate work.

## Workflow
Expand All @@ -32,11 +32,11 @@ For PR format guidance, see [PR Format](https://msxorg.github.io/docs/Ways-of-Wo
## Issues

Use GitHub Issues to report bugs, request features, or propose improvements.
Follow the [issue format](https://msxorg.github.io/docs/Ways-of-Working/Issue-Format/) guidance.
Follow the [issue format](https://msxorg.github.io/docs/Ways-of-Working/Issues/Process/Format/) guidance.

## Code standards

PowerShell in this module follows the [PSModule Standards](https://psmodule.github.io/docs/Modules/Standards/) and the
PowerShell in this module follows the [PSModule Standards](https://psmodule.io/docs/Modules/Standards/) and the
[MSXOrg Coding Standards](https://msxorg.github.io/docs/Coding-Standards/).

## Questions
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The canonical starting template for new PowerShell modules in the PSModule organ
Use this template when creating a new PowerShell module repository.
It provides the CI/CD framework wiring, required community files, and starter layout that every PSModule module repository needs.

For step-by-step instructions, see the [template quickstart](https://psmodule.github.io/docs/Modules/Process-PSModule/template-quickstart/).
For step-by-step instructions, see the [template quickstart](https://psmodule.io/docs/Modules/Process-PSModule/template-quickstart/).

## After creating a repository from this template

Expand All @@ -17,7 +17,7 @@ For step-by-step instructions, see the [template quickstart](https://psmodule.gi
4. Confirm `.github/PSModule.yml` only overrides defaults when your module needs different behavior.
5. Open a draft pull request and run the full CI pipeline.

See [repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) for the full checklist.
See [repository standard](https://psmodule.io/docs/Modules/Repository-Standard/) for the full checklist.

## Prerequisites

Expand Down
Loading