@c-d-cc/reap 0.15.1 → 0.15.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.ja.md +2 -2
- package/README.ko.md +2 -2
- package/README.md +2 -2
- package/README.zh-CN.md +2 -2
- package/dist/cli.js +1431 -1217
- package/dist/templates/commands/reap.refreshKnowledge.md +1 -1
- package/dist/templates/help/en.txt +1 -1
- package/dist/templates/help/ko.txt +1 -1
- package/dist/templates/hooks/genome-loader.cjs +4 -4
- package/dist/templates/hooks/reap-guide.md +1 -1
- package/dist/templates/hooks/session-start.cjs +23 -1
- package/package.json +1 -1
- package/scripts/postinstall.cjs +1 -0
package/README.ja.md
CHANGED
|
@@ -329,7 +329,7 @@ autoIssueReport: true # デフォルト: true(gh CLIがある場合)
|
|
|
329
329
|
| `/reap.merge.sync` | Genome-ソース間の整合性を検証(AI比較、ユーザー確認) |
|
|
330
330
|
| `/reap.merge.validation` | 機械的テストを実行(bun test、tsc、build) |
|
|
331
331
|
| **`/reap.merge.evolve`** | **マージライフサイクル全体を自動実行** |
|
|
332
|
-
| `/reap.refreshKnowledge` |
|
|
332
|
+
| `/reap.refreshKnowledge` | REAPコンテキストの再ロード(Genome、Environment、状態)。context compaction後やサブエージェントで使用 |
|
|
333
333
|
|
|
334
334
|
### SessionStart Hook [↗](https://reap.cc/docs/hooks)
|
|
335
335
|
|
|
@@ -363,7 +363,7 @@ strict:
|
|
|
363
363
|
|------|------|
|
|
364
364
|
| アクティブGenerationなし / 実装ステージ外 | コード変更は完全にブロック |
|
|
365
365
|
| Implementationステージ | `02-planning.md`の範囲内でのみ変更許可 |
|
|
366
|
-
| エスケープハッチ | ユーザーが「override」「bypass strict
|
|
366
|
+
| エスケープハッチ | ユーザーが「override」「bypass strict」等を明示的に要求した場合、その特定のアクションに限り許可。完了後strictモード再適用 |
|
|
367
367
|
|
|
368
368
|
**`strict.merge`** — Gitコマンド制御:有効にすると`git pull`/`push`/`merge`の直接使用が制限されます。エージェントが`/reap.pull`、`/reap.push`、`/reap.merge`の使用を案内します。
|
|
369
369
|
|
package/README.ko.md
CHANGED
|
@@ -329,7 +329,7 @@ Slash command가 `.claude/commands/`에 설치되어 전체 워크플로우를
|
|
|
329
329
|
| `/reap.merge.sync` | Genome-소스 간 일관성 검증 (AI 비교, 사용자 확인) |
|
|
330
330
|
| `/reap.merge.validation` | 기계적 테스트 실행 (bun test, tsc, build) |
|
|
331
331
|
| **`/reap.merge.evolve`** | **전체 머지 라이프사이클 자동 실행** |
|
|
332
|
-
| `/reap.refreshKnowledge` |
|
|
332
|
+
| `/reap.refreshKnowledge` | REAP 컨텍스트 재로드 (Genome, Environment, 상태). context compaction 후 또는 서브에이전트에서 사용 |
|
|
333
333
|
|
|
334
334
|
### SessionStart Hook [↗](https://reap.cc/docs/hooks)
|
|
335
335
|
|
|
@@ -363,7 +363,7 @@ strict:
|
|
|
363
363
|
|------|------|
|
|
364
364
|
| 활성 Generation 없음 / 구현 단계 외 | 코드 수정 완전 차단 |
|
|
365
365
|
| Implementation 단계 | `02-planning.md` 범위 내에서만 수정 허용 |
|
|
366
|
-
| Escape hatch | 사용자가 "override", "bypass strict" 등 명시적 요청 시
|
|
366
|
+
| Escape hatch | 사용자가 "override", "bypass strict" 등 명시적 요청 시 해당 작업에 한해 허용, 완료 후 strict 모드 재적용 |
|
|
367
367
|
|
|
368
368
|
**`strict.merge`** — Git 명령 제어: 활성화 시 `git pull`/`push`/`merge` 직접 사용이 제한됩니다. 에이전트가 `/reap.pull`, `/reap.push`, `/reap.merge` 사용을 안내합니다.
|
|
369
369
|
|
package/README.md
CHANGED
|
@@ -328,7 +328,7 @@ Slash commands are installed in `.claude/commands/` and drive the entire workflo
|
|
|
328
328
|
| `/reap.merge.sync` | Verify genome–source consistency (AI compares, user confirms) |
|
|
329
329
|
| `/reap.merge.validation` | Run mechanical testing (bun test, tsc, build) |
|
|
330
330
|
| **`/reap.merge.evolve`** | **Run the full merge lifecycle automatically** |
|
|
331
|
-
| `/reap.refreshKnowledge` |
|
|
331
|
+
| `/reap.refreshKnowledge` | Reload REAP context (Genome, Environment, state). Useful after context compaction or in subagents |
|
|
332
332
|
|
|
333
333
|
### SessionStart Hook [↗](https://reap.cc/docs/hooks)
|
|
334
334
|
|
|
@@ -364,7 +364,7 @@ strict:
|
|
|
364
364
|
|---------|----------|
|
|
365
365
|
| No active generation / non-implementation stage | Code modifications are fully blocked |
|
|
366
366
|
| Implementation stage | Only modifications within the scope of `02-planning.md` are allowed |
|
|
367
|
-
| Escape hatch | User explicitly requests "override" or "bypass strict" to
|
|
367
|
+
| Escape hatch | User explicitly requests "override" or "bypass strict" — bypass applies to that specific action only, then strict mode re-engages |
|
|
368
368
|
|
|
369
369
|
**`strict.merge`** — Git command control: when enabled, direct `git pull`/`push`/`merge` are restricted. The agent guides users to use `/reap.pull`, `/reap.push`, `/reap.merge` instead.
|
|
370
370
|
|
package/README.zh-CN.md
CHANGED
|
@@ -329,7 +329,7 @@ autoIssueReport: true # 默认值: true(检测到gh CLI时)
|
|
|
329
329
|
| `/reap.merge.sync` | 验证Genome与源代码的一致性(AI比较,用户确认) |
|
|
330
330
|
| `/reap.merge.validation` | 运行机械化测试(bun test、tsc、build) |
|
|
331
331
|
| **`/reap.merge.evolve`** | **自动运行完整的合并生命周期** |
|
|
332
|
-
| `/reap.refreshKnowledge` |
|
|
332
|
+
| `/reap.refreshKnowledge` | 重新加载REAP上下文(Genome、Environment、状态)。context compaction后或在子代理中使用 |
|
|
333
333
|
|
|
334
334
|
### SessionStart Hook [↗](https://reap.cc/docs/hooks)
|
|
335
335
|
|
|
@@ -363,7 +363,7 @@ strict:
|
|
|
363
363
|
|------|------|
|
|
364
364
|
| 无活跃Generation / 非实现阶段 | 代码修改完全阻止 |
|
|
365
365
|
| Implementation阶段 | 仅允许`02-planning.md`范围内的修改 |
|
|
366
|
-
| 逃生舱 | 用户明确请求"override"或"bypass strict"
|
|
366
|
+
| 逃生舱 | 用户明确请求"override"或"bypass strict"时,仅对该特定操作允许,完成后strict模式重新生效 |
|
|
367
367
|
|
|
368
368
|
**`strict.merge`** — Git命令控制:启用后,直接使用`git pull`/`push`/`merge`将被限制。代理会引导用户使用`/reap.pull`、`/reap.push`、`/reap.merge`。
|
|
369
369
|
|