Issues sweep: 13 issues addressed (development-fixes-feb) #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development-fixes-feb"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issues Sweep: 13 issues addressed
This branch tackles 13 of the 16 open issues in a single coordinated effort.
Phase 1: Quick Wins
/rpcPhase 2: Pipeline Restructure + Persistence
Phase 3: Incremental Processing
Phase 5: CLI & Demos
runsubcommand to CLI. Removed 5 demo_*.rs files.Phase 6: Web Features
/library/{name}shows books scoped to namespacePhase 7: Polish
Additional improvements (not tied to specific issues)
Skipped (3 issues)
nextmilestoneDependencies
namespace_create_with_quality()SDK method pushed to development (1 commit)13 commits:
- Import runs in background thread, browser polls /import/log/{id} every 2s - Live progress page shows running/complete/failed badge + scrolling log - Log lines color-coded: warnings yellow, errors red, success green - AI Q&A parser: return empty on bad JSON instead of failing the whole topic - extract_json: balanced bracket matching instead of rfind - Debug logging of raw AI response on parse failure- Remove global search bar from navbar (base.html) - Add inline 'Ask the Librarian' search to library page with results - Library page now handles ?q= parameter for searching within that library - Fix relevance formula: cosine distance [0,2] scale for meaningful percentages - Search sidebar library links now redirect to /library/{ns}?q= flow - All search is now scoped to a single library, no cross-library searchPull request closed