magellan 3.3.4

Deterministic codebase mapping tool for local development
Documentation
1
2
3
4
5
6
7
8
9
10
//! Structured diagnostics for Magellan watch/index operations.
//!
//! Provides deterministic, sortable diagnostic types for skip reasons and errors.
//! Phase 2: Type definitions + deterministic ordering + stderr output.
//! Phase 3: JSON output with schema_version.

pub mod watch_diagnostics;

// Re-export main diagnostic types
pub use watch_diagnostics::{DiagnosticStage, SkipReason, WatchDiagnostic};