router/semantic: slice 23 corpus fast-path reconciliation — DeriveFastPath over the real router replaces the regex mirror, factory/merge validated, corpus rebuilt (dataset_hash unchanged), drift diagnostic and rerun tooling
This commit is contained in:
@@ -142,7 +142,7 @@ func TestLegacyBaseline(t *testing.T) {
|
||||
func buildMinimalRouter(t *testing.T) LegacyRouter {
|
||||
t.Helper()
|
||||
// Use the same act matcher and seed loading as the eval package.
|
||||
acts := router.DefaultActMatcher{Fns: actVerbList()}
|
||||
acts := router.DefaultActMatcher{Fns: ExperimentActVerbs()}
|
||||
cls := buildSeededClassifier(t, router.NewHashEmbedder(1024))
|
||||
r := router.New(router.Config{
|
||||
Grammars: router.StageZeroGrammars(acts),
|
||||
|
||||
Reference in New Issue
Block a user