init.sh에서 실행한 프로세스들을 정리합니다.
Clears background processes from init.sh. Use this to stop dev servers and cleanup temporary files when you're done with your workflow.
/plugin marketplace add seonghyeonkimm/agents/plugin install ai-workflow@my-claude-code-workflowsinit.sh에서 실행한 프로세스들을 정리합니다.
.ai-workflow/clear.sh가 있으면 실행하고, 없으면 setup을 안내합니다.
# clear.sh 존재 확인 및 실행
if [ ! -f ".ai-workflow/clear.sh" ]; then
echo "⚠️ clear.sh가 없습니다. /ai-workflow:setup을 먼저 실행해주세요."
else
bash .ai-workflow/clear.sh
fi
참고: clear.sh는 init.sh에서 저장한 PID 파일들을 확인하여 해당 프로세스들을 종료합니다.
다음 형식으로 보고합니다:
🧹 AI Workflow 정리 완료
종료된 프로세스:
정리된 파일: