Markdown files providing style for Trelis repos
- Always use
uvinstead ofpip. - Minimise the use of README files where possible, because they go out of date with repo content.
- Ensure every script has help instructions when running
uv run script.py -h. - Make use of coding assistants to make code more concise where possible.
- Ensure you manually review all code written, even if quick.