@c-d-cc/reap 0.16.0 → 0.16.1

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 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.
@@ -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-lifecycle)
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
 
@@ -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 [↗](https://reap.cc/docs/agent-integration)
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
 
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)の両方が自己進化します。
@@ -160,7 +160,7 @@ DAGメタデータはブランチ対応の lineage 走査のために保持さ
160
160
  - **人間がフィットネスを判断**: 定量的メトリクスは使用しません。人間の自然言語フィードバックが唯一のフィットネスシグナルです。
161
161
  - **自己フィットネスの禁止**: AIは自身の成功をスコアリングしません。自己評価(メタ認知)のみが許可されます。
162
162
 
163
- ## マージライフサイクル [↗](https://reap.cc/docs/merge-lifecycle)
163
+ ## マージライフサイクル [↗](https://reap.cc/docs/merge-generation)
164
164
 
165
165
  複数の開発者やエージェントが並行して作業する場合、REAPは genome-first マージワークフローを提供します。
166
166
 
@@ -221,7 +221,7 @@ N世代分の自律実行を事前承認:
221
221
  | `/reap.run` | ライフサイクルコマンドを直接実行 |
222
222
  | `/reap.config` | プロジェクト設定の表示/編集 |
223
223
 
224
- ## エージェント統合 [↗](https://reap.cc/docs/agent-integration)
224
+ ## エージェント統合
225
225
 
226
226
  REAPはスラッシュコマンドとライフサイクルフックを通じてAIエージェントと統合します。現在サポート: **Claude Code**。アーキテクチャはアダプターパターンを採用しており、将来のエージェントサポートに対応しています。
227
227
 
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) 모두가 자기 진화합니다.
@@ -160,7 +160,7 @@ Backlog 항목은 세대 간 자동으로 이월됩니다. 소비된 항목은
160
160
  - **인간이 적합도를 판단**: 정량적 메트릭 없음. 인간의 자연어 피드백만이 유일한 적합도 신호입니다.
161
161
  - **자기 적합도 평가 금지**: AI는 자신의 성공을 절대 평가하지 않습니다. 자기 성찰(메타인지)만 허용됩니다.
162
162
 
163
- ## 병합 생명 주기 [↗](https://reap.cc/docs/merge-lifecycle)
163
+ ## 병합 생명 주기 [↗](https://reap.cc/docs/merge-generation)
164
164
 
165
165
  여러 개발자나 에이전트가 병렬로 작업할 때, REAP는 genome 우선 병합 워크플로우를 제공합니다.
166
166
 
@@ -221,7 +221,7 @@ N개 세대를 사전 승인하여 자율 실행:
221
221
  | `/reap.run` | 생명 주기 명령어 직접 실행 |
222
222
  | `/reap.config` | 프로젝트 설정 조회/편집 |
223
223
 
224
- ## 에이전트 통합 [↗](https://reap.cc/docs/agent-integration)
224
+ ## 에이전트 통합
225
225
 
226
226
  REAP는 슬래시 명령어와 생명 주기 훅을 통해 AI 에이전트와 통합됩니다. 현재 지원: **Claude Code**. 향후 에이전트 지원을 위해 어댑터 패턴 아키텍처를 사용합니다.
227
227
 
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.
@@ -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-lifecycle)
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
 
@@ -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 [↗](https://reap.cc/docs/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
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)都在自我进化。
@@ -160,7 +160,7 @@ Backlog 项在代际迭代之间自动传递。已消费的项随代际迭代的
160
160
  - **人类判断适应度**:没有定量指标。人类的自然语言反馈是唯一的适应度信号。
161
161
  - **禁止自我适应度评估**:AI 永远不会给自己的成功打分。只允许自我评估(元认知)。
162
162
 
163
- ## 合并生命周期 [↗](https://reap.cc/docs/merge-lifecycle)
163
+ ## 合并生命周期 [↗](https://reap.cc/docs/merge-generation)
164
164
 
165
165
  当多个开发者或智能体并行工作时,REAP 提供 genome 优先的合并工作流。
166
166
 
@@ -221,7 +221,7 @@ AI 根据当前上下文的明确程度调整其沟通风格:
221
221
  | `/reap.run` | 直接执行生命周期命令 |
222
222
  | `/reap.config` | 查看/编辑项目配置 |
223
223
 
224
- ## 智能体集成 [↗](https://reap.cc/docs/agent-integration)
224
+ ## 智能体集成
225
225
 
226
226
  REAP 通过斜杠命令和生命周期钩子与 AI 智能体集成。当前支持:**Claude Code**。架构使用适配器模式以支持未来的智能体。
227
227
 
package/dist/cli/index.js CHANGED
@@ -7527,7 +7527,7 @@ var init_integrity = __esm(() => {
7527
7527
  VALID_BACKLOG_TYPES = ["genome-change", "environment-change", "task"];
7528
7528
  VALID_BACKLOG_STATUSES = ["pending", "consumed"];
7529
7529
  VALID_GENERATION_TYPES = ["embryo", "normal", "merge"];
7530
- LEGACY_PREFIX_PATTERN = /^(?:reap|reapdev)\./;
7530
+ LEGACY_PREFIX_PATTERN = /^reap\.[^.]+\.md$/;
7531
7531
  });
7532
7532
 
7533
7533
  // src/cli/commands/init/common.ts
@@ -14522,12 +14522,19 @@ async function execute35(topic) {
14522
14522
  // src/cli/index.ts
14523
14523
  function readVersion() {
14524
14524
  const __dir = dirname9(fileURLToPath7(import.meta.url));
14525
+ let version = "0.0.0";
14525
14526
  for (const rel of [join23(__dir, "..", "..", "package.json"), join23(__dir, "..", "package.json")]) {
14526
14527
  try {
14527
- return JSON.parse(readFileSync4(rel, "utf-8")).version;
14528
+ version = JSON.parse(readFileSync4(rel, "utf-8")).version;
14529
+ break;
14528
14530
  } catch {}
14529
14531
  }
14530
- return "0.0.0";
14532
+ try {
14533
+ const hash = readFileSync4(join23(__dir, "..", ".dev-build"), "utf-8").trim();
14534
+ if (hash)
14535
+ version += `+dev.${hash}`;
14536
+ } catch {}
14537
+ return version;
14531
14538
  }
14532
14539
  var program2 = new Command;
14533
14540
  program2.name("reap").description("Recursive Evolutionary Autonomous Pipeline — Self-Evolving").version(readVersion());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c-d-cc/reap",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Recursive Evolutionary Autonomous Pipeline — AI and humans evolve software across generations",
5
5
  "type": "module",
6
6
  "bin": {