11 Commits

Author SHA1 Message Date
79346ea083 Extend hook suppression checks 2025-11-22 05:10:58 +00:00
7c07018831 bump 2025-10-26 22:15:21 +00:00
4ac9b1c5e1 Refactor: move hooks to quality package
- Move Claude Code hooks under src/quality/hooks (rename modules)
- Add a project-local installer for Claude Code hooks
- Introduce internal_duplicate_detector and code_quality_guard
- Update tests to reference new module paths and guard API
- Bump package version to 0.1.1 and adjust packaging
2025-10-26 22:15:04 +00:00
812378c0e1 Refactor and enhance code quality analysis framework
- Updated AGENTS.md to provide comprehensive guidance on the Claude-Scripts project, including project overview, development commands, and architecture.
- Added new utility functions in hooks/guards/utils.py to support code quality checks and enhance modularity.
- Introduced HookResponseRequired TypedDict for stricter type checking in hook responses.
- Enhanced quality guard functionality with additional checks and improved type annotations across various modules.
- Updated pyproject.toml and uv.lock to include mypy as a development dependency for better type checking.
- Improved type checking configurations in pyrightconfig.json to exclude unnecessary directories and suppress specific warnings.

This update significantly improves the structure and maintainability of the code quality analysis toolkit, ensuring better adherence to type safety and project guidelines.
2025-10-26 09:43:47 +00:00
b6f06a0db7 f 2025-10-26 06:26:57 +00:00
15b4055c86 refactor: remove outdated test files and enhance hook functionality
- Deleted obsolete test files related to `Any` usage and `type: ignore` checks to streamline the codebase.
- Introduced new modules for message enrichment and type inference to improve error messaging and type suggestion capabilities in hooks.
- Updated `pyproject.toml` and `pyrightconfig.json` to include new dependencies and configurations for enhanced type checking.
- Improved the quality check mechanisms in the hooks to provide more detailed feedback and guidance on code quality issues.
2025-10-08 17:32:52 +00:00
6f45d68079 x 2025-09-17 18:55:08 +00:00
0649677e4d x 2025-09-17 17:01:02 +00:00
7bbbe3f5b6 Refactor code structure for improved readability and maintainability 2025-09-16 20:30:58 -04:00
6e06f38d5d feat: add git hooks and test infrastructure with quality enforcement 2025-09-10 01:42:49 -04:00
0475c3cae6 feat: implement code quality analysis toolkit with modernization, complexity and duplication detection 2025-08-26 12:23:57 -04:00