Skip to content

0.0.11

Choose a tag to compare

@github-actions github-actions released this 25 Jul 16:19
016ca1d

feat: establish guidance chain (AGENTS.md, CONTRIBUTING.md, copilot-instructions.md, slim README) (#32)

Summary

Establishes the local guidance and onboarding chain for agents and contributors before any template slimming work happens.

This is PR 1 of a planned multi-PR simplification for Template-PSModule.

Changes

  • AGENTS.md — OKF-style pointer file with the discovery order: local README → local CONTRIBUTING → .github/PSModule.yml → PSModule/docs → MSXOrg/docs. Points agents to the canonical guidance in PSModule/docs and MSXOrg/docs. Does not duplicate any process knowledge.
  • CLAUDE.md — Claude Code entry point that imports AGENTS.md so Claude reads the same instructions.
  • .github/copilot-instructions.md — VS Code / GitHub Copilot entry point that points to AGENTS.md.
  • CONTRIBUTING.md — Self-contained contribution workflow for this template repository. Covers branching, PR flow, issue format, and code standards with links to the canonical docs.
  • README.md — Slimmed to describe the template's purpose and the post-creation checklist. Removes the filled-in module example content that was misleading for a template repo. Points contributors and agents to the right places.

What this does NOT do

This PR does not perform the large repo slimming/deletion work planned for subsequent PRs.

Checklist

  • AGENTS.md follows the thin-pointer pattern from Agentic Development
  • CLAUDE.md and copilot-instructions.md point back to AGENTS.md, no duplication
  • CONTRIBUTING.md is self-contained and references canonical docs
  • README.md describes template purpose only
  • Discovery order matches the coordinated plan