Skip to content

Commit 1107e5e

Browse files
jiunbaeclaude
andcommitted
docs: prompt asks for repo before running oac to avoid no-repo error
Tested with claude CLI: agent installs OAC successfully but oac run without --repo fails. Updated prompt to ask user for repo first, then run oac run --repo <target> --tokens unlimited. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 08f227c commit 1107e5e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
<div><img src="https://quickstart-for-agents.vercel.app/api/header.svg?theme=opencode&logo=OAC&title=Use+leftover+AI+tokens+to+auto-contribute+to+open+source+repos&font=inter" width="100%" /></div>
2727

2828
```
29-
Hey, install OAC and run it. It will walk me through the rest.
30-
npm install -g @open330/oac && oac run
29+
Hey, I want to auto-contribute to open source using OAC.
30+
Install it: npm install -g @open330/oac
31+
Ask me which repo (owner/repo) to target, then run:
32+
oac run --repo <target> --tokens unlimited
3133
```
3234

3335
## The Problem

0 commit comments

Comments
 (0)