Agent Burn

Configuration Files

Load a specific JSON file with --config.

Use --config <path> to load a specific JSON file:

agent-burn summary --config ./agent-burn.json --value
agent-burn harness claude --config ./agent-burn.json --json

The generated schema is published with the package at apps/agent-burn/config-schema.json and copied to /config-schema.json for the docs site.

Suggested local file

{
  "defaults": {
    "timezone": "Europe/Zurich",
    "compact": false,
    "offline": false
  }
}