gobby-core 0.1.0

Shared primitives for Gobby CLI tools — project root resolution, bootstrap config, daemon URL helpers
Documentation
1
2
3
4
5
6
7
8
9
//! Shared primitives for Gobby CLI tools.
//!
//! Small, dependency-light helpers that multiple Gobby binaries (`gcode`,
//! `gsqz`, `gloc`, `ghook`) share: project-root walk-up, project-id reading,
//! bootstrap config resolution, daemon URL construction.

pub mod bootstrap;
pub mod daemon_url;
pub mod project;