| 1234567891011121314151617181920 |
- {
- "permissions": {
- "allow": [
- "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/chunking.py'\\).read\\(\\)\\); print\\('chunking OK'\\)\")",
- "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/document_parsers.py'\\).read\\(\\)\\); print\\('parsers OK'\\)\")",
- "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/services.py'\\).read\\(\\)\\); print\\('services OK'\\)\")",
- "Bash(python -c ' *)",
- "Bash(python -c \"import ast; ast.parse\\(open\\('services/team-service/app/application/services.py'\\).read\\(\\)\\); print\\('Syntax OK'\\)\")",
- "Bash(python -c \"import ast; ast.parse\\(open\\('services/knowledge-service/app/application/services.py'\\).read\\(\\)\\); print\\('OK'\\)\")",
- "Bash(python -c \"import ast; ast.parse\\(open\\('services/team-service/app/infrastructure/agent_client.py'\\).read\\(\\)\\); print\\('Syntax OK'\\)\")",
- "Bash(python -m pytest tests/test_team_service.py -v --timeout=30)",
- "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'\\)\")",
- "Bash(uv run *)",
- "Bash(python -c \"from core_shared import error_detail; print\\(error_detail\\('error.api_key.not_found', id='abc'\\)\\)\")",
- "Bash(python -m pytest tests/test_team_service.py -v)",
- "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'\\)\\)\")",
- "Bash(python -c \"from core_shared import error_detail, ERROR_CODES; print\\(f'{len\\(ERROR_CODES\\)} error codes defined'\\)\")"
- ]
- }
- }
|