diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 02a9afb..9608ffe 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -5,11 +5,7 @@ "Bash(docker logs:*)", "Bash(docker ps:*)", "Bash(docker inspect:*)", - "Bash(sqlite3:*)", - "Bash(python3:*)", - "Bash(docker exec:*)", "Bash(tree:*)", - "Bash(curl:*)", "Bash(nvidia-smi:*)" ], "deny": [], diff --git a/services/core-api/requirements.txt b/services/core-api/requirements.txt index 40457e7..6c3d88a 100644 --- a/services/core-api/requirements.txt +++ b/services/core-api/requirements.txt @@ -25,6 +25,3 @@ dnspython~=2.7.0 PyJWT[crypto]~=2.9.0 python-jose[cryptography]~=3.3.0 cryptography~=43.0.0 - -# Note: AI/LLM functionality has been moved to core-ai service -# core-api is now purely for infrastructure management