harness.dev
v0.5.1
Published
The Harness Development Kit CLI — scaffold HDK harnesses and apps.
Maintainers
Readme
harness.dev
Zero to a working agentic AI app in three commands.
harness.dev is the CLI for the lloyal HDK: scaffold a harness (your application), scaffold an App (a capability it loads), and ship Apps through the signed channel.
npx harness.dev # scaffold a new harness — a runnable HDK application
npx harness.dev app # scaffold an App — a Source + Tools + skill bundle
npx harness.dev install lloyal/wikipedia # install a signed App from the channelEvery channel install is verified end-to-end: Ed25519-signed catalog and bundles, integrity-audited lockfile, install scripts disabled by default. What you install is what was reviewed.
For publishers:
npx harness.dev publishers register # claim your publisher handle
npx harness.dev publish # build, sign, and submit your App
npx harness.dev review # (reviewers) inspect + approve submissionsDocs → · Build an App → · The HDK →
License
Apache-2.0 — the CLI is fully open. (The HDK runtime packages are FSL-1.1-Apache-2.0; see each package's LICENSE.)
