dshbase

Plugin directory / Developer / dsh-migrate-codex

dsh-migrate-codex

Unverified ChengxiuCDP

✓ Actively maintained

View on GitHub ↗ ← Back to plugin directory

0Stars
0Forks
0Open issues
Language
2026-08-23Last push
Cross-platformPlatform

What it does

DSH plugin: safely migrate a Codex environment between machines (/migrate-codex command + codex-migration skill)

Our take
Unverified — not yet verified

DSH plugin: safely migrate a Codex environment between machines (/migrate-codex command + codex-migration skill) Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-migrate-codex

A DeepSeek Harness plugin for safely migrating a Codex environment between machines.

Capabilities

  • /migrate-codex prepare <dir>: package the whitelisted repos and dirty snapshots;
  • /migrate-codex verify <dir>: verify SHA256SUMS, bundle integrity, and credential exclusions;
  • /migrate-codex restore <dir>: restore onto a new machine (aborts if the target exists);
  • /migrate-codex restore-worktree <dir> <slug>: recreate one dirty worktree on demand;
  • Skill codex-migration: teaches the agent the full workflow, the safety red lines, and how to align Codex configuration with DeepSeek Harness.

Install

dsh plugin --profile <name> add <repo URL or npm package>
# restart the Profile to take effect

Usage

Ask in a DSH session: "verify and restore the codex-migration bundle on my desktop", or run:

/migrate-codex verify ~/Desktop/codex-migration
/migrate-codex restore ~/Desktop/codex-migration

Custom whitelist

The published version ships placeholder examples only (example-primary, ...). Put your real table in bin/whitelist.local.tsv (gitignored, never committed), four columns per row:

slug<TAB>role<TAB>source-path<TAB>required
my-main-repo	primary	~/my-main-repo	yes
  • CODEX_MIGRATE_TABLE: path to a whitelist file;
  • CODEX_MIGRATE_MAIN_SLUG: slug of the worktree-bearing main repo (default example-primary).

Safety design

  • Whitelisted repositories only;
  • git bundles carry commits but never .git/config (no remote credentials leave the machine);
  • SHA256SUMS integrity checks;
  • credential exclusion list (auth.json / .env* / private keys / certs / SQLite);
  • restore never overwrites an existing target and leaves no half-restored state on failure.

Roadmap

  • Turn hardcoded old-machine paths into runtime arguments;
  • Platform detection.

License

MIT

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-migrate-codex for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:ChengxiuCDP/dsh-migrate-codex

Headless (CLI) profile:

dsh plugin --profile headless add github:ChengxiuCDP/dsh-migrate-codex

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-27
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →