Skip to content
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
aa13e84
Centralize community file defaults
MariusStorhaug Aug 29, 2026
2cdee02
Normalize contribution guide title
MariusStorhaug Aug 29, 2026
712110b
Remove memory exception guidance
MariusStorhaug Aug 29, 2026
dc47268
Merge main into repository governance
MariusStorhaug Aug 29, 2026
a527c95
Use organization-named context roots
MariusStorhaug Aug 30, 2026
089017e
Align agents file heading standard
MariusStorhaug Aug 30, 2026
c2bfb63
Remove memory repository guidance
MariusStorhaug Aug 30, 2026
0947337
Document optional organization defaults
MariusStorhaug Aug 30, 2026
b1536ea
Define the organization defaults repository surface
MariusStorhaug Aug 30, 2026
791f671
Align standards with central repository roles
MariusStorhaug Aug 30, 2026
85e6da6
Use the repository language standard
MariusStorhaug Aug 30, 2026
3db29b1
Simplify the global agent template
MariusStorhaug Aug 30, 2026
806f7a7
Align agent context routing docs
MariusStorhaug Aug 30, 2026
298c8b8
Use Git for context setup
MariusStorhaug Aug 30, 2026
d1c1e6b
Keep AGENTS router title consistent
MariusStorhaug Aug 30, 2026
1ae908a
Keep agent routers destination-only
MariusStorhaug Aug 30, 2026
64e6533
Document the AGENTS template format
MariusStorhaug Aug 30, 2026
9915ea8
Make AGENTS template repository-level
MariusStorhaug Aug 30, 2026
ab5febe
Keep bootstrap guidance evergreen
MariusStorhaug Aug 30, 2026
0955a02
Move AGENTS template into agentic development docs
MariusStorhaug Aug 30, 2026
9cf392e
Merge branch 'main' into repository-governance
MariusStorhaug Aug 30, 2026
7a4e588
📖 [Docs]: Use public repository pointers
MariusStorhaug Aug 30, 2026
36cfb17
📖 [Docs]: Keep checkout mechanics out of routers
MariusStorhaug Aug 30, 2026
32f3eaa
📖 [Docs]: Update branch from main
MariusStorhaug Aug 30, 2026
5f02068
📖 [Docs]: Document local context preparation
MariusStorhaug Aug 30, 2026
e79e60c
📖 [Docs]: Include context preparation in router
MariusStorhaug Aug 30, 2026
84b3164
📖 [Docs]: Remove router precedence sentence
MariusStorhaug Aug 30, 2026
f8a2a27
📖 [Docs]: End router template with blank line
MariusStorhaug Aug 30, 2026
819b53a
📖 [Docs]: Add initiative routing placeholder
MariusStorhaug Aug 30, 2026
bcab534
📖 [Docs]: Update branch from main
MariusStorhaug Aug 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/docs/Capabilities/agentic-development/AGENTS.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ This document explains the repository-level `AGENTS.md` template. It is not
itself the router that agents load. Copy the contents of the fenced `markdown`
block into an `AGENTS.md` at the repository root.

The router sends agents to repository-local guidance first, then to the
organization's canonical documentation repository through its public URL.
The router moves from the most specific guidance to the least specific:
repository-local guidance first, initiative-specific guidance next, and the
organization's central guidance last.
Before using a linked repository, clone it locally, keep its configuration local
to that clone, and update it from its remote.
Agentic runtimes and local development may materialize that repository in any
Expand All @@ -31,10 +32,10 @@ Read in this order:
1. `README.md` — what this repository is and how it builds.
2. `.github/CONTRIBUTING.md` — how a change is made and reviewed here.
3. `docs/index.md` — this repository's own documentation.
<!-- Add initiative-specific guidance here, after the local repository entries. -->
4. [MSXOrg/docs](https://github.com/MSXOrg/docs/) — the organization standards.

Clone each linked repository locally, keep its configuration local to that
clone, and update it before reading it.

Read nearest first. A local file never overrides a standard.
````
Loading