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: AGENTS.md
+48-5Lines changed: 48 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# AGENTS.md - Opencoder Development Guide
1
+
# AGENTS.md - OpenCoder Development Guide
2
2
3
3
This file provides instructions for AI coding agents working in this repository.
4
4
5
5
## Project Overview
6
6
7
-
Opencoder is a CLI application written in **TypeScript** that uses the OpenCode SDK to run a fully autonomous development loop. It creates plans and executes them continuously without stopping.
7
+
OpenCoder is a CLI application written in **TypeScript** that uses the OpenCode SDK to run a fully autonomous development loop. It creates plans and executes them continuously without stopping.
8
8
9
9
-**Language**: TypeScript
10
10
-**Runtime**: Bun (1.0+ required)
@@ -88,13 +88,15 @@ src/
88
88
builder.ts # OpenCode SDK wrapper with event streaming
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ But what if you want the AI to **work for you** while you're away?
27
27
28
28
### The "Aha!" Moment
29
29
30
+
This concept is inspired by [Dax Raad](https://github.com/daxraad) from OpenCode, who shares in [this video](https://youtu.be/o3gmwzo-Mik?si=Q6u_8vAv4hw7cIQ8) that while AI is incredibly powerful, it doesn't replace the human creativity needed for high-level product decisions. Identifying a product's "aha moment" requires empathy and ruthless simplification that machines cannot replicate. The core elements of entrepreneurship - crafting unique ideas, designing intuitive experiences, and the difficult day-to-day strategic thinking - remain as demanding and human-centric as ever.
31
+
30
32
OpenCoder's insight is simple but powerful:
31
33
32
34
> **What if the AI never stopped improving your project?**
0 commit comments