openclawdreams 1.6.1 → 2.0.1

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
@@ -2,122 +2,75 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ### [1.6.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.6.1) (2026-03-08)
6
-
7
-
8
- ### Features
9
-
10
- * dream pipeline v1.3 — workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
11
- * insight continuity — thread explored territory into dream/reflect prompts ([#65](https://github.com/RogueCtrl/OpenClawDreams/issues/65)) ([c7bdee1](https://github.com/RogueCtrl/OpenClawDreams/commit/c7bdee151e908e2c10d541a245f846e0ecb91706))
12
- * nightmare cycle — 5% chance + forced CLI command ([#64](https://github.com/RogueCtrl/OpenClawDreams/issues/64)) ([50c261c](https://github.com/RogueCtrl/OpenClawDreams/commit/50c261c2dbfa86e4dfede669a51b0deb60666136))
13
- * reflect --dry-run — print synthesis output without storing ([#73](https://github.com/RogueCtrl/OpenClawDreams/issues/73)) ([ed5acd5](https://github.com/RogueCtrl/OpenClawDreams/commit/ed5acd5a4b07d1fbcfcd0d6c24dddb64171f65d7))
14
- * rich MemoryEntry types + fix idempotencyKey for OpenClaw v2026.3.7 ([b4424c1](https://github.com/RogueCtrl/OpenClawDreams/commit/b4424c1855686f939503d81e01de04dfed00821e))
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
20
- * make NIGHTMARE_CHANCE configurable to eliminate dreamer test flakiness ([8682ef8](https://github.com/RogueCtrl/OpenClawDreams/commit/8682ef86cb3647dd6490918360d73e54633570e3))
21
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
22
- * resolve MoltbookClient credentials from stable fallback path when DATA_DIR unset (fixes [#70](https://github.com/RogueCtrl/OpenClawDreams/issues/70)) ([48d3019](https://github.com/RogueCtrl/OpenClawDreams/commit/48d30191faa457a5dca9171816844758dfd7844a))
23
- * run tests sequentially to prevent env var race condition ([#67](https://github.com/RogueCtrl/OpenClawDreams/issues/67)) ([22f0002](https://github.com/RogueCtrl/OpenClawDreams/commit/22f00022b4224422fa7fe0cd1b9c8dde6f8c5b2c))
24
- * run tests with --test-isolation=process to prevent ESM module cache contamination between test files ([f53a222](https://github.com/RogueCtrl/OpenClawDreams/commit/f53a222a31588d4477bd034cc3764b1011801993))
25
- * skip workspace diff on iCloud/sensitive paths; add workspaceDiffEnabled config ([dfe6b51](https://github.com/RogueCtrl/OpenClawDreams/commit/dfe6b51ac0ded5ba4ee9609089053cddb774221c))
5
+ ### [2.0.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.7.0...v2.0.1) (2026-03-09)
26
6
 
27
7
 
28
- ### Documentation
29
-
30
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
31
- * update AGENTS.md and README for v1.3.0 — workspace diffs, groundDream(), notification fallback ([0a5b19a](https://github.com/RogueCtrl/OpenClawDreams/commit/0a5b19ab4a7a1e84b59ad5e4216be4b335eb767f))
32
-
33
- ## [1.6.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.6.0) (2026-03-08)
8
+ ### ⚠ BREAKING CHANGES
34
9
 
10
+ * Dream Remembrance System — SQLite tracking, 1% cycle, weighted selection, pruning
11
+ * v2.0.0 — dry-run flags, encrypted deep memory, backward-compat migrations
35
12
 
36
13
  ### Features
37
14
 
38
- * dream pipeline v1.3 workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
39
- * insight continuitythread explored territory into dream/reflect prompts ([#65](https://github.com/RogueCtrl/OpenClawDreams/issues/65)) ([c7bdee1](https://github.com/RogueCtrl/OpenClawDreams/commit/c7bdee151e908e2c10d541a245f846e0ecb91706))
40
- * nightmare cycle 5% chance + forced CLI command ([#64](https://github.com/RogueCtrl/OpenClawDreams/issues/64)) ([50c261c](https://github.com/RogueCtrl/OpenClawDreams/commit/50c261c2dbfa86e4dfede669a51b0deb60666136))
41
- * reflect --dry-run print synthesis output without storing ([#73](https://github.com/RogueCtrl/OpenClawDreams/issues/73)) ([ed5acd5](https://github.com/RogueCtrl/OpenClawDreams/commit/ed5acd5a4b07d1fbcfcd0d6c24dddb64171f65d7))
15
+ * add --dry-run to all mutations and listing commands ([3f4af5b](https://github.com/RogueCtrl/OpenClawDreams/commit/3f4af5b0e038de794e43f3011c8c9b190436c596))
16
+ * Dream Remembrance System SQLite tracking, 1% cycle, weighted selection, pruning ([9c45f19](https://github.com/RogueCtrl/OpenClawDreams/commit/9c45f1999622d8d3c02f037259e2fbe50a8ab0be))
17
+ * enhance dream remembrance with meta-synthesis and independent nightmares ([1618317](https://github.com/RogueCtrl/OpenClawDreams/commit/1618317944fce9b3403e2aea9677070c0bb90a44))
18
+ * finalize dream remembrance with simulation commands and full test isolation ([9af434a](https://github.com/RogueCtrl/OpenClawDreams/commit/9af434a05e620f857ce30de8a5953694bbae21ff))
19
+ * implement Dream Remembrance System using SQLite ([7100e57](https://github.com/RogueCtrl/OpenClawDreams/commit/7100e579287aa43665dccff47632031db291e850))
20
+ * schema migration + getDeepMemoryById for dream remembrance columns ([8d78aba](https://github.com/RogueCtrl/OpenClawDreams/commit/8d78aba0be0a7550a87c93449cb5f14812357f54))
21
+ * v2.0.0 — dry-run flags, encrypted deep memory, backward-compat migrations ([ebb1bc9](https://github.com/RogueCtrl/OpenClawDreams/commit/ebb1bc97668ab252d4265810e1f040abbacac4f7))
42
22
 
43
23
 
44
24
  ### Bug Fixes
45
25
 
46
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
47
- * prettier formatting cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
48
- * resolve MoltbookClient credentials from stable fallback path when DATA_DIR unset (fixes [#70](https://github.com/RogueCtrl/OpenClawDreams/issues/70)) ([48d3019](https://github.com/RogueCtrl/OpenClawDreams/commit/48d30191faa457a5dca9171816844758dfd7844a))
49
- * run tests sequentially to prevent env var race condition ([#67](https://github.com/RogueCtrl/OpenClawDreams/issues/67)) ([22f0002](https://github.com/RogueCtrl/OpenClawDreams/commit/22f00022b4224422fa7fe0cd1b9c8dde6f8c5b2c))
50
- * run tests with --test-isolation=process to prevent ESM module cache contamination between test files ([f53a222](https://github.com/RogueCtrl/OpenClawDreams/commit/f53a222a31588d4477bd034cc3764b1011801993))
51
- * skip workspace diff on iCloud/sensitive paths; add workspaceDiffEnabled config ([dfe6b51](https://github.com/RogueCtrl/OpenClawDreams/commit/dfe6b51ac0ded5ba4ee9609089053cddb774221c))
26
+ * resolve TS errors and simplify backfill to disk-only ([edc2905](https://github.com/RogueCtrl/OpenClawDreams/commit/edc29055e86d43d3d1dd8b9c6675e0825cb2ae22))
27
+ * resolve type errors from dream remembrance backfill implementation ([0b5ab4f](https://github.com/RogueCtrl/OpenClawDreams/commit/0b5ab4fb84e2b0acb341e7ce765e54c9e2f370c6))
52
28
 
53
29
 
54
30
  ### Documentation
55
31
 
56
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
57
- * update AGENTS.md and README for v1.3.0 — workspace diffs, groundDream(), notification fallback ([0a5b19a](https://github.com/RogueCtrl/OpenClawDreams/commit/0a5b19ab4a7a1e84b59ad5e4216be4b335eb767f))
58
-
59
- ### [1.5.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.5.1) (2026-03-08)
60
-
32
+ * update README with nightmare cycle, insight continuity, reflect dry-run, rich MemoryEntry ([1013914](https://github.com/RogueCtrl/OpenClawDreams/commit/1013914954fb8a37353933eb605a82e5617a6165))
61
33
 
62
- ### Features
63
-
64
- * dream pipeline v1.3 — workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
65
- * insight continuity — thread explored territory into dream/reflect prompts ([#65](https://github.com/RogueCtrl/OpenClawDreams/issues/65)) ([c7bdee1](https://github.com/RogueCtrl/OpenClawDreams/commit/c7bdee151e908e2c10d541a245f846e0ecb91706))
66
- * nightmare cycle — 5% chance + forced CLI command ([#64](https://github.com/RogueCtrl/OpenClawDreams/issues/64)) ([50c261c](https://github.com/RogueCtrl/OpenClawDreams/commit/50c261c2dbfa86e4dfede669a51b0deb60666136))
67
-
68
-
69
- ### Bug Fixes
70
-
71
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
72
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
73
- * resolve MoltbookClient credentials from stable fallback path when DATA_DIR unset (fixes [#70](https://github.com/RogueCtrl/OpenClawDreams/issues/70)) ([48d3019](https://github.com/RogueCtrl/OpenClawDreams/commit/48d30191faa457a5dca9171816844758dfd7844a))
74
- * run tests sequentially to prevent env var race condition ([#67](https://github.com/RogueCtrl/OpenClawDreams/issues/67)) ([22f0002](https://github.com/RogueCtrl/OpenClawDreams/commit/22f00022b4224422fa7fe0cd1b9c8dde6f8c5b2c))
75
- * run tests with --test-isolation=process to prevent ESM module cache contamination between test files ([f53a222](https://github.com/RogueCtrl/OpenClawDreams/commit/f53a222a31588d4477bd034cc3764b1011801993))
76
- * skip workspace diff on iCloud/sensitive paths; add workspaceDiffEnabled config ([dfe6b51](https://github.com/RogueCtrl/OpenClawDreams/commit/dfe6b51ac0ded5ba4ee9609089053cddb774221c))
77
-
78
-
79
- ### Documentation
80
-
81
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
82
- * update AGENTS.md and README for v1.3.0 — workspace diffs, groundDream(), notification fallback ([0a5b19a](https://github.com/RogueCtrl/OpenClawDreams/commit/0a5b19ab4a7a1e84b59ad5e4216be4b335eb767f))
34
+ ## [2.0.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.7.0...v2.0.0) (2026-03-08)
83
35
 
84
- ## [1.5.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.5.0) (2026-03-08)
36
+ ### BREAKING CHANGES
85
37
 
38
+ * **memory:** New columns added to `dream_remembrances` (`is_nightmare`, `is_meta_synthesis`, `source_filenames`, `deep_memory_id`). Existing databases are automatically migrated on first run via `getDb()`. No manual action is needed.
39
+ * **storage:** Dreams and nightmares are now stored encrypted in the SQLite `deep_memories` table instead of relying solely on markdown files. A backfill process will run automatically to migrate existing markdown files and Moltbook posts into the database.
40
+ * **file pruning:** Only the single most recent dream/nightmare `.md` file is kept on disk as a live view. All older markdown files are pruned.
41
+ * **schema:** The `dream_remembrances` table and `DeepMemoryRow` types have been updated to support the new metadata and relationships.
86
42
 
87
43
  ### Features
88
44
 
89
- * dream pipeline v1.3 workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
90
- * insight continuity thread explored territory into dream/reflect prompts ([#65](https://github.com/RogueCtrl/OpenClawDreams/issues/65)) ([c7bdee1](https://github.com/RogueCtrl/OpenClawDreams/commit/c7bdee151e908e2c10d541a245f846e0ecb91706))
91
- * nightmare cycle 5% chance + forced CLI command ([#64](https://github.com/RogueCtrl/OpenClawDreams/issues/64)) ([50c261c](https://github.com/RogueCtrl/OpenClawDreams/commit/50c261c2dbfa86e4dfede669a51b0deb60666136))
92
-
93
-
94
- ### Bug Fixes
95
-
96
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
97
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
98
- * run tests sequentially to prevent env var race condition ([#67](https://github.com/RogueCtrl/OpenClawDreams/issues/67)) ([22f0002](https://github.com/RogueCtrl/OpenClawDreams/commit/22f00022b4224422fa7fe0cd1b9c8dde6f8c5b2c))
99
- * skip workspace diff on iCloud/sensitive paths; add workspaceDiffEnabled config ([dfe6b51](https://github.com/RogueCtrl/OpenClawDreams/commit/dfe6b51ac0ded5ba4ee9609089053cddb774221c))
100
-
101
-
102
- ### Documentation
103
-
104
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
105
- * update AGENTS.md and README for v1.3.0 — workspace diffs, groundDream(), notification fallback ([0a5b19a](https://github.com/RogueCtrl/OpenClawDreams/commit/0a5b19ab4a7a1e84b59ad5e4216be4b335eb767f))
45
+ * **dreamer:** Introduce Dream Remembrance System with weighted selection (1% chance to remember a past dream).
46
+ * **dreamer:** Meta-dream synthesis combines a remembered dream with a new dream.
47
+ * **dreamer:** Independent nightmare probability (5%) that can combine with remembrances to form meta-nightmares.
48
+ * **cli:** Add `--sim-remembered` and `--sim-remembered-nightmare` flags to simulate the new mechanics.
49
+ * **cli:** Add `--dry-run` flag support to all state-modifying commands (`dream`, `nightmare`, `reflect`, `post`, `register`) to allow testing without side effects.
50
+ * **memory:** Implement automatic, backward-compatible SQLite schema migrations.
51
+ * **backfill:** Automatically backfill existing dream files and Moltbook posts into the encrypted deep memory store on first run.
106
52
 
107
- ### [1.4.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.4.1) (2026-03-08)
53
+ ## [1.7.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.6.1...v1.7.0) (2026-03-09)
108
54
 
109
55
 
110
56
  ### Features
111
57
 
58
+ * add midnight (0h) reflection cycle ([0f1703c](https://github.com/RogueCtrl/OpenClawDreams/commit/0f1703c00acc0e2197969a941f3fc818ff128e25))
112
59
  * dream pipeline v1.3 — workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
60
+ * insight continuity — thread explored territory into dream/reflect prompts ([#65](https://github.com/RogueCtrl/OpenClawDreams/issues/65)) ([c7bdee1](https://github.com/RogueCtrl/OpenClawDreams/commit/c7bdee151e908e2c10d541a245f846e0ecb91706))
113
61
  * nightmare cycle — 5% chance + forced CLI command ([#64](https://github.com/RogueCtrl/OpenClawDreams/issues/64)) ([50c261c](https://github.com/RogueCtrl/OpenClawDreams/commit/50c261c2dbfa86e4dfede669a51b0deb60666136))
62
+ * reflect --dry-run — print synthesis output without storing ([#73](https://github.com/RogueCtrl/OpenClawDreams/issues/73)) ([ed5acd5](https://github.com/RogueCtrl/OpenClawDreams/commit/ed5acd5a4b07d1fbcfcd0d6c24dddb64171f65d7))
63
+ * rich MemoryEntry types + fix idempotencyKey for OpenClaw v2026.3.7 ([b4424c1](https://github.com/RogueCtrl/OpenClawDreams/commit/b4424c1855686f939503d81e01de04dfed00821e))
114
64
 
115
65
 
116
66
  ### Bug Fixes
117
67
 
118
68
  * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
69
+ * make NIGHTMARE_CHANCE configurable to eliminate dreamer test flakiness ([8682ef8](https://github.com/RogueCtrl/OpenClawDreams/commit/8682ef86cb3647dd6490918360d73e54633570e3))
119
70
  * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
71
+ * resolve MoltbookClient credentials from stable fallback path when DATA_DIR unset (fixes [#70](https://github.com/RogueCtrl/OpenClawDreams/issues/70)) ([48d3019](https://github.com/RogueCtrl/OpenClawDreams/commit/48d30191faa457a5dca9171816844758dfd7844a))
120
72
  * run tests sequentially to prevent env var race condition ([#67](https://github.com/RogueCtrl/OpenClawDreams/issues/67)) ([22f0002](https://github.com/RogueCtrl/OpenClawDreams/commit/22f00022b4224422fa7fe0cd1b9c8dde6f8c5b2c))
73
+ * run tests with --test-isolation=process to prevent ESM module cache contamination between test files ([f53a222](https://github.com/RogueCtrl/OpenClawDreams/commit/f53a222a31588d4477bd034cc3764b1011801993))
121
74
  * skip workspace diff on iCloud/sensitive paths; add workspaceDiffEnabled config ([dfe6b51](https://github.com/RogueCtrl/OpenClawDreams/commit/dfe6b51ac0ded5ba4ee9609089053cddb774221c))
122
75
 
123
76
 
@@ -126,391 +79,4 @@ All notable changes to this project will be documented in this file. See [standa
126
79
  * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
127
80
  * update AGENTS.md and README for v1.3.0 — workspace diffs, groundDream(), notification fallback ([0a5b19a](https://github.com/RogueCtrl/OpenClawDreams/commit/0a5b19ab4a7a1e84b59ad5e4216be4b335eb767f))
128
81
 
129
- ## [1.4.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.4.0) (2026-03-08)
130
-
131
-
132
- ### Features
133
-
134
- * dream pipeline v1.3 — workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
135
- * nightmare cycle — 5% chance + forced CLI command ([#64](https://github.com/RogueCtrl/OpenClawDreams/issues/64)) ([50c261c](https://github.com/RogueCtrl/OpenClawDreams/commit/50c261c2dbfa86e4dfede669a51b0deb60666136))
136
-
137
-
138
- ### Bug Fixes
139
-
140
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
141
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
142
- * skip workspace diff on iCloud/sensitive paths; add workspaceDiffEnabled config ([dfe6b51](https://github.com/RogueCtrl/OpenClawDreams/commit/dfe6b51ac0ded5ba4ee9609089053cddb774221c))
143
-
144
-
145
- ### Documentation
146
-
147
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
148
- * update AGENTS.md and README for v1.3.0 — workspace diffs, groundDream(), notification fallback ([0a5b19a](https://github.com/RogueCtrl/OpenClawDreams/commit/0a5b19ab4a7a1e84b59ad5e4216be4b335eb767f))
149
-
150
- ### [1.3.4](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.3.3...v1.3.4) (2026-03-08)
151
-
152
-
153
- ### Bug Fixes
154
-
155
- * skip workspace diff on iCloud/sensitive paths; add workspaceDiffEnabled config ([dfe6b51](https://github.com/RogueCtrl/OpenClawDreams/commit/dfe6b51ac0ded5ba4ee9609089053cddb774221c))
156
- * add .npmignore to exclude private data and src from npm publish ([044c758](https://github.com/RogueCtrl/OpenClawDreams/commit/044c758))
157
-
158
- ### [1.3.3](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.3.2...v1.3.3) (2026-03-08)
159
-
160
-
161
- ### Features
162
-
163
- * dream pipeline v1.3 — workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
164
-
165
-
166
- ### Bug Fixes
167
-
168
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
169
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
170
- * skip workspace diff on iCloud/sensitive paths; add workspaceDiffEnabled config ([dfe6b51](https://github.com/RogueCtrl/OpenClawDreams/commit/dfe6b51ac0ded5ba4ee9609089053cddb774221c))
171
-
172
-
173
- ### Documentation
174
-
175
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
176
- * update AGENTS.md and README for v1.3.0 — workspace diffs, groundDream(), notification fallback ([0a5b19a](https://github.com/RogueCtrl/OpenClawDreams/commit/0a5b19ab4a7a1e84b59ad5e4216be4b335eb767f))
177
-
178
- ### [1.3.2](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.3.2) (2026-03-08)
179
-
180
-
181
- ### Features
182
-
183
- * dream pipeline v1.3 — workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
184
-
185
-
186
- ### Bug Fixes
187
-
188
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
189
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
190
-
191
-
192
- ### Documentation
193
-
194
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
195
- * update AGENTS.md and README for v1.3.0 — workspace diffs, groundDream(), notification fallback ([0a5b19a](https://github.com/RogueCtrl/OpenClawDreams/commit/0a5b19ab4a7a1e84b59ad5e4216be4b335eb767f))
196
-
197
- ### [1.3.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.3.1) (2026-03-08)
198
-
199
-
200
- ### Features
201
-
202
- * dream pipeline v1.3 — workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
203
-
204
-
205
- ### Bug Fixes
206
-
207
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
208
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
209
-
210
-
211
- ### Documentation
212
-
213
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
214
-
215
- ## [1.3.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.3.0) (2026-03-08)
216
-
217
-
218
- ### Features
219
-
220
- * dream pipeline v1.3 — workspace diff context, groundDream(), and notification fallback ([#58](https://github.com/RogueCtrl/OpenClawDreams/issues/58)) ([c683fb6](https://github.com/RogueCtrl/OpenClawDreams/commit/c683fb6fa2ce96e5c0e88e9c671e832aa44be69a))
221
-
222
-
223
- ### Bug Fixes
224
-
225
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
226
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
227
-
228
-
229
- ### Documentation
230
-
231
- * remove roadmap from README and ROADMAP.md (tracked externally) ([9e8620d](https://github.com/RogueCtrl/OpenClawDreams/commit/9e8620dcc2e9bb176cef624a5c7bdfae026d2ced))
232
-
233
- ### [1.2.4](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.2.4) (2026-03-08)
234
-
235
-
236
- ### Bug Fixes
237
-
238
- * DST-safe scheduler with catch-up window ([#54](https://github.com/RogueCtrl/OpenClawDreams/issues/54)) ([230a943](https://github.com/RogueCtrl/OpenClawDreams/commit/230a9436eadf4e374595a772d2b2de3ee910b6f6))
239
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
240
-
241
- ### [1.2.3](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.2.3) (2026-03-07)
242
-
243
-
244
- ### Bug Fixes
245
-
246
- * prettier formatting — cli.ts and index.ts ([#52](https://github.com/RogueCtrl/OpenClawDreams/issues/52)) ([93df3d8](https://github.com/RogueCtrl/OpenClawDreams/commit/93df3d8e44a62ae79135eef765604786815d4f91))
247
-
248
- ### [1.2.3](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.2.3) (2026-03-07)
249
-
250
- ### Features
251
-
252
- * **cli:** add `--dry-run` flag to `post` command ([#7](https://github.com/RogueCtrl/OpenClawDreams/pull/7))
253
- * **config:** add `requireApprovalBeforePost` option (default: `true`) to gate automatic posts ([#7](https://github.com/RogueCtrl/OpenClawDreams/pull/7))
254
- * **config:** add `dreamSubmolt` option (default: `"dreams"`) to configure target submolt ([#7](https://github.com/RogueCtrl/OpenClawDreams/pull/7))
255
- * **scheduler:** implement operator approval gate for morning dream posts via system events ([#7](https://github.com/RogueCtrl/OpenClawDreams/pull/7))
256
-
257
- ### [1.2.2](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.1...v1.2.2) (2026-03-07)
258
-
259
- ### [1.2.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.1.0...v1.2.1) (2026-03-07)
260
-
261
-
262
- ### Features
263
-
264
- * runtime-overridable plugin config via applyPluginConfig() ([b89962a](https://github.com/RogueCtrl/OpenClawDreams/commit/b89962ac26298e29fca0cd73d52678950c4b9ddf))
265
-
266
-
267
- ### Documentation
268
-
269
- * add day/night cycle screenshots to README ([d4d3cea](https://github.com/RogueCtrl/OpenClawDreams/commit/d4d3ceaa115c26033952e7b736e238fdcb7035e3))
270
- * add ROADMAP.md with multi-modal memory as v2.0 focus ([b208812](https://github.com/RogueCtrl/OpenClawDreams/commit/b208812c25379ebb425b5f6464807eb9175e75b6))
271
-
272
- ## [1.2.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.1.0...v1.2.0) (2026-03-07)
273
-
274
-
275
- ### Features
276
-
277
- * runtime-overridable plugin config via applyPluginConfig() ([b89962a](https://github.com/RogueCtrl/OpenClawDreams/commit/b89962ac26298e29fca0cd73d52678950c4b9ddf))
278
-
279
-
280
- ### Documentation
281
-
282
- * add day/night cycle screenshots to README ([d4d3cea](https://github.com/RogueCtrl/OpenClawDreams/commit/d4d3ceaa115c26033952e7b736e238fdcb7035e3))
283
- * add ROADMAP.md with multi-modal memory as v2.0 focus ([b208812](https://github.com/RogueCtrl/OpenClawDreams/commit/b208812c25379ebb425b5f6464807eb9175e75b6))
284
-
285
- ## [1.1.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.0.0...v1.1.0) (2026-03-07)
286
-
287
-
288
- ### Features
289
-
290
- * add dreamscape footer to dream posts and Moltbook publications ([1dfe299](https://github.com/RogueCtrl/OpenClawDreams/commit/1dfe2990bbea8cfe32d482fe832d761529073bff))
291
-
292
- ## [1.0.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v0.6.0...v1.0.0) (2026-03-07)
293
-
294
-
295
- ### ⚠ BREAKING CHANGES
296
-
297
- * Plugin ID, tool names, gateway methods, service IDs,
298
- CLI binary, and environment variables have all changed from electricsheep
299
- to openclawdreams. Existing cron jobs, scripts, or configs referencing
300
- the old names will need updating.
301
- * Plugin ID, tool names, gateway methods, service IDs,
302
- CLI binary, and environment variables have all changed from electricsheep
303
- to openclawdreams. Existing cron jobs, scripts, or configs referencing
304
- the old names will need updating.
305
- * Plugin ID, tool names, gateway methods, service IDs,
306
- CLI binary, and environment variables have all changed from electricsheep
307
- to openclawdreams. Existing cron jobs, scripts, or configs referencing
308
- the old names will need updating.
309
-
310
- ### Features
311
-
312
- * append attribution footer to all generated dreams ([d89915e](https://github.com/RogueCtrl/OpenClawDreams/commit/d89915e31ebbe5a21df556906453fa9626bfc8a4))
313
- * **cli:** add dream command and extract shared createDirectClient helper ([6032258](https://github.com/RogueCtrl/OpenClawDreams/commit/603225887ff382fa86c6e4b072de9585710bc1c6))
314
- * **cli:** add dream preview summary to post command output ([777c7b0](https://github.com/RogueCtrl/OpenClawDreams/commit/777c7b071795247d088a480a19b2328702a01607))
315
- * **cli:** add post command for manual Moltbook posting ([52dfe78](https://github.com/RogueCtrl/OpenClawDreams/commit/52dfe7879ac946f7d929578bb530fc4cd1ee6632))
316
- * rename internal plugin ID from electricsheep to openclawdreams ([5cc7932](https://github.com/RogueCtrl/OpenClawDreams/commit/5cc7932b6fa245893e322a2ae05257be2c30117f))
317
- * rename internal plugin ID from electricsheep to openclawdreams ([f7e01df](https://github.com/RogueCtrl/OpenClawDreams/commit/f7e01df6313d9023ce53daf078b3e54367403dd2))
318
- * rename internal plugin ID from electricsheep to openclawdreams ([57ed40c](https://github.com/RogueCtrl/OpenClawDreams/commit/57ed40c811395d44e8dc87c27f91607eaff7ba94))
319
-
320
-
321
- ### Bug Fixes
322
-
323
- * align plugin id to openclawdreams in openclaw.plugin.json ([2f8eb9b](https://github.com/RogueCtrl/OpenClawDreams/commit/2f8eb9bf41963eed75f90b2d7cbba9c76ce4ca85))
324
- * **cli:** force Moltbook post from CLI by bypassing MOLTBOOK_ENABLED const ([4354bd5](https://github.com/RogueCtrl/OpenClawDreams/commit/4354bd508da47db3e7015e41157fc80b76943517))
325
- * **cli:** use direct Anthropic API for reflect command instead of nonexistent tools call ([016bc48](https://github.com/RogueCtrl/OpenClawDreams/commit/016bc48bfa70f7ffb25565f5988a49c667ebec0a))
326
- * **lint:** replace all any types with proper typed alternatives ([3698cc4](https://github.com/RogueCtrl/OpenClawDreams/commit/3698cc4b4a37594b7efdc6e4dc3f01c1cb8cade1))
327
- * **moltbook:** remove title filter that inflated title, cap at 300 chars ([8d746fc](https://github.com/RogueCtrl/OpenClawDreams/commit/8d746fcd4093cd8a118128f9a877da110670d8e8))
328
- * **openclaw:** upgrade plugin to use subagent runtime for reflection ([027679d](https://github.com/RogueCtrl/OpenClawDreams/commit/027679d3566d3a2d5ff410acc7c4e6459c204fd2))
329
-
330
-
331
- ### Documentation
332
-
333
- * Add Claude Code GitHub Workflow ([a5147da](https://github.com/RogueCtrl/OpenClawDreams/commit/a5147daf6fcb9904769db66c4fc8b955dfe9f9cd))
334
- * update CLI section with reflect, dream, status commands ([89b9a76](https://github.com/RogueCtrl/OpenClawDreams/commit/89b9a7634c270b00a59da1d358b951e6bd0fd8cc))
335
-
336
-
337
- ### Refactoring
338
-
339
- * improve readability by reformatting long lines in `index.ts`. ([20f16ec](https://github.com/RogueCtrl/OpenClawDreams/commit/20f16ec1cdec0a1306e3f55902cd9cf611c25464))
340
-
341
- ### [0.7.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v0.6.0...v0.7.1) (2026-03-06)
342
-
343
-
344
- ### Features
345
-
346
- * **cli:** add dream command and extract shared createDirectClient helper ([6032258](https://github.com/RogueCtrl/OpenClawDreams/commit/603225887ff382fa86c6e4b072de9585710bc1c6))
347
- * **cli:** add dream preview summary to post command output ([777c7b0](https://github.com/RogueCtrl/OpenClawDreams/commit/777c7b071795247d088a480a19b2328702a01607))
348
- * **cli:** add post command for manual Moltbook posting ([52dfe78](https://github.com/RogueCtrl/OpenClawDreams/commit/52dfe7879ac946f7d929578bb530fc4cd1ee6632))
349
-
350
-
351
- ### Bug Fixes
352
-
353
- * **cli:** force Moltbook post from CLI by bypassing MOLTBOOK_ENABLED const ([4354bd5](https://github.com/RogueCtrl/OpenClawDreams/commit/4354bd508da47db3e7015e41157fc80b76943517))
354
- * **cli:** use direct Anthropic API for reflect command instead of nonexistent tools call ([016bc48](https://github.com/RogueCtrl/OpenClawDreams/commit/016bc48bfa70f7ffb25565f5988a49c667ebec0a))
355
- * **lint:** replace all any types with proper typed alternatives ([3698cc4](https://github.com/RogueCtrl/OpenClawDreams/commit/3698cc4b4a37594b7efdc6e4dc3f01c1cb8cade1))
356
- * **moltbook:** remove title filter that inflated title, cap at 300 chars ([8d746fc](https://github.com/RogueCtrl/OpenClawDreams/commit/8d746fcd4093cd8a118128f9a877da110670d8e8))
357
- * **openclaw:** upgrade plugin to use subagent runtime for reflection ([027679d](https://github.com/RogueCtrl/OpenClawDreams/commit/027679d3566d3a2d5ff410acc7c4e6459c204fd2))
358
-
359
-
360
- ### Documentation
361
-
362
- * update CLI section with reflect, dream, status commands ([89b9a76](https://github.com/RogueCtrl/OpenClawDreams/commit/89b9a7634c270b00a59da1d358b951e6bd0fd8cc))
363
-
364
- ## [0.7.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v0.6.0...v0.7.0) (2026-03-06)
365
-
366
-
367
- ### Features
368
-
369
- * **cli:** add dream command and extract shared createDirectClient helper ([6032258](https://github.com/RogueCtrl/OpenClawDreams/commit/603225887ff382fa86c6e4b072de9585710bc1c6))
370
-
371
-
372
- ### Bug Fixes
373
-
374
- * **cli:** use direct Anthropic API for reflect command instead of nonexistent tools call ([016bc48](https://github.com/RogueCtrl/OpenClawDreams/commit/016bc48bfa70f7ffb25565f5988a49c667ebec0a))
375
- * **lint:** replace all any types with proper typed alternatives ([3698cc4](https://github.com/RogueCtrl/OpenClawDreams/commit/3698cc4b4a37594b7efdc6e4dc3f01c1cb8cade1))
376
- * **openclaw:** upgrade plugin to use subagent runtime for reflection ([027679d](https://github.com/RogueCtrl/OpenClawDreams/commit/027679d3566d3a2d5ff410acc7c4e6459c204fd2))
377
-
378
- ## [0.6.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v0.5.0...v0.6.0) (2026-03-06)
379
-
380
-
381
- ### Features
382
-
383
- * **cli:** add reflect command to manually trigger reflection/synthesis ([a021650](https://github.com/RogueCtrl/OpenClawDreams/commit/a02165022bb0313683893fe2e0ff0c7d426db993))
384
-
385
-
386
- ### Bug Fixes
387
-
388
- * **agent_end:** manually synthesize summary and track LLM usage ([76c85cb](https://github.com/RogueCtrl/OpenClawDreams/commit/76c85cb068edd4420169557103091bf8634e36b8))
389
- * correct agent_end hook registration signature to match OpenClaw API ([d323b5a](https://github.com/RogueCtrl/OpenClawDreams/commit/d323b5a12356010806f32a917adb59ce8f39f4a6))
390
- * correct registerHook signature to (event, {name, handler}) ([2f67c71](https://github.com/RogueCtrl/OpenClawDreams/commit/2f67c7152178c1977c83d65f8ed719ac177e0acf))
391
- * use correct OpenClaw API registerHook(events, handler, opts) signature ([8493c4b](https://github.com/RogueCtrl/OpenClawDreams/commit/8493c4bca3d29c0ab7f17e666a3dd50d93fda89e))
392
-
393
-
394
- ### Tests
395
-
396
- * fix ENOTEMPTY failures in rmSync due to lingering Winston logger streams ([84f9152](https://github.com/RogueCtrl/OpenClawDreams/commit/84f9152441b8c4299b57475567c2767601e05145))
397
- * remove temporary environment test files ([fbe76af](https://github.com/RogueCtrl/OpenClawDreams/commit/fbe76af8157f27e0afedb2ce13c841c67a477939))
398
-
399
- ### [0.5.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v0.5.0...v0.5.1) (2026-03-06)
400
-
401
- ## [0.5.0](https://github.com/RogueCtrl/OpenClawDreams/compare/v0.4.0...v0.5.0) (2026-03-06)
402
-
403
-
404
- ### Features
405
-
406
- * Add plugin ID, refactor CLI commands to use parent, and apply minor formatting fixes. ([55ee458](https://github.com/RogueCtrl/OpenClawDreams/commit/55ee458d92cabe8f7f1b80bd0789d957ed9d64f9))
407
- * Introduce plugin ID in package configuration and export plugin object from index.ts. ([5085020](https://github.com/RogueCtrl/OpenClawDreams/commit/5085020d87b5fb6f85bdbb3c43d67370cb7ce5a7))
408
-
409
-
410
- ### Documentation
411
-
412
- * clarify hot-reloading mechanism for plugin activation ([6cfda73](https://github.com/RogueCtrl/OpenClawDreams/commit/6cfda73540be85155a730c2734156350ca5b2742))
413
- * clarify internal scheduler and daemon uptime dependency ([dc0e6a6](https://github.com/RogueCtrl/OpenClawDreams/commit/dc0e6a6a7a160575bd395b133b983e841de78358))
414
- * remove references to cron in favor of internal node scheduler ([8496605](https://github.com/RogueCtrl/OpenClawDreams/commit/84966051c700d74256ebb05f7a4ba6d88261ecc2))
415
-
416
- ## [0.4.0](https://github.com/RogueCtrl/ElectricSheep/compare/v0.3.1...v0.4.0) (2026-03-06)
417
-
418
-
419
- ### Bug Fixes
420
-
421
- * correct registerCli signature to use callback form ([c25fe36](https://github.com/RogueCtrl/ElectricSheep/commit/c25fe3635f76396b04c02a34575190863a1deaf4))
422
- * **plugin:** specify openclaw.extensions exports ([6a3e545](https://github.com/RogueCtrl/ElectricSheep/commit/6a3e5454c4d102740dfaed38147a33229c3fd9b8))
423
- * replace registerCron with registerService for OpenClaw API compatibility ([f3b50c7](https://github.com/RogueCtrl/ElectricSheep/commit/f3b50c75763a3ba9d593e42c44434e2f96fa591b))
424
- * resolve @typescript-eslint/no-misused-promises in src/index.ts ([377a109](https://github.com/RogueCtrl/ElectricSheep/commit/377a109ec63266ea0a09562b7d00eaf3d9640858))
425
-
426
-
427
- ### Documentation
428
-
429
- * add agent instructions for linting and formatting before commits ([f261654](https://github.com/RogueCtrl/ElectricSheep/commit/f26165409fed5cbd65a6faf870208a015b1b4e91))
430
- * rename project to OpenClawDreams in all documentation ([a260255](https://github.com/RogueCtrl/ElectricSheep/commit/a26025515fb22ef228e2c914175d75c6f149f7a8))
431
-
432
- ### [0.3.1](https://github.com/RogueCtrl/ElectricSheep/compare/v0.3.0...v0.3.1) (2026-02-04)
433
-
434
- ## 0.3.0 (2026-02-04)
435
-
436
-
437
- ### Features
438
-
439
- * Add comprehensive test suite for core components and introduce API cost warnings to documentation. ([98d3130](https://github.com/RogueCtrl/ElectricSheep/commit/98d3130784e903f14f5016d5e1246f9697124015))
440
- * Add dream reflection pipeline, post filter, and documentation updates ([920d939](https://github.com/RogueCtrl/ElectricSheep/commit/920d9390314a56dd5e3ab3b908697096c36a3bc9))
441
- * Add new `setup-guide` skill and register it in `openclaw.plugin.json`. ([485670c](https://github.com/RogueCtrl/ElectricSheep/commit/485670c04745a69ddbcbf6e51714eee4a5b059f2))
442
- * add project governance, contribution guidelines, security policy, issue/PR templates, and CI build workflow. ([ddb3832](https://github.com/RogueCtrl/ElectricSheep/commit/ddb383238b9d29346c92b9f1e5316e9d222467f8))
443
- * Implement dynamic agent identity loading from workspace files and update memory system documentation. ([c5a2c2b](https://github.com/RogueCtrl/ElectricSheep/commit/c5a2c2bf77cecc49f037b16828d53adc8d370d3c))
444
- * Implement scheduled agent operations with `node-cron` and add retry logic to LLM API calls for increased robustness. ([12c6885](https://github.com/RogueCtrl/ElectricSheep/commit/12c6885b810ed6439faf6969d3f6cbcb2fca439f))
445
- * Introduce a daily token budget for LLM calls, update the LLM client interface to include token usage, and upgrade Node.js to v24 with updated dependencies. ([fcf4f2c](https://github.com/RogueCtrl/ElectricSheep/commit/fcf4f2c19dc7730c2c777d7b394083832f43a500))
446
-
447
-
448
- ### Bug Fixes
449
-
450
- * Atomic state writes and SQLite connection singleton ([f5e1fe4](https://github.com/RogueCtrl/ElectricSheep/commit/f5e1fe439eda94e64f7707dcbf30a9cfcb36ea86))
451
- * clean up stale tags before running standard-version in release workflow ([fd87548](https://github.com/RogueCtrl/ElectricSheep/commit/fd8754897515bc5508f7fdae31ac714a3459a6f6))
452
- * Close logger before temp dir cleanup in state tests ([25478b3](https://github.com/RogueCtrl/ElectricSheep/commit/25478b3d2de4661ed4e7297fedcf45b0e400b169))
453
- * Fail-closed filter, title filtering, and robust LLM output parsing ([b5c0b10](https://github.com/RogueCtrl/ElectricSheep/commit/b5c0b10334b866eaa8ca4bcebaa58ea11ef4a664))
454
- * Mock file writes in state tests for CI reliability ([a6062ff](https://github.com/RogueCtrl/ElectricSheep/commit/a6062fffc335fcb1d078c135af61c4a8c9bb8585))
455
- * use release PR instead of direct push to protected main branch ([a7b3c5d](https://github.com/RogueCtrl/ElectricSheep/commit/a7b3c5d5acd77aac09a7c108406d2b6412d63443))
456
-
457
-
458
- ### Documentation
459
-
460
- * Add uninstall section to setup guide skill ([e5b76d8](https://github.com/RogueCtrl/ElectricSheep/commit/e5b76d88ec9f15df1c7b1151d4c8a5cefa875c96))
461
- * Clarify that ElectricSheep does not modify OpenClaw's memory ([9a060e1](https://github.com/RogueCtrl/ElectricSheep/commit/9a060e1bd0655e825f6aea7572d1ac108170fce1))
462
- * clarify the daily token budget as best-effort and detail its limitations in both AGENTS.md and README.md. ([10eba97](https://github.com/RogueCtrl/ElectricSheep/commit/10eba97e87a334ca647b279d1fadc0b036a588b4))
463
- * reframe README intro as a reflection engine with optional Moltbook ([a2e8543](https://github.com/RogueCtrl/ElectricSheep/commit/a2e8543375d9555261c67087b7c1b519a3090af8))
464
- * Update CLAUDE.md for markdown blob pipeline and fail-closed filter ([c2f6865](https://github.com/RogueCtrl/ElectricSheep/commit/c2f68650e239fe205d14d59608bd286f8716f848))
465
- * Update documentation to prioritize OpenClaw extension installation and usage, and refine standalone CLI instructions. ([d26dbfc](https://github.com/RogueCtrl/ElectricSheep/commit/d26dbfc6e23e02d4e542f38e090d005ef83ee8e8))
466
-
467
-
468
- ### Refactoring
469
-
470
- * Dream is a markdown blob, not a parsed structure ([52a86f0](https://github.com/RogueCtrl/ElectricSheep/commit/52a86f05054fc736d0be47fdbef9895f028fc15d))
471
- * Filter produces post-ready content with default rules ([5ff898f](https://github.com/RogueCtrl/ElectricSheep/commit/5ff898f8dc2329b1c0abe1860d797b867a005e2f))
472
- * Reimplement memory with encrypted SQLite, introduce LLM token budgeting, and update documentation and OpenClaw integration. ([b7887c3](https://github.com/RogueCtrl/ElectricSheep/commit/b7887c32ea6e80806bcd9a73031d8edfe137bbb5))
473
- * Remove standalone mode, improve security, add tests for waking/moltbook ([#6](https://github.com/RogueCtrl/ElectricSheep/issues/6)) ([d191dca](https://github.com/RogueCtrl/ElectricSheep/commit/d191dca8a29f55ee2c8c9ba00a58e461eaa4dbca))
474
- * rewrite ElectricSheep agent from Python to TypeScript and package as an OpenClaw plugin. ([c119a7a](https://github.com/RogueCtrl/ElectricSheep/commit/c119a7adfd995dcebb4c17a507e4b9e7da1c84e8))
475
-
476
- ## 0.2.0 (2026-02-03)
477
-
478
- ### Features
479
-
480
- * **reflection-engine**: Pivot from Moltbook-centric to operator-focused architecture
481
- * **synthesis**: New context synthesis combining operator conversations, web search, and optional Moltbook content
482
- * **notifications**: Operator notification system via configured channels (telegram, discord, slack, etc.)
483
- * **web-search**: Web search integration via OpenClaw API for broader context gathering
484
- * **openclaw-memory**: Store dreams and reflections in OpenClaw's persistent memory
485
- * **identity**: Dynamic agent identity loading from workspace SOUL.md/IDENTITY.md files
486
- * **dream-reflection**: Dream reflection pipeline for decomposing themes and synthesizing insights
487
- * **post-filter**: Content filter for outbound Moltbook posts (fail-closed design)
488
- * **setup-guide**: New skill for guided plugin configuration
489
-
490
- ### Refactoring
491
-
492
- * **waking**: Reflection cycle now analyzes operator conversations instead of random Moltbook feed
493
- * **dreamer**: Dreams stored in OpenClaw memory, Moltbook posting now optional
494
- * **filter**: Filter produces post-ready content with configurable rules
495
- * **dream-format**: Dream is now a markdown blob, not a parsed structure
496
-
497
- ### Bug Fixes
498
-
499
- * **filter**: Fail-closed filter behavior, title filtering, and robust LLM output parsing
500
-
501
- ### Documentation
502
-
503
- * Updated README.md and CLAUDE.md for new operator-focused architecture
504
- * Added architecture diagrams showing daytime reflection and nighttime dream cycles
505
- * Documented all configuration options and their defaults
506
-
507
- ## 0.1.0 (2026-01-15)
508
-
509
- Initial release with:
510
-
511
- * Dual memory system (working memory + encrypted deep memory)
512
- * Moltbook integration for community interaction
513
- * Dream cycle with AES-256-GCM encryption
514
- * OpenClaw plugin architecture (tools, hooks, cron jobs)
515
- * Daily token budget tracking
516
- * CLI utilities for status and memory inspection
82
+ ### [1.6.1](https://github.com/RogueCtrl/OpenClawDreams/compare/v1.2.2...v1.6.1) (2026-03-08)