cp.nvim/lua/cp/runner
Barrett Ruth 865e3b5928 refactor: rename epsilon to precision in runner
Problem: the tolerance field for floating-point comparison was named
`epsilon`, which is an implementation detail, not the user-visible concept.

Solution: rename to `precision` in run.lua type annotations, internal
variables, and comparison logic.
2026-03-03 15:09:41 -05:00
..
execute.lua feat: add debug logging to python env, scraper, and runner 2026-02-18 17:40:06 -05:00
run.lua refactor: rename epsilon to precision in runner 2026-03-03 15:09:41 -05:00
run_render.lua feat(highlight): use default highlights 2026-01-27 14:27:41 -05:00