Gardener Onboarding banner
agent-team-foundation agent-team-foundation

Gardener Onboarding

Development community

Description

Set up gardener for this Context Tree. Run this from inside your tree repo. Gardener has two modules: - **Comment** — reviews source repo PRs against the tree (posts verdict comments) - **Sync** — detects source drift and opens tree-update PRs Both modules are installed by this onboarding. ## 1. Verify this is a tree repo Check that `.first-tree/` directory exists (or any first-tree metadata). ```bash if [ ! -d ".first-tree" ]; then echo "❌ This does not look like a Context Tree repo."

Installation

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

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

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

Full documentation available on GitHub

View Source Repository