11# Agents
22
3- This file is the onboarding entry point for agents working in this repository.
4- It is a pointer file — guidance lives in the documentation, not here.
5-
6- ## This repository
3+ ## Main directive
74
8- ` Template-PSModule ` is the canonical starting template for new PowerShell modules in the PSModule organization .
9- It provides the CI/CD framework wiring, starter layout, and community files that every PSModule module repository begins with .
5+ Everything is a work in progress and can be improved .
6+ If you find a problem or improvement, fix if small; otherwise open an issue .
107
11- Read in this order:
8+ ## Repo guidance
129
13- 1 . [ ` README.md ` ] ( README.md ) — what this repository is and its purpose as a template.
14- 2 . [ ` CONTRIBUTING.md ` ] ( CONTRIBUTING.md ) — how to work on the template itself.
15- 3 . [ ` .github/PSModule.yml ` ] ( .github/PSModule.yml ) — framework configuration defaults.
10+ - [ ` README.md ` ] ( README.md ) — what this repository is and its purpose as a template.
11+ - [ ` CONTRIBUTING.md ` ] ( CONTRIBUTING.md ) — how to work on the template itself.
1612
17- ## PSModule guidance
13+ ## PSModule Framework guidance
1814
15+ Regarding repo structure, module source code and how the Process-PSModule workflow works.
1916For PSModule-specific build, layout, and process guidance:
2017
2118- [ Template quickstart] ( https://psmodule.github.io/docs/Modules/Process-PSModule/template-quickstart/ ) — how to create a new module from this template.
@@ -31,8 +28,3 @@ For cross-cutting ways of working and standards:
3128- [ Agentic Development] ( https://msxorg.github.io/docs/Ways-of-Working/Agentic-Development/ ) — how agents and humans collaborate in this ecosystem.
3229- [ Ways of Working] ( https://msxorg.github.io/docs/Ways-of-Working/ ) — contribution workflow, branching, PRs, issues.
3330- [ Coding Standards] ( https://msxorg.github.io/docs/Coding-Standards/ ) — language-level conventions.
34-
35- ## Main directive
36-
37- Everything is a work in progress and can be improved.
38- If you find a problem, fix it if it is small; otherwise open an issue in the relevant repository.
0 commit comments