Quick Start
This is the intended standalone first-run flow.
1. Generate config
npm run harness -- init --profile local
2. Validate setup
npm run harness -- doctor
3. Inspect the built-in demo
npm run harness -- demo --list-tasks
npm run harness -- demo --dry-run --task ts-isUUID
4. Run one task
npm run harness -- run tasks/ts-lib/ts-isUUID.json --repo test-repos/ts-lib
5. Inspect results
npm run harness -- status
npm run harness -- report
6. Recover from the common failure
If the model endpoint is not reachable:
- start Ollama or LM Studio
- rerun
harness doctor - rerun the task
If you only want to validate local paths and config before services are up:
npm run harness -- doctor --skip-model-endpoint --skip-agent-brain