cartomancer 0.3.1

PR review tool with blast radius awareness — Semgrep + cartog + LLM
1
2
3
4
5
6
7
//! Axum webhook handler for GitHub events.

/// Build the Axum router with webhook endpoints.
#[allow(dead_code)] // wired when `serve` command is implemented
pub fn router() -> axum::Router {
    todo!()
}