agenr 0.9.34 → 0.9.35
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 +16 -0
- package/dist/chunk-GIM22EHJ.js +8277 -0
- package/dist/chunk-OG655CCI.js +8275 -0
- package/dist/cli-main.js +3 -3
- package/dist/maintain-RKT5BPYD.js +2206 -0
- package/dist/maintain-ULEQ3KB6.js +2206 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.9.35 - 2026-03-01
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
- Split `src/db/recall.ts` into focused modules under `src/db/recall/`:
|
|
7
|
+
- `index.ts`: recall orchestration and public exports
|
|
8
|
+
- `types.ts`: recall types and shared defaults
|
|
9
|
+
- `score.ts`: recall scoring and recency math
|
|
10
|
+
- `filters.ts`: recall filter helpers
|
|
11
|
+
- `candidates.ts`: SQL candidate and FTS retrieval
|
|
12
|
+
- `graph.ts`: co-recall graph neighbor expansion
|
|
13
|
+
- `cluster.ts`: cluster peer expansion
|
|
14
|
+
- `metadata.ts`: recall metadata update queue and persistence
|
|
15
|
+
- `helpers.ts`: stored-entry mapping, tags, and recall text helpers
|
|
16
|
+
- Updated all source and test imports to use `src/db/recall/index.ts`.
|
|
17
|
+
- Added recall export coverage test to verify core public recall exports remain available after the split.
|
|
18
|
+
|
|
3
19
|
## 0.9.34 - 2026-03-01
|
|
4
20
|
|
|
5
21
|
### Changed
|