merge: integrate upstream main with local Makelore changes

This commit is contained in:
inman
2026-08-31 10:55:48 +08:00
128 changed files with 8278 additions and 3030 deletions

View File

@@ -37,7 +37,6 @@ export interface CodingProjectConfig {
initialized: boolean;
agents: CodingProjectAgent[];
knowledgeDirectory: 'knowledge';
legacyConversationNotice: 'none' | 'pending' | 'acknowledged';
createdAt: string;
updatedAt: string;
}