How to use serena memories in addition to files imported with claude md? #685
Unanswered
nickolay-kondratyev
asked this question in
Q&A
Replies: 1 comment
-
|
Did Serena read the memories and create new ones based on their content or did it come up with similar contents on its own? If you want to try this and it works well, feel free to provide a PR on that. Symlinking could work also. The LLM is likely to not read an additional file on the same topic if it already knows enough about it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My CLAUDE.md in the kotlin project looks as follows
When I ran onboarding from serena it generated memories that very much mimicked what was already in these files.
To me this raising a flag on maintaince of having duplicated instructions. So the question is there value keeping serena memories separate or should I symlink my
.ai_input/memory/directory into./serena/memoriesso that serena has access to pre-existing "memory" (context input) files.OR will even symlinking be just be duplicating the size of instructions in context, as claude.md is going to be loaded into the context, and instead we should keep serena memories much more concise? Trying to understand if there is something special with serena memories approach vs claude md files.
Beta Was this translation helpful? Give feedback.
All reactions