Expand description
BossHogg — agent-first PostHog CLI.
Library crate exposes internals for integration tests. Binary consumers
should invoke the bosshogg executable, not this crate.
Module layout mirrors docs/architecture.md.
Re-exports§
pub use error::BosshoggError;pub use error::Result;
Modules§
- analytics
- Anonymous self-tracking telemetry.
- cli
- Top-level Clap derive tree.
- client
- HTTP client for PostHog’s REST + Query APIs.
- commands
- Command implementations.
- config
- TOML-backed config at
~/.config/bosshogg/config.toml. - error
- Error types shared across BossHogg.
- output
- Output subsystem.
- util
- Small shared helpers.