| name | delete |
| description | Delete all deployed SAR repos and clean temp files |
| user_invocable | true |
/delete — Clean All Deployed Repos
Remove all 4 deployed SAR repos and clean temporary files.
Configuration
Read .env from the workspace root.
Steps
-
Read .env and resolve all repo paths.
-
Remove deployed repos (if they exist):
rm -rf ${SUPERVISOR_REPO}
rm -rf ${RESEARCH_LOOP_REPO}
rm -rf ${RAG_TARGET_REPO}
rm -rf ${HARNESS_CORE_REPO}
-
Clean temporary files:
rm -rf /tmp/rag-index-cache
rm -f /tmp/rag-eval-report.json
rm -f /tmp/cc-sar-supervisor.log
-
Report what was removed.
Safety
- Only removes directories at the configured
.env paths
- Never removes this integration repo
- Verifies each path exists before removing