Repository Consolidation¶
The compatibility packages exist because the public package family has been
consolidated into the single bijux-canon repository.
That means the standalone repositories that originally carried the public names below should be treated as retired entrypoints:
https://github.com/bijux/agentic-flowsnow maps tobijux-canon-runtimehttps://github.com/bijux/bijux-agentnow maps tobijux-canon-agenthttps://github.com/bijux/bijux-ragnow maps tobijux-canon-ingesthttps://github.com/bijux/bijux-rarnow maps tobijux-canon-reasonhttps://github.com/bijux/bijux-vexnow maps tobijux-canon-index
The consolidated source of truth for all of them is now:
- repository:
https://github.com/bijux/bijux-canon - repository handbook:
https://bijux.io/bijux-canon/ - shared migration guide:
https://bijux.io/bijux-canon/compat-packages/migration-guidance/
What Should Change¶
- dependency declarations should move to the canonical
bijux-canon-*package - import paths should move to the canonical Python package names
- links in docs, issue templates, and onboarding material should point to
bijux-canonrather than the retired standalone repositories
Legacy Name Map¶
agentic-flows->bijux-canon-runtimebijux-agent->bijux-canon-agentbijux-rag->bijux-canon-ingestbijux-rar->bijux-canon-reasonbijux-vex->bijux-canon-index
Why This Page Exists¶
Readers landing on a legacy package page should be able to answer three questions immediately:
- which canonical package now owns the work
- which repository now owns the source of truth
- where the migration path is documented
If any of those answers are ambiguous, the consolidation is still incomplete.