How Siclaw Investigates
Siclaw uses a 4-phase hypothesis-driven investigation engine: gather context → generate hypotheses → validate in parallel → produce a structured report with root cause and remediation. Every investigation is read-only — Siclaw never modifies your cluster. See Deep Investigation for the full workflow.Runtime Modes
Siclaw runs in three modes sharing one agent core:| Mode | Use Case | Start Command |
|---|---|---|
| CLI (TUI) | Personal terminal diagnostics | siclaw |
| Local Server | Team use with Web UI and shared configuration | siclaw local |
| Kubernetes | Production multi-tenant deployment | helm upgrade --install siclaw ./helm/siclaw ... |
siclaw for personal terminal workflows, siclaw local for a browser-based local setup, and Kubernetes for team deployments.