You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
## [0.1.0] Ember — Initial Release
3
+
## [0.1.0] Ember
4
4
5
5
Watchfire orchestrates coding agent sessions (starting with Claude Code) based on project specs and tasks. Define what you want built, break it into tasks (or have agents do it), and let agents work through them autonomously — with full visibility into what's happening. Or just turn on wildfire mdoe and let you agents do it all for you.
<strong>Remote control for AI coding agents</strong>
8
+
AI coding agents work best when they have the right context. Watchfire lets you define your project structure, break work into well-scoped tasks, and orchestrate agents that execute with full awareness of your codebase, constraints, and goals. It manages context automatically — so agents stay on track and produce code you'd actually ship.
7
9
</p>
8
10
9
11
---
10
12
11
-
Watchfire orchestrates coding agent sessions (starting with Claude Code) based on task files. It manages multiple projects in parallel, spawning agents in sandboxed PTYs with git worktree isolation. A daemon handles all orchestration while thin clients (CLI/TUI and GUI) connect over gRPC.
|**Generate Definition**| Auto-generate a project definition from your codebase |
81
50
|**Generate Tasks**| Auto-generate tasks from the project definition |
82
51
83
-
## How It Works
84
-
85
-
1.**Define** your project with `watchfire init` and a project definition
86
-
2.**Create tasks** describing what you want built
87
-
3.**Start agents** that work in isolated git worktrees (one branch per task)
88
-
4.**Monitor** progress through the TUI or GUI with live terminal output
89
-
5.**Review and merge** completed work back to your default branch
52
+
---
90
53
91
-
The daemon watches task files for changes. When an agent marks a task as done, Watchfire automatically stops the agent, merges the worktree (if auto-merge is enabled), and chains to the next task.
54
+
## Quick Start
92
55
93
-
## Project Structure
56
+
```bash
57
+
# Build & install
58
+
make install-tools # Dev tools (golangci-lint, air, protoc plugins)
Copy file name to clipboardExpand all lines: assets/brand/WATCHFIRE_BRAND.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
**Watchfire** is a command center for AI coding agents. It enables developers to monitor, control, and manage Claude Code sessions remotely—from desktop and mobile.
6
6
7
-
**Tagline:** "Remote control for AI coding agents"
0 commit comments