agenr 0.9.7 → 0.9.8

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.8 - 2026-02-27
4
+
5
+ ### Added
6
+ - Co-recall edge creation (Hebbian learning): entries that are both recalled and
7
+ used in the same session form weighted associations. Edges strengthen on
8
+ repeated co-occurrence and decay over time (#267 Phase 2).
9
+ - Review queue: entries flagged for human review are tracked in a dedicated table.
10
+ Low-quality entries (quality_score < 0.2 after 10+ recalls) are auto-flagged
11
+ for retirement review (#267 Phase 2).
12
+ - `agenr review` command to list, dismiss, or retire flagged entries.
13
+ - `agenr edges` command to inspect co-recall edges.
14
+ - Co-recall edge statistics and review queue summary in `agenr health` output.
15
+
3
16
  ## 0.9.7 - 2026-02-27
4
17
 
5
18
  ### Fixed