You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`.github/workflows/Process-PSModule.yml`| Caller workflow that runs the module's CI/CD by calling the shared Process-PSModule workflow. |
@@ -151,7 +151,7 @@ Required baseline files for module repositories:
151
151
| `SECURITY.md` | Private vulnerability reporting and latest-version support policy. |
152
152
| `SUPPORT.md` | Support channel and issue-routing expectations. |
153
153
| `CODE_OF_CONDUCT.md` | Community participation rules. |
154
-
| `AGENTS.md` | Cross-tool agent instructions pointing to the canonical guidance at `https://psmodule.io/docs/`. |
154
+
| `AGENTS.md` | Cross-tool agent instructions pointing to the canonical guidance at `https://psmodule.io/Process-PSModule/`. |
155
155
| `CLAUDE.md` | Claude Code entry point that imports `AGENTS.md`. |
156
156
| `.github/dependabot.yml` | Configures ecosystem-appropriate dependency-update pull requests. For PowerShell module repositories the `github-actions` ecosystem is expected; add any other ecosystems the module actually develops in. |
157
157
| `.github/CODEOWNERS` | Review routing for source, docs, and GitHub workflow files. |
@@ -168,7 +168,7 @@ Each repository must stand on its own. It carries its own copy of every file abo
168
168
169
169
Every repository must be usable by an agent that has never seen it before, without special configuration. Each repository carries its own agent entry points that point to the authoritative documentation instead of restating it:
170
170
171
-
- `AGENTS.md`: the cross-tool entry point, read by the GitHub Copilot coding agent, VS Code, and other AGENTS.md-aware tools. It names what the repository is in a line or two and points to the canonical agent guidance at [psmodule.io/docs](https://psmodule.io/docs/).
171
+
- `AGENTS.md`: the cross-tool entry point, read by the GitHub Copilot coding agent, VS Code, and other AGENTS.md-aware tools. It names what the repository is in a line or two and points to the canonical agent guidance at [psmodule.io/Process-PSModule](https://psmodule.io/Process-PSModule/).
172
172
- `CLAUDE.md`: a thin file that imports `AGENTS.md` with `@AGENTS.md` so Claude Code reads the same instructions. Claude-specific notes, if any, go below the import.
173
173
174
174
See [PSModule/Template-PSModule](https://github.com/PSModule/Template-PSModule) for a concrete implementation example of `AGENTS.md` and `CLAUDE.md`.
0 commit comments