leerness 1.9.131 → 1.9.132
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/CHANGELOG.md +23 -0
- package/README.md +2 -2
- package/bin/harness.js +19 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.9.132 — 2026-05-20
|
|
4
|
+
|
|
5
|
+
**session close 텍스트 모드에 archive 누적 라인 추가** — 마감 시점 DELETE 활동 가시화 (handoff archive 알림과 symmetric).
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- `leerness session close` 텍스트 모드에 1줄 archive 요약 추가:
|
|
9
|
+
```
|
|
10
|
+
🗑 archive 누적: D1/L1/P0 (2건) — 복원 후보: leerness memory archive list
|
|
11
|
+
```
|
|
12
|
+
- 진행 요약 (session #N) 라인 바로 아래 출력
|
|
13
|
+
- archive 없으면 라인 비표시
|
|
14
|
+
- handoff 7번째 자동 회수 (1.9.129) 와 symmetric — 시작/마감 양쪽에서 archive 가시성
|
|
15
|
+
|
|
16
|
+
### Archive 가시성 매트릭스 (1.9.132 시점)
|
|
17
|
+
| 명령 | 텍스트 | JSON |
|
|
18
|
+
|---|---|---|
|
|
19
|
+
| `handoff` | ✓ (1.9.129) | ✓ (1.9.130) |
|
|
20
|
+
| `session close` | **✓ (1.9.132)** | ✓ (1.9.130) |
|
|
21
|
+
| `memory status` | ✓ (1.9.130) | ✓ (1.9.130) |
|
|
22
|
+
| `health` | (N/A) | ✓ (1.9.130) |
|
|
23
|
+
| `memory archive list` | ✓ (1.9.127) | ✓ (1.9.127) |
|
|
24
|
+
| `brainstorm` | ✓ (1.9.131) | ✓ (1.9.131) |
|
|
25
|
+
|
|
3
26
|
## 1.9.131 — 2026-05-20
|
|
4
27
|
|
|
5
28
|
**brainstorm 회수 범위에 3 archive 파일 통합** — 과거에 제거됐던 ideas 가 새 brainstorm 시 다시 후보로 노출.
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> **AI 코딩 에이전트의 거짓 완료·중복·망각·충돌을 막아주는 검수·기억·협업 CLI 하네스.**
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/leerness) [](https://www.npmjs.com/package/leerness) []() []() []() []() []() []() []()
|
|
6
6
|
|
|
7
7
|
```
|
|
8
8
|
╔══════════════════════════════════════════════════════════════╗
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
║ ██║ ██╔══╝ ██╔══╝ ██╔══██╗██║╚██╗██║██╔══╝ ╚════██║ ║
|
|
13
13
|
║ ███████╗███████╗███████╗██║ ██║██║ ╚████║███████╗███████║ ║
|
|
14
14
|
║ ╚══════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝╚══════╝ ║
|
|
15
|
-
║ v1.9.
|
|
15
|
+
║ v1.9.132 AI Agent Reliability Harness ║
|
|
16
16
|
║ verify · remember · orchestrate · audit · prevent drift ║
|
|
17
17
|
╚══════════════════════════════════════════════════════════════╝
|
|
18
18
|
```
|
package/bin/harness.js
CHANGED
|
@@ -6,7 +6,7 @@ const path = require('path');
|
|
|
6
6
|
const cp = require('child_process');
|
|
7
7
|
const readline = require('readline');
|
|
8
8
|
|
|
9
|
-
const VERSION = '1.9.
|
|
9
|
+
const VERSION = '1.9.132';
|
|
10
10
|
const MARK = '<!-- leerness:managed -->';
|
|
11
11
|
const README_START = '<!-- leerness:project-readme:start -->';
|
|
12
12
|
const README_END = '<!-- leerness:project-readme:end -->';
|
|
@@ -332,6 +332,7 @@ leerness audit . --fix # 누락 메타 자동 보강
|
|
|
332
332
|
- 1.9.129+ handoff **7번째 자동 회수** — \`🗑 최근 24h archive\` (D/L/P 카운트 + 복원 후보 안내). DELETE 활동 자동 인지.
|
|
333
333
|
- 1.9.130+ 🎉 **60 라운드 자율 모드 마일스톤** — JSON 4종 (handoff/memory status/session close/health) \`memorySurface.archive\` 필드 통합. MCP 40 / handoff auto-recovery 7 / DELETE-RESTORE cycle 완성.
|
|
334
334
|
- 1.9.131+ \`brainstorm\` 회수 범위에 3 archive 파일 (decisions/lessons/plan archive) 통합 — 과거 제거된 ideas 가 새 brainstorm 시 다시 후보로 노출. \`hits.archive\` 필드 + 복원 안내 라인.
|
|
335
|
+
- 1.9.132+ \`session close\` 텍스트 모드에 archive 누적 라인 추가 — 마감 시점 DELETE 활동 가시화 (handoff 7번째 회수와 symmetric). archive 가시성 6 surface 완성.
|
|
335
336
|
|
|
336
337
|
---
|
|
337
338
|
|
|
@@ -4269,7 +4270,7 @@ function _banner(opts = {}) {
|
|
|
4269
4270
|
lines.push('');
|
|
4270
4271
|
for (const ln of lines) log(ln);
|
|
4271
4272
|
if (opts.quickStart) {
|
|
4272
|
-
log(C.bold(C.cyan(' ✨ 빠른 시작 (1.9.
|
|
4273
|
+
log(C.bold(C.cyan(' ✨ 빠른 시작 (1.9.132+ session close archive 라인 — 62 라운드 자율 누적)')));
|
|
4273
4274
|
log(' ' + C.green('npx leerness@latest init .') + C.dim(' # 신규 프로젝트 + 외부 AI CLI 설정'));
|
|
4274
4275
|
log(' ' + C.green('npx leerness handoff .') + C.dim(' # 컨텍스트 + lessons + 매칭 skill + history hit + brainstorm hits + 헤드라인'));
|
|
4275
4276
|
log(' ' + C.green('npx leerness handoff . --quiet') + C.dim(' # 자동화/CI 모드 (1.9.99) — 자동 회수 라인 비활성'));
|
|
@@ -5136,6 +5137,22 @@ function sessionClose(root, opts = {}) {
|
|
|
5136
5137
|
const agg = _retroAggregate(root);
|
|
5137
5138
|
log(`\n## 📈 진행 요약 (session #${sc.count})`);
|
|
5138
5139
|
log(` ${_retroOneLine(agg)}`);
|
|
5140
|
+
// 1.9.132: archive 활동 1줄 요약 — 마감 시점에 DELETE 활동 가시화 (handoff 7번째 회수와 symmetric)
|
|
5141
|
+
try {
|
|
5142
|
+
const hdSC = path.join(root, '.harness');
|
|
5143
|
+
const arc = { d: 0, l: 0, p: 0, total: 0 };
|
|
5144
|
+
for (const [k, f] of [['d', 'decisions.archive.md'], ['l', 'lessons.archive.md'], ['p', 'plan.archive.md']]) {
|
|
5145
|
+
const fp = path.join(hdSC, f);
|
|
5146
|
+
if (exists(fp)) {
|
|
5147
|
+
const entries = _parseArchiveBlocks(read(fp));
|
|
5148
|
+
arc[k] = entries.length;
|
|
5149
|
+
arc.total += entries.length;
|
|
5150
|
+
}
|
|
5151
|
+
}
|
|
5152
|
+
if (arc.total > 0) {
|
|
5153
|
+
log(` 🗑 archive 누적: D${arc.d}/L${arc.l}/P${arc.p} (${arc.total}건) — 복원 후보: leerness memory archive list`);
|
|
5154
|
+
}
|
|
5155
|
+
} catch {}
|
|
5139
5156
|
if (sc.count % 5 === 0) {
|
|
5140
5157
|
log(`\n## 🔄 ${sc.count}세션 마일스톤 — 자동 회고 (5세션마다)`);
|
|
5141
5158
|
retroCmd(root);
|