Skip to content

Commit 8455000

Browse files
committed
README
1 parent f756ae3 commit 8455000

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,31 @@ Plenty of 'update-and-run' tools exist, but if you're coding, Gaze is the ideal
7474
- See also: [Parallel handling](/doc/parallel.md)
7575
- <img src="doc/img/p04.png" width="300">
7676

77+
## 🤖 Perfect with AI Agents!
78+
79+
Gaze works amazingly well with AI coding agents like Claude Code! Here's how this powerful combination works:
80+
81+
```mermaid
82+
graph LR
83+
A[🤖 AI Agent] -->|edits| B[📁 Files]
84+
B -->|watches| C[👁️ Gaze<br/>⚡ runs commands]
85+
C -->|outputs| D[📊 Results<br/>Tests • Lint • Output]
86+
D -->|reads| A
87+
```
88+
89+
1. **AI Agent edits your code** - Claude Code modifies your source files, configs, or data
90+
2. **Gaze reacts instantly** - Automatically runs tests, builds, linters, or data processing
91+
3. **Continuous feedback loop** - See results immediately without manual intervention
92+
93+
94+
### Common AI + Gaze Patterns:
95+
- 🧪 **Test-driven development**: Auto-run tests as AI writes code
96+
- 📊 **Data pipeline**: Regenerate charts/reports when AI updates data
97+
- 🔨 **Build automation**: Rebuild projects as AI modifies source
98+
- 🚀 **Live development**: Restart servers when AI edits configs
99+
100+
This combo is a game-changer for AI-assisted development! 🚀
101+
77102

78103
# How to use
79104

0 commit comments

Comments
 (0)