Legacy Name Map¶
The legacy-name map is the shortest route from an old public name to its canonical replacement. It exists to remove ambiguity, not to make the old names feel equally current.
Mapping Model¶
flowchart LR
legacy["legacy public name"]
compat["compatibility package"]
canon["canonical package"]
handbook["canonical handbook"]
legacy --> compat --> canon --> handbook
This page should answer the mapping question immediately. Once the reader knows the old name, the canonical package and current handbook route should be visible without any additional interpretation.
Current Map¶
bijux-canon->bijux-canon-runtimeagentic-flows->bijux-canon-runtimebijux-agent->bijux-canon-agentbijux-rag->bijux-canon-ingestbijux-rar->bijux-canon-reasonbijux-vex->bijux-canon-index
What To Check Next¶
- the compatibility package
README.mdfor the checked-in canonical target - the canonical package handbook for current behavior
- migration pages when the question turns from mapping into retirement timing
First Proof Check¶
packages/compat-*- compatibility package
README.mdfiles - canonical handbooks under
docs/02-bijux-canon-ingest/throughdocs/06-bijux-canon-runtime/
Design Pressure¶
If the map leaves room to wonder whether the legacy name is still a peer to the canonical package, it has failed. The whole point is to collapse ambiguity, not to preserve nostalgia.