Skip to content

Commit b1f4d24

Browse files
Agents
1 parent bf3e384 commit b1f4d24

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
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.
1916
For 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

Comments
 (0)