Commit Graph

224 Commits

Author SHA1 Message Date
thePR0M3TH3AN
477cd04f96 update 2025-05-26 18:29:10 -04:00
thePR0M3TH3AN
74895ea5e1 Merge pull request #96 from PR0M3TH3AN/codex/fix-windows-rename-handling-in-tests
Fix path mismatch on Windows
2025-05-26 18:11:44 -04:00
thePR0M3TH3AN
3ad0bb235e Merge branch 'beta' into codex/fix-windows-rename-handling-in-tests 2025-05-26 18:11:37 -04:00
thePR0M3TH3AN
1d14c1a82d Normalize canonical paths on Windows 2025-05-26 18:06:46 -04:00
thePR0M3TH3AN
7a9853e593 Merge pull request #95 from PR0M3TH3AN/codex/fix-windows-rename-handling-in-tests
Fix path mismatch on Windows
2025-05-26 16:51:51 -04:00
thePR0M3TH3AN
892a444b32 Canonicalize test paths 2025-05-26 16:51:39 -04:00
thePR0M3TH3AN
802dddeda4 Merge pull request #94 from PR0M3TH3AN/codex/fix-windows-rename-handling-in-tests
Fix path mismatch on Windows
2025-05-26 14:46:19 -04:00
thePR0M3TH3AN
c24f84a81d Normalize paths for watcher 2025-05-26 14:33:21 -04:00
thePR0M3TH3AN
4191b2d3ff Merge pull request #93 from PR0M3TH3AN/codex/format-and-commit-watcher.rs
Format watcher
2025-05-25 15:17:40 -04:00
thePR0M3TH3AN
9423d40b80 Format watcher module 2025-05-25 15:17:27 -04:00
thePR0M3TH3AN
1bf656f40b Merge pull request #92 from PR0M3TH3AN/codex/fix-windows-github-workflow-error
Fix RemoveTracker on Windows
2025-05-25 14:48:40 -04:00
thePR0M3TH3AN
68a4210225 Make watcher handle cross-platform 2025-05-25 14:47:05 -04:00
thePR0M3TH3AN
91a6a11f9c Merge pull request #91 from PR0M3TH3AN/codex/fix-workflow-error-in-github
Fix formatting for db tests
2025-05-25 14:09:38 -04:00
thePR0M3TH3AN
708fcd01fe Fix formatting for db tests 2025-05-25 14:09:26 -04:00
thePR0M3TH3AN
de4eabf15a Merge pull request #90 from PR0M3TH3AN/codex/fix-failing-windows-test-workflow
Fix windows test failures
2025-05-25 13:49:50 -04:00
thePR0M3TH3AN
64b21cff8d Merge branch 'beta' into codex/fix-failing-windows-test-workflow 2025-05-25 13:49:43 -04:00
thePR0M3TH3AN
8a60a5e2d9 Format db modules 2025-05-24 23:34:36 -04:00
thePR0M3TH3AN
994fe2244e Merge pull request #89 from PR0M3TH3AN/codex/fix-failing-windows-test-workflow
Fix windows test failures
2025-05-24 23:23:11 -04:00
thePR0M3TH3AN
0f33293fe1 Fix windows test failures 2025-05-24 23:22:50 -04:00
thePR0M3TH3AN
24c7952c79 Merge pull request #88 from PR0M3TH3AN/codex/fix-windows-test-github-workflow-failure
Fix windows test workflow error
2025-05-24 23:01:12 -04:00
thePR0M3TH3AN
75367fb01f Fix windows build by ignoring unused PID 2025-05-24 23:00:52 -04:00
thePR0M3TH3AN
4fd46f1649 Merge pull request #87 from PR0M3TH3AN/codex/fix-github-workflow-failure-in-comprehensive-tests-&-benchma
Fix watch.rs formatting
2025-05-24 22:39:16 -04:00
thePR0M3TH3AN
cf308fa8e6 Format watch command 2025-05-24 22:39:05 -04:00
thePR0M3TH3AN
8ceff8d425 Merge pull request #86 from PR0M3TH3AN/codex/fix-github-workflow-failure-in-windows
Fix watch.rs formatting
2025-05-24 22:37:26 -04:00
thePR0M3TH3AN
6bf8b4299b Format watch module 2025-05-24 22:37:16 -04:00
thePR0M3TH3AN
ee9c69b36d Merge pull request #85 from PR0M3TH3AN/codex/gate-same_file-imports-on-non-windows-targets
Fix unused import warning on Windows
2025-05-24 22:27:31 -04:00
thePR0M3TH3AN
db1d8fa841 Gate same_file import on non-Windows 2025-05-24 22:27:13 -04:00
thePR0M3TH3AN
78b110f95c Merge pull request #84 from PR0M3TH3AN/codex/refactor-watcher-to-support-background-processes
Implement cross-process watcher control
2025-05-24 22:21:26 -04:00
thePR0M3TH3AN
8b07ced20d Add daemonized watcher with control socket 2025-05-24 22:21:14 -04:00
thePR0M3TH3AN
0ffb5d22be Merge pull request #83 from PR0M3TH3AN/codex/update-documentation-for-paths-and-powershell
Update docs about path slashes
2025-05-24 22:02:56 -04:00
thePR0M3TH3AN
f9898cbdac Document forward-slash paths 2025-05-24 22:02:40 -04:00
thePR0M3TH3AN
bad08cbefb Merge pull request #82 from PR0M3TH3AN/codex/add-to_db_path-function-and-update-usages
Normalize db paths
2025-05-24 21:59:42 -04:00
thePR0M3TH3AN
313e54586a Add path normalization helper and apply 2025-05-24 21:59:31 -04:00
thePR0M3TH3AN
1efa4d5317 Merge pull request #81 from PR0M3TH3AN/codex/wrap-handle--from_path-with-cfg-attribute
Fix RemoveTracker path handling for Windows
2025-05-24 21:59:06 -04:00
thePR0M3TH3AN
2dc9421e5f Handle path tracking on Windows 2025-05-24 21:58:55 -04:00
thePR0M3TH3AN
7e37db3b61 Merge pull request #80 from PR0M3TH3AN/codex/create-markdown-guide-for-setup-and-verification
Add Windows usage guide
2025-05-24 21:58:21 -04:00
thePR0M3TH3AN
42404e71ae Add Windows usage guide 2025-05-24 21:57:55 -04:00
thePR0M3TH3AN
43836c10f1 Merge pull request #79 from PR0M3TH3AN/codex/add-cfg(unix)-to-watch_start_and_stop_quickly-test
Limit watch test to unix
2025-05-24 21:57:25 -04:00
thePR0M3TH3AN
a35f317d5c Scope watch quick stop test to Unix 2025-05-24 21:56:44 -04:00
thePR0M3TH3AN
3652fc741a Merge pull request #78 from PR0M3TH3AN/codex/duplicate-comprehensive-tests-job-for-windows
Add Windows CI job
2025-05-24 21:56:06 -04:00
thePR0M3TH3AN
821e0c677f Add Windows CI job 2025-05-24 21:55:55 -04:00
thePR0M3TH3AN
06d96fd3f1 Merge pull request #76 from PR0M3TH3AN/codex/fix-rename-handling-in-watcher.rs
Fix rename debouncer to preserve paths
2025-05-24 20:40:00 -04:00
thePR0M3TH3AN
5b7e20e5f4 Fix rename debouncer to preserve paths 2025-05-24 20:39:35 -04:00
thePR0M3TH3AN
a2ca1c78da Merge pull request #75 from PR0M3TH3AN/codex/implement-file-rename-handling-in-watcher
Implement rename trigger fix
2025-05-24 19:39:12 -04:00
thePR0M3TH3AN
45ab1f4cc6 Add trigger fix for rename handling 2025-05-24 19:38:49 -04:00
thePR0M3TH3AN
354d8a7fbd Remove Cargo.lock from .gitignore to allow version tracking of dependencies 2025-05-24 19:05:21 -04:00
thePR0M3TH3AN
f7d9758014 chore: regenerate Cargo.lock after dep changes 2025-05-24 19:03:08 -04:00
thePR0M3TH3AN
dcd42941c1 Merge pull request #73 from PR0M3TH3AN/codex/remove-priority-queue-from-cargo.toml
Remove unused priority-queue
2025-05-23 10:14:32 -04:00
thePR0M3TH3AN
6316d28873 Remove unused priority-queue 2025-05-23 10:14:19 -04:00
thePR0M3TH3AN
219946049c Merge pull request #72 from PR0M3TH3AN/codex/replace-unwrap-with-error-handling-in-watcher.rs
Improve DB mutex handling in watcher
2025-05-23 10:14:01 -04:00