Skip to main content

Module detection

Module detection 

Source
Expand description

Mount detection: find a Mount matching user input (RFC-025).

Replaces RFC-011’s tag-based detection layer 3 with auto_meta keyword matching. Layers:

  1. Direct name match (“oxios” → Mount named “oxios”)
  2. Path extraction + prefix match (most specific wins)
  3. auto_meta keyword match (languages / stack / summary keywords)

Enums§

DetectionResult
Result of a Mount lookup attempt.

Functions§

detect_mounts
Try to detect a Mount from a user message.
extract_path
Extract a filesystem path from a message string.
find_by_id
Find a Mount by exact ID.
find_by_name
Find a Mount by name (case-insensitive).