-
Notifications
You must be signed in to change notification settings - Fork 0
Repo Profile
github-actions[bot] edited this page Apr 5, 2026
·
1 revision
Use merge-tonic repo (TypeScript or Python) with .tonic/repo.json (schema tonic-repo-profile v1 in schemas/tonic-repo-profile.v1.json) so fetch → compare → hydrate reuse one profile instead of repeating flags.
-
merge-tonic repo init --repo .—.tonic/layout, idempotent weave stub manifest,repo.json. -
merge-tonic repo init --remote origin --left-ref main --right-ref feature --fetch— optional--canonical-reffor three-way defaults. -
merge-tonic repo fetch—git fetchfor every non-empty ref in the profile (plus extra--branch/--ref). -
merge-tonic repo compare --merge-branch featureor explicit--left-ref/--right-ref— delegates tomerge-tonic git comparewith profile defaults. -
merge-tonic repo hydrate— hydration pipeline with profile defaults for--repo,--out-dir,--intent-profile,--intent-pairwhen omitted.
-
merge-tonic git compare-three(aliasc3) — merge-base three-way viagit merge-file;merge-tonic repo compare-threefills--base-reffrom profilecanonical_refwhen set. -
merge-tonic weave replay— both runtimes;--steps-json,--path, optional checkpoints / JSON summary. -
merge-tonic repo resolve <spec>— classify a path, GitHub URL, or Hugging Face repo id → JSON.
-
--hub-prefetchongit compare/compare-threewith profilehub_repo_idprefetches weave blobs into.tonic/weave/blobs/whenHF_TOKENand repo id allow. -
--weave-mergeongit comparemerges serialized weave states when blobs exist at each ref; may degrade withTONIC_WEAVE_COMPARE_DEGRADEDif blobs are missing. -
merge-tonic repo init --hub-create --hub-repo-id NAMESPACE/MODEL— creates Hub model repo, writes.tonic/hf-repo.json, syncshub_repo_idintorepo.json.
See HF-Weave for verify, sync, and Hub index details.