biohacking cursor rules

3 tagged biohacking, measured the same way as everything else here.

logging

01

dna-seq/just-dna-lite

Cursor rule Cursor

use eliot as default logging library, use with startaction as action pattern for logging. Avoid addfailurefields, it does not exist. Avoid writing overly defensive code with many try and catch blocks.

138 9d ago A 52 tokens AGPL-3.0

main

02

dna-seq/just-dna-lite

Cursor rule Cursor

Always use typehints, do not use relative pathes, always use pathlib for files and typer for CLI. By default use uv as package manager and run through uv run. When you run some code in bash do not generate print out with "!".

138 9d ago A 63 tokens AGPL-3.0

structure

03

dna-seq/just-dna-lite

Cursor rule Cursor

the project is uv-based, please use uv to run stuff!

138 9d ago A 25 tokens AGPL-3.0