Claude/fix kaif request 8wsej#230
Closed
thumpersecure wants to merge 20 commits intokaifcodec:mainfrom
Closed
Conversation
Co-authored-by: thumpersecure <thumpersecure@pm.me>
Co-authored-by: thumpersecure <thumpersecure@pm.me>
Co-authored-by: thumpersecure <thumpersecure@pm.me>
…pattern syntax
- Add user_scanner/core/patterns.py with [chars]{lens} parser
- Replace -p/--permute and generate_permutations with inline pattern expansion
- Support [a-z], [0-9], {1-2}, {1;2}, escaping (\[ \] \\)
- Add -r/--random for random expansion order
- Add 15 pattern tests in tests/test_patterns.py
- Update README, FLAGS.md, and PR_184_INTEGRATION.md for upstream contribution
Co-authored-by: thumpersecure <thumpersecure@pm.me>
PR 184 integration
Co-authored-by: thumpersecure <thumpersecure@pm.me>
Co-authored-by: thumpersecure <thumpersecure@pm.me>
Co-authored-by: thumpersecure <thumpersecure@pm.me>
Remove patterns feature, PR_184_INTEGRATION.md, and all cursor/code-quality changes that were not part of the upstream repository. This brings the fork back in sync with kaifcodec/user-scanner:main. https://claude.ai/code/session_01M8p4Co7GcSc1dsUcpuYFVR
Revert PR #184 changes and sync with upstream main
Claude/review pr 227 h m94 y
* Fix permutation coverage and remove silent error swallowing * Apply targeted enhancements to CLI, helpers, and updater * Clean up Bandit nosec annotations in updater * feat: Integrate PR #184 Patterns feature - replace permutations with pattern syntax - Add user_scanner/core/patterns.py with [chars]{lens} parser - Replace -p/--permute and generate_permutations with inline pattern expansion - Support [a-z], [0-9], {1-2}, {1;2}, escaping (\[ \] \\) - Add -r/--random for random expansion order - Add 15 pattern tests in tests/test_patterns.py - Update README, FLAGS.md, and PR_184_INTEGRATION.md for upstream contribution * Revert PR #184 changes and sync with upstream main Remove patterns feature, PR_184_INTEGRATION.md, and all cursor/code-quality changes that were not part of the upstream repository. This brings the fork back in sync with kaifcodec/user-scanner:main. https://claude.ai/code/session_01M8p4Co7GcSc1dsUcpuYFVR --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: thumpersecure <thumpersecure@pm.me>
Co-authored-by: thumpersecure <thumpersecure@pm.me>
Co-authored-by: thumpersecure <thumpersecure@pm.me>
Fix permutation coverage and remove silent error swallowing
Owner
|
@thumpersecure This PR will not be merged you have pushed unnecessary commits to it. Keep the focus on simple commits as mentioned in #227 (about the code improvements only) |
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.
Code quality improvements and bug fixes
Independent code quality improvements and bug fixes, separated from #184 as requested in #227. Changes: fix permutation coverage off-by-one, replace bare excepts with specific exception types, CLI/helpers/updater enhancements, Bandit nosec cleanup. Independent of PR #184 and can be merged separately.