Skip to main content Crate harn_cli Copy item path Source acp cli Top-level clap definition for the harn CLI. commands config Lightweight harn.toml loader for harn fmt, harn lint, and
harn eval prompt --fleet-name <name>. env_guard format Shared, lightweight formatting helpers for CLI commands. json_envelope Canonical JSON envelope for harn CLI commands. package skill_loader CLI-side glue that assembles harn-vm’s layered skill discovery
from the inputs harn run / harn test / harn check see at
startup: repeatable --skill-dir, $HARN_SKILLS_PATH, the nearest
harn.toml, and the user’s home / system directories. skill_provenance test_runner EmbeddedSkill A single skill embedded into the Harn build. SkillFrontmatter Frontmatter fields embedded with each bundled skill. CLI_RUNTIME_STACK_SIZE get_embedded_skill Return one bundled skill by canonical skill name. list_embedded_skills Return every skill bundled into this build. run Entry point used by src/main.rs. Hosts the CLI runtime thread and
drives the async dispatcher in async_main.