@c-d-cc/reap 0.16.0 → 0.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +8 -8
- package/README.ja.md +8 -8
- package/README.ko.md +8 -8
- package/README.md +8 -9
- package/README.zh-CN.md +8 -8
- package/RELEASE_NOTICE.md +12 -0
- package/dist/cli/index.js +226 -108
- package/dist/templates/hooks/conditions/always.sh +3 -0
- package/dist/templates/hooks/conditions/has-code-changes.sh +13 -0
- package/dist/templates/hooks/conditions/version-bumped.sh +17 -0
- package/dist/templates/hooks/onCompleted.example-notify.sh.example +11 -0
- package/dist/templates/hooks/onCompleted.example-review.md.example +17 -0
- package/dist/templates/reap-guide.md +12 -0
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="media/logo.png" alt="REAP" width="80" height="80" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/logo.png" alt="REAP" width="80" height="80" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">REAP</h1>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<img src="media/architecture.png" alt="REAP Architecture" width="600" />
|
|
13
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/architecture.png" alt="REAP Architecture" width="600" />
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
REAP ist eine generationsbasierte Entwicklungspipeline, in der KI und Menschen zusammenarbeiten, um Software zu erstellen und weiterzuentwickeln. Der Mensch gibt die Vision vor und trifft die wesentlichen Entscheidungen. Die KI erlernt das Projektwissen — Genome (Architektur, Konventionen, Einschränkungen) und Environment (Codebasis, Abhängigkeiten, Domäne) — und arbeitet dann durch strukturierte Generationen, um zu implementieren, zu überprüfen und anzupassen. Jede abgeschlossene Generation speist gewonnene Erkenntnisse in die Wissensbasis zurück. Im Laufe der Zeit entwickeln sich sowohl das Wissen als auch der Quellcode (Civilization) selbständig weiter.
|
|
@@ -30,7 +30,7 @@ REAP ist eine generationsbasierte Entwicklungspipeline, in der KI und Menschen z
|
|
|
30
30
|
- [Konfiguration](#konfiguration-)
|
|
31
31
|
- [Upgrade von v0.15](#upgrade-von-v015)
|
|
32
32
|
|
|
33
|
-
## Was ist REAP?
|
|
33
|
+
## Was ist REAP? [↗](https://reap.cc/docs/introduction)
|
|
34
34
|
|
|
35
35
|
Sind Ihnen bei der Entwicklung mit KI-Agenten schon einmal diese Probleme begegnet?
|
|
36
36
|
|
|
@@ -59,7 +59,7 @@ npm install -g @c-d-cc/reap
|
|
|
59
59
|
|
|
60
60
|
> **Voraussetzungen**: [Node.js](https://nodejs.org) v18+, [Claude Code](https://claude.ai/claude-code) CLI.
|
|
61
61
|
|
|
62
|
-
## Schnellstart
|
|
62
|
+
## Schnellstart [↗](https://reap.cc/docs/quick-start)
|
|
63
63
|
|
|
64
64
|
Öffnen Sie Ihren KI-Agenten (Claude Code) und verwenden Sie Slash Commands:
|
|
65
65
|
|
|
@@ -160,7 +160,7 @@ Dateibasierte Lebenszyklus-Event-Hooks in `.reap/hooks/`:
|
|
|
160
160
|
- **Der Mensch beurteilt die Fitness**: Keine quantitativen Metriken. Das natürlichsprachliche Feedback des Menschen ist das einzige Fitness-Signal.
|
|
161
161
|
- **Selbstbewertung verboten**: Die KI bewertet ihren eigenen Erfolg nie. Nur Selbsteinschätzung (Metakognition) ist erlaubt.
|
|
162
162
|
|
|
163
|
-
## Merge-Lebenszyklus [↗](https://reap.cc/docs/merge-
|
|
163
|
+
## Merge-Lebenszyklus [↗](https://reap.cc/docs/merge-generation)
|
|
164
164
|
|
|
165
165
|
Wenn mehrere Entwickler oder Agenten parallel arbeiten, bietet REAP einen Genome-first-Merge-Workflow.
|
|
166
166
|
|
|
@@ -202,7 +202,7 @@ N Generationen für autonome Ausführung vorab genehmigen:
|
|
|
202
202
|
- Bei erkannter Unsicherheit oder Risiko pausiert der Cruise-Modus und fordert menschliches Feedback an
|
|
203
203
|
- Nach Abschluss aller N Generationen überprüft der Mensch das Ergebnis
|
|
204
204
|
|
|
205
|
-
## Slash Commands
|
|
205
|
+
## Slash Commands [↗](https://reap.cc/docs/command-reference)
|
|
206
206
|
|
|
207
207
|
| Befehl | Beschreibung |
|
|
208
208
|
|--------|-------------|
|
|
@@ -221,7 +221,7 @@ N Generationen für autonome Ausführung vorab genehmigen:
|
|
|
221
221
|
| `/reap.run` | Einen Lebenszyklusbefehl direkt ausführen |
|
|
222
222
|
| `/reap.config` | Projektkonfiguration anzeigen/bearbeiten |
|
|
223
223
|
|
|
224
|
-
## Agentenintegration
|
|
224
|
+
## Agentenintegration
|
|
225
225
|
|
|
226
226
|
REAP integriert sich über Slash Commands und Lebenszyklus-Hooks mit KI-Agenten. Derzeit unterstützt: **Claude Code**. Die Architektur verwendet ein Adapter-Muster für zukünftige Agentenunterstützung.
|
|
227
227
|
|
|
@@ -283,7 +283,7 @@ Wichtige Einstellungen:
|
|
|
283
283
|
- **`strictMerge`**: Beschränkt direktes git pull/push/merge — verwenden Sie stattdessen `/reap.pull`, `/reap.push`, `/reap.merge`.
|
|
284
284
|
- **`agentClient`**: Bestimmt, welcher Adapter für die Skill-Bereitstellung verwendet wird.
|
|
285
285
|
|
|
286
|
-
## Upgrade von v0.15
|
|
286
|
+
## Upgrade von v0.15 [↗](https://reap.cc/docs/migration-guide)
|
|
287
287
|
|
|
288
288
|
REAP v0.16 ist eine vollständige Neuentwicklung, basierend auf der [Self-Evolving Pipeline](https://reap.cc/docs/self-evolving)-Architektur.
|
|
289
289
|
|
package/README.ja.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="media/logo.png" alt="REAP" width="80" height="80" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/logo.png" alt="REAP" width="80" height="80" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">REAP</h1>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<img src="media/architecture.png" alt="REAP Architecture" width="600" />
|
|
13
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/architecture.png" alt="REAP Architecture" width="600" />
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
REAPは、AIと人間が協力してソフトウェアを構築・進化させるジェネレーションベースの開発パイプラインです。人間がビジョンを提供し、重要な意思決定を行います。AIはプロジェクトの知識 — Genome(アーキテクチャ、コンベンション、制約)と Environment(コードベース、依存関係、ドメイン)— を学習し、構造化されたジェネレーションを通じて実装・検証・適応を行います。各ジェネレーションの完了時に得られた教訓がナレッジベースにフィードバックされます。時間の経過とともに、知識とソースコード(Civilization)の両方が自己進化します。
|
|
@@ -30,7 +30,7 @@ REAPは、AIと人間が協力してソフトウェアを構築・進化させ
|
|
|
30
30
|
- [設定](#設定-)
|
|
31
31
|
- [v0.15からのアップグレード](#v015からのアップグレード)
|
|
32
32
|
|
|
33
|
-
## REAPとは?
|
|
33
|
+
## REAPとは? [↗](https://reap.cc/docs/introduction)
|
|
34
34
|
|
|
35
35
|
AIエージェントを使った開発で、こんな問題に遭遇したことはありませんか?
|
|
36
36
|
|
|
@@ -59,7 +59,7 @@ npm install -g @c-d-cc/reap
|
|
|
59
59
|
|
|
60
60
|
> **要件**: [Node.js](https://nodejs.org) v18以上、[Claude Code](https://claude.ai/claude-code) CLI。
|
|
61
61
|
|
|
62
|
-
## クイックスタート
|
|
62
|
+
## クイックスタート [↗](https://reap.cc/docs/quick-start)
|
|
63
63
|
|
|
64
64
|
AIエージェント(Claude Code)を開き、スラッシュコマンドを使います:
|
|
65
65
|
|
|
@@ -160,7 +160,7 @@ DAGメタデータはブランチ対応の lineage 走査のために保持さ
|
|
|
160
160
|
- **人間がフィットネスを判断**: 定量的メトリクスは使用しません。人間の自然言語フィードバックが唯一のフィットネスシグナルです。
|
|
161
161
|
- **自己フィットネスの禁止**: AIは自身の成功をスコアリングしません。自己評価(メタ認知)のみが許可されます。
|
|
162
162
|
|
|
163
|
-
## マージライフサイクル [↗](https://reap.cc/docs/merge-
|
|
163
|
+
## マージライフサイクル [↗](https://reap.cc/docs/merge-generation)
|
|
164
164
|
|
|
165
165
|
複数の開発者やエージェントが並行して作業する場合、REAPは genome-first マージワークフローを提供します。
|
|
166
166
|
|
|
@@ -202,7 +202,7 @@ N世代分の自律実行を事前承認:
|
|
|
202
202
|
- 不確実性やリスクが検出された場合、cruise を一時停止して人間のフィードバックを要求
|
|
203
203
|
- 全N世代の完了後、人間がバッチをレビュー
|
|
204
204
|
|
|
205
|
-
## スラッシュコマンド
|
|
205
|
+
## スラッシュコマンド [↗](https://reap.cc/docs/command-reference)
|
|
206
206
|
|
|
207
207
|
| コマンド | 説明 |
|
|
208
208
|
|----------|------|
|
|
@@ -221,7 +221,7 @@ N世代分の自律実行を事前承認:
|
|
|
221
221
|
| `/reap.run` | ライフサイクルコマンドを直接実行 |
|
|
222
222
|
| `/reap.config` | プロジェクト設定の表示/編集 |
|
|
223
223
|
|
|
224
|
-
## エージェント統合
|
|
224
|
+
## エージェント統合
|
|
225
225
|
|
|
226
226
|
REAPはスラッシュコマンドとライフサイクルフックを通じてAIエージェントと統合します。現在サポート: **Claude Code**。アーキテクチャはアダプターパターンを採用しており、将来のエージェントサポートに対応しています。
|
|
227
227
|
|
|
@@ -283,7 +283,7 @@ agentClient: claude-code # AIエージェントクライアント
|
|
|
283
283
|
- **`strictMerge`**: 直接の git pull/push/merge を制限します — 代わりに `/reap.pull`、`/reap.push`、`/reap.merge` を使用してください。
|
|
284
284
|
- **`agentClient`**: スキルのデプロイに使用するアダプターを決定します。
|
|
285
285
|
|
|
286
|
-
## v0.15からのアップグレード
|
|
286
|
+
## v0.15からのアップグレード [↗](https://reap.cc/docs/migration-guide)
|
|
287
287
|
|
|
288
288
|
REAP v0.16 は [Self-Evolving Pipeline](https://reap.cc/docs/self-evolving) アーキテクチャに基づく完全な書き直しです。
|
|
289
289
|
|
package/README.ko.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="media/logo.png" alt="REAP" width="80" height="80" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/logo.png" alt="REAP" width="80" height="80" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">REAP</h1>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<img src="media/architecture.png" alt="REAP Architecture" width="600" />
|
|
13
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/architecture.png" alt="REAP Architecture" width="600" />
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
REAP는 AI와 인간이 협력하여 소프트웨어를 구축하고 진화시키는 세대 기반 개발 파이프라인입니다. 인간은 비전을 제공하고 핵심 의사결정을 내립니다. AI는 프로젝트의 지식 — Genome(아키텍처, 컨벤션, 제약 조건)과 Environment(코드베이스, 의존성, 도메인) — 을 학습한 뒤, 구조화된 세대를 거치며 구현, 검증, 적응합니다. 각 세대가 완료될 때마다 교훈이 지식 기반에 반영됩니다. 시간이 지남에 따라 지식과 소스 코드(Civilization) 모두가 자기 진화합니다.
|
|
@@ -30,7 +30,7 @@ REAP는 AI와 인간이 협력하여 소프트웨어를 구축하고 진화시
|
|
|
30
30
|
- [설정](#설정-)
|
|
31
31
|
- [v0.15에서 업그레이드](#v015에서-업그레이드)
|
|
32
32
|
|
|
33
|
-
## REAP란 무엇인가?
|
|
33
|
+
## REAP란 무엇인가? [↗](https://reap.cc/docs/introduction)
|
|
34
34
|
|
|
35
35
|
AI 에이전트와 개발할 때 이런 문제를 겪어 본 적 있으신가요?
|
|
36
36
|
|
|
@@ -59,7 +59,7 @@ npm install -g @c-d-cc/reap
|
|
|
59
59
|
|
|
60
60
|
> **요구 사항**: [Node.js](https://nodejs.org) v18+, [Claude Code](https://claude.ai/claude-code) CLI.
|
|
61
61
|
|
|
62
|
-
## 빠른 시작
|
|
62
|
+
## 빠른 시작 [↗](https://reap.cc/docs/quick-start)
|
|
63
63
|
|
|
64
64
|
AI 에이전트(Claude Code)를 열고 슬래시 명령어를 사용하세요:
|
|
65
65
|
|
|
@@ -160,7 +160,7 @@ Backlog 항목은 세대 간 자동으로 이월됩니다. 소비된 항목은
|
|
|
160
160
|
- **인간이 적합도를 판단**: 정량적 메트릭 없음. 인간의 자연어 피드백만이 유일한 적합도 신호입니다.
|
|
161
161
|
- **자기 적합도 평가 금지**: AI는 자신의 성공을 절대 평가하지 않습니다. 자기 성찰(메타인지)만 허용됩니다.
|
|
162
162
|
|
|
163
|
-
## 병합 생명 주기 [↗](https://reap.cc/docs/merge-
|
|
163
|
+
## 병합 생명 주기 [↗](https://reap.cc/docs/merge-generation)
|
|
164
164
|
|
|
165
165
|
여러 개발자나 에이전트가 병렬로 작업할 때, REAP는 genome 우선 병합 워크플로우를 제공합니다.
|
|
166
166
|
|
|
@@ -202,7 +202,7 @@ N개 세대를 사전 승인하여 자율 실행:
|
|
|
202
202
|
- 불확실성이나 위험이 감지되면 cruise가 일시 정지하고 인간 피드백을 요청
|
|
203
203
|
- N개 세대 모두 완료 후 인간이 일괄 검토
|
|
204
204
|
|
|
205
|
-
## 슬래시 명령어
|
|
205
|
+
## 슬래시 명령어 [↗](https://reap.cc/docs/command-reference)
|
|
206
206
|
|
|
207
207
|
| 명령어 | 설명 |
|
|
208
208
|
|--------|------|
|
|
@@ -221,7 +221,7 @@ N개 세대를 사전 승인하여 자율 실행:
|
|
|
221
221
|
| `/reap.run` | 생명 주기 명령어 직접 실행 |
|
|
222
222
|
| `/reap.config` | 프로젝트 설정 조회/편집 |
|
|
223
223
|
|
|
224
|
-
## 에이전트 통합
|
|
224
|
+
## 에이전트 통합
|
|
225
225
|
|
|
226
226
|
REAP는 슬래시 명령어와 생명 주기 훅을 통해 AI 에이전트와 통합됩니다. 현재 지원: **Claude Code**. 향후 에이전트 지원을 위해 어댑터 패턴 아키텍처를 사용합니다.
|
|
227
227
|
|
|
@@ -283,7 +283,7 @@ agentClient: claude-code # AI 에이전트 클라이언트
|
|
|
283
283
|
- **`strictMerge`**: 직접 git pull/push/merge를 제한합니다 — 대신 `/reap.pull`, `/reap.push`, `/reap.merge`를 사용하세요.
|
|
284
284
|
- **`agentClient`**: 스킬 배포에 사용할 어댑터를 결정합니다.
|
|
285
285
|
|
|
286
|
-
## v0.15에서 업그레이드
|
|
286
|
+
## v0.15에서 업그레이드 [↗](https://reap.cc/docs/migration-guide)
|
|
287
287
|
|
|
288
288
|
REAP v0.16은 [Self-Evolving Pipeline](https://reap.cc/docs/self-evolving) 아키텍처를 기반으로 완전히 재작성되었습니다.
|
|
289
289
|
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
> [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-CN.md) | [Deutsch](README.de.md)
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="media/logo.png" alt="REAP" width="80" height="80" />
|
|
4
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/logo.png" alt="REAP" width="80" height="80" />
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<h1 align="center">REAP</h1>
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</p>
|
|
13
13
|
|
|
14
14
|
<p align="center">
|
|
15
|
-
<img src="media/architecture.png" alt="REAP Architecture" width="600" />
|
|
15
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/architecture.png" alt="REAP Architecture" width="600" />
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
REAP is a generation-based development pipeline where AI and humans collaborate to build and evolve software. The human provides vision and makes key decisions. The AI learns the project's knowledge — Genome (architecture, conventions, constraints) and Environment (codebase, dependencies, domain) — then works through structured generations to implement, verify, and adapt. Each completed generation feeds lessons back into the knowledge base. Over time, both the knowledge and the source code (Civilization) self-evolve.
|
|
@@ -32,7 +32,7 @@ REAP is a generation-based development pipeline where AI and humans collaborate
|
|
|
32
32
|
- [Configuration](#configuration-)
|
|
33
33
|
- [Upgrading from v0.15](#upgrading-from-v015)
|
|
34
34
|
|
|
35
|
-
## What is REAP?
|
|
35
|
+
## What is REAP? [↗](https://reap.cc/docs/introduction)
|
|
36
36
|
|
|
37
37
|
Have you ever run into these problems when developing with AI agents?
|
|
38
38
|
|
|
@@ -61,7 +61,7 @@ npm install -g @c-d-cc/reap
|
|
|
61
61
|
|
|
62
62
|
> **Requirements**: [Node.js](https://nodejs.org) v18+, [Claude Code](https://claude.ai/claude-code) CLI.
|
|
63
63
|
|
|
64
|
-
## Quick Start
|
|
64
|
+
## Quick Start [↗](https://reap.cc/docs/quick-start)
|
|
65
65
|
|
|
66
66
|
Open your AI agent (Claude Code) and use slash commands:
|
|
67
67
|
|
|
@@ -162,7 +162,7 @@ File-based lifecycle event hooks in `.reap/hooks/`:
|
|
|
162
162
|
- **Human Judges Fitness**: No quantitative metrics. The human's natural language feedback is the only fitness signal.
|
|
163
163
|
- **Self-fitness Prohibited**: The AI never scores its own success. Only self-assessment (metacognition) is allowed.
|
|
164
164
|
|
|
165
|
-
## Merge Lifecycle [↗](https://reap.cc/docs/merge-
|
|
165
|
+
## Merge Lifecycle [↗](https://reap.cc/docs/merge-generation)
|
|
166
166
|
|
|
167
167
|
When multiple developers or agents work in parallel, REAP provides a genome-first merge workflow.
|
|
168
168
|
|
|
@@ -204,7 +204,7 @@ Pre-approve N generations for autonomous execution:
|
|
|
204
204
|
- If uncertainty or risk is detected, cruise pauses and requests human feedback
|
|
205
205
|
- After all N generations complete, human reviews the batch
|
|
206
206
|
|
|
207
|
-
## Slash Commands
|
|
207
|
+
## Slash Commands [↗](https://reap.cc/docs/command-reference)
|
|
208
208
|
|
|
209
209
|
| Command | Description |
|
|
210
210
|
|---------|-------------|
|
|
@@ -223,8 +223,7 @@ Pre-approve N generations for autonomous execution:
|
|
|
223
223
|
| `/reap.run` | Execute a lifecycle command directly |
|
|
224
224
|
| `/reap.config` | View/edit project configuration |
|
|
225
225
|
|
|
226
|
-
## Agent Integration
|
|
227
|
-
|
|
226
|
+
## Agent Integration
|
|
228
227
|
REAP integrates with AI agents through slash commands and lifecycle hooks. Currently supported: **Claude Code**. The architecture uses an adapter pattern for future agent support.
|
|
229
228
|
|
|
230
229
|
### How It Works
|
|
@@ -285,7 +284,7 @@ Key settings:
|
|
|
285
284
|
- **`strictMerge`**: Restricts direct git pull/push/merge — use `/reap.pull`, `/reap.push`, `/reap.merge` instead.
|
|
286
285
|
- **`agentClient`**: Determines which adapter is used for skill deployment.
|
|
287
286
|
|
|
288
|
-
## Upgrading from v0.15
|
|
287
|
+
## Upgrading from v0.15 [↗](https://reap.cc/docs/migration-guide)
|
|
289
288
|
|
|
290
289
|
REAP v0.16 is a complete rewrite built on the [Self-Evolving Pipeline](https://reap.cc/docs/self-evolving) architecture.
|
|
291
290
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="media/logo.png" alt="REAP" width="80" height="80" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/logo.png" alt="REAP" width="80" height="80" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">REAP</h1>
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
<p align="center">
|
|
13
|
-
<img src="media/architecture.png" alt="REAP Architecture" width="600" />
|
|
13
|
+
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/architecture.png" alt="REAP Architecture" width="600" />
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
REAP 是一个基于代际迭代的开发管道,AI 与人类协作构建和进化软件。人类提供愿景并做出关键决策。AI 学习项目知识——Genome(架构、规范、约束)和 Environment(代码库、依赖、领域)——然后通过结构化的代际迭代来实施、验证和适应。每个完成的代际迭代将经验教训回馈到知识库中。随着时间推移,知识和源代码(Civilization)都在自我进化。
|
|
@@ -30,7 +30,7 @@ REAP 是一个基于代际迭代的开发管道,AI 与人类协作构建和进
|
|
|
30
30
|
- [配置](#配置-)
|
|
31
31
|
- [从 v0.15 升级](#从-v015-升级)
|
|
32
32
|
|
|
33
|
-
## 什么是 REAP?
|
|
33
|
+
## 什么是 REAP? [↗](https://reap.cc/docs/introduction)
|
|
34
34
|
|
|
35
35
|
在使用 AI 智能体进行开发时,你是否遇到过以下问题?
|
|
36
36
|
|
|
@@ -59,7 +59,7 @@ npm install -g @c-d-cc/reap
|
|
|
59
59
|
|
|
60
60
|
> **前提条件**:[Node.js](https://nodejs.org) v18+,[Claude Code](https://claude.ai/claude-code) CLI。
|
|
61
61
|
|
|
62
|
-
## 快速开始
|
|
62
|
+
## 快速开始 [↗](https://reap.cc/docs/quick-start)
|
|
63
63
|
|
|
64
64
|
打开你的 AI 智能体(Claude Code)并使用斜杠命令:
|
|
65
65
|
|
|
@@ -160,7 +160,7 @@ Backlog 项在代际迭代之间自动传递。已消费的项随代际迭代的
|
|
|
160
160
|
- **人类判断适应度**:没有定量指标。人类的自然语言反馈是唯一的适应度信号。
|
|
161
161
|
- **禁止自我适应度评估**:AI 永远不会给自己的成功打分。只允许自我评估(元认知)。
|
|
162
162
|
|
|
163
|
-
## 合并生命周期 [↗](https://reap.cc/docs/merge-
|
|
163
|
+
## 合并生命周期 [↗](https://reap.cc/docs/merge-generation)
|
|
164
164
|
|
|
165
165
|
当多个开发者或智能体并行工作时,REAP 提供 genome 优先的合并工作流。
|
|
166
166
|
|
|
@@ -202,7 +202,7 @@ AI 根据当前上下文的明确程度调整其沟通风格:
|
|
|
202
202
|
- 如果检测到不确定性或风险,cruise 暂停并请求人类反馈
|
|
203
203
|
- 所有 N 个代际迭代完成后,人类审阅整批结果
|
|
204
204
|
|
|
205
|
-
## 斜杠命令
|
|
205
|
+
## 斜杠命令 [↗](https://reap.cc/docs/command-reference)
|
|
206
206
|
|
|
207
207
|
| 命令 | 描述 |
|
|
208
208
|
|------|------|
|
|
@@ -221,7 +221,7 @@ AI 根据当前上下文的明确程度调整其沟通风格:
|
|
|
221
221
|
| `/reap.run` | 直接执行生命周期命令 |
|
|
222
222
|
| `/reap.config` | 查看/编辑项目配置 |
|
|
223
223
|
|
|
224
|
-
## 智能体集成
|
|
224
|
+
## 智能体集成
|
|
225
225
|
|
|
226
226
|
REAP 通过斜杠命令和生命周期钩子与 AI 智能体集成。当前支持:**Claude Code**。架构使用适配器模式以支持未来的智能体。
|
|
227
227
|
|
|
@@ -283,7 +283,7 @@ agentClient: claude-code # AI 智能体客户端
|
|
|
283
283
|
- **`strictMerge`**:限制直接 git pull/push/merge——请改用 `/reap.pull`、`/reap.push`、`/reap.merge`。
|
|
284
284
|
- **`agentClient`**:决定使用哪个适配器进行技能部署。
|
|
285
285
|
|
|
286
|
-
## 从 v0.15 升级
|
|
286
|
+
## 从 v0.15 升级 [↗](https://reap.cc/docs/migration-guide)
|
|
287
287
|
|
|
288
288
|
REAP v0.16 是基于[自进化管道](https://reap.cc/docs/self-evolving)架构的完全重写。
|
|
289
289
|
|
package/RELEASE_NOTICE.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Release Notices
|
|
2
2
|
|
|
3
|
+
## v0.16.2
|
|
4
|
+
### en
|
|
5
|
+
Add `reap make hook` CLI command for creating hooks with correct format. Restore default hook conditions (always, has-code-changes, version-bumped). Remove outdated Presets and Session Context Loading from docs.
|
|
6
|
+
### ko
|
|
7
|
+
`reap make hook` CLI 커맨드 추가 — 올바른 형식의 hook 파일 생성. 기본 hook conditions 복원 (always, has-code-changes, version-bumped). docs에서 outdated된 Presets, Session Context Loading 섹션 제거.
|
|
8
|
+
|
|
9
|
+
## v0.16.1
|
|
10
|
+
### en
|
|
11
|
+
Fix npm README images not displaying. Restore SPA routing for docs site (404.html fallback). Fix broken docs links in README. Add docs workflow trigger paths.
|
|
12
|
+
### ko
|
|
13
|
+
npm README 이미지 미표시 수정. docs 사이트 SPA 라우팅 복원 (404.html fallback). README 문서 링크 수정. docs workflow 트리거 경로 추가.
|
|
14
|
+
|
|
3
15
|
## v0.16.0
|
|
4
16
|
### en
|
|
5
17
|
First v0.16.0 release. Major rewrite from v0.15 — new lifecycle engine, nonce-based stage verification, 2-level lineage compression, merge lifecycle, and adapter-based agent client support.
|