English | 日本語
A one-page cheat sheet for quick reference of key features.
- Command Quick Reference
- Skill Quick Reference
- File Naming Conventions
- Default Thresholds
- Key Paths
- Daily Workflow
- Troubleshooting
- Related Documentation
| Command | Purpose | When to Use |
|---|---|---|
/digest |
Detect & analyze new Loops | After adding each Loop |
/digest weekly |
Finalize Weekly Digest | When 5 Loops are ready |
/digest monthly |
Finalize Monthly Digest | When 5 Weeklies are ready |
/dream-defrag |
Prune auto-memory (subtractive dream) | When memory grows too large (>50) |
| Skill | Purpose |
|---|---|
@digest-auto |
System status diagnosis & recommended actions |
@digest-setup |
Initial setup |
@digest-config |
Configuration changes |
@wakeup |
Session-start engine that loads long-term memory and applies the persona directive (claude.ai-only) |
| Type | Prefix | Digits | Format | Example |
|---|---|---|---|---|
| Loop | L | 5 | L[5digits]_Title.txt |
L00001_FirstSession.txt |
| Weekly | W | 4 | W[4digits]_Title.txt |
W0001_WeeklySummary.txt |
| Monthly | M | 4 | M[4digits]_Title.txt |
M0001_MonthlySummary.txt |
| Quarterly | Q | 3 | Q[3digits]_Title.txt |
Q001_Quarterly.txt |
| Layer | Required Count | Cumulative Loops |
|---|---|---|
| Weekly | 5 Loops | 5 |
| Monthly | 5 Weekly | 25 |
| Quarterly | 3 Monthly | 75 |
| Annual | 4 Quarterly | 300 |
| Item | Path |
|---|---|
| Config file | ~/.claude/plugins/.episodicrag/config.json |
| Loop files | {loops_dir}/ |
| Digest files | {digests_dir}/ |
| GrandDigest | {essences_dir}/GrandDigest.txt |
| ShadowGrandDigest | {essences_dir}/ShadowGrandDigest.txt |
Daily: Add Loop → /digest
Weekend: @digest-auto → /digest weekly
Month-end: @digest-auto → /digest monthly
- Run
@digest-autoto check status - See TROUBLESHOOTING.md for specific solutions
- See FAQ.md for conceptual questions
| Purpose | Document |
|---|---|
| Getting Started | QUICKSTART.en.md |
| Daily Operations | GUIDE.md |
| Advanced Settings | ADVANCED.md |
| Glossary | GLOSSARY.en.md |
EpisodicRAG by Weave | GitHub