The standard now requires every module repo to stand on its own and not rely on the org .github fallback (PR #61). Mandatory files: CONTRIBUTING.md (self-contained), AGENTS.md, CLAUDE.md (@AGENTS.md import), .github/copilot-instructions.md, plus existing SECURITY.md / SUPPORT.md / CODE_OF_CONDUCT.md.
Task: add these as mandatory file sets in PSModule/Distributor so they are pushed to all module repos instead of hand-editing each repo. The agent files must point to PSModule/docs (module why/how/what) and MSXOrg/docs (org principles). Depends on the Distributor mandatory-file-set capability.
The standard now requires every module repo to stand on its own and not rely on the org
.githubfallback (PR #61). Mandatory files:CONTRIBUTING.md(self-contained),AGENTS.md,CLAUDE.md(@AGENTS.mdimport),.github/copilot-instructions.md, plus existingSECURITY.md/SUPPORT.md/CODE_OF_CONDUCT.md.Task: add these as mandatory file sets in PSModule/Distributor so they are pushed to all module repos instead of hand-editing each repo. The agent files must point to
PSModule/docs(module why/how/what) andMSXOrg/docs(org principles). Depends on the Distributor mandatory-file-set capability.