Host and shared source
src/ contains application services and shared code. Agent product orchestration lives in packages/grok-bot-harness.
| Directory | Responsibility | Start reading |
|---|---|---|
| host | Startup, Gateway, persistence, service composition | main.ts, host-boot.ts, extension registry |
| shared | Protocols, settings, data structures, utilities | gateway/, settings/, node/ |
| sand-eval-runner | Retained evaluation entry and environment adapters | Outside the everyday local runtime |
See Architecture for a complete task flow. These release fragments rebuild through the root manifest; see Source recovery.