Utility Commands
Commands for managing memory state, searching, analysis, and maintenance.load
Load and display working memory at session start.| Option | Description |
|---|---|
-j, --json | Output as JSON |
-s, --sync | Force sync (pull) before loading |
--no-sync | Skip sync even if auto-sync enabled |
checkpoint
Save and restore session state.checkpoint save
| Option | Description |
|---|---|
-p, --pending PENDING | Pending item (repeatable) |
-c, --context CONTEXT | Additional context |
-s, --sync | Force sync after saving |
--no-sync | Skip sync |
- Basic
- With Pending Items
- With Context
checkpoint load
checkpoint clear
search
Search memory using vector similarity.| Option | Description |
|---|---|
-l, --limit LIMIT | Maximum results (default: 10) |
status
Show memory status overview.when
Query memories by time period.| Period | Description |
|---|---|
today | Today’s memories (default) |
yesterday | Yesterday’s memories |
this week | This week’s memories |
last hour | Last hour’s memories |
anxiety
Memory anxiety tracking and management.| Option | Description |
|---|---|
-d, --detailed | Show detailed breakdown |
-a, --actions | Show recommended actions |
--auto | Execute recommended actions |
-c, --context TOKENS | Current context token usage |
-l, --limit LIMIT | Context window limit (default: 200000) |
-e, --emergency | Run emergency save immediately |
-s, --summary | Summary for emergency save |
-j, --json | Output as JSON |
- Quick Check
- Detailed
- Auto-Fix
- Emergency
consolidate
Run memory consolidation (episodes → beliefs).| Option | Description |
|---|---|
-m, --min-episodes MIN | Minimum episodes to consolidate (default: 3) |
identity
Identity synthesis operations.identity show
Generate a coherent identity narrative.identity confidence
Check identity coherence score.identity drift
Detect identity drift over time.| Option | Description |
|---|---|
-d, --days DAYS | Days to look back (default: 30) |
emotion
Emotional memory operations.emotion summary
emotion search
Search by emotional characteristics.| Option | Description |
|---|---|
--positive | Find positive episodes |
--negative | Find negative episodes |
--calm | Find low-arousal episodes |
--intense | Find high-arousal episodes |
-t, --tag TAG | Emotion tag to match |
-l, --limit LIMIT | Maximum results (default: 10) |
emotion tag
Add emotional tags to an episode.emotion mood
Get mood-relevant memories.meta
Meta-memory operations.meta confidence
Get confidence for a memory.meta verify
Verify a memory (increases confidence).meta lineage
Get provenance chain.meta uncertain
List low-confidence memories.meta knowledge
Show knowledge map.meta gaps
Detect knowledge gaps.meta boundaries
Show competence boundaries.meta learn
Identify learning opportunities.forget
Controlled forgetting operations.forget candidates
Show forgetting candidates.forget run
Run forgetting cycle.forget protect
Protect a memory from forgetting.forget recover
Recover a forgotten memory.forget list
List forgotten memories.dump
Dump all memory to stdout.| Option | Description |
|---|---|
-f, --format | Output format (default: markdown) |
-r, --include-raw | Include raw entries (default: true) |
--no-raw | Exclude raw entries |
export
Export memory to a file.init
Initialize Kernle with interactive setup.| Option | Description |
|---|---|
-y, --non-interactive | Use defaults |
--env {claude-code,clawdbot,cline,cursor,desktop} | Target environment |
--seed-values | Seed initial values (default: true) |
--no-seed-values | Skip seeding values |