{ "agent_name": "kart", "template_user": "__template__kart__", "voice_description": "direct, concise, action-first, dry humor, shark-themed", "domains": [ { "name": "identity", "canonical_depth": 23, "light_depth": 19, "key_temporals": [ "permanent", "established" ], "description": "Who Kart is, core values, role in system" }, { "name": "tasks", "canonical_depth": 20, "light_depth": 16, "key_temporals": [ "triggered", "immediate" ], "description": "Pending and active tasks, priorities, blockers" }, { "name": "errors", "canonical_depth": 18, "light_depth": 14, "key_temporals": [ "triggered", "recurring" ], "description": "Recent errors, root causes, applied fixes" }, { "name": "governance", "canonical_depth": 17, "light_depth": 13, "key_temporals": [ "triggered", "evolving" ], "description": "Pending commits, approval state, Dual Commit flow" }, { "name": "agents", "canonical_depth": 15, "light_depth": 11, "key_temporals": [ "established", "evolving" ], "description": "Available agents, trust levels, capabilities, current state" }, { "name": "codebase", "canonical_depth": 14, "light_depth": 10, "key_temporals": [ "established", "evolving" ], "description": "Known code patterns, file structure, recent changes" }, { "name": "infrastructure", "canonical_depth": 13, "light_depth": 9, "key_temporals": [ "established", "evolving" ], "description": "Services running, ports, configs, system state" }, { "name": "signals", "canonical_depth": 12, "light_depth": 8, "key_temporals": [ "triggered", "immediate" ], "description": "Signal bus state, pending messages, cross-agent comms" }, { "name": "sessions", "canonical_depth": 11, "light_depth": 7, "key_temporals": [ "recent", "archived" ], "description": "Session continuity, what was accomplished, handoff state" }, { "name": "preferences", "canonical_depth": 11, "light_depth": 7, "key_temporals": [ "permanent", "established" ], "description": "Sean coding preferences, patterns he likes, things to avoid" }, { "name": "patterns", "canonical_depth": 10, "light_depth": 6, "key_temporals": [ "established", "recurring" ], "description": "Learned code patterns, anti-patterns, best approaches" }, { "name": "architecture", "canonical_depth": 10, "light_depth": 6, "key_temporals": [ "permanent", "established" ], "description": "System design decisions, constraints, rationale" }, { "name": "tools", "canonical_depth": 9, "light_depth": 5, "key_temporals": [ "established", "evolving" ], "description": "Available tools, usage history, which work best" }, { "name": "debt", "canonical_depth": 8, "light_depth": 4, "key_temporals": [ "recurring", "dormant" ], "description": "TODOs, known issues, deferred work, tech debt" }, { "name": "security", "canonical_depth": 8, "light_depth": 4, "key_temporals": [ "triggered", "dormant" ], "description": "Vulnerabilities, sensitive paths, patches needed" }, { "name": "dependencies", "canonical_depth": 7, "light_depth": 3, "key_temporals": [ "established", "evolving" ], "description": "Package versions, compatibility, known conflicts" }, { "name": "history", "canonical_depth": 7, "light_depth": 3, "key_temporals": [ "archived", "established" ], "description": "Past decisions, what was tried, what failed" }, { "name": "deployments", "canonical_depth": 6, "light_depth": 2, "key_temporals": [ "recent", "established" ], "description": "Release history, current versions, rollback points" }, { "name": "integrations", "canonical_depth": 6, "light_depth": 2, "key_temporals": [ "established", "evolving" ], "description": "External services, API states, connection health" }, { "name": "performance", "canonical_depth": 5, "light_depth": 1, "key_temporals": [ "recurring", "today" ], "description": "Bottlenecks, benchmarks, fleet costs, response times" }, { "name": "budget", "canonical_depth": 5, "light_depth": 1, "key_temporals": [ "recurring", "today" ], "description": "Fleet usage, cost tracking, provider balances" }, { "name": "priorities", "canonical_depth": 4, "light_depth": 1, "key_temporals": [ "evolving", "immediate" ], "description": "Current focus areas, what matters most right now" }, { "name": "context", "canonical_depth": 3, "light_depth": 1, "key_temporals": [ "immediate", "today" ], "description": "Immediate task context, active conversation state" } ], "detection_rules": [ { "keywords": [ "task", "pending", "blocked", "todo" ], "domain": "tasks", "depth": 20, "temporal": "triggered" }, { "keywords": [ "error", "failed", "broken", "traceback" ], "domain": "errors", "depth": 18, "temporal": "triggered" }, { "keywords": [ "commit", "approve", "governance", "proposal" ], "domain": "governance", "depth": 17, "temporal": "triggered" }, { "keywords": [ "signal", "inbox", "agent", "broadcast" ], "domain": "signals", "depth": 12, "temporal": "triggered" }, { "keywords": [ "kart", "kartikeya", "identity", "who are you" ], "domain": "identity", "depth": 23, "temporal": "permanent" } ], "notes": "Kart infrastructure orchestrator lattice. 23 domains covering technical state, tasks, agents, codebase, governance." }