Commit 2b7a3c2
⚙️ [Maintenance]: Repository agents follow canonical MSX guidance (#422)
Repository agents now follow the canonical MSXOrg and PSModule guidance
for discovering repository context, framework documentation, and durable
memory without duplicating reusable process knowledge.
## Changed: Agent guidance follows the shared pointer model
The repository-level `AGENTS.md` now points contributors and agents to
the repository README, PSModule framework documentation, PSModule
memory, and MSXOrg-wide ways of working and coding standards. This keeps
shared process knowledge maintained in the canonical documentation while
retaining repository-specific context in the repository.
---
<details>
<summary>Technical details</summary>
- Replaced the generic context-resolution and documentation-standard
content in `AGENTS.md` with the thin-pointer structure defined by
[MSXOrg Agentic
Development](https://msxorg.github.io/docs/Ways-of-Working/Agentic-Development/).
- Matched the established guidance pattern used by
`PSModule/Template-PSModule`, `PSModule/docs`, and `PSModule/memory`.
- This is an agent/configuration-only change; no shipped module behavior
is changed.
- Standards and framework alignment:
| Changed surface | Standards checked | Framework docs checked | Result
|
| --- | --- | --- | --- |
| `AGENTS.md` | Agentic Development pointer discipline; PR format |
[Agentic
Development](https://msxorg.github.io/docs/Ways-of-Working/Agentic-Development/),
[Agentic Development
design](https://msxorg.github.io/docs/Capabilities/agentic-development/design/),
[Maintain Workflow
Guidance](https://msxorg.github.io/docs/Ways-of-Working/Workflow-Stages/Maintain-Guidance/)
| Aligned |
- Issue convergence sweep: limited to this PR's documentation-only
scope; no additional open issues were fully satisfied by the diff.
</details>
<details>
<summary>Relevant issues (or links)</summary>
- [MSXOrg Agentic
Development](https://msxorg.github.io/docs/Ways-of-Working/Agentic-Development/)
- [MSXOrg PR
Format](https://msxorg.github.io/docs/Ways-of-Working/PR-Format/)
</details>
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 169c576 commit 2b7a3c2
1 file changed
Lines changed: 38 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments