cmx-core 0.3.0

Embeddable core for installing agent skills across platforms — cmx-aware lockfile tracking, plan/apply installs, version guards
Documentation
pub mod artifact_status;
pub mod checksum;
pub mod config;
pub mod context;
pub mod error_summary;
pub mod frontmatter;
pub mod fs_util;
pub mod gateway;
pub mod json_file;
pub mod lockfile;
pub mod paths;
pub mod platform;
pub mod platform_iter;
pub mod production;
pub mod skill_fs;
pub mod skill_install;
pub mod targets;
pub mod types;

#[cfg(any(test, feature = "test-support"))]
pub mod conformance;

#[cfg(any(test, feature = "test-support"))]
pub mod test_support;