Normalize notification prefix #401

Merged
barrettruth merged 1 commit from chore/normalize-notification-prefix into main 2026-05-05 16:04:23 +00:00
Owner

Summary

  • Normalize cp.nvim-prefixed diagnostics to the public prefix format.
  • Remove an embedded prefix from a logger message so the central logger emits one prefix.
  • Prefix the overwrite confirmation prompt with [cp.nvim]:.

Verification

  • stylua --check lua/cp/config.lua lua/cp/setup.lua
  • selene --display-style quiet lua/cp/config.lua lua/cp/setup.lua
  • lua-language-server --check . --configpath "/tmp/tmp.REHQGsk0vu/cp.nvim/.luarc.json" --checklevel=Warning
  • uv run python -m pytest tests/ -v
## Summary - Normalize cp.nvim-prefixed diagnostics to the public prefix format. - Remove an embedded prefix from a logger message so the central logger emits one prefix. - Prefix the overwrite confirmation prompt with [cp.nvim]:. ## Verification - stylua --check lua/cp/config.lua lua/cp/setup.lua - selene --display-style quiet lua/cp/config.lua lua/cp/setup.lua - lua-language-server --check . --configpath "/tmp/tmp.REHQGsk0vu/cp.nvim/.luarc.json" --checklevel=Warning - uv run python -m pytest tests/ -v
chore: normalize notification prefix
All checks were successful
quality / Format (pull_request) Successful in 8s
quality / Test (pull_request) Successful in 9s
quality / Lint (pull_request) Successful in 9s
d8393db056
barrettruth deleted branch chore/normalize-notification-prefix 2026-05-05 16:04:23 +00:00
Sign in to join this conversation.
No description provided.