@c-d-cc/reap 0.15.14 → 0.15.15

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.ja.md CHANGED
@@ -23,6 +23,15 @@
23
23
 
24
24
  REAPはアプリケーションの設計知識 — Genome(アーキテクチャ、コンベンション、制約)とEnvironment(外部API、インフラ) — を記録し、各世代で目標を設定して実装します。その過程で発見した欠陥はKnowledge Baseにフィードバックされます。世代を重ねるごとに知識が進化し、Source Code(Civilization)が成長します。
25
25
 
26
+ > **⚠️ v0.16 Breaking Changes予定**
27
+ >
28
+ > - REAPがSelf Evolving Pipelineへ移行
29
+ > - ライフサイクル変更: learning → planning → implementation → validation → completion(Learning stage新規追加、ObjectiveとPlanningをPlanningに統合)
30
+ > - スラッシュコマンド再編: skillマッチング最適化
31
+ > - CLIコマンドがユーザーインターフェースから削除(内部用途のみ)
32
+ >
33
+ > v0.15.xからv0.16.xへの自動アップデートはブロックされます。[リリースノート](https://reap.cc/docs/release-notes)参照。
34
+
26
35
  ## 目次
27
36
 
28
37
  - [なぜREAPか?](#なぜreapか)
package/README.ko.md CHANGED
@@ -23,6 +23,15 @@
23
23
 
24
24
  REAP은 Application의 설계 지식 — Genome(아키텍처, 컨벤션, 제약사항)과 Environment(외부 API, 인프라) — 을 기록하고, 각 세대에서 목표를 설정하여 구현합니다. 그 과정에서 발견한 결함은 Knowledge Base에 반영됩니다. 세대를 거듭하며 지식이 진화하고, Source Code(Civilization)가 성장합니다.
25
25
 
26
+ > **⚠️ v0.16 Breaking Changes 예정**
27
+ >
28
+ > - REAP이 Self Evolving Pipeline으로 전환됩니다
29
+ > - Lifecycle 변경: learning → planning → implementation → validation → completion (Learning stage 신규 추가, Objective와 Planning을 Planning으로 병합)
30
+ > - Slash command 구조 변경: skill 매칭 최적화
31
+ > - CLI 커맨드가 사용자 인터페이스에서 제거 (내부 용도로만 사용)
32
+ >
33
+ > v0.15.x에서 v0.16.x로의 자동 업데이트가 차단됩니다. [릴리스 노트](https://reap.cc/docs/release-notes) 참조.
34
+
26
35
  ## 목차
27
36
 
28
37
  - [Why REAP?](#why-reap)
package/README.md CHANGED
@@ -23,6 +23,15 @@
23
23
 
24
24
  REAP captures an application's design knowledge — the Genome (architecture, conventions, constraints) and Environment (external APIs, infrastructure) — then sets objectives for each generation to implement. Defects discovered along the way feed back into the Knowledge Base. As generations accumulate, knowledge evolves and the Source Code (Civilization) grows.
25
25
 
26
+ > **⚠️ Breaking Changes in v0.16**
27
+ >
28
+ > - REAP transitions to a Self Evolving Pipeline
29
+ > - Lifecycle changed: learning → planning → implementation → validation → completion (new Learning stage, Objective + Planning merged)
30
+ > - Slash commands restructured for optimal skill matching
31
+ > - CLI commands removed from user-facing interface (internal use only)
32
+ >
33
+ > Automatic updates from v0.15.x → v0.16.x are blocked. See [Release Notes](https://reap.cc/docs/release-notes).
34
+
26
35
  ## Table of Contents
27
36
 
28
37
  - [Why REAP?](#why-reap)
package/README.zh-CN.md CHANGED
@@ -23,6 +23,15 @@
23
23
 
24
24
  REAP记录应用程序的设计知识 — Genome(架构、约定、约束)和Environment(外部API、基础设施) — 并在每个世代设定目标进行实现。过程中发现的缺陷反馈到Knowledge Base。随着世代的积累,知识不断进化,Source Code(Civilization)持续成长。
25
25
 
26
+ > **⚠️ v0.16 Breaking Changes 预告**
27
+ >
28
+ > - REAP转型为Self Evolving Pipeline
29
+ > - 生命周期变更: learning → planning → implementation → validation → completion(新增Learning阶段,Objective和Planning合并为Planning)
30
+ > - 斜杠命令重组: skill匹配优化
31
+ > - CLI命令从用户界面移除(仅供内部使用)
32
+ >
33
+ > v0.15.x到v0.16.x的自动更新将被阻止。参见[发布说明](https://reap.cc/docs/release-notes)。
34
+
26
35
  ## 目录
27
36
 
28
37
  - [为什么选择REAP?](#为什么选择reap)
package/RELEASE_NOTICE.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release Notices
2
2
 
3
+ ## v0.15.15
4
+ ### en
5
+ Added v0.16 breaking change pre-announcement to README.
6
+ ### ko
7
+ README에 v0.16 breaking change 사전 고지 추가.
8
+
3
9
  ## v0.15.14
4
10
  ### en
5
11
  Auto-update guard for breaking changes. New Release Notes docs page with v0.16 pre-announcement.
package/dist/cli.js CHANGED
@@ -8391,7 +8391,7 @@ function checkLatestVersion() {
8391
8391
  }
8392
8392
  }
8393
8393
  function getCurrentVersion() {
8394
- return "0.15.14";
8394
+ return "0.15.15";
8395
8395
  }
8396
8396
  function formatVersionLine(current, skipCheck) {
8397
8397
  if (skipCheck) {
@@ -10604,7 +10604,7 @@ async function execute17(paths) {
10604
10604
  const gm = new GenerationManager(paths);
10605
10605
  const state = await gm.current();
10606
10606
  const configContent = await readTextFile(paths.config);
10607
- const installedVersion = "0.15.14";
10607
+ const installedVersion = "0.15.15";
10608
10608
  const autoUpdate = configContent?.match(/autoUpdate:\s*(true|false)/)?.[1] === "true";
10609
10609
  const versionDisplay = formatVersionLine(installedVersion, !autoUpdate);
10610
10610
  const rawLang = detectLanguage(configContent);
@@ -12332,7 +12332,7 @@ async function execute30(paths) {
12332
12332
  const lines = [
12333
12333
  `REAP Configuration (${paths.config})`,
12334
12334
  "",
12335
- ` version: ${"0.15.14"} (package)`,
12335
+ ` version: ${"0.15.15"} (package)`,
12336
12336
  ` project: ${config.project}`,
12337
12337
  ` entryMode: ${config.entryMode}`,
12338
12338
  ` strict: ${config.strict ?? false}`,
@@ -12638,7 +12638,7 @@ async function runCommand(command, phase, argv = []) {
12638
12638
  try {
12639
12639
  const config = await ConfigManager.read(paths);
12640
12640
  if (config.autoIssueReport) {
12641
- const version = "0.15.14";
12641
+ const version = "0.15.15";
12642
12642
  const errMsg = err instanceof Error ? err.message : String(err);
12643
12643
  const title = `[auto] reap run ${command}: ${errMsg.slice(0, 80)}`;
12644
12644
  const body = [
@@ -15301,7 +15301,7 @@ async function getStatus(projectRoot) {
15301
15301
  const totalCompleted = await mgr.countAllCompleted();
15302
15302
  const integrityResult = await checkIntegrity(paths);
15303
15303
  return {
15304
- version: "0.15.14",
15304
+ version: "0.15.15",
15305
15305
  project: config.project,
15306
15306
  entryMode: config.entryMode,
15307
15307
  lastSyncedGeneration: config.lastSyncedGeneration,
@@ -15624,7 +15624,7 @@ init_fs();
15624
15624
  init_version();
15625
15625
  init_config();
15626
15626
  import { join as join34 } from "path";
15627
- program.name("reap").description("REAP — Recursive Evolutionary Autonomous Pipeline").version("0.15.14");
15627
+ program.name("reap").description("REAP — Recursive Evolutionary Autonomous Pipeline").version("0.15.15");
15628
15628
  program.command("init").description("Initialize a new REAP project (Genesis)").argument("[project-name]", "Project name (defaults to current directory name)").option("-m, --mode <mode>", "Entry mode: greenfield, migration, adoption", "greenfield").option("-p, --preset <preset>", "Bootstrap with a genome preset (e.g., bun-hono-react)").action(async (projectName, options) => {
15629
15629
  try {
15630
15630
  const cwd = process.cwd();
@@ -15681,7 +15681,7 @@ program.command("status").description("Show current project and Generation statu
15681
15681
  const paths = new ReapPaths(cwd);
15682
15682
  const config = await ConfigManager.read(paths);
15683
15683
  const skipCheck = config.autoUpdate === false;
15684
- const installedVersion = "0.15.14";
15684
+ const installedVersion = "0.15.15";
15685
15685
  const versionLine = formatVersionLine(installedVersion, skipCheck);
15686
15686
  console.log(`${versionLine} | Project: ${status.project} (${status.entryMode})`);
15687
15687
  console.log(`Completed Generations: ${status.totalGenerations}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c-d-cc/reap",
3
- "version": "0.15.14",
3
+ "version": "0.15.15",
4
4
  "description": "Recursive Evolutionary Autonomous Pipeline — AI and humans evolve software across generations",
5
5
  "type": "module",
6
6
  "license": "MIT",