virtue-cli
Version:
Personal character development CLI tool for tracking virtues and philosophical alignment
28 lines • 915 B
TypeScript
import { Database } from '../database/Database.js';
import { Profile } from '../types/index.js';
export declare class MonthlyDeepDive {
private db;
private profile;
private claudeService;
private autoSaveManager;
constructor(db: Database, profile: Profile);
run(): Promise<void>;
private checkDataSufficiency;
private runComprehensiveAssessment;
private runGuidedReflection;
private runProgressAnalysis;
private runMonthlyPlanning;
private generateMonthlyAnalysis;
private parseEntries;
private identifyThemes;
private generateAIInsights;
private buildMonthlyInsightPrompt;
private createInterventionPlan;
private displayMonthlyOverview;
private displayVirtueAnalysis;
private displayAIInsights;
private displayInterventionPlan;
private saveDeepDive;
private formatCoherence;
}
//# sourceMappingURL=MonthlyDeepDive.d.ts.map