2025-09-23 01:21:34 +02:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
2025-09-23 05:03:42 +02:00
|
|
|
"WebFetch(domain:github.com)",
|
|
|
|
|
"Bash(PYTHONPATH=. pytest tests/test_issue_11_workflow_integration.py -v)",
|
|
|
|
|
"Bash(PYTHONPATH=. pytest tests/test_issue_11_workflow_integration.py::TestTDDWorkflowIntegration::test_complete_tdd_workflow_cycle -v)",
|
|
|
|
|
"Bash(PYTHONPATH=. pytest tests/test_issue_11* -v)",
|
|
|
|
|
"Bash(PYTHONPATH=. pytest tests/ -v --tb=short)"
|
2025-09-23 01:21:34 +02:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|