Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,16 @@ hexmem_session_end "Session ended" "Key outcomes and next steps"
hexmem_heartbeat_check
```

### Reflector (Metabolic Loop)

HexMem uses **tiered memory**: high‑fidelity working logs + curated core memory. The Reflector is an **agentic** sleep-cycle that distills signal from raw logs.

- Working logs: `memory/YYYY-MM-DD.md`
- Core memory: `MEMORY.md` + HexMem DB
- Triggered hooks: log core updates immediately on significant state changes (deploys, config, incidents)

See: **docs/REFLECTOR.md** for full guidance and a reminder-only cron template.

# Access a fact (bumps to hot tier)
hexmem_access_fact 42

Expand Down
10 changes: 10 additions & 0 deletions SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@ hexmem_goal_progress <goal_id> <new_percentage>
hexmem_session_end "Session ended" "Key outcomes, decisions, and next steps"
```

### Reflector (Metabolic Loop)

Run a periodic **agentic** distillation cycle (not every message). It reads recent working logs and updates core memory.

- Working logs: `memory/YYYY-MM-DD.md`
- Core memory: `MEMORY.md` + HexMem DB
- Triggered hooks: log core updates immediately on significant state changes (config changes, deploys, incidents)

See: `docs/REFLECTOR.md` for the full pattern + reminder-only cron template.

### Heartbeat Check

```bash
Expand Down