feat: add custom config support and security auditor pipeline#4
Merged
feat: add custom config support and security auditor pipeline#4
Conversation
- Remove hardcoded file extension filtering (.ts, .py) from file-parser.ts - Remove hardcoded .ts filtering from batch-processor.ts - Rename tsFiles to filesToReview for language-agnostic naming - Fix glob CommonJS import compatibility - Add explicit JSON escaping instructions to file-reviewer.ts - Add custom config support via -c, --config flag - Create Python quality configuration and prompts This makes QualOps work with any language specified by the user, trusting the files option without hardcoded assumptions.
…tibility - Install tsx as dev dependency - Update dev script to use tsx instead of node --experimental-strip-types - Remove --experimental-strip-types from cli.ts shebang - Fix glob import for CommonJS/ESM compatibility - Enables language-agnostic file processing without module resolution issues
Resolved conflicts: - package.json: Keep tsx dev script and LC_ALL=en_US test script
The projects folder is for local testing and should not be tracked in git.
- Fix import order in all-command.ts (config before session-context) - Remove unused error variable in file-reviewer.ts catch block
- Remove TS-specific filtering tests (.d.ts, .tsx) - Update tests to expect all file types without filtering - Remove tests for non-existent features (reactReview, multiPassReview, filter) - Fix mock expectations for glob patterns These changes align tests with our language-agnostic approach where file filtering is controlled by skipPatterns config rather than hardcoded TS-specific logic.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Enhanced QualOps with flexible custom configuration system and security auditor pipeline.
Key Features
Custom Configuration Support
--configCLI option to load custom config filesqualops --config examples/security-auditor/security-auditor.qualopsrc.jsonSecurity Auditor Pipeline
Configuration Cleanup
reactReview,multiPassReview,filtersectionStructure Reorganization
examples/angular-nx-monorepo/for framework-specific configsexamples/security-auditor/with security pipelinequalops-llm.txt(1,342-line LLM agent guide) to rootUsage