From 58f675f0d591762fb231750d5460b436a6a8cd58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 01:11:31 +0000 Subject: [PATCH] chore: publish from staged --- website/data/tools.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/website/data/tools.yml b/website/data/tools.yml index bf97a3d6..b8420d8f 100644 --- a/website/data/tools.yml +++ b/website/data/tools.yml @@ -434,3 +434,32 @@ tools: - planning - scheduling - mcp + + - id: ivy-tendril + name: Ivy Tendril + description: >- + Open-source AI coding orchestrator that manages GitHub Copilot, Claude Code, + Codex, Antigravity, and OpenCode through a plan-based lifecycle. Decomposes tasks + into structured plans, dispatches agents in isolated git worktrees, runs automated + verification gates (build, test, lint, format, AI review), and accumulates + self-improving memory across sessions. Local-first desktop app. + category: CLI Tools + featured: false + requirements: + - Windows, macOS, or Linux + - At least one supported coding agent installed (GitHub Copilot CLI, Claude Code, Codex, etc.) + links: + github: https://github.com/Ivy-Interactive/Ivy-Tendril + documentation: https://tendril.ivy.app/getting-started/installation + features: + - "🔄 Plan lifecycle: Idea → plan → execute → verify → PR in a structured pipeline" + - "🤖 Agent-agnostic: Orchestrates Copilot, Claude Code, Codex, Antigravity, OpenCode" + - "✅ Verification gates: Build, test, lint, format, and AI review before human sees the diff" + - "🧠 Self-improving: Agents learn your codebase conventions through persistent memory" + - "🌳 Git worktree isolation: Each task runs in its own worktree" + tags: + - orchestration + - multi-agent + - verification + - worktree + - local-first