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
📖 [Docs]: Process documentation links corrected (#539)
Process-PSModule documentation, site metadata, and agent guidance now
direct users to the canonical `https://psmodule.io/Process-PSModule/`
Pages site instead of retired documentation routes.
## Changed: Documentation destination
All tracked references to `https://psmodule.io/docs` and
`https://psmodule.github.io/docs` now use the Process-PSModule Pages
root. Former deep documentation routes use the root because they have no
guaranteed replacement.
## Adopting this release
No configuration, code, or invocation changes are required beyond
selecting this release.
## Release impact
| Field | Decision |
| --- | --- |
| Effective decision | `release:skip` label for a documentation-only
change. |
| Semantic effect | No release. |
| Release/base coordinates | No version is produced. |
---
<details>
<summary>Technical details</summary>
### Consumer change record
| Identifier / surface | Before | After | Applicability / prerequisites
| Consumer action | Verification |
| --- | --- | --- | --- | --- | --- |
| Documentation links | Retired `psmodule.io/docs` and
`psmodule.github.io/docs` routes |
`https://psmodule.io/Process-PSModule/` | All documentation consumers |
Use the canonical Pages URL | Confirmed stale tracked URLs are absent
and all nine replacements use the canonical root. |
### Template baseline
No repository pull request template applies.
### Maintainer evidence
Updated the nine tracked retired documentation references in five
documentation and configuration files. The change is limited to link
destinations.
</details>
<details>
<summary>Relevant issues (or links)</summary>
No related issues.
### Related work
None.
</details>
|`.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