From fedf73b29e733d7743fc32e2c669589b7ba0e40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 12 Apr 2026 22:25:49 +0100 Subject: [PATCH] Add Watchfire to Agents & Orchestration section Watchfire is an orchestration platform for AI coding agents that manages project context, breaks work into tasks, and runs agents with full codebase awareness using git worktrees for isolation. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6050df..065e660 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**Agent-Fusion**](https://github.com/krokozyab/Agent-Fusion) (46 ⭐) - A multi-agent orchestration system that enables Claude Code, Codex CLI, Amazon Q Developer, and Gemini Code Assist to collaborate bidirectionally through intelligent task routing and consensus-based decision making. - [**Severance**](https://github.com/blas0/Severance) (41 ⭐) - A semantic memory system designed for Claude Code. - [**AgentCheck**](https://github.com/devlyai/AgentCheck) (33 ⭐) - Local AI-powered code review agents for Claude Code. +- [**Watchfire**](https://github.com/watchfire-io/watchfire) (33 ⭐) - Orchestration platform for AI coding agents. Manages project context, breaks work into tasks, and runs agents with full codebase awareness using git worktrees for isolation and sandboxed execution. - [**claude-agents**](https://github.com/tddworks/claude-agents) (14 ⭐) - A collection of specialized AI agents for Claude Code that enhance software development workflows with focused expertise in specific domains. ---