wifi-densepose/v2/crates/homecore-assist/src
ruv 26ad45fbdb feat(homecore-assist/p1): ADR-133 intent pipeline + ruflo runner stub (23 tests pass)
- Creates v2/crates/homecore-assist with intent, recognizer, handler,
  runner, and pipeline modules per ADR-133 §2 design
- RegexIntentRecognizer: HA-style named-capture-group pattern matching
- Built-in handlers: HassTurnOn, HassTurnOff, HassLightSet, HassNevermind,
  HassCancelAll — dispatch to homecore ServiceRegistry
- RufloRunner trait + NoopRunner P1 stub (Windows-safe subprocess teardown
  deferred to P2 per ADR-133 §Q3)
- AssistPipeline + default_pipeline() wires recognizer → handler → response
- SemanticIntentRecognizer P2 stub (ruvector HNSW deferred)
- 23 unit tests, 0 failures; cargo build -p homecore-assist clean

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-25 18:31:54 -04:00
..
handler.rs feat(homecore-assist/p1): ADR-133 intent pipeline + ruflo runner stub (23 tests pass) 2026-05-25 18:31:54 -04:00
intent.rs feat(homecore-assist/p1): ADR-133 intent pipeline + ruflo runner stub (23 tests pass) 2026-05-25 18:31:54 -04:00
lib.rs feat(homecore-assist/p1): ADR-133 intent pipeline + ruflo runner stub (23 tests pass) 2026-05-25 18:31:54 -04:00
pipeline.rs feat(homecore-assist/p1): ADR-133 intent pipeline + ruflo runner stub (23 tests pass) 2026-05-25 18:31:54 -04:00
recognizer.rs feat(homecore-assist/p1): ADR-133 intent pipeline + ruflo runner stub (23 tests pass) 2026-05-25 18:31:54 -04:00
runner.rs feat(homecore-assist/p1): ADR-133 intent pipeline + ruflo runner stub (23 tests pass) 2026-05-25 18:31:54 -04:00