Comment by samuelknight

Comment by samuelknight 2 days ago

1 reply

I use .md to tell the model about my development workflow. Along the lines of "here's how you lint", "do this to re-generate the API", "this is how you run unit tests", "The sister repositories are cloned here and this is what they are for".

One may argue that these should go in a README.md, but these markdowns are meant to be more streamlined for context, and it's not appropriate to put a one-liner in the imperative tone to fix model behavior in a top-level file like the README.md

aiibe 2 days ago

That kind of repetitive process belongs in a script, rather than baked into markdown prompts. Claude has custom hooks for that.