Overview
Enforce correct placement of audit/report files in .github/reports/ instead of repository root.
Scope
Misplaced Files (at repo root):
CHANGELOG-CONSOLIDATION-AUDIT.md
PHASE-2B-SKILLS-AUDIT.md
Target Location: .github/reports/audits/
Related: Audit reports for instructions, schemas, agents, metrics
Definition of Done
Related Issues
Effort Estimate
1-2 hours (file moves + reference updates + documentation)
Notes
- Low effort: Only 2 files to move
- Cleanup task: Enforce pattern for future audits
- Priority: Low (can be done quickly, non-blocking)
- Can be done in parallel with other initiatives
Overview
Enforce correct placement of audit/report files in
.github/reports/instead of repository root.Scope
Misplaced Files (at repo root):
CHANGELOG-CONSOLIDATION-AUDIT.mdPHASE-2B-SKILLS-AUDIT.mdTarget Location:
.github/reports/audits/Related: Audit reports for instructions, schemas, agents, metrics
Definition of Done
CHANGELOG-CONSOLIDATION-AUDIT.mdto.github/reports/audits/PHASE-2B-SKILLS-AUDIT.mdto.github/reports/audits/.github/reports/audits/directory structure if needed.github/reports/Related Issues
Effort Estimate
1-2 hours (file moves + reference updates + documentation)
Notes