Skip to content

Commit b08f927

Browse files
authored
Merge pull request #37 from Agent-Field/docs/af-call-primary-readme
docs: lead quickstart with `af call`, keep curl as HTTP alternative
2 parents 7a69cc7 + b3b7535 commit b08f927

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Other tools run a single LLM pass over the diff with a fixed checklist. PR-AF **
2727

2828
## One-Call DX
2929

30+
Trigger it with the `af` CLI (requires af ≥ 0.1.87) — it streams live progress and prints the result:
31+
32+
```bash
33+
af call pr-af.review --in '{"pr_url": "https://github.com/owner/repo/pull/123"}'
34+
```
35+
36+
Prefer raw HTTP? Hit the API directly with curl:
37+
3038
```bash
3139
curl -X POST http://localhost:8080/api/v1/execute/async/pr-af.review \
3240
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)