Files
gbrain/test
Clevin CanalesandClevin Canales 9362e24b36 fix(markdown): add wiki subdirectory type mappings in inferType
Only `/wiki/concepts/` was mapped; articles under `/wiki/analysis/`,
`/wiki/guides/`, `/wiki/hardware/`, and `/wiki/architecture/` all
silently defaulted to `type='concept'`, producing incorrect metadata
and breaking any type-filtered queries.

Adds explicit path-segment mappings for the four missing subtypes.
`concept` remains the default fallback.
2026-04-18 15:11:29 -04:00
..