githubclaw 0.2.2

Near-autonomous AI agents that manage open-source projects end-to-end using GitHub as the single source of truth.
Documentation
pub mod agents;
pub mod cli;
pub mod config;
pub mod constants;
pub mod dispatch_receipts;
pub mod errors;
pub mod issue_router;
pub mod markers;
pub mod pipeline;
pub mod process_manager;
pub mod queue;
pub mod rate_limiter;
pub mod resume_message;
pub mod runtime_state;
pub mod scheduler;
pub mod server;
pub mod session_store;
pub mod signature;
pub mod tui;