From 1f6e469f46166ca048f9b325ea14ed9faad61270 Mon Sep 17 00:00:00 2001 From: bgagent Date: Tue, 11 Aug 2026 01:20:52 +0000 Subject: [PATCH] docs(readme): add one-line description of the repo Task-Id: 01KZQ6FBVZJSSMNFKBSD35MCXC Prompt-Version: 1c9c10e027a2 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 38389602a..54a0ae352 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +

ABCA

ABCA @@ -17,6 +18,8 @@
+> A self-hosted AWS sample platform where autonomous agents pick up coding tasks and open ready-to-review pull requests. + ## 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.