chore: migrate git host from git.dev.rkdr.net to git.rkdr.net #142
Reference in New Issue
Block a user
Delete Branch "chore/git-host-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The repo's git host moved from
git.dev.rkdr.nettogit.rkdr.net. Theoriginremote was already repointed and verified reachable; this PR brings every in-repo reference in line so cloning, submodule init, andapm installall resolve against the new host..gitmodules:docs/wikisubmodule URL repointed (tests/*submodules stay on github.com, untouched).apm.yml: 7 dependency entries andmarketplace.owner.urlrepointed;executables.allowkey updated tokyberforge#2.0.1to match kyberforge's bump below (scripts/check-executables-allow-sync.shenforces this pairing).apm.yml(bin,core,git,gitea,kyberforge,lint,onedev):author.url/homepage/repositoryrepointed. Per this repo's apm versioning policy, these fields compile verbatim intoplugin.json, so each package took a patch version bump alongside the URL change.apm.ymlversionandmarketplace.versionbumped0.5.0→0.5.1to match (a marketplace-block field and every listed package's version moved).README.mds (bin,core,git,kyberforge): usage examples repointed.apm.lock.yamlregenerated viaapm install;.claude-plugin/marketplace.jsonregenerated viaapm pack --marketplace=claude.Left untouched deliberately:
docs/adr/0015,0017,0018— historical decision records referencing the host as it was at the time, not live config.Verification
git.dev.rkdr.netreference outside the three named ADRs.apm pack --check-clean,apm audit --ci,check-executables-allow-sync.sh, and fullpre-commit run --all-filesall pass.build/exclusion fix) into this branch to pick up a cleanrun-testsgate.git.rkdr.net.Test plan
apm audit --cipassesapm pack --check-cleanpassesbash tests/run-tests.sh --strictpassesgit submodule status --recursiveclean🤖 Generated with Claude Code
https://claude.ai/code/session_011EBLjPSWgt4N5Q47sH8bSV