A simple file-based project memory system for Claude Code, Codex, ChatGPT, and long AI coding sessions.
Super Memory helps an AI assistant continue from the real latest state of a project, even when the original chat is too long, deleted, limited, or moved to another AI tool.
Imagine you are building a project with an AI coding assistant.
You start in Codex. You explain the project, edit files, fix bugs, run tests, make decisions, and slowly the chat becomes long. Then your limit is reached, the context window gets full, or you decide Claude Code is better for the next part.
Normally, you now have a problem:
- the new AI does not know what happened before
- you need to explain the whole project again
- important decisions are hidden inside an old chat
- failed attempts may be repeated
- the next assistant may start from the wrong place
Super Memory fixes this with one simple idea:
Keep the useful project memory inside the project folder, not only inside the chat.
It creates a small file in your project, usually:
.ai-handoff/SUPER_MEMORY.md
That file is kept up to date while you work. It stores the current goal, what changed, which files matter, what was decided, what failed, what still needs to be done, and which AI assistant last touched the project.
When you move from Codex to Claude Code, Claude Code can read this file at the start of the session. When you move back from Claude Code to Codex, Codex can read the same file again. If you open a new chat because the old one is too long, the new chat can read the file and continue from the latest clean project state.
You can let the skill read it automatically when the project starts, or you can ask for it directly with commands like:
supermemory search
supermemory update
supermemory compress
The point is not to save every message. The point is to keep a short, useful, compressed project memory: what happened, what matters, and what should happen next.
So instead of saying "here is everything we talked about for three days", you can say:
Read .ai-handoff/SUPER_MEMORY.md first, then continue from the latest state.
This is useful for Codex, Claude Code, ChatGPT, new chats, second accounts, shared projects, and long coding sessions where context gets messy.
Bir projeyi yapay zeka ile geliştirdiğini düşün.
Codex'te başlıyorsun. Projeyi anlatıyorsun, dosyaları düzenliyorsun, hataları çözüyorsun, test çalıştırıyorsun, kararlar alıyorsun ve sohbet yavaş yavaş uzuyor. Sonra limitin doluyor, context window doluyor veya sonraki iş için Claude Code'a geçmek istiyorsun.
Normalde burada sorun çıkıyor:
- yeni yapay zeka önce ne olduğunu bilmiyor
- projeyi baştan anlatman gerekiyor
- önemli kararlar eski sohbetin içinde kalıyor
- başarısız denemeler tekrar yapılabiliyor
- yeni asistan yanlış yerden başlayabiliyor
Super Memory bunu basit bir fikirle çözüyor:
İşe yarayan proje hafızası sadece sohbetin içinde kalmasın, projenin kendi klasöründe de dursun.
Projenin içinde küçük bir dosya oluşturur. Genelde dosya şudur:
.ai-handoff/SUPER_MEMORY.md
Bu dosya sen çalıştıkça güncel tutulur. İçinde mevcut hedef, değişen dosyalar, önemli dosyalar, alınan kararlar, hata veren denemeler, kalan işler ve projeye en son hangi yapay zeka asistanının dokunduğu yazılı olur.
Codex'ten Claude Code'a geçtiğinde Claude Code bu dosyayı sohbetin başında okuyabilir. Claude Code'dan tekrar Codex'e döndüğünde Codex aynı dosyayı okuyabilir. Eski sohbet çok uzadığı için yeni sohbet açarsan, yeni sohbet bu dosyayı okuyup projenin son temiz durumundan devam edebilir.
Skill bunu proje başında otomatik okuyabilir veya sen doğrudan şu komutlarla isteyebilirsin:
supermemory search
supermemory update
supermemory compress
Amaç her mesajı saklamak değildir. Amaç kısa, işe yarayan ve sıkıştırılmış bir proje hafızası tutmaktır: ne oldu, ne önemli, sırada ne var.
Yani üç günlük konuşmayı baştan anlatmak yerine şunu diyebilirsin:
Önce .ai-handoff/SUPER_MEMORY.md dosyasını oku, sonra son durumdan devam et.
Bu; Codex, Claude Code, ChatGPT, yeni sohbetler, ikinci hesaplar, paylaşılan projeler ve context'in karıştığı uzun kodlama oturumları için işe yarar.
Languages:
Created by Yigit Yildiz - GitHub: @yigityildiz0
Super Memory is a small project-memory system.
It creates one clear memory file inside your project. That file explains what the project is, what changed, what failed, what was decided, and what should happen next.
The goal is simple:
A new AI assistant should be able to open your project, read one memory file, and continue without you explaining everything again.
Super Memory is useful when you work with:
- Claude Code
- Codex
- ChatGPT
- another AI coding assistant
- a second account
- a teammate or friend
- a new chat after the old chat became too long
It is not a database. It is not a complicated app. It is not a full transcript. It is a clean handoff note for the project.
AI coding sessions often break because the useful context is trapped in a chat.
Common problems:
- 🧠 The chat gets too long.
- 🪫 A Claude Code, Codex, or ChatGPT limit is reached.
- 🔁 You switch from Claude Code to Codex, or from Codex to Claude Code.
- 💬 You start a new ChatGPT conversation.
- 🗑️ A chat is deleted or lost.
- 👥 You want to send the project to a friend or teammate.
- 🔐 You continue from another account.
- 🧩 You return to a project days later and forget what happened.
- 🧪 Test results, bugs, failed attempts, and decisions are buried in old messages.
Super Memory solves this by keeping the useful project state in the project itself.
If you do not know GitHub, use the links below.
Click the link you need, download the ZIP file, then extract/unzip it like a normal folder.
| What you want | Download |
|---|---|
| Everything in one ZIP | Download Super Memory |
| Codex skill only | Download Codex Skill |
| Claude Code skill only | Download Claude Code Skill |
| Source code from GitHub | Download repository ZIP |
If a release download is not available, open the GitHub page, click the green Code button, then click Download ZIP.
| If you use... | Choose this |
|---|---|
| Only Codex | super-memory-codex-skill.zip |
| Only Claude Code | super-memory-claude-code-skill.zip |
| Both Codex and Claude Code | super-memory-full.zip |
| ChatGPT without local skills | super-memory-full.zip, then use templates/SUPER_MEMORY.md manually |
| You are not sure | super-memory-full.zip |
If you are a complete beginner, download Everything in one ZIP. It contains all useful files and the copyable memory template.
Inside your project, Super Memory uses this folder:
.ai-handoff/
├── SUPER_MEMORY.md # the current project memory
└── LOG.md # older compact milestones
SUPER_MEMORY.md is the important file.
It stores:
- current project goal
- what is already done
- what files matter
- what decisions were made
- what commands or tests were run
- what failed and should not be repeated
- current blockers
- next steps
- short notes for the next AI assistant
It does not store:
- private chain-of-thought
- full chat transcripts
- passwords
- API keys
- tokens
- secret files
- huge logs
- unrelated personal information
Super Memory is useful for many workflows.
Use it when you want Claude Code to remember project state across sessions.
Example:
/supermemory search
Use it when you want Codex to read the latest project state before planning or editing files.
Example:
supermemory search
Use it when you start a new ChatGPT conversation and want to continue an old project.
You can attach or paste .ai-handoff/SUPER_MEMORY.md and say:
Read this Super Memory file first, then continue from the latest state.
Use it when somebody else needs to understand your project without reading a giant chat history.
Send them the project folder and tell them to read:
.ai-handoff/SUPER_MEMORY.md
- Download Codex Skill.
- Extract/unzip the downloaded file.
- You will see a folder named
super-memory. - Copy that
super-memoryfolder into:
~/.codex/skills/super-memory
On Windows, the folder is usually:
C:\Users\YOUR_NAME\.codex\skills\super-memory
- Restart Codex if the skill list does not refresh.
- Open a project.
- Ask Codex:
supermemory search
or:
Use Super Memory for this project.
- Download Claude Code Skill.
- Extract/unzip the downloaded file.
- You will see a folder named
supermemory. - Copy that
supermemoryfolder into your Claude Code skills folder:
~/.claude/skills/supermemory
- Optional: copy this file into your Claude Code commands folder if you want a direct slash command:
commands/claude-code/supermemory.md
- Open a project.
- Run:
/supermemory search
You can use Super Memory even without installing a skill.
- Open your project folder.
- Create a folder named
.ai-handoff. - Inside it, create a file named
SUPER_MEMORY.md. - Copy the structure from templates/SUPER_MEMORY.md.
- Tell any AI assistant:
Read .ai-handoff/SUPER_MEMORY.md first, continue from it, and update it after meaningful progress.
This works in ChatGPT, Claude, Codex, and any assistant that can read project files.
Use these commands as plain language or slash-style prompts.
| Command | What it does |
|---|---|
supermemory search |
Finds the project memory, reads the current state, and absorbs only new entries. |
supermemory update |
Adds what changed: files, decisions, checks, errors, blockers, and next steps. |
supermemory new |
Creates memory for a project if none exists. It avoids duplicate memory files. |
supermemory compress |
Shrinks old history while preserving the useful current state. |
supermemory status |
Shows where the memory file is and what checkpoint is latest. |
supermemory delete |
Deletes only the .ai-handoff memory folder after clear intent. |
When you download the full project, you will see this structure:
super-memory/
├── README.md # start here
├── LICENSE # MIT license: free to use, modify, and share
├── AUTHORS.md # project credit
├── skills/
│ ├── codex/super-memory/ # Codex skill package
│ └── claude-code/supermemory/ # Claude Code skill package
├── commands/
│ └── claude-code/supermemory.md # optional Claude Code slash command
├── templates/
│ └── SUPER_MEMORY.md # copyable manual memory template
└── .github/
└── ISSUE_TEMPLATE/ # bug and feature request templates
This is intentionally small. The older extra documentation and duplicate helper folders were removed so the ZIP is easier to understand.
| Path | What it is | Do you need it? |
|---|---|---|
README.md |
The main explanation page you are reading now. | Yes. Start here. |
LICENSE |
The MIT license. It says people can use, copy, modify, and share Super Memory. | Keep it in the repo/package. |
AUTHORS.md |
Short credit file showing the project author. | Useful for attribution. |
skills/codex/super-memory/ |
Ready-to-install Codex skill. | Needed if you use Codex. |
skills/codex/super-memory/SKILL.md |
The actual Codex skill instructions. | Needed for Codex. |
skills/codex/super-memory/agents/openai.yaml |
Codex display metadata: name, short description, default prompt. | Needed for a cleaner Codex skill listing. |
skills/codex/super-memory/scripts/supermemory.py |
Helper script used by the Codex skill. | Needed for Codex helper commands. |
skills/claude-code/supermemory/ |
Ready-to-install Claude Code skill. | Needed if you use Claude Code. |
skills/claude-code/supermemory/SKILL.md |
The actual Claude Code skill instructions. | Needed for Claude Code. |
skills/claude-code/supermemory/scripts/supermemory.py |
Helper script used by the Claude Code skill. | Needed for Claude Code helper commands. |
commands/claude-code/supermemory.md |
Optional Claude Code slash command wrapper. | Optional, only for /supermemory. |
templates/SUPER_MEMORY.md |
A blank/example memory file you can copy into a project manually. | Useful for ChatGPT or manual use. |
.github/ISSUE_TEMPLATE/ |
GitHub issue forms for bug reports and feature requests. | Only useful on GitHub. |
.gitignore |
Prevents local junk files from being committed. | Useful for GitHub/source users. |
.gitattributes |
Keeps text files consistent across Windows/macOS/Linux. | Useful for GitHub/source users. |
If you are not a developer, you can ignore these:
.github/.gitignore.gitattributesAUTHORS.md
Do not worry if you see them. They are normal GitHub project files. They do not need to be installed into Codex or Claude Code.
| Your tool | Only copy this |
|---|---|
| Codex | skills/codex/super-memory/ |
| Claude Code | skills/claude-code/supermemory/ |
| Claude Code slash command | commands/claude-code/supermemory.md |
| ChatGPT/manual use | templates/SUPER_MEMORY.md into your project as .ai-handoff/SUPER_MEMORY.md |
AI tools are powerful, but they do not have unlimited context.
After a long session, an assistant may lose track of:
- the original goal
- changed files
- failed attempts
- test results
- user preferences
- next steps
Super Memory gives the next session a short source of truth:
- "Here is the goal."
- "Here is what changed."
- "Here are the risky files."
- "Here are the tests."
- "Here is what to do next."
That is usually enough to continue without repeating the whole conversation.
At the start of a project session:
supermemory search
After meaningful progress:
supermemory update
When the memory file becomes too long:
supermemory compress
Before switching tools:
Update Super Memory so I can continue in Claude Code/Codex/ChatGPT.
Before sending the project to another person:
Update Super Memory so another person can understand the current state.
Super Memory is meant to store project facts, not private secrets.
Do not put these into SUPER_MEMORY.md:
- passwords
- API keys
- tokens
- private credentials
- personal messages
- full logs with sensitive data
Keep it practical and safe.
Super Memory uses the MIT License.
That means people can use it, copy it, modify it, publish it, and use it in personal or commercial work.
The license only asks that the copyright and license notice stay included.
Super Memory is an independent open project.
It is not affiliated with OpenAI, Anthropic, GitHub, Claude, Codex, ChatGPT, or Supermemory.ai.
If Super Memory helps your workflow, starring the repository helps more people discover it. ⭐
If you want another AI tool supported, a clearer installer, or a better memory format, open an issue.
Super Memory küçük bir proje hafızası sistemidir.
Projenin içine tek ve net bir hafıza dosyası koyar. Bu dosya projenin ne olduğunu, neyin değiştiğini, neyin hata verdiğini, hangi kararların alındığını ve sırada ne yapılması gerektiğini anlatır.
Amaç basit:
Yeni bir yapay zeka asistanı projeyi açsın, tek bir hafıza dosyasını okusun ve sen her şeyi tekrar anlatmadan kaldığı yerden devam edebilsin.
Super Memory şunlarla çalışırken işe yarar:
- Claude Code
- Codex
- ChatGPT
- başka bir yapay zeka kodlama asistanı
- ikinci bir hesap
- takım arkadaşı veya arkadaş
- eski sohbet çok uzadığı için açılan yeni sohbet
Bu bir veritabanı değildir. Karmaşık bir uygulama değildir. Tam sohbet dökümü değildir. Proje için temiz bir devir notudur.
Yapay zeka ile kod yazarken işe yarayan bilgiler çoğu zaman sohbetin içinde sıkışıp kalır.
Sık görülen sorunlar:
- 🧠 Sohbet çok uzar.
- 🪫 Claude Code, Codex veya ChatGPT limiti dolar.
- 🔁 Claude Code'dan Codex'e veya Codex'ten Claude Code'a geçersin.
- 💬 Yeni bir ChatGPT sohbeti açarsın.
- 🗑️ Sohbet silinir veya kaybolur.
- 👥 Projeyi bir arkadaşına veya takım arkadaşına göndermek istersin.
- 🔐 Başka bir hesaptan devam edersin.
- 🧩 Projeye günler sonra dönersin ve ne olduğunu hatırlamazsın.
- 🧪 Test sonuçları, hatalar, başarısız denemeler ve kararlar eski mesajların içinde kalır.
Super Memory bunu, işe yarayan proje durumunu projenin kendi içine kaydederek çözer.
GitHub bilmiyorsan aşağıdaki linkleri kullan.
İhtiyacın olan linke tıkla, ZIP dosyasını indir, sonra normal bir klasör gibi çıkar/aç.
| Ne istiyorsun? | İndir |
|---|---|
| Her şey tek ZIP içinde | Super Memory İndir |
| Sadece Codex skill | Codex Skill İndir |
| Sadece Claude Code skill | Claude Code Skill İndir |
| GitHub kaynak kodu | Repository ZIP İndir |
Release indirmesi çalışmazsa GitHub sayfasını aç, yeşil Code düğmesine tıkla, sonra Download ZIP seçeneğine tıkla.
| Eğer bunu kullanıyorsan... | Bunu seç |
|---|---|
| Sadece Codex | super-memory-codex-skill.zip |
| Sadece Claude Code | super-memory-claude-code-skill.zip |
| Hem Codex hem Claude Code | super-memory-full.zip |
| Local skill kullanmadan ChatGPT | super-memory-full.zip, sonra templates/SUPER_MEMORY.md dosyasını manuel kullan |
| Emin değilsen | super-memory-full.zip |
Tamamen yeniysen Her şey tek ZIP içinde seçeneğini indir. İçinde bütün dosyalar ve örnekler vardır.
Super Memory projenin içinde şu klasörü kullanır:
.ai-handoff/
├── SUPER_MEMORY.md # mevcut proje hafızası
└── LOG.md # eski kısa kilometre taşları
SUPER_MEMORY.md önemli dosyadır.
Şunları kaydeder:
- mevcut proje hedefi
- şu ana kadar ne yapıldı
- hangi dosyalar önemli
- hangi kararlar alındı
- hangi komutlar veya testler çalıştırıldı
- hangi şeyler hata verdi ve tekrar denenmemeli
- mevcut engeller
- sıradaki adımlar
- sonraki yapay zeka asistanı için kısa notlar
Şunları kaydetmez:
- gizli düşünce zinciri
- tam sohbet dökümleri
- şifreler
- API anahtarları
- tokenlar
- gizli dosyalar
- devasa loglar
- projeye yardımcı olmayan kişisel bilgiler
Super Memory birçok farklı iş akışı için kullanılabilir.
Claude Code'un proje durumunu oturumlar arasında hatırlamasını istiyorsan kullan.
Örnek:
/supermemory search
Codex'in planlama veya dosya düzenleme yapmadan önce son proje durumunu okumasını istiyorsan kullan.
Örnek:
supermemory search
Yeni bir ChatGPT sohbeti açıp eski bir projeden devam etmek istiyorsan kullan.
.ai-handoff/SUPER_MEMORY.md dosyasını ekleyebilir veya içeriğini yapıştırıp şöyle diyebilirsin:
Önce bu Super Memory dosyasını oku, sonra son durumdan devam et.
Başka biri devasa sohbet geçmişini okumadan projeni anlamak zorundaysa kullan.
O kişiye proje klasörünü gönder ve şu dosyayı okumasını söyle:
.ai-handoff/SUPER_MEMORY.md
- Codex Skill dosyasını indir.
- İndirilen dosyayı çıkar/aç.
super-memoryadlı bir klasör göreceksin.- Bu
super-memoryklasörünü şuraya kopyala:
~/.codex/skills/super-memory
Windows'ta klasör genelde şudur:
C:\Users\YOUR_NAME\.codex\skills\super-memory
- Skill listesi yenilenmezse Codex'i yeniden başlat.
- Bir proje aç.
- Codex'e şunu yaz:
supermemory search
veya:
Use Super Memory for this project.
- Claude Code Skill dosyasını indir.
- İndirilen dosyayı çıkar/aç.
supermemoryadlı bir klasör göreceksin.- Bu
supermemoryklasörünü Claude Code skills klasörüne kopyala:
~/.claude/skills/supermemory
- İsteğe bağlı: doğrudan slash komutu istiyorsan şu dosyayı Claude Code commands klasörüne kopyala:
commands/claude-code/supermemory.md
- Bir proje aç.
- Şunu çalıştır:
/supermemory search
Super Memory'yi skill kurmadan da kullanabilirsin.
- Proje klasörünü aç.
.ai-handoffadlı bir klasör oluştur.- Bu klasörün içinde
SUPER_MEMORY.mdadlı bir dosya oluştur. - templates/SUPER_MEMORY.md dosyasındaki yapıyı kopyala.
- Herhangi bir yapay zeka asistanına şunu söyle:
Önce .ai-handoff/SUPER_MEMORY.md dosyasını oku, buradan devam et ve anlamlı ilerlemelerden sonra dosyayı güncelle.
Bu yöntem ChatGPT, Claude, Codex ve proje dosyası okuyabilen herhangi bir asistanla çalışır.
Bu komutları düz yazı olarak veya slash komutu gibi kullanabilirsin.
| Komut | Ne yapar? |
|---|---|
supermemory search |
Proje hafızasını bulur, mevcut durumu okur ve sadece yeni girişleri alır. |
supermemory update |
Değişen dosyaları, kararları, kontrolleri, hataları, engelleri ve sıradaki adımları ekler. |
supermemory new |
Projede hafıza yoksa oluşturur. Aynı projede çift hafıza dosyası oluşmasını önler. |
supermemory compress |
Eski geçmişi kısaltır ama işe yarayan mevcut durumu korur. |
supermemory status |
Hafıza dosyasının nerede olduğunu ve en son checkpoint bilgisini gösterir. |
supermemory delete |
Açık niyet varsa sadece .ai-handoff hafıza klasörünü siler. |
Tam projeyi indirdiğinde şu yapıyı görürsün:
super-memory/
├── README.md # buradan başla
├── LICENSE # MIT lisansı: kullanmak, değiştirmek ve paylaşmak serbest
├── AUTHORS.md # proje sahibi bilgisi
├── skills/
│ ├── codex/super-memory/ # Codex skill paketi
│ └── claude-code/supermemory/ # Claude Code skill paketi
├── commands/
│ └── claude-code/supermemory.md # isteğe bağlı Claude Code slash komutu
├── templates/
│ └── SUPER_MEMORY.md # kopyalanabilir manuel hafıza şablonu
└── .github/
└── ISSUE_TEMPLATE/ # hata ve özellik isteği şablonları
Bu yapı bilerek küçük tutuldu. Eski ekstra dokümantasyon ve kopya yardımcı klasörler kaldırıldı, böylece ZIP dosyasını indiren biri neyin ne olduğunu daha kolay anlayabilir.
| Yol | Nedir? | Gerekli mi? |
|---|---|---|
README.md |
Şu an okuduğun ana açıklama sayfası. | Evet. Buradan başla. |
LICENSE |
MIT lisansı. Super Memory'nin kullanılabileceğini, kopyalanabileceğini, değiştirilebileceğini ve paylaşılabileceğini söyler. | Repo/paket içinde kalmalı. |
AUTHORS.md |
Proje sahibini gösteren kısa kredi dosyası. | Atıf için faydalı. |
skills/codex/super-memory/ |
Hazır Codex skill paketi. | Codex kullanıyorsan gerekli. |
skills/codex/super-memory/SKILL.md |
Codex'in okuyacağı asıl skill yönergeleri. | Codex için gerekli. |
skills/codex/super-memory/agents/openai.yaml |
Codex'te görünen ad, kısa açıklama ve varsayılan prompt bilgisi. | Codex skill listesi daha düzgün görünsün diye gerekli. |
skills/codex/super-memory/scripts/supermemory.py |
Codex skill'in kullandığı yardımcı script. | Codex yardımcı komutları için gerekli. |
skills/claude-code/supermemory/ |
Hazır Claude Code skill paketi. | Claude Code kullanıyorsan gerekli. |
skills/claude-code/supermemory/SKILL.md |
Claude Code'un okuyacağı asıl skill yönergeleri. | Claude Code için gerekli. |
skills/claude-code/supermemory/scripts/supermemory.py |
Claude Code skill'in kullandığı yardımcı script. | Claude Code yardımcı komutları için gerekli. |
commands/claude-code/supermemory.md |
İsteğe bağlı Claude Code slash komutu. | Sadece /supermemory istiyorsan gerekli. |
templates/SUPER_MEMORY.md |
Manuel kullanım için projeye kopyalayabileceğin boş/örnek hafıza dosyası. | ChatGPT veya manuel kullanım için faydalı. |
.github/ISSUE_TEMPLATE/ |
GitHub'da hata veya özellik isteği açmak için formlar. | Sadece GitHub tarafında faydalı. |
.gitignore |
Yerel gereksiz dosyaların Git'e eklenmesini engeller. | GitHub/kaynak kod kullananlar için faydalı. |
.gitattributes |
Windows/macOS/Linux arasında metin dosyalarını tutarlı tutar. | GitHub/kaynak kod kullananlar için faydalı. |
Geliştirici değilsen şunları görmezden gelebilirsin:
.github/.gitignore.gitattributesAUTHORS.md
Bunları görünce kafan karışmasın. Bunlar normal GitHub proje dosyalarıdır. Codex veya Claude Code içine kurulmaları gerekmez.
| Kullandığın araç | Sadece bunu kopyala |
|---|---|
| Codex | skills/codex/super-memory/ |
| Claude Code | skills/claude-code/supermemory/ |
| Claude Code slash komutu | commands/claude-code/supermemory.md |
| ChatGPT/manuel kullanım | templates/SUPER_MEMORY.md dosyasını projenin içine .ai-handoff/SUPER_MEMORY.md olarak koy |
Yapay zeka araçları güçlüdür ama sınırsız context'e sahip değildir.
Uzun bir oturumdan sonra asistan şunları kaybedebilir:
- asıl hedef
- değişen dosyalar
- başarısız denemeler
- test sonuçları
- kullanıcı tercihleri
- sıradaki adımlar
Super Memory sonraki oturuma kısa bir gerçek kaynak verir:
- "Hedef bu."
- "Bunlar değişti."
- "Riskli dosyalar bunlar."
- "Testler bunlar."
- "Sırada bu var."
Bu genelde bütün konuşmayı tekrar anlatmadan devam etmek için yeterlidir.
Proje oturumunun başında:
supermemory search
Anlamlı ilerlemeden sonra:
supermemory update
Hafıza dosyası çok uzadığında:
supermemory compress
Başka araca geçmeden önce:
Update Super Memory so I can continue in Claude Code/Codex/ChatGPT.
Projeyi başka birine göndermeden önce:
Update Super Memory so another person can understand the current state.
Super Memory proje gerçeklerini saklamak içindir, özel sırları saklamak için değildir.
SUPER_MEMORY.md içine şunları koyma:
- şifreler
- API anahtarları
- tokenlar
- özel giriş bilgileri
- kişisel mesajlar
- hassas veri içeren tam loglar
Dosyayı pratik ve güvenli tut.
Super Memory MIT Lisansı kullanır.
Bu, insanların projeyi kullanabileceği, kopyalayabileceği, değiştirebileceği, yayınlayabileceği ve kişisel ya da ticari işlerde kullanabileceği anlamına gelir.
Lisans sadece telif ve lisans bilgisinin dosyada kalmasını ister.
Super Memory bağımsız ve açık bir projedir.
OpenAI, Anthropic, GitHub, Claude, Codex, ChatGPT veya Supermemory.ai ile bağlantılı değildir.
Super Memory iş akışına yardımcı olursa repoya yıldız vermen daha fazla kişinin keşfetmesine yardımcı olur. ⭐
Başka bir yapay zeka aracı desteği, daha açık bir kurulum veya daha iyi bir hafıza biçimi istiyorsan issue açabilirsin.