Add onboard and migrate-pr commands (v1.1.0)

New commands for safely onboarding existing subrepos into the monorepo
without losing open PRs:

- josh-sync onboard <target>: interactive, resumable 5-step flow
  (import → wait for merge → reset to new repo)
- josh-sync migrate-pr <target> [PR#...] [--all]: migrate PRs from
  archived repo to new repo via patch application

Also refactors create_pr() to wrap create_pr_number(), eliminating
duplicated curl/jq logic.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 12:41:44 +03:00
parent 405e5f4535
commit 105216a27e
4 changed files with 619 additions and 16 deletions

View File

@@ -1 +1 @@
1.0.0
1.1.0