chittycan
Version:
Your completely autonomous network that grows with you - DNA ownership platform with encrypted vaults, PDX portability, and ChittyFoundation governance
32 lines • 749 B
TypeScript
/**
* Grow With Me Commands
*
* Commands for:
* - Analytics dashboard
* - Smart predictions
* - Workflow suggestions
* - Learning hooks
*/
/**
* Show analytics dashboard
*/
export declare function analyticsCommand(): void;
/**
* Show smart predictions
*/
export declare function predictCommand(options?: {
quiet?: boolean;
}): Promise<void>;
/**
* Show workflow suggestions
*/
export declare function suggestionsCommand(): Promise<void>;
/**
* Learning command (called from shell hooks)
*/
export declare function learnCommand(type: "command" | "context" | "git", args: string[]): Promise<void>;
/**
* Show growth stats (simplified analytics)
*/
export declare function growthCommand(): void;
//# sourceMappingURL=grow.d.ts.map