Commit graph

9 commits

Author SHA1 Message Date
Claude
69326b883d
fix(syntax): corrige errores de sintaxis y formato en Python
- Corrige paréntesis faltante en DeletionRequestActionSerializer (serialisers.py:2855)
- Elimina espacios en blanco en líneas vacías (W293)
- Elimina espacios finales en líneas (W291)
- Elimina imports no utilizados (F401)
- Normaliza comillas a comillas dobles (Q000)
- Agrega comas finales faltantes (COM812)
- Ordena imports según convenciones (I001)
- Actualiza anotaciones de tipo a PEP 585 (UP006)

Este commit resuelve el error de compilación en el job de CI/CD
que estaba causando que fallara el linting check.

Archivos afectados: 38
Líneas modificadas: ~2200
2025-11-17 19:08:02 +00:00
dawnsystem
52f08daa00 Update BITACORA_MAESTRA.md to correct duplicate timestamps and log recent project review session. Enhance AI scanner confidence thresholds in ai_scanner.py, improve model loading safety in model_cache.py, and refine security checks in security.py. Update numpy dependency in pyproject.toml. Remove unused styles and clean up component code in the UI. Implement proper cleanup in Angular components to prevent memory leaks. 2025-11-15 23:59:08 +01:00
dawnsystem
04ced421b8
Revert "Implement webhook system for AI events notifications" 2025-11-14 16:40:31 +01:00
dawnsystem
21db1cc6d6
Merge branch 'dev' into copilot/add-webhook-system-ai-events 2025-11-14 16:30:15 +01:00
copilot-swe-agent[bot]
5ae18e03b5 Merge branch 'dev' into copilot/add-webhook-system-ai-events
Resolved merge conflicts in:
- src/documents/ai_deletion_manager.py: Kept webhook integration alongside dev changes
- src/documents/ai_scanner.py: Kept webhook integration and applied_fields tracking
- src/documents/models.py: Integrated AISuggestionFeedback model with webhook imports

All conflicts resolved maintaining both webhook functionality and new AI suggestions features from dev branch.

Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
2025-11-14 15:26:54 +00:00
copilot-swe-agent[bot]
cd5c7afdcd Changes before error encountered
Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
2025-11-12 15:42:23 +00:00
copilot-swe-agent[bot]
8a5ece9e2b fix: Corregir todos los warnings de linting (ruff, black)
- Corregir import ordering (TC002) moviendo User a TYPE_CHECKING
- Corregir type hints implícitos (RUF013) usando | None
- Corregir boolean traps (FBT001/FBT002) usando keyword-only args
- Corregir logging warnings (G201) usando logger.exception()
- Formatear código con ruff format y black

Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
2025-11-12 13:17:08 +00:00
copilot-swe-agent[bot]
2d7345f0bc Initial exploration: AI Scanner linting and pre-commit hooks
Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
2025-11-12 13:09:03 +00:00
copilot-swe-agent[bot]
514af30306 feat(ai): Add deletion protection with user approval workflow
Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
2025-11-11 14:02:20 +00:00