There was an error while loading. Please reload this page.
2 parents 7a69cc7 + b3b7535 commit b08f927Copy full SHA for b08f927
1 file changed
README.md
@@ -27,6 +27,14 @@ Other tools run a single LLM pass over the diff with a fixed checklist. PR-AF **
27
28
## One-Call DX
29
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
38
```bash
39
curl -X POST http://localhost:8080/api/v1/execute/async/pr-af.review \
40
-H "Content-Type: application/json" \
0 commit comments