Skip to content

Checks

Terminal window
find docs -type f | sort

Expected: required docs from the handoff are present.

Terminal window
git diff -- README.md docs

Expected: changes are intentional and navigable.

Optional later:

Terminal window
markdown-link-check docs/**/*.md README.md
Terminal window
uh validate .harness/project.yaml
uh validate .harness/missions/<id>/mission.yaml
uh validate .harness/adapters/<adapter>.yaml
Terminal window
uh adapter check hermes
uh mission dry-run .harness/missions/<id>/mission.yaml
uh sandbox inspect <sandbox-id>