Commit Graph

4 Commits

Author SHA1 Message Date
6f45d68079 x 2025-09-17 18:55:08 +00:00
0649677e4d x 2025-09-17 17:01:02 +00:00
f1b61a6ae7 Add detection for typing.Any usage and enhance quality checks
- Implemented a new function to detect usage of typing.Any in code, which raises warnings during pre-tool use.
- Updated the pretooluse_hook to handle quality issues related to typing.Any and integrate it with existing quality checks.
- Modified the response structure to include permissionDecision instead of decision for consistency across hooks.
- Enhanced test coverage for typing.Any usage detection in both single and multi-edit scenarios.
- Adjusted existing tests to reflect changes in response structure and ensure proper validation of quality checks.
2025-09-17 14:55:43 +00:00
6e06f38d5d feat: add git hooks and test infrastructure with quality enforcement 2025-09-10 01:42:49 -04:00