Files
openclaw/docs/reference/templates/USER.md
Peter Steinberger 28630a9a65 feat(memory): provenance-gated memory with dreaming on by default (#114819)
* feat(memory): add provenance and recall metadata to the memory index

* feat(memory): provenance-gated promotion and capture hygiene

* feat(dreaming): LLM consolidation with deterministic gates, on by default

* feat(active-memory): deterministic recall lane with escalation default

* feat(memory): user model file and standing intents

* docs(memory): document the memory architecture

* fix(memory): live-QA fixes — metadata writers, provenance classes, intent scope, claim accumulation
2026-07-28 06:04:25 -04:00

1011 B

summary, title, read_when
summary title read_when
Durable user preference and profile directives USER template
Bootstrapping a workspace manually

USER.md - User Model

Store stable user preferences and profile facts as directives that can guide future sessions.

Use one directive per entry:

<!-- observed: YYYY-MM-DD | status: active -->

- Prefer concise progress updates during implementation work.
  • Begin each directive with an imperative such as Always, Never, or Prefer.
  • Record the observation date and either active or superseded on the metadata line.
  • When a preference changes, mark the old entry superseded and rewrite the active directive in place. Never append a contradictory active directive.
  • Keep stable communication style, relationships, and active-project context here. Put durable non-profile facts and decisions in MEMORY.md.

Directives

  • Prefer ...