Register a path -> feature mapping explicitly.
static void register(String path, String feature) { _index[_normalizePath(path)] = feature; }