repopilot 0.9.0

Local-first CLI for repository audit, architecture risk detection, baseline tracking, and CI-friendly code review.
Documentation
pub mod catalog;
pub mod decision;
pub mod framework;
pub mod language;
pub mod loader;
pub mod model;
pub mod paradigm;
pub mod rule;
pub mod runtime;
pub mod validate;

pub use catalog::{
    KnowledgeCatalogSection, build_knowledge_catalog_report, render_knowledge_catalog_report,
};
pub use loader::bundled_knowledge;
pub use model::{
    KnowledgeBase, LanguageProfile, RuleDecision, RuleDecisionAction, RuleMatchContext,
    SupportLevel,
};