pmat 3.15.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
11
12
// Coverage tests for comply handlers - part 2
// Split for file health compliance (CB-040)
//
// Section 1: check_compute_brick, check_cargo_lock, check_msrv,
//            check_ci_configured, check_paiml_deps_workspace tests
// Section 2: get_breaking_changes_since, get_changelog_entries,
//            load_or_create_project_config, update_last_check_timestamp,
//            migrate_project_version, migrate_gitignore,
//            update_project_config, print_compliance_text tests

include!("coverage_part2_checks.rs");
include!("coverage_part2_config.rs");