# Scripts
This folder contains shell smoke tests and the bot installer. Scripts are intended to be run from the repository root.
```mermaid
flowchart TB
all["smoke-all.sh\naggregate no-hardware release proof"] --> http["smoke-http.sh\nHTTP routes, telemetry streams, policy denial"]
all --> mcp["smoke-mcp.sh\nstdio MCP initialize, tools, health"]
all --> mcphttp["smoke-mcp-http.sh\nlocalhost MCP HTTP and CLI calls"]
all --> replayhttp["smoke-replay-http.sh\nHTTP replay observe"]
all --> replaymcp["smoke-replay-mcp.sh\nMCP replay observe"]
all --> physical["smoke-physical-gate.sh\nphysical profile refuses without gate"]
all --> daemon["smoke-daemon.sh\ndaemon lifecycle, status, logs"]
install["install-bot.sh\nbuild and install leash.service"] --> bot["Jetson or bot host"]
```
## Files
- `install-bot.sh`: builds a Leash binary and installs a user `systemd` service plus env file on a bot host.
- `smoke-all.sh`: aggregate no-hardware release proof; CI runs this.
- `smoke-http.sh`: HTTP, WebSocket/SSE, visualization frame, agent input, capture, drive, and policy checks.
- `smoke-mcp.sh`: stdio MCP initialization and tool calls.
- `smoke-mcp-http.sh`: localhost MCP HTTP routes and `leash mcp` CLI calls.
- `smoke-replay-http.sh`: replay mode over HTTP.
- `smoke-replay-mcp.sh`: replay mode over MCP.
- `smoke-physical-gate.sh`: proves physical startup fails without explicit actuation.
- `smoke-daemon.sh`: daemon start/status/log/restart/stop path.