Spaces:
Running
Running
Remove .claude folder, add to gitignore
Browse files- .claude/settings.local.json +0 -18
- .gitignore +0 -0
.claude/settings.local.json
DELETED
|
@@ -1,18 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"permissions": {
|
| 3 |
-
"allow": [
|
| 4 |
-
"Bash(cd:*)",
|
| 5 |
-
"Bash(pip install:*)",
|
| 6 |
-
"Bash(curl -s http://localhost:7860/health)",
|
| 7 |
-
"Bash(python:*)",
|
| 8 |
-
"Bash(curl -s -X POST \"http://localhost:7860/reset?task=single_crash&seed=42\")",
|
| 9 |
-
"Bash(curl -s -X POST \"http://localhost:7861/reset?task=single_crash&seed=42\")",
|
| 10 |
-
"Bash(curl -s -X POST \"http://localhost:7861/step\" -H \"Content-Type: application/json\" -d \"{\"\"action_type\"\": \"\"classify_severity\"\", \"\"value\"\": \"\"P1\"\", \"\"confidence\"\": 0.95}\")",
|
| 11 |
-
"Bash(curl -s -X POST \"http://localhost:7861/step\" -H \"Content-Type: application/json\" -d \"{\"\"action_type\"\": \"\"identify_root_cause\"\", \"\"value\"\": \"\"payment-service\"\", \"\"confidence\"\": 0.90}\")",
|
| 12 |
-
"Bash(curl -s -X POST \"http://localhost:7861/step\" -H \"Content-Type: application/json\" -d \"{\"\"action_type\"\": \"\"remediate\"\", \"\"value\"\": \"\"restart:payment-service\"\", \"\"confidence\"\": 0.85}\")",
|
| 13 |
-
"Bash(curl -s -X POST \"http://localhost:7861/step\" -H \"Content-Type: application/json\" -d \"{\"\"action_type\"\": \"\"resolve\"\", \"\"value\"\": \"\"resolved\"\", \"\"confidence\"\": 1.0}\")",
|
| 14 |
-
"Bash(curl -s -X POST \"http://localhost:7861/grader\")",
|
| 15 |
-
"Bash(pkill -f \"uvicorn server.app:app\")"
|
| 16 |
-
]
|
| 17 |
-
}
|
| 18 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.gitignore
CHANGED
|
Binary files a/.gitignore and b/.gitignore differ
|
|
|