mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-12 17:21:19 +08:00
feat(app): sync backend config on app initialization
- Call syncConfigStoreFromBackend() on app mount - Export __testables from smart-search for testing - Complements configStore refactoring
This commit is contained in:
@@ -3159,6 +3159,12 @@ export async function handler(params: Record<string, unknown>): Promise<ToolResu
|
||||
* @param params - Search parameters (path, languages, force)
|
||||
* @param onProgress - Optional callback for progress updates
|
||||
*/
|
||||
export const __testables = {
|
||||
parseCodexLensJsonOutput,
|
||||
parsePlainTextFileMatches,
|
||||
hasCentralizedVectorArtifacts,
|
||||
};
|
||||
|
||||
export async function executeInitWithProgress(
|
||||
params: Record<string, unknown>,
|
||||
onProgress?: (progress: ProgressInfo) => void
|
||||
|
||||
Reference in New Issue
Block a user