refactor: refactor collection

This commit is contained in:
Peifan Li
2025-12-27 23:27:34 -05:00
parent 286401cb3a
commit 7f0d340a37
7 changed files with 8 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ Configuration for AI behavior when interacting with Codacy's MCP Server
## using any tool that accepts the arguments: `provider`, `organization`, or `repository`
- ALWAYS use:
- provider: gh
- organization: Brainicism
- repository: bgutil-ytdlp-pot-provider
- organization: franklioxygen
- repository: MyTube
- Avoid calling `git remote -v` unless really necessary
## CRITICAL: After ANY successful `edit_file` or `reapply` operation

View File

@@ -43,3 +43,4 @@ export const deleteCookies = async (
cookieService.deleteCookies();
res.json(successMessage("Cookies deleted successfully"));
};

View File

@@ -59,3 +59,4 @@ export const resetPassword = async (
});
};

View File

@@ -42,3 +42,4 @@ export function deleteCookies(): void {
}
}

View File

@@ -118,3 +118,4 @@ export async function resetPassword(): Promise<string> {
return newPassword;
}

View File

@@ -174,3 +174,4 @@ export async function prepareSettingsForSave(
return prepared;
}

View File

@@ -51,3 +51,4 @@ export const defaultSettings: Settings = {
videoColumns: 4,
};