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. |
@@ -159,7 +159,7 @@ Required baseline files for module repositories:
159
159
| `.github/SECURITY.md` | Private vulnerability reporting and latest-version support policy. |
160
160
| `.github/SUPPORT.md` | Support channel and issue-routing expectations. |
161
161
| `.github/CODE_OF_CONDUCT.md` | Community participation rules. |
162
-
| `AGENTS.md` | Cross-tool agent instructions pointing to the canonical guidance at `https://psmodule.io/docs/`. |
162
+
| `AGENTS.md` | Cross-tool agent instructions pointing to the canonical guidance at `https://psmodule.io/Process-PSModule/`. |
163
163
| `CLAUDE.md` | Claude Code entry point that imports `AGENTS.md`. |
164
164
| `.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. |
165
165
| `.github/CODEOWNERS` | Review routing for source, docs, and GitHub workflow files. |
@@ -184,7 +184,7 @@ community health files.
184
184
185
185
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:
186
186
187
-
- `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/).
187
+
- `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/).
188
188
- `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.
189
189
190
190
See [PSModule/Template-PSModule](https://github.com/PSModule/Template-PSModule) for a concrete implementation example of `AGENTS.md` and `CLAUDE.md`.
0 commit comments