mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
R6 Tier-1: content-owned routing index generator + CI guard
Retire the orchestrator's hardcoded ~28-token signal catalog by compiling a routing index from article front-matter. New tools/Build-RoutingIndex.ps1 scans all knowledge layers and emits routing-index.json (signal-token -> domain + backing articles), seeded from the migrated legacy catalog (routing-seed.json) so recall is never below today. Optional per-article 'signals:' front-matter (validator rule R24) is the authored precision path; domain-normalization reconciles front-matter/orchestrator/feedback domain vocabularies. Artifact is a runtime build (gitignored), orchestrator-facing only (not the lean agent-replayed knowledge index). CI guard Test-RoutingIndex.ps1 asserts determinism, seed recall floor, no orphaned signals, and normalization completeness; wired into the index workflow. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4119417ce4
commit
6ed56b95b7
8 changed files with 722 additions and 7 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -27,3 +27,7 @@ node_modules/
|
|||
# Runtime artifact: the knowledge index is rebuilt over each consumer's
|
||||
# pruned clone by Entry's preparation step; it is never committed.
|
||||
/knowledge-index.json
|
||||
|
||||
# Runtime artifact: the routing index (orchestrator-facing companion) is rebuilt
|
||||
# over each consumer's pruned clone by Build-RoutingIndex.ps1; never committed.
|
||||
/routing-index.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue