@sethdouglasford/claude-flow
Version:
Claude Code Flow - Advanced AI-powered development workflows with SPARC methodology
10 lines • 299 B
TypeScript
/**
* Startup Command - Comprehensive orientation and capability activation
*/
import { Command } from "../cliffy-compat.js";
export interface CommandContext {
args: string[];
flags: Record<string, any>;
}
export declare const startupCommand: Command;
//# sourceMappingURL=startup.d.ts.map