42fc700: Disable Biome scanner-based rules in the core preset (useAwaitThenable, useFind, useRegexpExec, noPrivateImports, noUndeclaredDependencies, useImportExtensions). These rely on Biome's project scanner, which is significantly slower than single-file linting.aff09df: Silence noisy subprocess output during init by passing silent: true to addDevDependency and switching the Husky and Lefthook initialization execSync calls from stdio: "inherit" to stdio: "pipe", so installer chatter no longer bleeds into the interactive CLI.0f57252: Upgrade to Biome 2.3.9c15b770: Improve the custom reporter: show every remaining diagnostic instead of filtering to only un-fixable ones (if Biome fixed a finding it's already removed from the list), and append a documentation link (https://biomejs.dev/linter/rules/<rule>/) under each lint diagnostic.99dda79: Switch the VS Code Biome extension installer's stdio from inherit to pipe and surface a clean status message based on exit code (settings.json created and Biome extension installed. on success, settings.json created. Install Biome extension manually. otherwise) instead of leaking code --install-extension output into the CLI.d759789: Bump Biome to 2.3.10