You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve all CI failures — lint, co-changes test, integration db … (#22)
* fix: resolve all CI failures — lint, co-changes test, integration db path
- Fix unsorted import blocks across init_cmd.py and all server routers (ruff I001)
- Fix test_get_co_changes using wrong key "count" instead of canonical "co_change_count"
- Fix integration tests asserting wiki.db at repo-local path while code writes to ~/.repowise/wiki.db by default; set REPOWISE_DB_URL in work_repo fixture to isolate each test
* revert: restore server import order (ruff --fix on Windows produced wrong ordering for Linux CI)
* fix: apply ruff format to 7 files failing format check on CI
0 commit comments