mirror of
https://github.com/msitarzewski/agency-agents.git
synced 2026-06-26 11:44:38 +03:00
55beae93a7
convert.sh overwrote per-agent output in place but never removed files for agents that were renamed or deleted, so orphans accumulated in the gitignored integrations/<tool>/ dirs (e.g. agency-security-engineer lingered in antigravity/ and openclaw/ long after the source agent was gone) — and install.sh would happily copy them. Add clean_tool_output(), called once at the top of run_conversions (the single choke point for serial, parallel, and single-file paths): it wipes the tool's generated output but preserves the committed README.md (the only tracked file under integrations/<tool>/ for conversion targets). Verified: antigravity regenerated to 232 (was 233), orphan pruned, README kept. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>