#!/usr/bin/env node /** * SLOPE CLI — Sprint Lifecycle & Operational Performance Engine * * Usage: * slope init Initialize .slope/ directory * slope card Display handicap card * slope validate [path] Validate scorecard(s) * slope review [path] [--plain] Format sprint review * slope briefing [--sprint=N] [options] Pre-round briefing * slope plan --complexity= Pre-shot advisor * slope classify --scope=... ... Classify a shot * slope claim --target= [--force] Claim a ticket or area * slope release --id= Release a claim * slope status [--sprint=N] Show sprint course status * slope dashboard [--port=N] [--no-open] Live local performance dashboard */ export {}; //# sourceMappingURL=index.d.ts.map