Preserve your developer context across sessions.
bash
tokencap memoryThis:
1. Creates .tokencap-notes.md if it doesn't exist
2. Reads your notes
3. Combines with Git context (branch + changed files)
4. Writes TOKENCAP_MEMORY.md
Edit `.tokencap-notes.md` directly:
md
## Current Task
Fix login redirect after successful authentication.
## Developer Intent
Improve auth flow without changing the DB schema.
## Known Issues
- Session sometimes not ready before redirect.
## Constraints
- Do not modify Prisma schema.
## Decisions Made
- Using server-side session validation.
## Next Steps
- Test login flow.
- Check middleware.The file is re-read every time you run tokencap memory or tokencap make.