Commit Graph

4 Commits

Author SHA1 Message Date
81fbb8e0a8 refactor: remove unused graph traversal logic from pathfinding module
The traversal function and its associated helper methods have been deleted from the pathfinding module, simplifying the codebase by eliminating dead code that was no longer referenced by any active components.
2025-12-07 23:12:52 +00:00
d7430d08cb perf: optimize database query by adding composite index on user_id and created_at columns 2025-12-07 22:18:28 +00:00
c7819408ef chore: remove trailing whitespace from README.md line 42 2025-12-04 19:44:39 +00:00
1f3e481c97 chore: initialize project structure with empty repository scaffold 2025-12-04 19:29:35 +00:00