Modules§
- acp
- cli
- Top-level clap definition for the
harnCLI. - commands
- config
- Lightweight
harn.tomlloader forharn fmt,harn lint, andharn eval prompt --fleet-name <name>. - env_
guard - format
- Shared, lightweight formatting helpers for CLI commands.
- json_
envelope - Canonical JSON envelope for
harnCLI commands. - package
- skill_
loader - CLI-side glue that assembles
harn-vm’s layered skill discovery from the inputsharn run/harn test/harn checksee at startup: repeatable--skill-dir,$HARN_SKILLS_PATH, the nearestharn.toml, and the user’s home / system directories. - skill_
provenance - test_
report - Machine-readable test reports for
harn test. - test_
runner - test_
timing
Structs§
- Embedded
Skill - A single skill embedded into the Harn build.
- Skill
Frontmatter - Frontmatter fields embedded with each bundled skill.
Constants§
Functions§
- 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 inasync_main.