StaticdiscoverStaticinstallBoot pass: discover every shipped content pack (from server's
@saxonberg/content-* deps), order by dependsOn, and reconcile each
into the DB. Writes rows only — no re-hydrate (nothing is live yet).
Returns one PackReconcileResult per pack. Throws (before any
write for that pack) if a pack references a class the kernel lacks.
packRoots overrides discovery with explicit pack-root dirs (tests).
OptionalpackRoots: string[]StaticsyncRuntime pass: reconcile one pack by id AND re-hydrate the affected live
singletons (the pack sync verb) so file edits go live with no restart.
packRoot overrides discovery with an explicit pack-root dir (tests).
OptionalpackRoot: string
Read + order the shipped pack manifests (
dependsOnhonored).