Gardener Sync Manual banner
agent-team-foundation agent-team-foundation

Gardener Sync Manual

Development community

Description

<!-- Context: runs the first-tree sync command as a one-off --> Run a one-off tree sync. This reads all bound sources from the tree's `.first-tree/bindings/` directory and runs `first-tree sync --apply` to detect drift, classify changes, and open tree PRs. ## Version check (interactive runs only) ```bash : "${UNATTENDED:=false}" ``` If `UNATTENDED=false` (direct `/gardener-sync-manual` invocation), read and execute `.claude/commands/gardener-version-check.md` as a runbook. If it exits, stop

Installation

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

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

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

Full documentation available on GitHub

View Source Repository