Skip to content

Commit 4fd4b87

Browse files
Point guidance at the published documentation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent de80673 commit 4fd4b87

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/plugin/psmodule/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "PSModule",
88
"url": "https://github.com/PSModule"
99
},
10-
"homepage": "https://psmodule.io/docs/",
10+
"homepage": "https://psmodule.io/Process-PSModule/",
1111
"repository": "https://github.com/PSModule/Process-PSModule",
1212
"license": "MIT",
1313
"keywords": [

.github/plugin/psmodule/skills/psmodule-repository-audit/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use these sources together:
2323

2424
1. The [MSX Repository Standard](https://msx.no/docs/Ways-of-Working/Repository-Standard/)
2525
owns inherited enterprise policy.
26-
2. The [PSModule Repository Standard](https://psmodule.io/docs/reference/repository-standard/)
26+
2. The [PSModule Repository Standard](https://psmodule.io/Process-PSModule/reference/repository-standard/)
2727
owns PSModule additions and explicit initiative overrides.
2828
3. The default branch of `PSModule/Template-PSModule` owns the executable
2929
implementation of those requirements.

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you find a problem or improvement, fix if small; otherwise open an issue.
1515
Regarding repo structure, module source code, and how the Process-PSModule workflow
1616
works. For PSModule-specific build, layout, and process guidance:
1717

18-
- [Process-PSModule docs](https://psmodule.io/docs/)
18+
- [Process-PSModule docs](https://psmodule.io/Process-PSModule/)
1919
repository structure, module anatomy, and the build/test/pack/publish pipeline.
2020
- [Repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/)
2121
the expected repository layout and required files.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ start with the canonical `.github/zensical.toml` from `Template-PSModule`.
99

1010
The full documentation is published at:
1111

12-
📖 **[Process-PSModule documentation](https://psmodule.io/docs/)**
12+
📖 **[Process-PSModule documentation](https://psmodule.io/Process-PSModule/)**
1313

1414
It covers getting started, the pipeline stages, usage, configuration, repository structure, and the principles behind the framework.

docs/content/reference/repository-standard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Module repositories use the PSModule framework layout:
9191
| `.github/SECURITY.md` | Security support policy and private vulnerability reporting instructions. |
9292
| `.github/SUPPORT.md` | Support expectations and where users ask for help. |
9393
| `.github/CODE_OF_CONDUCT.md` | Community conduct expectations. |
94-
| `AGENTS.md` | Agent onboarding entry point. Points agents to the canonical guidance at `https://psmodule.io/docs/`. |
94+
| `AGENTS.md` | Agent onboarding entry point. Points agents to the canonical guidance at `https://psmodule.io/Process-PSModule/`. |
9595
| `CLAUDE.md` | Claude Code entry point. Imports `AGENTS.md` so Claude reads the same instructions. |
9696
| `.github/PSModule.yml` | Module workflow configuration overrides. |
9797
| `.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:
159159
| `.github/SECURITY.md` | Private vulnerability reporting and latest-version support policy. |
160160
| `.github/SUPPORT.md` | Support channel and issue-routing expectations. |
161161
| `.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/`. |
163163
| `CLAUDE.md` | Claude Code entry point that imports `AGENTS.md`. |
164164
| `.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. |
165165
| `.github/CODEOWNERS` | Review routing for source, docs, and GitHub workflow files. |
@@ -184,7 +184,7 @@ community health files.
184184

185185
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:
186186

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/).
188188
- `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.
189189

190190
See [PSModule/Template-PSModule](https://github.com/PSModule/Template-PSModule) for a concrete implementation example of `AGENTS.md` and `CLAUDE.md`.

docs/zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[project]
55
site_name = "PSModule / Docs"
6-
site_url = "https://psmodule.io/docs/"
6+
site_url = "https://psmodule.io/Process-PSModule/"
77
docs_dir = "content"
88
repo_name = "PSModule/Process-PSModule"
99
repo_url = "https://github.com/PSModule/Process-PSModule"

0 commit comments

Comments
 (0)