@riconext/hermes-repo 0.15.1 → 1.1.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,29 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fd4a021: 升级 config 到 v2,添加 llm 和 consolidate 默认配置字段
8
+
9
+ ## 1.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - 11a1325: Hermes v2 memory architecture.
14
+
15
+ Breaking changes:
16
+
17
+ - Removed the legacy `promote`, `ref`, and `stats` commands.
18
+ - Removed cold-start scan and v1 promotion/reference/skill lifecycle modules.
19
+ - Replaced typed capture folders with session-level raw capture files in `.memory/captures/raw/`.
20
+
21
+ Added:
22
+
23
+ - Session-based capture aggregation with pending/done/stale status tracking.
24
+ - Consolidation flow that writes rules, domains, workflows, decisions, incidents, and MEMORY.md from raw sessions.
25
+ - Two-stage inject behavior that injects MEMORY.md navigation plus required rules.
26
+
3
27
  ## 0.15.1
4
28
 
5
29
  ### Patch Changes