/** * Harness Initializer - Initializes the harness structure in a project * * Creates AGENTS.md, specs/, tasks/, etc. in the target project. * Existing files are skipped (use --force to overwrite). */ import type { InitOptions, InitResult } from "./types.js"; /** Initialize the harness structure in a project */ export declare function initHarness(projectPath: string, options?: InitOptions): InitResult; //# sourceMappingURL=initializer.d.ts.map