top | item 46106940

(no title)

samuelknight | 3 months ago

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

discuss

order

aiibe|3 months ago

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