KI-Konzil/backend
Claude 7becffcc89
Fix React hook anti-patterns, incorrect mock paths, and unused code
- Replace useState+useEffect sync pattern with useMemo in
  EdgeSettingsPanel.tsx to eliminate cascading re-renders
- Remove redundant draft state in NodeSettingsPanel.tsx and use
  store data directly, eliminating useEffect sync loop
- Fix mock paths in test_tools.py: patch tavily.TavilyClient and
  pypdf.PdfReader at their source modules (lazy imports)
- Remove unused variable assignment in routes.py (god mode reject)
- Remove unused node_lookup dicts in dynamic_graph_builder.py
- Remove unused imports across test files (Blueprint, CouncilState,
  pytest, llm assignments)
- Remove unused CouncilBlueprint type import in types.test.ts
- Run npm audit fix to resolve moderate vulnerability

All 107 backend tests and 26 frontend tests pass. Ruff, ESLint,
and TypeScript checks are clean.

https://claude.ai/code/session_01XqzyT6fhS8sUe9P5fCmuVU
2026-02-22 10:29:54 +00:00
..
agents Implement Phase 1: LangGraph backend MVP 2026-02-20 16:33:39 +00:00
alembic Implement Phase 4: tools, God Mode, and missing features 2026-02-21 10:53:12 +00:00
api Fix React hook anti-patterns, incorrect mock paths, and unused code 2026-02-22 10:29:54 +00:00
models Implement Phase 4: tools, God Mode, and missing features 2026-02-21 10:53:12 +00:00
services Fix React hook anti-patterns, incorrect mock paths, and unused code 2026-02-22 10:29:54 +00:00
tests Fix React hook anti-patterns, incorrect mock paths, and unused code 2026-02-22 10:29:54 +00:00
tools Implement Phase 4: tools, God Mode, and missing features 2026-02-21 10:53:12 +00:00
alembic.ini Implement Phase 3: dynamic graph builder, blueprint persistence, and CRUD API 2026-02-21 10:28:27 +00:00
database.py Implement Phase 4: tools, God Mode, and missing features 2026-02-21 10:53:12 +00:00
Dockerfile Implement Phase 1: LangGraph backend MVP 2026-02-20 16:33:39 +00:00
main.py Implement Phase 4: tools, God Mode, and missing features 2026-02-21 10:53:12 +00:00
pytest.ini Implement Phase 1: LangGraph backend MVP 2026-02-20 16:33:39 +00:00
requirements.txt Implement Phase 4: tools, God Mode, and missing features 2026-02-21 10:53:12 +00:00
state.py Implement Phase 1: LangGraph backend MVP 2026-02-20 16:33:39 +00:00