CLIScenariosDemos
Adopt HarnessTap in an existing repository
This walkthrough demonstrates adopting HarnessTap in a repository that already contains project files (the scan-project fixture). It covers the full flow...
This walkthrough demonstrates adopting HarnessTap in a repository that already
contains project files (the scan-project fixture). It covers the full flow from
initialisation through applying a plugin and confirming the final state.
Tape: ../tapes/01-existing-repo-adoption.tape (CLI repo tape)
Commands
ht init --main codex --aliases claude-code,cursor— initialise HarnessTap and set harness preferencesht scan .— detect existing resourcesht resource list— review discovered resourcesht plugin list --search foundation --remote-only— browse catalog pluginsht apply engineering-foundation— apply a catalog plugin to the projectht status .— confirm the final state
