//! Agent-mode types and skill artifact generation for `tftio` CLI tools.
//!
//! Re-exports agent-mode types from `tftio_cli_common`. Agent skill
//! artifact generation will move here once the test infrastructure
//! dependencies on `tftio_cli_common::test_support` are resolved.
pub use ToolSpec;
pub use ;