All Prompts/Memory System/Memory Frontmatter Example
🧠Memory System/taxonomy

Memory Frontmatter Example

src/memdir/memoryTypes.ts

Prompt Engineering Insight

Concrete frontmatter pattern (name, description, type) used to classify and retrieve memory files consistently.

Techniques Used

taxonomybehavioral-constraintsguardrailsscope-limiting
prompt
```markdown

name: {{memory name}}
description: {{one-line description β€” used to decide relevance in future conversations, so be specific}}
type: {{user, feedback, project, reference}}

{{memory content β€” for feedback/project types, structure as: rule/fact, then Why: and How to apply: lines}}
```

Tags

memoryfrontmatter