You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,9 +122,9 @@ Notes:
122
122
123
123
Common slash commands during a run:
124
124
125
-
-`/supervisor` toggle supervisor details
125
+
-`/supervisor [on|off|status]` toggle or inspect supervisor details
126
126
-`/resume` continue autonomous progress
127
-
-`/memory` print current memory status
127
+
-`/memory [status|profile|remember <text>]` inspect memory, view operator profile, or store a durable preference
128
128
-`/skills` list resolved skills for this run
129
129
-`/skills reload` manually reload the skill catalog for the active run
130
130
-`/doctor` run runtime health checks
@@ -153,6 +153,15 @@ rollcode memory log
153
153
154
154
Memory files are markdown with frontmatter (`description`, `limit`, etc.), and updates are committed so you can audit learning over time.
155
155
During turns, RollCode adds task-scoped memory recall from non-system files, and each file's `limit` bounds how much content can be injected into prompts.
156
+
Default memory layout is:
157
+
158
+
-`system/identity.md`: agent identity and operating rules
When operators send steering messages, RollCode can capture durable preference signals into `system/operator-profile.md` (deduplicated, timestamped) so future runs inherit personalization.
0 commit comments