Below you will find pages that utilize the taxonomy term “Unrealandychan”
June 3, 2026
rekipedia — AI Codebase Wiki
Version updated for https://github.com/unrealandychan/rekipedia to version py/v0.21.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed 🐛 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-repos — cross_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.