//! Spec Management CLI Handlers (master-plan-pmat-work-system.md)
//!
//! Implements S-001 through S-010 acceptance criteria for specification management.
use crateSpecOutputFormat;
use crate;
use fs;
use Path;
// Command handlers: handle_spec_score, handle_spec_comply, handle_spec_create, handle_spec_list
include!;
// Scoring and formatting: calculate_spec_score, format_spec_score_*
include!;
// Sync and drift: handle_spec_sync, handle_spec_drift
include!;
// Tests split for file health compliance (CB-040)
// TEMPORARILY DISABLED: File splitting broke syntax (functions/modules split across files)