بنقرة واحدة
delete
Delete all deployed SAR repos and clean temp files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Delete all deployed SAR repos and clean temp files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Stop the running supervisor and all researcher variants
Live tree view of supervisor via cron — agent collects stats every 30s
Dashboard: supervisor status, researcher variants, and metric history
Remove all supervisor leftovers: clones, logs, state, backups
Start the supervisor as a background process
Reset the target to its initial seed state
| name | delete |
| description | Delete all deployed SAR repos and clean temp files |
| user_invocable | true |
Remove all 4 deployed SAR repos and clean temporary files.
Read .env from the workspace root.
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.
.env paths