193 Commits

Author SHA1 Message Date
thePR0M3TH3AN
0e4d777b62 Merge pull request #77 from PR0M3TH3AN/beta
Beta
2025-05-24 21:54:52 -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
thePR0M3TH3AN
47d9435865 Handle DB mutex poisoning 2025-05-23 10:13:53 -04:00
thePR0M3TH3AN
119f704454 Merge pull request #70 from PR0M3TH3AN/codex/add-database-polling-helper-in-watcher_tests.rs
Improve watcher rename tests
2025-05-23 10:13:16 -04:00
thePR0M3TH3AN
84afb73bbd Add DB polling helper and update watcher rename tests 2025-05-23 10:13:04 -04:00
thePR0M3TH3AN
042712853e Merge pull request #69 from PR0M3TH3AN/codex/track-in-flight-remove-events-and-emit-modify
Add inode-based rename detection
2025-05-23 10:12:48 -04:00
thePR0M3TH3AN
0a1eba0fa4 Handle remove-create renames 2025-05-23 10:12:35 -04:00
thePR0M3TH3AN
3a732ace1f Merge pull request #68 from PR0M3TH3AN/codex/add-checks-for-modify-event-in-watcher-tests
Update watcher rename tests
2025-05-22 23:10:08 -04:00
thePR0M3TH3AN
48b5ffd6fa Wait for rename events 2025-05-22 23:09:56 -04:00
thePR0M3TH3AN
e2e37c5b81 Merge pull request #67 from PR0M3TH3AN/codex/update-eventkind--modify-handling-in-watcher.rs
Fix rename handling for Notify 6
2025-05-22 22:58:43 -04:00
thePR0M3TH3AN
eb3aa16912 Handle Any rename events 2025-05-22 22:58:24 -04:00
thePR0M3TH3AN
0da18ff40d Merge pull request #66 from PR0M3TH3AN/codex/fix-rustfmt-formatting-issues
Format watcher module
2025-05-22 17:50:36 -04:00
thePR0M3TH3AN
84d5e04ce7 Format watcher module 2025-05-22 17:49:56 -04:00
thePR0M3TH3AN
1c68e15fd2 Merge pull request #65 from PR0M3TH3AN/codex/extend-watcher-for-file-and-directory-renames
Add rename handling to watcher
2025-05-22 16:56:56 -04:00
thePR0M3TH3AN
34cfaf290b Merge branch 'beta' into codex/extend-watcher-for-file-and-directory-renames 2025-05-22 16:56:42 -04:00
thePR0M3TH3AN
6b9d684b15 Handle rename events 2025-05-22 16:41:50 -04:00
thePR0M3TH3AN
c765204136 Merge pull request #64 from PR0M3TH3AN/codex/extend-watcher-for-file-and-directory-renames
Add rename handling to watcher
2025-05-22 15:51:11 -04:00
thePR0M3TH3AN
23beef5045 Handle rename events in watcher 2025-05-22 15:50:38 -04:00
thePR0M3TH3AN
30922c70c0 Merge pull request #63 from PR0M3TH3AN/codex/update-documentation-and-run-tests
Docs: reflect alias schema removal
2025-05-22 15:16:34 -04:00
thePR0M3TH3AN
b696ec0fc3 Update docs for tag alias schema change 2025-05-22 15:16:15 -04:00
thePR0M3TH3AN
0a5682805b Merge pull request #52 from PR0M3TH3AN/beta
Beta
2025-05-22 14:41:00 -04:00
thePR0M3TH3AN
9d0fb86009 Merge pull request #61 from PR0M3TH3AN/codex/update-readme-with-new-commands-and-quick-start
Update README with new commands
2025-05-22 14:24:10 -04:00
thePR0M3TH3AN
b58ec05e31 Merge pull request #62 from PR0M3TH3AN/codex/review-roadmap-for-non-existent-design-proposals
Add placeholder ADRs for roadmap DPs
2025-05-22 14:23:49 -04:00
thePR0M3TH3AN
c64cc2f944 Add placeholder ADRs for pending design proposals 2025-05-22 14:23:36 -04:00
thePR0M3TH3AN
a015c1f509 Document new commands and quick start 2025-05-22 14:22:48 -04:00
thePR0M3TH3AN
c9e7772d2c Merge pull request #60 from PR0M3TH3AN/codex/fix-test-isolation-in-config_tests
Fix env var leakage in config tests
2025-05-22 12:37:53 -04:00
thePR0M3TH3AN
bc8e4fbdab Serialize config tests with env mutex 2025-05-22 12:37:29 -04:00
thePR0M3TH3AN
695af35c84 Merge pull request #59 from PR0M3TH3AN/codex/fix-db_tests--tables_exist_and_fts_triggers
Fix FTS smoke test
2025-05-22 11:27:41 -04:00
thePR0M3TH3AN
5009367db4 Fix FTS smoke test for contentless table 2025-05-22 11:26:19 -04:00
thePR0M3TH3AN
e34c1651db Merge pull request #58 from PR0M3TH3AN/codex/fix-migration-issue-with-missing-column
Fix migrations when opening new DB
2025-05-22 10:28:25 -04:00
thePR0M3TH3AN
37764a643c Align schema version with migration count 2025-05-22 10:28:03 -04:00
thePR0M3TH3AN
4bd4cb6738 Merge pull request #57 from PR0M3TH3AN/codex/add-tests-for-database-tables-and-triggers
Add FTS trigger integration test
2025-05-22 09:40:08 -04:00
thePR0M3TH3AN
a3eda234c0 Add FTS trigger test 2025-05-22 09:32:23 -04:00
thePR0M3TH3AN
28dd5bc1a1 Merge pull request #56 from PR0M3TH3AN/codex/update-documentation-and-ensure-newline-in-text-files
Update docs for collections and views
2025-05-22 08:54:29 -04:00
thePR0M3TH3AN
f137541c99 Update README with collections and views 2025-05-22 08:54:16 -04:00
thePR0M3TH3AN
33e24297ef Merge pull request #55 from PR0M3TH3AN/codex/define-schema_version-and-add-migration-verification
Add schema version tracking
2025-05-22 08:18:05 -04:00
thePR0M3TH3AN
af35c90c50 Add schema version constant and checks 2025-05-22 08:17:51 -04:00
thePR0M3TH3AN
32de11efdc Merge pull request #54 from PR0M3TH3AN/codex/drop-canonical_id-column-from-tags-table
Remove canonical_id from tags
2025-05-21 22:46:09 -04:00
thePR0M3TH3AN
794180ac18 Drop canonical_id from tags 2025-05-21 22:45:55 -04:00
thePR0M3TH3AN
2e6058a529 Merge pull request #53 from PR0M3TH3AN/codex/update-adr-to-match-sql-schema
Update DP-001 schema doc
2025-05-21 22:20:53 -04:00
thePR0M3TH3AN
8c64d55a12 Update schema DP to match latest migrations 2025-05-21 22:20:29 -04:00
thePR0M3TH3AN
18b549f97c Merge pull request #51 from PR0M3TH3AN/codex/review-roadmap-for-epic-2-implementation
Remove redundant roadmap
2025-05-21 21:26:49 -04:00