From cd630b2e6660ef10acf284e4242462c4fc488fbf Mon Sep 17 00:00:00 2001 From: Salma Abdelrhman Date: Wed, 22 Jul 2026 09:34:28 +0300 Subject: [PATCH] docs: add Claude quickstart section to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 439e165..311f3b5 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,14 @@ harness run codex 2 20 harness run agy 3 10 harness run copilot 2 20 ``` +### Running with claude + +To run LoopGate with Claude : + +```sh +harness run claude 2 20 +``` +Note: The worker must be installed and authenticated separately.