This directory keeps GitHub configuration organized by purpose:
agents/contains discoverable GitHub Copilot custom agent profiles (*.agent.md).automation/contains instructions and persisted state used by scheduled workflows.instructions/andskills/contain repository-specific Copilot guidance.workflows/contains GitHub Actions definitions.copilot-instructions.mddefines project-wide Copilot guardrails.dependabot.ymlconfigures dependency update checks.
automation/refactoring-audit/supports the scheduled Copilot refactoring assessment driven by therefactoring-auditorcustom agent.automation/season-data-monitor/supports nightly checks of official seasonal data sources and stores its reviewed fingerprint baseline.
Keeping workflow assets under automation/ prevents their names from being confused with custom agent profiles, which must live under agents/ for discovery.