Expand description
Project detection: find a Project matching user input.
Simplified from Space’s 3-layer detection. Phase 1 uses:
- Direct name match
- Path extraction + match
- Tag/keyword match
AI-based classification is deferred to Phase 2.
Enums§
- Detection
Result - Result of a project lookup attempt.
Functions§
- detect_
project - Try to detect a project from a user message.
- extract_
path - Extract a filesystem path from a message string.
- find_
by_ id - Find a project by exact ID.
- find_
by_ name - Find a project by name (case-insensitive).