From a19938f7261ec00c7e434b1a3c9627ef8f7d763d Mon Sep 17 00:00:00 2001 From: bgagent Date: Wed, 12 Aug 2026 17:21:44 +0000 Subject: [PATCH] docs(readme): add one-line description of the repo Task-Id: 01KZVFVGP89077B385ZQDXGCZ4 Prompt-Version: 1c9c10e027a2 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 38389602a..68602fa7d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +

ABCA

ABCA @@ -17,6 +18,8 @@
+> A sample self-hosted platform for autonomous background coding agents on AWS: submit a coding task and get back a ready-to-review pull request. + ## What is ABCA **ABCA (Autonomous Background Coding Agents on AWS)** is a sample of what a self-hosted background coding agents platform might look like on AWS. You submit a coding task (via Slack, Linear, Jira, CLI, or webhook), walk away, and come back to a ready-to-review PR. The agent clones the repo, writes code, runs tests, and opens the PR autonomously in an isolated cloud environment. No babysitting, no IDE sessions, no back-and-forth.