Skip to content

Commit 35b0b1a

Browse files
docs: replace onboarding starter with template link
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent b7069d3 commit 35b0b1a

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

src/docs/Modules/Repository-Defaults.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,7 @@ Every repository must be usable by an agent that has never seen it before, witho
135135
- `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).
136136
- `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.
137137

138-
Copy-pasteable starters:
139-
140-
```md
141-
# AGENTS
142-
143-
Follow the template repository's agent guidance in [PSModule/Template-PSModule](https://github.com/PSModule/Template-PSModule).
144-
```
145-
146-
```md
147-
@AGENTS.md
148-
```
138+
See [PSModule/Template-PSModule](https://github.com/PSModule/Template-PSModule) for a concrete implementation example of `AGENTS.md` and `CLAUDE.md`.
149139

150140
These files are the agent equivalent of the README: pointers, not copies. Keep them short so the linked documentation stays the single source of truth. Like the other governance files, they live in the repository itself so it can stand on its own.
151141

0 commit comments

Comments
 (0)