Documentation Index
Fetch the complete documentation index at: https://docs.asymptotelabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Paths
Beacon manages different paths depending on whether you install in user mode or system mode. The active runtime log stays atruntime.jsonl and rotates at 10 MiB, retaining five numbered local archives by default.
| Item | User mode | System mode |
|---|---|---|
| Config | ~/.beacon/endpoint/config.json | /Library/Application Support/Beacon/Endpoint/config.json |
| Base directory | ~/.beacon/endpoint | /Library/Application Support/Beacon/Endpoint |
| Runtime log | ~/.beacon/endpoint/logs/runtime.jsonl | /var/log/beacon-agent/runtime.jsonl |
| Rotated runtime archives | ~/.beacon/endpoint/logs/runtime.jsonl.1 through .5 | /var/log/beacon-agent/runtime.jsonl.1 through .5 |
| Collector config | ~/.beacon/endpoint/otelcol.yaml | /Library/Application Support/Beacon/Endpoint/otelcol.yaml |
| OTLP gRPC | 127.0.0.1:4317 | 127.0.0.1:4317 |
| OTLP HTTP | 127.0.0.1:4318 | 127.0.0.1:4318 |
beacon-hooks adapter under the Beacon endpoint base directory.
Hook and plugin configuration is written to:
- Cursor:
~/.cursor/hooks.jsonor./.cursor/hooks.json - Devin:
~/.config/devin/config.jsonor./.devin/hooks.v1.json - Factory:
~/.factory/settings.jsonor./.factory/settings.json - Grok Build:
~/.grok/hooks/beacon.jsonor./.grok/hooks/beacon.json - OpenCode:
~/.config/opencode/plugins/beacon.tsor./.opencode/plugins/beacon.ts
Related
Endpoint telemetry
Configure the local endpoint agent, harnesses, and content retention.
beacon endpoint
Review endpoint command behavior and common paths.

