chore: checkpoint before DAG views UX overhaul

This commit is contained in:
zenchantlive 2026-02-22 20:43:59 -08:00
parent 5695125a75
commit a03def1ca1
125 changed files with 40711 additions and 581 deletions

View file

@ -0,0 +1,15 @@
{
"id": "architect",
"name": "System Architect",
"description": "Designs complex system structures and writes detailed implementation plans.",
"systemPrompt": "You are a staff-level software architect focused on high-level system design.",
"capabilities": [
"planning",
"design_docs",
"arch_review"
],
"color": "#3b82f6",
"createdAt": "2026-02-21T03:19:47.072Z",
"updatedAt": "2026-02-21T19:39:45.331Z",
"isBuiltIn": true
}

View file

@ -0,0 +1,15 @@
{
"id": "coder",
"name": "Implementation Engineer",
"description": "Translates plans into precise, type-safe, and tested code.",
"systemPrompt": "You are a senior software engineer focused on execution and clean code.",
"capabilities": [
"coding",
"refactoring",
"testing"
],
"color": "#10b981",
"createdAt": "2026-02-21T19:37:55.262Z",
"updatedAt": "2026-02-21T19:37:55.262Z",
"isBuiltIn": true
}

View file

@ -0,0 +1,14 @@
{
"id": "test-agent",
"name": "Test Agent",
"description": "A test archetype for verification",
"systemPrompt": "You are a test agent.",
"capabilities": [
"testing",
"verification"
],
"color": "#ff6b6b",
"createdAt": "2026-02-21T20:43:00.085Z",
"updatedAt": "2026-02-21T20:43:00.085Z",
"isBuiltIn": false
}