forked from Rockachopa/Timmy-time-dashboard
This commit is contained in:
@@ -460,6 +460,11 @@ class MemorySystem:
|
||||
"""
|
||||
context_parts = []
|
||||
|
||||
# 0. Soul identity (immutable, always first)
|
||||
soul_content = self.read_soul()
|
||||
if soul_content:
|
||||
context_parts.append("## Soul Identity\n" + soul_content)
|
||||
|
||||
# 1. Hot memory
|
||||
hot_content = self.hot.read()
|
||||
context_parts.append("## Hot Memory\n" + hot_content)
|
||||
|
||||
Reference in New Issue
Block a user