Overview
Audit the current location of agent and script files to determine migration status and identify items still in .github/ that should be in root folders.
Scope
- Check if
.github/agents/ still exists (should have moved to /agents)
- Check if
.github/scripts/ exists (should have moved to /scripts)
- Verify what remains in
.github/ vs. what's in root folders
- Document migration status for each file/folder
- Identify any duplication or orphaned files
Audit Checklist
Deliverables
- Migration status audit report
- File inventory: Path | Current Location | Expected Location | Status | Notes
- List of files still needing migration
- List of potential duplicate files
- Recommendations for completion
Related Files
.github/agents/ (if exists)
.github/scripts/ (if exists)
agents/ (root level)
scripts/ (root level)
.github/workflows/ (references to check)
Related Documentation
Overview
Audit the current location of agent and script files to determine migration status and identify items still in
.github/that should be in root folders.Scope
.github/agents/still exists (should have moved to/agents).github/scripts/exists (should have moved to/scripts).github/vs. what's in root foldersAudit Checklist
.github/agents/(if exists).github/scripts/(if exists)agents/(root level)scripts/(root level)Deliverables
Related Files
.github/agents/(if exists).github/scripts/(if exists)agents/(root level)scripts/(root level).github/workflows/(references to check)Related Documentation