Repository Cleanup & Migration
Repository Cleanup & Migration
Automated repository cleanup using agent-buildkit to phase out development branches and establish release branch workflow.
Quick Links
- Quick Start - 3-step process to get started
- Executive Summary - Cost analysis and overview
- Agent Automation Plan - Complete agent specifications
- Immediate Actions - Detailed execution steps
- Automation Summary - Full breakdown with monitoring
Overview
This initiative automates the cleanup of 40+ repositories to:
- Phase out forbidden
developmentbranches - Establish release branch workflow (
release/vX.X.X) - Preserve all commits from development branches
- Change default branches to
main - Archive development branches
Cost Savings
| Approach | Time | Cost |
|---|---|---|
| Manual | 320 hours | $16,300 |
| Agents | 2 hours | $350 |
| Savings | 318 hours | $15,950 |
Agent Team
5 specialized agents handle the migration:
- Branch Migration Agent - Creates release branches, cherry-picks commits
- GitLab Config Agent - Updates settings via API
- Tag Alignment Agent - Ensures tags match branches
- CI/CD Validator Agent - Runs tests, validates pipelines
- Documentation Sync Agent - Updates docs, creates issues
Current Status
- agent-buildkit: Already compliant
- gitlab_components: Migration in progress (90% complete)
- openstandardagents.org: Excluded per user request
- technical-docs: Ready for agent automation
Getting Started
- Read Quick Start
- Configure branch protection (5 minutes)
- Spawn agents (automated)
- Monitor progress (10 minutes)
See Immediate Actions for detailed steps.