Org layer (AGENTS.md)

The dev-centr/agent-rules repository holds both portable rules and the org layer for Dev-Centr team work.

Files

agent-rules/
  RULES.md              # Portable — forkable baseline
  AGENTS.md             # Org — overrides personal on dev-centr work
  agents/
    _MAIN.md
    editorial/
    engineering/
  skills/               # Team Cursor skills (writing-news, writing-blog, publish-to-dub, bootstrap-org, …)

Precedence

On any dev-centr/* repository, org rules win over personal portable rules where they conflict. Cursor does not enforce this automatically — stack AGENTS.md after personal RULES.md in User Rules and instruct the agent explicitly.

Team setup SOP: Org agent rules setup (member-only).

Junction shortcut

cmd /c mklink /J "$env:code\github.com\dev-centr\AGENTS.md" `
  "$env:code\github.com\dev-centr\agent-rules\AGENTS.md"