From 28248f9602cffed34e34afe54dc6bd39349dd8fe Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 13 Jan 2026 02:09:03 +0000 Subject: [PATCH] docs: add repo link to AGENTS --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index d3e0fd434..7492be142 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,5 @@ # Repository Guidelines +- Repo: https://github.com/clawdbot/clawdbot ## Project Structure & Module Organization - Source code: `src/` (CLI wiring in `src/cli`, commands in `src/commands`, web provider in `src/provider-web.ts`, infra in `src/infra`, media pipeline in `src/media`).