Commit Graph

3 Commits

Author SHA1 Message Date
Danilo Reyes
010df31455 phase 5 2025-11-02 11:07:42 -06:00
Danilo Reyes
37b25689ff chore: disable coverage requirement and update pre-push hook template
- Commented out the coverage failure threshold in `pyproject.toml` until tests are written.
- Updated `install-hooks.sh` to create a pre-push hook template that is disabled by default, with instructions for enabling it when tests are ready.
2025-11-02 00:12:27 -06:00
Danilo Reyes
b55ac51fe2 feat: add unified linting scripts and git hooks for code quality enforcement
- Introduced `lint` and `lint-fix` applications in `flake.nix` for unified linting of backend (Python) and frontend (TypeScript/Svelte) code.
- Added `scripts/lint.sh` for manual linting execution.
- Created `scripts/install-hooks.sh` to set up git hooks for automatic linting before commits and optional tests before pushes.
- Updated `README.md` with instructions for using the new linting features and git hooks.
2025-11-02 00:08:37 -06:00