Commit d929252
π [Docs]: AGENTS.md added to Memory Repository Template scaffold (#77)
## Why
A sibling session auditing the live ecosystem found that both
instantiated memory
repos β `MSXOrg/memory` and `PSModule/memory` β were missing
`AGENTS.md`, the
cross-client agent entry point that [design.md's client behavior
table](https://msxorg.github.io/docs/Frameworks/Agentic-Development/design/#client-behavior)
says every repository in the framework carries: "Cross-client agents |
`AGENTS.md` |
Read the shared project pointer and local nuance."
Tracing it back, the gap isn't just in those two repos β it's in the
template they
were scaffolded from. `memory-template.md` (introduced in #70) never
listed
`AGENTS.md` in its `## Scaffold` file tree, so any future memory
repository
instantiated from this template would launch missing it too.
**Note:** `MSXOrg/memory` and `PSModule/memory` have already been fixed
directly
(their `AGENTS.md` files exist and work today). This PR doesn't need to
land for
those two repos to be correct β it's solely so future memory
repositories get
`AGENTS.md` from day one.
## What changed
- Added `AGENTS.md` to the `## Scaffold` code-fence tree, right after
`README.md`/`CONTRIBUTING.md`, with an inline comment describing its
purpose.
- Added a paragraph explaining that `AGENTS.md` doesn't map to a
`memory` ownership
bullet from `design.md#memory` β it's the framework's
client-behavior-table entry
point instead, distinct from `CONTRIBUTING.md`'s contribution-process
framing even
though this repo's real audience is agents.
- Updated the "A memory repository still carries README.md,
CONTRIBUTING.md,
.gitattributes, and .gitignore" sentence in the Repository Standard
exception
section to include `AGENTS.md`.
## Validation
- `.github/scripts/Test-DocumentationLink.ps1` β all links resolve.
- `markdownlint-cli` against `.github/linters/.markdown-lint.yml` on the
changed
file β clean.
- `.github/scripts/Update-DocumentationIndex.ps1 -Check` reports
pre-existing drift
across many unrelated index files on `main` (confirmed by stashing this
change and
re-running) β not caused by this PR, and this page's front matter
(`title`/
`description`) is unchanged, so it adds no new drift.
Follow-up to #70 (which introduced `memory-template.md`).
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 1a9849a commit d929252
1 file changed
Lines changed: 13 additions & 2 deletions
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
51 | 62 | | |
52 | 63 | | |
53 | 64 | | |
| |||
75 | 86 | | |
76 | 87 | | |
77 | 88 | | |
78 | | - | |
79 | | - | |
| 89 | + | |
| 90 | + | |
80 | 91 | | |
81 | 92 | | |
82 | 93 | | |
| |||
0 commit comments