Author
Scan
Import existing harness files from a repository into the local HarnessTap library.
ht scan reads a project tree, detects supported harness files, and upserts them as canonical resources in ~/.harnesstap.
ht scan .
ht scan . --dry-run
ht scan . --harness claude-code
ht resource listHash-aware upsert: interactive prompts on content drift. --overwrite replaces library rows when scan content differs; --skip-existing keeps existing rows.
Infer a plugin from the repo
Skip manual attachment when the working tree is the source of truth:
ht plugin from-project inferred-stack --project .Then apply or keep editing — see Compose.
Related
- Resources — what scan imports
- Scenario 4 — numbered playbook
- Scenario 26 — from-project