← Back to context

Comment by jswny

18 hours ago

I also specifically instruct Claude how to use a globally git ignored scratch folder “tmp” in each repo. Curious what your approach is

You store your project context in an ignored tmp folder? Share more plz - what does it look like? What do you store?

  • Not memory, I just instruct it to freely experiment with temporary scripts and artifacts in a specific folder.

    This helps it organize temporary things it does like debugging scripts and lets it (or me) reference/build on them later, without filling the context window. Nothing fancy, just a bit of organization that collects in a repo (Git ignored)