Configuration
The AgentLogs CLI stores configuration in~/.config/agentlogs/.
Settings File
Repository permissions are configured insettings.json:
The settings file uses JSONC format, which supports comments. Feel free to add notes explaining your configuration
choices.
Settings Fields
| Field | Type | Description |
|---|---|---|
mode | "denylist" | "allowlist" | Capture mode |
repos | object | Per-repo settings keyed by repo identifier |
repos[key].allow | boolean | Whether to capture this repo |
repos[key].visibility | "private" | "team" | "public" | Visibility override |