cp.nvim/lua/cp/runner
Barrett Ruth 622620f6d0 feat: add debug logging to python env, scraper, and runner
Problem: with debug = true, there is not enough diagnostic output to
troubleshoot environment or execution issues. The resolved python path,
scraper commands, and compile/run shell commands are not logged.

Solution: add logger.log calls at key decision points: python env
resolution (nix vs uv vs discovery), uv sync stderr output, scraper
subprocess commands, and compile/run shell strings. All gated behind
the existing debug flag so they only appear when debug = true.
2026-02-18 17:40:06 -05:00
..
execute.lua feat: add debug logging to python env, scraper, and runner 2026-02-18 17:40:06 -05:00
run.lua feat: refactors 2026-01-27 14:23:23 -05:00
run_render.lua feat(highlight): use default highlights 2026-01-27 14:27:41 -05:00