chore: We are done for today and reached our claude usage limit

This commit is contained in:
2025-09-23 05:03:42 +02:00
parent 76fd150a19
commit ddcd7f9ebb
2 changed files with 93 additions and 43 deletions

View File

@@ -1,7 +1,11 @@
{
"permissions": {
"allow": [
"WebFetch(domain:github.com)"
"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)"
],
"deny": [],
"ask": []