settings.json 2.1 KB

1234567891011121314151617181920
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/chunking.py'\\).read\\(\\)\\); print\\('chunking OK'\\)\")",
  5. "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/document_parsers.py'\\).read\\(\\)\\); print\\('parsers OK'\\)\")",
  6. "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/services.py'\\).read\\(\\)\\); print\\('services OK'\\)\")",
  7. "Bash(python -c ' *)",
  8. "Bash(python -c \"import ast; ast.parse\\(open\\('services/team-service/app/application/services.py'\\).read\\(\\)\\); print\\('Syntax OK'\\)\")",
  9. "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/services.py'\\).read\\(\\)\\); print\\('OK'\\)\")",
  10. "Bash(python -c \"import ast; ast.parse\\(open\\('services/team-service/app/infrastructure/agent_client.py'\\).read\\(\\)\\); print\\('Syntax OK'\\)\")",
  11. "Bash(python -m pytest tests/test_team_service.py -v --timeout=30)",
  12. "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/retrieval.py'\\).read\\(\\)\\); ast.parse\\(open\\('services/knowledge-service/app/application/chunking.py'\\).read\\(\\)\\); ast.parse\\(open\\('services/knowledge-service/app/application/document_parsers.py'\\).read\\(\\)\\); print\\('All OK'\\)\")",
  13. "Bash(uv run *)",
  14. "Bash(python -c \"from core_shared import error_detail; print\\(error_detail\\('error.api_key.not_found', id='abc'\\)\\)\")",
  15. "Bash(python -m pytest tests/test_team_service.py -v)",
  16. "Bash(python -c \"from core_shared import error_detail; print\\(error_detail\\('error.tool_connection.not_found', id='x'\\)\\); print\\(error_detail\\('error.knowledge.indexing_failed', message='test'\\)\\); print\\(error_detail\\('error.storage.unavailable', message='disk full'\\)\\); print\\(error_detail\\('error.code_runner.execution_failed', message='timeout'\\)\\)\")",
  17. "Bash(python -c \"from core_shared import error_detail, ERROR_CODES; print\\(f'{len\\(ERROR_CODES\\)} error codes defined'\\)\")"
  18. ]
  19. }
  20. }