harness_init
Initialize LiDAR Harness for a project: detect typecheck and lint commands, establish baselines, and classify task complexity. Returns session info with detected commands and PGO readiness.
Instructions
Initialize LiDAR Harness for a project: detect typecheck/lint commands, establish baselines, classify task complexity.
Call this ONCE at the start of a session. Provide the user's task message for complexity classification.
Returns: session info with detected commands, complexity, and PGO readiness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory (default: cwd of MCP process) | |
| commands | No | Override auto-detected commands (e.g. ["npx tsc --noEmit", "npm run lint"]) | |
| taskMessage | No | User's task description for complexity classification |