Expand description
HTTP handlers for AI-coupled features. New in #555 phase 2 โ see
handlers/mod.rs for migration progress.
HTTP handlers for AI-coupled features.
Issue #555 carves the AI-touching handler files out of
mockforge-http/src/handlers/ and re-homes them next to the
intelligence logic they wrap. The HTTP crate keeps thin
re-export shims at the legacy paths for one minor version so
router-construction code in mockforge_http::lib keeps resolving
unchanged.
Currently migrated:
pr_generation: PR generation HTTP surface (#555 phase 2). The underlyingpr_generationmodule moved in #562 phase 1; the handler followed once intelligence grew an axum dep.- [
semantic_drift]: Semantic-drift incident HTTP surface (#555 phase 3). All three of its foreign deps moved here in earlier #562 phases (ai_contract_diffin phase 4,incidents::semantic_managerin phase 9) and the sqlx wrapper landed via the #611 prereq. threat_modeling: Threat-modeling HTTP surface (#555 phase 4). Same pattern assemantic_driftโcontract_drift::threat_modelingmoved here in #562 phase 3,incidents::integrationsmoved in phase 9, and the threat types live inmockforge_foundation::threat_modeling_types.
Modulesยง
- pr_
generation - PR generation handlers
- semantic_
drift - HTTP handlers for semantic drift incidents
- threat_
modeling - HTTP handlers for contract threat modeling