Skip to content

fix: normalize project paths when querying captured prompts - #245

Merged
EyJunge1 merged 1 commit into
tickernelz:mainfrom
LHMQ878:fix/244-prompt-path-normalization
Aug 8, 2026
Merged

fix: normalize project paths when querying captured prompts#245
EyJunge1 merged 1 commit into
tickernelz:mainfrom
LHMQ878:fix/244-prompt-path-normalization

Conversation

@LHMQ878

@LHMQ878 LHMQ878 commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Match getCapturedPrompts and searchPrompts using separator-normalized paths
  • Aligns read queries with the separator-agnostic logic already used in updateProjectPath

Test plan

  • bun test tests/user-prompt-path-normalization.test.ts

Fixes #244

Match getCapturedPrompts and searchPrompts using separator-normalized
paths so Windows backslash and forward-slash queries return the same rows.

Fixes tickernelz#244
@LHMQ878
LHMQ878 force-pushed the fix/244-prompt-path-normalization branch from dfe95a2 to 1339608 Compare August 8, 2026 09:19
@EyJunge1
EyJunge1 merged commit a663c94 into tickernelz:main Aug 8, 2026
7 checks passed
@EyJunge1 EyJunge1 mentioned this pull request Aug 8, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: getCapturedPrompts and searchPrompts miss prompts when path separators differ on Windows

2 participants