Package Dispatch¶
Package dispatch is how shared make workflows become package-specific without duplicating the whole command model.
The repository uses makes/bijux-py/root/package-dispatch.mk,
makes/packages/compat-package.mk, and the per-package files under
makes/packages/ to route shared target families onto real package roots and
artifact directories.
Dispatch Anchors¶
makes/packages/bijux-canon-*.mkfor canonical package bindingsmakes/packages/compat-package.mkfor compatibility-package routingmakes/bijux-py/package-catalog.mkand related package fragments for shared package metadata
Purpose¶
This page records how package-specific target routing is assembled.
Stability¶
Keep it aligned with the package dispatch files that currently exist.