Add instruction to keep repos clean by removing old branches

This commit is contained in:
OpenCode Test
2026-01-04 13:29:04 -08:00
parent 1b432f1c3f
commit 4fe8957482

View File

@@ -14,6 +14,12 @@
"status": "active", "status": "active",
"added": "2026-01-04" "added": "2026-01-04"
}, },
{
"id": "e5f6a7b8-9012-34ef-0123-555555555555",
"instruction": "Keep git repos clean: always use gitea-merge.sh to merge (auto-deletes branches). Periodically run 'git branch -a' to check for stale branches and remove them.",
"status": "active",
"added": "2026-01-04"
},
{ {
"id": "b2c3d4e5-6789-01bc-def0-222222222222", "id": "b2c3d4e5-6789-01bc-def0-222222222222",
"instruction": "Git workflow: See CLAUDE.md for full process. Use rebase merges, not merge commits.", "instruction": "Git workflow: See CLAUDE.md for full process. Use rebase merges, not merge commits.",