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:
2026-09-08 04:02:00 +04:00
parent bb6bd8efb9
commit be71ac406b
12 changed files with 8460 additions and 7890 deletions
+1 -1
View File
@@ -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),