claude-recall 0.20.1 → 0.20.2

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.
@@ -8,10 +8,13 @@ source: claude-recall
8
8
 
9
9
  # Corrections
10
10
 
11
- Auto-generated from 6 memories. Last updated: 2026-04-02.
11
+ Auto-generated from 9 memories. Last updated: 2026-04-02.
12
12
 
13
13
  ## Rules
14
14
 
15
+ - CORRECTION: Memory with complex metadata
16
+ - CORRECTION: Memory with complex metadata
17
+ - CORRECTION: Memory with complex metadata
15
18
  - CORRECTION: Memory with complex metadata
16
19
  - CORRECTION: Memory with complex metadata
17
20
  - CORRECTION: Memory with complex metadata
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "topicId": "corrections",
3
- "sourceHash": "b1b937b59846b125f1209888415c3c3ba1eb668bee822d20b08fd6a70783510f",
4
- "memoryCount": 6,
5
- "generatedAt": "2026-04-02T20:13:01.816Z",
3
+ "sourceHash": "bc99031d99dbd5f9baeff51cd1b1d609f0a231dc120f5559a98080419ba54be6",
4
+ "memoryCount": 9,
5
+ "generatedAt": "2026-04-02T22:34:33.293Z",
6
6
  "memoryKeys": [
7
+ "memory_1775169273281_4fod7ku6f",
8
+ "memory_1775169256118_y7kc07y6y",
9
+ "memory_1775169244673_d6d0uc33a",
7
10
  "memory_1775160781806_vnqf355e9",
8
11
  "memory_1775159399542_awfryrxp3",
9
12
  "memory_1775157082825_8uvrul28i",
@@ -8,10 +8,27 @@ source: claude-recall
8
8
 
9
9
  # Preferences
10
10
 
11
- Auto-generated from 22 memories. Last updated: 2026-04-02.
11
+ Auto-generated from 39 memories. Last updated: 2026-04-02.
12
12
 
13
13
  ## Rules
14
14
 
15
+ - Session test preference 1775169273366
16
+ - Test preference 1775169273296-2
17
+ - Test preference 1775169273296-1
18
+ - Test preference 1775169273296-0
19
+ - Test memory content
20
+ - Session test preference 1775169256189
21
+ - Test preference 1775169256133-2
22
+ - Test preference 1775169256133-1
23
+ - Test preference 1775169256133-0
24
+ - Test memory content
25
+ - Session test preference 1775169244752
26
+ - Test preference 1775169244686-2
27
+ - Test preference 1775169244686-1
28
+ - Test preference 1775169244686-0
29
+ - Test memory content
30
+ - Markdown documentation files should be named with the convention YYYYMMDD_<filename>.md (e.g., 20260402_nemoclaw_integration.md). Use underscores, not hyphens, in the date-prefixed filenames.
31
+ - Never commit to git unless the user explicitly approves. Always show the commit message and wait for a clear "yes", "go ahead", "commit", or similar confirmation before running git commit.
15
32
  - Session test preference 1775160781884
16
33
  - Test preference 1775160781820-2
17
34
  - Test preference 1775160781820-1
@@ -1,9 +1,26 @@
1
1
  {
2
2
  "topicId": "preferences",
3
- "sourceHash": "d26df6886905013086073ba0031b5e052ec17ae91863e95938269e72d1d5a556",
4
- "memoryCount": 22,
5
- "generatedAt": "2026-04-02T20:13:01.897Z",
3
+ "sourceHash": "d609433b68eba6dbfaea5244e666c564e76ad1be0f75373c555fdd83405390cd",
4
+ "memoryCount": 39,
5
+ "generatedAt": "2026-04-02T22:34:33.383Z",
6
6
  "memoryKeys": [
7
+ "memory_1775169273368_c1e5jdl9r",
8
+ "memory_1775169273337_wozxe12k3",
9
+ "memory_1775169273319_3o1ww90na",
10
+ "memory_1775169273297_oqmyxziav",
11
+ "memory_1775169273232_eoymf3ezj",
12
+ "memory_1775169256190_681x8frvt",
13
+ "memory_1775169256164_kqderurux",
14
+ "memory_1775169256150_0nqbk7tx9",
15
+ "memory_1775169256134_ftj0m44bb",
16
+ "memory_1775169256069_dywd646f7",
17
+ "memory_1775169244754_sjfarlk41",
18
+ "memory_1775169244722_mavida9fg",
19
+ "memory_1775169244707_nmmu0s0lu",
20
+ "memory_1775169244688_03q4mmcky",
21
+ "memory_1775169244628_7kuhf5met",
22
+ "memory_1775168901303_o8o0i4952",
23
+ "memory_1775162828137_l6uw5swdn",
7
24
  "memory_1775160781885_fkbnc0s85",
8
25
  "memory_1775160781857_gj5y299dr",
9
26
  "memory_1775160781842_0xmv146n5",
@@ -467,9 +467,8 @@ class MemoryTools {
467
467
  }
468
468
  }
469
469
  exports.MemoryTools = MemoryTools;
470
- MemoryTools.LOAD_RULES_DIRECTIVE = 'INSTRUCTION: Before your FIRST Write, Edit, or Bash action, you MUST output an\n' +
471
- '"Applying memories:" section listing which rules below apply to the current task.\n' +
472
- 'If none apply, say so. Do NOT skip this step — the user expects visible confirmation\n' +
473
- 'that you checked your memories before acting.\n' +
474
- 'As you work, cite each applied rule inline: (applied from memory: <rule summary>)\n' +
470
+ MemoryTools.LOAD_RULES_DIRECTIVE = 'Before your FIRST action, briefly state which rules below you will apply to this task.\n' +
471
+ 'As you work, cite each rule at the point where it influences your action:\n' +
472
+ '(applied from memory: <short rule name>)\n' +
473
+ 'Place citations next to the action they influenced — not at the end of unrelated text.\n' +
475
474
  'If a rule conflicts with your plan, follow the rule — it reflects a user decision.';
@@ -14,10 +14,10 @@ const config_1 = require("../services/config");
14
14
  const outcome_storage_1 = require("../services/outcome-storage");
15
15
  const logging_1 = require("../services/logging");
16
16
  const event_processors_1 = require("../shared/event-processors");
17
- const LOAD_RULES_DIRECTIVE = 'INSTRUCTION: Before your FIRST edit or bash action, you MUST output an\n' +
18
- '"Applying memories:" section listing which rules below apply to the current task.\n' +
19
- 'If none apply, say so. Do NOT skip this step.\n' +
20
- 'As you work, cite each applied rule inline: (applied from memory: <rule summary>)\n' +
17
+ const LOAD_RULES_DIRECTIVE = 'Before your FIRST action, briefly state which rules below you will apply to this task.\n' +
18
+ 'As you work, cite each rule at the point where it influences your action:\n' +
19
+ '(applied from memory: <short rule name>)\n' +
20
+ 'Place citations next to the action they influenced not at the end of unrelated text.\n' +
21
21
  'If a rule conflicts with your plan, follow the rule — it reflects a user decision.';
22
22
  /** Format a memory value for display. */
23
23
  function extractVal(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-recall",
3
- "version": "0.20.1",
3
+ "version": "0.20.2",
4
4
  "description": "Persistent memory for Claude Code and Pi with native Skills integration, automatic capture, failure learning, and project scoping",
5
5
  "main": "dist/index.js",
6
6
  "bin": {