@c-d-cc/reap 0.16.2 → 0.16.3
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 +1 -1
- package/README.ja.md +1 -1
- package/README.ko.md +1 -1
- package/README.md +2 -2
- package/README.zh-CN.md +1 -1
- package/RELEASE_NOTICE.md +6 -0
- package/dist/cli/index.js +4 -4
- package/dist/templates/evolution.md +10 -1
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -336,7 +336,7 @@ Alle v0.15-Dateien werden unter `.reap/v15/` aufbewahrt. Nach Überprüfung der
|
|
|
336
336
|
**Vision-Ebene hinzugefügt:**
|
|
337
337
|
- `vision/goals.md` — Langfristige Ziele, lückengetriebene Zielauswahl in der Adapt-Phase
|
|
338
338
|
- `vision/memory/` — 3-stufiges Gedächtnis (longterm, midterm, shortterm) für generationsübergreifenden Kontext
|
|
339
|
-
- `vision/
|
|
339
|
+
- `vision/design/` — Planungsdokumente und Spezifikationen
|
|
340
340
|
|
|
341
341
|
**Genome umstrukturiert (3 Dateien):**
|
|
342
342
|
- `application.md` — Projektidentität, Architektur, Konventionen, Einschränkungen
|
package/README.ja.md
CHANGED
|
@@ -336,7 +336,7 @@ REAP v0.16 は [Self-Evolving Pipeline](https://reap.cc/docs/self-evolving) ア
|
|
|
336
336
|
**Vision レイヤーの追加:**
|
|
337
337
|
- `vision/goals.md` — 長期目標、adapt フェーズでのギャップ駆動目標選択
|
|
338
338
|
- `vision/memory/` — 3層メモリ(longterm, midterm, shortterm)によるジェネレーション間コンテキスト
|
|
339
|
-
- `vision/
|
|
339
|
+
- `vision/design/` — 計画ドキュメントと仕様書
|
|
340
340
|
|
|
341
341
|
**Genome の再構成(3ファイル):**
|
|
342
342
|
- `application.md` — プロジェクトのアイデンティティ、アーキテクチャ、コンベンション、制約
|
package/README.ko.md
CHANGED
|
@@ -336,7 +336,7 @@ REAP v0.16은 [Self-Evolving Pipeline](https://reap.cc/docs/self-evolving) 아
|
|
|
336
336
|
**Vision 레이어 추가:**
|
|
337
337
|
- `vision/goals.md` — 장기 목표, 적응 단계에서 간극 기반 목표 선택
|
|
338
338
|
- `vision/memory/` — 3계층 메모리 (longterm, midterm, shortterm), 세대 간 컨텍스트 유지
|
|
339
|
-
- `vision/
|
|
339
|
+
- `vision/design/` — 기획 문서 및 스펙
|
|
340
340
|
|
|
341
341
|
**Genome 재구성 (3파일):**
|
|
342
342
|
- `application.md` — 프로젝트 정체성, 아키텍처, 컨벤션, 제약 조건
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
> [한국어](README.ko.md) | [日本語](README.ja.md) | [简体中文](README.zh-CN.md) | [Deutsch](README.de.md)
|
|
1
|
+
> [한국어](https://github.com/c-d-cc/reap/blob/main/README.ko.md) | [日本語](https://github.com/c-d-cc/reap/blob/main/README.ja.md) | [简体中文](https://github.com/c-d-cc/reap/blob/main/README.zh-CN.md) | [Deutsch](https://github.com/c-d-cc/reap/blob/main/README.de.md)
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<img src="https://raw.githubusercontent.com/c-d-cc/reap/main/media/logo.png" alt="REAP" width="80" height="80" />
|
|
@@ -337,7 +337,7 @@ All v0.15 files are preserved at `.reap/v15/`. After verifying the migration, yo
|
|
|
337
337
|
**Vision layer added:**
|
|
338
338
|
- `vision/goals.md` — long-term objectives, gap-driven goal selection at adapt phase
|
|
339
339
|
- `vision/memory/` — 3-tier memory (longterm, midterm, shortterm) for cross-generation context
|
|
340
|
-
- `vision/
|
|
340
|
+
- `vision/design/` — planning documents and specs
|
|
341
341
|
|
|
342
342
|
**Genome restructured (3 files):**
|
|
343
343
|
- `application.md` — project identity, architecture, conventions, constraints
|
package/README.zh-CN.md
CHANGED
|
@@ -336,7 +336,7 @@ REAP v0.16 是基于[自进化管道](https://reap.cc/docs/self-evolving)架构
|
|
|
336
336
|
**新增 Vision 层:**
|
|
337
337
|
- `vision/goals.md` — 长期目标,在适应阶段进行差距驱动的目标选择
|
|
338
338
|
- `vision/memory/` — 3层记忆(longterm、midterm、shortterm)用于跨代际迭代的上下文
|
|
339
|
-
- `vision/
|
|
339
|
+
- `vision/design/` — 规划文档和规范
|
|
340
340
|
|
|
341
341
|
**Genome 重构(3个文件):**
|
|
342
342
|
- `application.md` — 项目身份、架构、规范、约束
|
package/RELEASE_NOTICE.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Release Notices
|
|
2
2
|
|
|
3
|
+
## v0.16.3
|
|
4
|
+
### en
|
|
5
|
+
Rename vision/docs to vision/design to avoid confusion with root docs/. Add Design section to Vision (separate from Memory for independent design documents). Add Evaluator Agent design doc. Fix README language links for npm compatibility.
|
|
6
|
+
### ko
|
|
7
|
+
vision/docs를 vision/design으로 리네이밍하여 루트 docs/와의 혼동 방지. Vision에 Design 섹션 추가 (Memory와 구분되는 독립 설계 문서 공간). Evaluator Agent 설계 문서 추가. npm 호환을 위해 README 언어 링크 수정.
|
|
8
|
+
|
|
3
9
|
## v0.16.2
|
|
4
10
|
### en
|
|
5
11
|
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.
|
package/dist/cli/index.js
CHANGED
|
@@ -7098,7 +7098,7 @@ async function checkDirectoryStructure(paths, errors) {
|
|
|
7098
7098
|
{ path: paths.environmentDomain, name: "environment/domain/" },
|
|
7099
7099
|
{ path: paths.environmentResources, name: "environment/resources/" },
|
|
7100
7100
|
{ path: paths.environmentDocs, name: "environment/docs/" },
|
|
7101
|
-
{ path: paths.
|
|
7101
|
+
{ path: paths.visionDesign, name: "vision/design/" },
|
|
7102
7102
|
{ path: paths.memory, name: "vision/memory/" }
|
|
7103
7103
|
];
|
|
7104
7104
|
for (const dir of requiredDirs) {
|
|
@@ -7559,7 +7559,7 @@ async function initCommon(paths, projectName) {
|
|
|
7559
7559
|
await ensureDir(paths.backlog);
|
|
7560
7560
|
await ensureDir(paths.lineage);
|
|
7561
7561
|
await ensureDir(paths.vision);
|
|
7562
|
-
await ensureDir(paths.
|
|
7562
|
+
await ensureDir(paths.visionDesign);
|
|
7563
7563
|
await ensureDir(paths.memory);
|
|
7564
7564
|
await ensureDir(paths.hooks);
|
|
7565
7565
|
const config = {
|
|
@@ -8420,7 +8420,7 @@ function createPaths(root) {
|
|
|
8420
8420
|
lineage: join(reap, "lineage"),
|
|
8421
8421
|
vision,
|
|
8422
8422
|
visionGoals: join(vision, "goals.md"),
|
|
8423
|
-
|
|
8423
|
+
visionDesign: join(vision, "design"),
|
|
8424
8424
|
memory,
|
|
8425
8425
|
memoryLongterm: join(memory, "longterm.md"),
|
|
8426
8426
|
memoryMidterm: join(memory, "midterm.md"),
|
|
@@ -14296,7 +14296,7 @@ function getRequiredDirs(paths) {
|
|
|
14296
14296
|
paths.backlog,
|
|
14297
14297
|
paths.lineage,
|
|
14298
14298
|
paths.vision,
|
|
14299
|
-
paths.
|
|
14299
|
+
paths.visionDesign,
|
|
14300
14300
|
paths.memory,
|
|
14301
14301
|
paths.hooks
|
|
14302
14302
|
];
|
|
@@ -84,11 +84,20 @@ Decision rule: "If a new agent in the next session doesn't know about this chang
|
|
|
84
84
|
|
|
85
85
|
## Vision
|
|
86
86
|
|
|
87
|
-
Vision consists of Goals and
|
|
87
|
+
Vision consists of Goals, Memory, and Design.
|
|
88
88
|
|
|
89
89
|
### Goals (`vision/goals.md`)
|
|
90
90
|
Long-term project objectives. During the adapt phase, gap analysis against goals determines the next generation's direction.
|
|
91
91
|
|
|
92
|
+
Goals cleanup: goals.md is a space for **future** objectives, not an archive of past achievements. When completed items (`[x]`) accumulate and the document loses focus as a forward-looking plan, propose specific items for removal to the human for approval. This is a contextual judgment — recently completed items may still have reference value, while long-stable items can be cleared. Always get human confirmation before removing.
|
|
93
|
+
|
|
94
|
+
### Design (`vision/design/`)
|
|
95
|
+
Space for project design documents. Distinction from Memory:
|
|
96
|
+
- **Design** — Documents with a specific scope (architecture designs, feature specs, etc.). Managed as independent documents.
|
|
97
|
+
- **Memory** — General-purpose context records (lessons, progress, handoff). Single file per tier.
|
|
98
|
+
|
|
99
|
+
Decision rule: "Is this content worth documenting as an independent topic?" → Yes = Design, No = Memory.
|
|
100
|
+
|
|
92
101
|
### Memory (`vision/memory/`)
|
|
93
102
|
Free-form space for the AI to record project-related knowledge. 3-tier structure:
|
|
94
103
|
- **longterm.md** — Project lifetime. Recurring lessons, decision backgrounds, architecture rationale
|