refactor(portability): migrate to git-source; delete github-fetch.ts #15
Reference in New Issue
Block a user
Delete Branch "feat/portability-git-backend-agnostic"
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
Mirrors PR #13 for the second user of the per-host REST shim. `company-portability.ts` had its own parallel `parseGitHubSourceUrl` + fetch helpers + raw.githubusercontent URL builder, so importing a company package from a non-github URL hit the same Gitea 404 the skills path did. This routes portability through `git-source.ts` and deletes the legacy module.
What changed
Test plan
🤖 Generated with Claude Code