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
Refactor Update-MDSection to improve error handling; replace warnings with exceptions for missing markers. Update AGENTS.md references to point to canonical guidance in PSModule/docs.
@@ -111,7 +111,7 @@ Required baseline files for module repositories:
111
111
|`SECURITY.md`| Private vulnerability reporting and latest-version support policy. |
112
112
|`SUPPORT.md`| Support channel and issue-routing expectations. |
113
113
|`CODE_OF_CONDUCT.md`| Community participation rules. |
114
-
|`AGENTS.md`| Cross-tool agent instructions pointing to the PSModule and MSX documentation. |
114
+
|`AGENTS.md`| Cross-tool agent instructions pointing to the canonical guidance in `PSModule/docs`. |
115
115
|`CLAUDE.md`| Claude Code entry point that imports `AGENTS.md`. |
116
116
|`.github/copilot-instructions.md`| VS Code and GitHub Copilot repository instructions pointing to the documentation. |
117
117
|`.github/dependabot.yml`| Supply-chain maintenance for GitHub Actions and PowerShell dependencies. |
@@ -132,7 +132,7 @@ Each repository must stand on its own. It carries its own copy of every file abo
132
132
133
133
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:
134
134
135
-
-`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 PSModule documentation (`https://psmodule.io`, source in [`PSModule/docs`](https://github.com/PSModule/docs)) for the module's why/how/what, and to the MSX documentation (`https://msxorg.github.io/docs`, source in [`MSXOrg/docs`](https://github.com/MSXOrg/docs)) for organization-level principles and ways of working.
135
+
-`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 in [`PSModule/docs`](https://github.com/PSModule/docs).
136
136
-`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.
137
137
-`.github/copilot-instructions.md`: repository instructions for VS Code and GitHub Copilot that point to the same documentation.
0 commit comments