cp.nvim/lua
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
..
cp refactor: rename epsilon to precision in runner 2026-03-03 15:09:41 -05:00