Enhances code extraction and project indexing
Adds support for Dart and Liquid languages with tree-sitter parsing. Improves accuracy of code symbol extraction for existing languages. Indexes project files to enhance code navigation features. Migrates build system to facilitate code contributions. Removes git hook functionality. Integrates Sentry for error tracking and reporting. Enhances project initialization and configuration loading.
This commit is contained in:
@@ -151,14 +151,6 @@ async function initializeLocalProject(): Promise<void> {
|
||||
success(`Indexed ${formatNumber(result.filesIndexed)} files with ${result.errors.length} warnings`);
|
||||
}
|
||||
|
||||
// Install git hooks if this is a git repository
|
||||
if (cg.isGitRepository()) {
|
||||
const hookResult = cg.installGitHooks();
|
||||
if (hookResult.success) {
|
||||
success('Installed git post-commit hook');
|
||||
}
|
||||
}
|
||||
|
||||
cg.close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user