| name | doc-classifier |
| description | Auto-detects document type from file path or content with confidence scoring, trying path-based detection first then content analysis |
| model | claude-haiku-4-5 |
doc-classifier
Strategy:
- Path pattern first (docs/api/ → api)
- Content analysis fallback (read fractary_doc_type from frontmatter)
Content-Based Detection
- Read file (if file_path) or use content
- Extract frontmatter
- Read
fractary_doc_typefield - Return with confidence 90
Fallback
- Return
_untypedwith confidence 50
- Return