@shahmilsaari/memory-core 0.2.15 → 0.2.17

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.
@@ -22,7 +22,7 @@ Type: {{projectType}} | Language: {{language}}
22
22
 
23
23
  ## Memory
24
24
  {{#each memories}}
25
- - {{content}}
25
+ {{memoryBlock this}}
26
26
  {{/each}}
27
27
  {{/if}}
28
28
  {{#if caveman.enabled}}
@@ -18,7 +18,7 @@ Type: {{projectType}} | Language: {{language}}
18
18
 
19
19
  ## Memory
20
20
  {{#each memories}}
21
- - {{content}}
21
+ {{memoryBlock this}}
22
22
  {{/each}}
23
23
  {{/if}}
24
24
  {{#if caveman.enabled}}
@@ -16,7 +16,7 @@ Stack: {{language}}
16
16
 
17
17
  ## Memories
18
18
  {{#each memories}}
19
- - [{{type}}] {{content}}
19
+ {{memoryBlock this}}
20
20
  {{/each}}
21
21
  {{/if}}
22
22
  {{#if caveman.enabled}}
@@ -16,7 +16,7 @@ Stack: {{language}}
16
16
 
17
17
  ## Memory
18
18
  {{#each memories}}
19
- - {{content}}
19
+ {{memoryBlock this}}
20
20
  {{/each}}
21
21
  {{/if}}
22
22
  {{#if caveman.enabled}}
@@ -19,7 +19,7 @@ Stack: {{language}}
19
19
 
20
20
  ## Memories
21
21
  {{#each memories}}
22
- - [{{type}}] {{content}}
22
+ {{memoryBlock this}}
23
23
  {{/each}}
24
24
  {{/if}}
25
25
  {{#if caveman.enabled}}
@@ -16,7 +16,7 @@ Stack: {{language}}
16
16
 
17
17
  ## Inherited Memory
18
18
  {{#each memories}}
19
- - [{{type}}] {{content}}
19
+ {{memoryBlock this}}
20
20
  {{/each}}
21
21
  {{/if}}
22
22
  {{#if caveman.enabled}}