From 4064597e25d407f4c123ad36d9f792e468a165ba Mon Sep 17 00:00:00 2001 From: bgagent Date: Mon, 10 Aug 2026 18:33:24 +0000 Subject: [PATCH] docs(readme): add one-line description of the repo Co-Authored-By: Claude Opus 4.8 Task-Id: 01KZPF4ZNKMBBP32ZWT977DMY1 Prompt-Version: 1c9c10e027a2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 38389602a..1836acb71 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@
+ + +> A self-hosted AWS platform where autonomous agents pick up coding tasks, work in isolated cloud environments, 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.