chore: Remove runtime artifacts from git tracking

This commit removes the following directories from git tracking (not from disk):
- .agent/ - AI tool configs
- .agents/ - Agent skills
- .augment/ - Augment AI
- .beads/ - Runtime database
- .claude/ - Claude AI configs
- .cline/ - Cline AI configs
- .openhands/ - OpenHands AI
- .dolt/ - Dolt database

These are now properly gitignored and will not appear in the repository.
This is a MASSIVE cleanup removing 1500+ files from version control.
This commit is contained in:
zenchantlive 2026-03-05 17:25:09 -08:00
parent e594bc4244
commit 7c4c5f46f3
405 changed files with 0 additions and 66556 deletions

View file

@ -1,19 +0,0 @@
{
"id": "full-squad",
"name": "Full Development Squad",
"description": "Complete team for complex projects requiring all capabilities. All 6 archetypes working together.",
"team": [
{ "archetypeId": "architect", "count": 1 },
{ "archetypeId": "engineer", "count": 2 },
{ "archetypeId": "reviewer", "count": 1 },
{ "archetypeId": "tester", "count": 1 },
{ "archetypeId": "investigator", "count": 1 },
{ "archetypeId": "shipper", "count": 1 }
],
"protoFormula": "Architect leads design → Engineers implement → Reviewer ensures quality → Tester validates → Investigator handles unknowns → Shipper deploys",
"color": "#ec4899",
"icon": "🎯",
"createdAt": "2026-02-25T00:00:00.000Z",
"updatedAt": "2026-02-25T00:00:00.000Z",
"isBuiltIn": true
}