Skip to main content

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:

  1. start Ollama or LM Studio
  2. rerun harness doctor
  3. 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