agenr 0.9.62 → 0.9.63

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.9.63] - 2026-03-03
4
+
5
+ ### Added
6
+
7
+ - `agenr checkpoint export` - export agent-curated entries to JSONL for brain rebuild preservation
8
+ - `agenr checkpoint import` - re-import checkpointed entries with dedup and recall event re-linking
9
+ - 3-layer export curation: mechanical filters (contradictions, never-recalled) and staleness detection (near-duplicates)
10
+ - Orphaned `recall_events` automatically re-linked to imported entries via `content_fingerprint` matching
11
+
12
+ ### Fixed
13
+
14
+ - Heartbeat polls no longer trigger unnecessary LLM handoff calls (#458)
15
+
3
16
  ## [0.9.62] - 2026-03-03
4
17
 
5
18
  ### Fixed