refactor: refactor collection
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -43,3 +43,4 @@ export const deleteCookies = async (
|
||||
cookieService.deleteCookies();
|
||||
res.json(successMessage("Cookies deleted successfully"));
|
||||
};
|
||||
|
||||
|
||||
@@ -59,3 +59,4 @@ export const resetPassword = async (
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -42,3 +42,4 @@ export function deleteCookies(): void {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -118,3 +118,4 @@ export async function resetPassword(): Promise<string> {
|
||||
return newPassword;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -174,3 +174,4 @@ export async function prepareSettingsForSave(
|
||||
return prepared;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -51,3 +51,4 @@ export const defaultSettings: Settings = {
|
||||
videoColumns: 4,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user