Quickstart
Use this page for your first run. Copy commands in order and verify each step before continuing.
Prerequisites
- Node.js 18+ installed.
- Run from your project root directory.
- Project tracked in git so you can review generated diffs.
Step 1: Initialize baseline
Initialize harness
Expected outcome: harness.json, CLAUDE.md, and AGENTS.md are generated.
Step 2: Add one bundle
Add first bundle
Start with one high-value bundle to keep the first diff small and easy to audit.
Step 3: Verify harness health
Run health check
Expected outcome: no critical drift; installed bundle appears in harness state.
Step 4: Confirm installed bundles
List installed bundles
Step 5: Commit baseline
- Review generated files and scripts.
- Commit baseline setup in one commit.
- Add more bundles incrementally and verify after each add.
If you are blocked
Open Troubleshooting for the most common command failures and quick fixes.