@riconext/hermes-repo 0.15.1 → 1.0.0

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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 11a1325: Hermes v2 memory architecture.
8
+
9
+ Breaking changes:
10
+
11
+ - Removed the legacy `promote`, `ref`, and `stats` commands.
12
+ - Removed cold-start scan and v1 promotion/reference/skill lifecycle modules.
13
+ - Replaced typed capture folders with session-level raw capture files in `.memory/captures/raw/`.
14
+
15
+ Added:
16
+
17
+ - Session-based capture aggregation with pending/done/stale status tracking.
18
+ - Consolidation flow that writes rules, domains, workflows, decisions, incidents, and MEMORY.md from raw sessions.
19
+ - Two-stage inject behavior that injects MEMORY.md navigation plus required rules.
20
+
3
21
  ## 0.15.1
4
22
 
5
23
  ### Patch Changes