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:
- Direct name match (“oxios” → Mount named “oxios”)
- Path extraction + prefix match (most specific wins)
auto_metakeyword match (languages / stack / summary keywords)
Enums§
- Detection
Result - 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).