Design system changescompletedarchitecturehigh
Description
No description provided.
Input Payload
—
Output Payload
{
"architecture": {
"supabase_migration": "Dual-write pattern: Supabase primary via REST API, SQLite as cache/fallback. writeSupabaseEvent/Memory/Knowledge functions in supabase.ts. emitEvent() writes to both.",
"heartbeat": "Worker sends heartbeat every 15s via supabase.table(events).insert(). Agents page fetches latest heartbeat, shows LIVE if <60s.",
"claude_integration": "run_claude_task() in agents.py calls anthropic.Anthropic().messages.create(). Model map: haiku/sonnet/opus. System prompt from agent_instructions.",
"qa_upgrade": "run_qa_verify() supports 6 check types. Playwright browser_check takes screenshots.",
"skills_enforcement": "SKILL_TASK_MAP in worker.py. check_agent_skills() validates before execution. Skills from input_json.agent_skills."
}
}Cost
| Cost Tier | tier2 |
| Retry Count | 0 |
Artifacts (1)
outputV2.2 Architecture Design