//! Parsers for AXE canonical format and vendor-specific formats.
//!
//! Handles both forward parsing (AXE SKILL.md → IR) and reverse
//! parsing (vendor format → IR) for the `axe compat` workflow.
pub use axe_ir;
/// Parse an AXE-format SKILL.md into the IR.
///
/// # Errors
///
/// Returns an error if the frontmatter is missing required fields
/// or the `axe-version` is unsupported.