Adding lots of skills

This commit is contained in:
2026-05-09 22:44:17 +02:00
parent b57fc43fc0
commit bb444759f6
58 changed files with 3585 additions and 86 deletions
Executable
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env bash
# start.sh — start Agent0 and the glitch-tunnel.
#
# ── Docker containers ─────────────────────────────────────────────────────────
info "Stopping agents and glitch-tunnel..."
docker compose down
echo "Running git as glitchhunter"
sudo -u glitchhunter git -C /home/glitchhunter/Projects/agent0 reset --hard origin/main
echo ""
info "Agents are down."