Source Files
Dependencies
Key Design Decisions
- No CLI vs web bot distinction — all bots are functionally identical
- Single binary — web UI embedded via
go:embed - No CGO — pure Go dependencies for easy cross-compilation
- SQLite with WAL mode — simple, reliable storage