Comment by jswny

Comment by jswny 2 days ago

2 replies

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

austinbaggio a day ago

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

  • jswny a day ago

    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)