Commit Graph

9 Commits

Author SHA1 Message Date
b11633192a deps
Some checks failed
CI / test-python (push) Failing after 22m14s
CI / test-rust (push) Has been cancelled
CI / test-typescript (push) Has been cancelled
2026-01-24 21:31:58 +00:00
23e8873bc2 fixed ai 2026-01-24 10:40:30 +00:00
1ce24cdf7b feat: reorganize Claude hooks and add RAG documentation structure with error handling policies
- Moved all hookify configuration files from `.claude/` to `.claude/hooks/` subdirectory for better organization
- Added four new blocking hooks to prevent common error handling anti-patterns:
  - `block-broad-exception-handler`: Prevents catching generic `Exception` with only logging
  - `block-datetime-now-fallback`: Blocks returning `datetime.now()` as fallback on parse failures to prevent data corruption
  - `block-default
2026-01-15 15:58:06 +00:00
22bc1cba12 refac 2026-01-06 08:36:55 +00:00
15743b05a3 typing 2026-01-02 10:11:45 +00:00
e4b2c733d5 oh boy 2026-01-02 04:22:40 +00:00
59915f97f1 chore: update submodule and enhance test assertions
- Updated the client submodule to the latest commit for improved compatibility.
- Enhanced test assertions across various files to include descriptive messages, improving clarity and maintainability.
- Refactored tests to ensure all assertions provide context for expected outcomes, aiding in debugging.

All quality checks pass.
2025-12-31 17:56:33 +00:00
b74c6c3742 refactor: enhance test assertions for clarity and consistency
- Updated assertions in various test files to include descriptive messages, improving readability and maintainability.
- Ensured that all assertions provide context for expected outcomes, aiding in debugging and understanding test failures.
- Refactored tests across multiple modules, including annotation, consent, and summarization, to enhance overall test quality.

All quality checks pass.
2025-12-31 17:38:07 +00:00
9b224e6d83 Complete Sprint 7: Wiring & Correctness
- Add cloud consent gRPC endpoints (Grant, Revoke, GetStatus)
- Wire consent persistence via on_consent_change callback to database
- Refactor html.py export method to fix long-method violation
- Add comprehensive gRPC tests for consent endpoints
- Update sprint 7 documentation with completion status
- Update client submodule with frontend consent wiring
2025-12-28 19:00:29 +00:00