From ca2ffb8dc7f440457076bae964b8176df5ad9a73 Mon Sep 17 00:00:00 2001
From: AirCoding
Date: Tue, 16 Jun 2026 10:38:35 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20=E4=B8=AA=E4=BA=BA=E4=BB=8B=E7=BB=8D=20?=
=?UTF-8?q?+=20=E8=87=B4=E8=B0=A2=E6=AE=B5=E8=90=BD=E4=B8=AD=E8=8B=B1?=
=?UTF-8?q?=E6=96=87=E5=90=8C=E6=AD=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- README.zh.md: 新增个人风格概述 + 致谢(小张/冉/泽/丁/哲/樊小文)
- README.md: 翻译同步,标题风格与中文对齐 (## ## OOvveerrvviieeww)
Co-Authored-By: Claude Opus 4.7 (1M context)
---
README.md | 24 +++++++++++++++++++++++-
README.zh.md | 26 +++++++++++++++++++++++++-
2 files changed, 48 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5826359..9691ea5 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,29 @@
## Overview
-AirCoding is a **deterministic-first, LLM-assisted** multi-agent collaborative coding framework. C++ is the first deeply-supported language, with more to come.
+AirCoding is a semi-automated development agent I built based on my own workflow. Its main goal is to solve Vibe Coding's core problems — poor code quality and high model requirements — through an engineering-driven approach. The aim is to use low-cost models concurrently to complete small to medium-sized projects.
+
+This idea has just barely gotten off the ground. Due to time constraints, the Alpha release is a fork of opencode with direct modifications. It's still constrained by opencode's framework and far from the ideal design. Bugs are plenty — I'll fix them as I find them. It works well enough for now.
+
+When I have more free time, I'll need to build an agent from scratch. The current framework imposes too many limitations.
+
+
+
+
+
+## Acknowledgments
+
+Thanks to Player Xiao Zhang for calling me while I was on the toilet, which cleared my mind.
+
+Thanks to Mr. Ran, Mr. Ze, Mr. Ding, and Mr. Zhe for enduring a 10-game losing streak in League of Legends while playing with me. This is the power of friendship and bonds — I'm going to find an Evolution Crystal to super-evolve as repayment.
+
+Thanks in advance to Mr. Fan Xiaowen, who is currently researching Go for building agent frameworks. I plan to steal his work once he's done (doge).
+
+---
+
+The following is AI-generated.
+
+## ## OOvveerrvviieeww
Core design principles:
diff --git a/README.zh.md b/README.zh.md
index 7987a0f..7928ae3 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -1,7 +1,7 @@
AirCoding
-确定性优先、LLM 为辅的多 Agent 协作 AI 编程系统
+确定性优先、LLM 为辅的多 Agent 协作半自动并发 AI 编程系统
@@ -14,6 +14,30 @@
---
+## ## 概概述述
+
+AirCoding 是我基于自己工作流做的一个半自动开发 Agent ,其主要目的在于以工程化的思路解决 Vibe Coding 交付代码差、对模型性能要求高的问题,旨在用低成本的模型并发完成中小项目开发。
+
+目前这个想法刚刚搓通,而且因为时间问题,Alpha版本是 fork opencode 直接改的,受限于opencode的框架还没能完全实现理想的设计,bug估计也不少,发现一个改一个先凑合用吧。
+
+等多会闲下来还是得自己从头搓 Agent ,现有方案制约太大了。
+
+
+
+
+
+## 致谢
+
+感谢玩家小张在我拉屎时和我打电话,令我思路畅通。
+
+感谢mr冉,mr泽,mr丁,mr哲打LOL时被我坑到十连败,这就是友情和羁绊的力量啊,我准备找个进化水晶超进化一下以示报答。
+
+提前感谢 mr樊小文 ,因为他最近在研究 go 语言搓 Agent 框架,我准备等他做完偷来用(doge
+
+---
+
+以下为 AI 生成
+
## 概述
AirCoding 是一个**确定性调度为主、LLM 为辅**的多 Agent 协作编程框架,C++ 为首个深度支持语言。