Commit Graph

7 Commits

Author SHA1 Message Date
dfd5947488 chore: remove trailing whitespace from README.md line 42
Some checks failed
CI / test (3.10) (push) Failing after 45s
CI / test (3.11) (push) Failing after 12s
CI / test (3.12) (push) Failing after 13s
CI / test (3.8) (push) Failing after 11s
CI / test (3.9) (push) Failing after 12s
CI / lint (push) Failing after 11s
CI / build (push) Failing after 11s
2026-01-03 16:43:36 +00:00
09f82cda8f chore: remove entire caching layer from the application codebase 2025-12-08 03:55:58 +00:00
8ef693d086 chore: disable caching mechanism across all application layers 2025-12-08 03:53:13 +00:00
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