Context
GitHub supports organization-level Copilot instructions that guide how Copilot generates code across repositories.
This enables consistent:
- coding standards
- architecture patterns
- developer experience
- AI behavior alignment
This is a foundational step for Ego Hygiene’s spec-driven + AI-assisted workflow.
References
Goals
- Define global Copilot behavior for the egohygiene organization
- Align Copilot with:
- spec-driven development
- explicit/verbose coding style
- long-form CLI flags
- strong commenting and structure
- Explore path-specific overrides for:
- shell scripts
- Python
- CI workflows
- documentation
Scope
Phase 1 — Global Instructions
Phase 2 — Path-Specific Instructions
Phase 3 — Validation
Acceptance Criteria
Notes
This is a core building block for:
"Copilot as a junior engineer executing structured system design"
This should integrate tightly with:
.github repo templates
- issue templates
- future automation workflows
Context
GitHub supports organization-level Copilot instructions that guide how Copilot generates code across repositories.
This enables consistent:
This is a foundational step for Ego Hygiene’s spec-driven + AI-assisted workflow.
References
Goals
Scope
Phase 1 — Global Instructions
Phase 2 — Path-Specific Instructions
/scripts(bash conventions, shdoc)/src(language-specific standards)/.github/workflows(CI best practices)/docs(structured writing patterns)Phase 3 — Validation
Acceptance Criteria
Notes
This is a core building block for:
This should integrate tightly with:
.githubrepo templates