Skip to content

Memory Model

Yash Kanadhia edited this page Jun 1, 2026 · 4 revisions

Principle

Zeref OS uses a flat Markdown memory architecture.

Structure

memory/

  • hot.md
  • index.md
  • DECISIONS.md
  • OPEN_QUESTIONS.md
  • RISKS.md
  • CONFLICTS.md
  • MEMORY.md
  • patterns/PATTERNS.jsonl
  • archive/

Read Order

  1. hot.md
  2. index.md
  3. Domain-specific memory files

Memory Rules

  • Append-only philosophy
  • Historical preservation
  • Conflict tracking
  • Pattern logging
  • Human review of contradictions

Purpose

Provide persistent project memory across AI tools and sessions.

Zeref OS

Getting Started

Architecture

Reference

Clone this wiki locally