webclaw/crates
Jacob Magar 9cde0d66ca feat(noxa-68r.7): filesystem watcher pipeline
- Pipeline::new() + run() with CancellationToken shutdown
- notify-debouncer-mini via std::sync::mpsc::Sender + spawn_blocking bridge
  (0.4.x uses callback API, not receiver() — std::Sender implements DebounceEventHandler)
- Watch ALL event kinds, filter by .json extension + path.exists() (catches vim/emacs renames)
- Bounded mpsc channel(256) + embed_concurrency workers via Arc<Mutex<Receiver>>
- Per-URL keyed mutex via DashMap prevents concurrent delete+upsert races
- TOCTOU-safe file read: single open(), metadata() from same FD
- 50MB file size guard before read_to_string
- JSON parse failure -> append_failed_job NDJSON log + Ok(())
- URL scheme validation: http/https only, RFC-1918 blocking
- UUID v5 deterministic point IDs (config.uuid_namespace)
- tracing::Span carried in IndexJob (tokio::spawn drops span)
2026-04-12 07:21:37 -04:00
..
noxa-cli feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-core feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-fetch feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-llm feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-mcp feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-pdf chore: rebrand webclaw to noxa 2026-04-11 00:10:38 -04:00
noxa-rag feat(noxa-68r.7): filesystem watcher pipeline 2026-04-12 07:21:37 -04:00