Gardener Sync Stop banner
agent-team-foundation agent-team-foundation

Gardener Sync Stop

Development community

Description

Stop all gardener sync automation for this tree repo. ## 1. Stop local loop Check if a `/loop` is currently running `/gardener-sync-loop`. If yes, use `/loop stop` to stop it. If `/loop stop` is not available, tell the user: "Please stop the local loop manually by pressing Ctrl+C in the session running `/loop`." ## 2. Stop any open watch window `/gardener-sync-watch` records its PID at `~/.gardener/sync-watch.pid`. Kill it so the tail stops. ```bash PIDFILE="$HOME/.gardener/sync-watch.pid"

Installation

Installs to ~/.claude/commands/agent-team-foundation-repo-gardener-gardener-sync-stop.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/agent-team-foundation/repo-gardener/HEAD/.claude/commands/gardener-sync-stop.md -o ~/.claude/commands/agent-team-foundation-repo-gardener-gardener-sync-stop.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository