|
|
|
|
|
by captainregex
59 days ago
|
|
I’m super envious. I can’t seem to do anything without a half a million tokens. I had to create a slash command that I run at the start of every session so the darn thing actually reads its own memory- whatever default is just doesn’t seem to do it. It’ll do things like start to spin up scripts it’s already written and stored in the code base unless I start every conversation with instructions to go read persistence and memory files. I also seem to have to actively remind it to go update those things at various parts of the conversation even though it has instructions to self update. All these things add up to a ton of work every session. I think i’m doing it wrong |
|
Is your CLAUDE.md barren?
Try moving memory files into the project:
(Memory path has to be absolute)I did this because memory (and plans) should show up in git status so that they are more visible, but then I noticed the agent started reading/setting them more.