Skip to content

v0.21.1 — Hotfix: DB path for search & export

Choose a tag to compare

@unrealandychan unrealandychan released this 03 Jun 01:36
· 40 commits to main since this release

🐛 Bug Fixes

  • reki search always returned "No rekipedia DB"search.py was hardcoded to look for .rekipedia/rekipedia.db but reki scan writes .rekipedia/store.db. Fixed with store.db-first + rekipedia.db fallback for backward compat.
  • reki export --format obsidian/graphml/cypher — same hardcoded old DB path bug in export.py (2 blocks). Fixed.
  • reki search --all-reposcross_repo_search.py never found any repos for the same reason. Fixed.
  • Wiki CI rebase conflicts — wiki workflow was committing before pulling, causing merge conflicts in docs/wiki/. Fixed to stash → pull → stash pop → commit → push.

All three DB path fixes follow the same pattern as hotspots, tour, affected, and impact commands.