memory

Installation
SKILL.md

Persistent Memory System

Overview

Memory lives in .aiter/memory/ relative to the project root. Each file has a specific format and purpose. Files use Markdown with YAML frontmatter for metadata.

Core principle: Memory files are the single source of truth for agent state. All agents (orchestrator, heartbeat, support-responder, monitor) read and write to the same memory files. This enables cross-layer composability.


Directory Structure

.aiter/
└── memory/
    ├── tasks.md            # Pending, in-progress, completed tasks
    ├── knowledge.md        # Learned facts and preferences
    ├── contacts.md         # IM channels and people
    ├── journal.md          # Activity log
Related skills
Installs
1
Repository
within-7/aiter
First Seen
Mar 4, 2026