Doc status: supporting. This document explains the
.github/workspace assets. It is not a source of truth; use../AGENTS.mdand the canonical docs instead.
This directory contains GitHub and Copilot-specific workspace assets used by the Macroflows repository.
copilot-instructions.md: Copilot transport pointer that forwards repo-wide policy to../AGENTS.mdcopilot-commit-message-instructions.md: supporting commit message guidance for Copilot flowsCOPILOT_SETUP_VALIDATION.md: supporting snapshot of the Copilot-oriented workspace setupprompts/: reusable GitHub Copilot prompt filesagents/: reusable custom agent definitionsinstructions/: vendor-style scoped instruction files and referencesworkflows/: GitHub Actions workflows
- Repo-wide policy is canonical in
../AGENTS.md. - Tool-specific files under
.github/must not redefine canonical repo policy. - If a
.github/asset references global rules, it should point to../AGENTS.mdand the canonical docs rather than owning those rules itself.