@c-d-cc/reap 0.16.3 → 0.16.4

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.
Files changed (2) hide show
  1. package/RELEASE_NOTICE.md +6 -0
  2. package/package.json +25 -1
package/RELEASE_NOTICE.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release Notices
2
2
 
3
+ ## v0.16.4
4
+ ### en
5
+ Restore missing npm metadata (license, author, repository, homepage, keywords). Fix GitHub Releases showing empty release notes.
6
+ ### ko
7
+ 누락된 npm 메타데이터 복원 (license, author, repository, homepage, keywords). GitHub Release에 release notes가 표시되지 않던 문제 수정.
8
+
3
9
  ## v0.16.3
4
10
  ### en
5
11
  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.
package/package.json CHANGED
@@ -1,7 +1,31 @@
1
1
  {
2
2
  "name": "@c-d-cc/reap",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "description": "Recursive Evolutionary Autonomous Pipeline — AI and humans evolve software across generations",
5
+ "license": "MIT",
6
+ "author": "HyeonIL Choi <hichoi@c-d.cc> (C to D)",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/c-d-cc/reap.git"
10
+ },
11
+ "homepage": "https://reap.cc",
12
+ "bugs": {
13
+ "url": "https://github.com/c-d-cc/reap/issues"
14
+ },
15
+ "keywords": [
16
+ "ai",
17
+ "development pipeline",
18
+ "evolutionary",
19
+ "claude",
20
+ "genome",
21
+ "lifecycle",
22
+ "harness",
23
+ "ai workflow",
24
+ "agent workflow",
25
+ "ai driven",
26
+ "opencode",
27
+ "codex"
28
+ ],
5
29
  "type": "module",
6
30
  "bin": {
7
31
  "reap": "dist/cli/index.js"