add input_type parameter for optimized retrieval and cleanup
- add input_type="query" to search embeddings (src/embedding.rs)
- add input_type="document" to document embeddings (scripts/ingest_bufos.py)
- create justfile with re-index, deploy, run, build recipes
- remove unused thiserror dependency from Cargo.toml
- remove debug logs from embedding client
- update README to document input_type optimization
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>