chore(submodules): Phase 3 — move 4 SSH-URL submodules to HTTPS #2

Open
nsatoshi wants to merge 1 commits from devin/phase3-submodule-remotes-1776542381 into master

1 Commits

Author SHA1 Message Date
Devin AI
25283c3eaf chore(submodules): move 4 SSH-URL submodules to HTTPS (Phase 3)
Some checks failed
AI Code Review / claude-review (pull_request) Failing after 2m10s
Switch smom-dbis-138, metamask-integration, dbis_core, the-order from
git@github.com: SSH URLs to https:// URLs so git submodule update --init
works in HTTPS-only environments (CI containers, Devin agents, etc.).

Per AGENTS.md, the canonical source is Gitea, so prefer gitea.d-bis.org
where the currently-pinned commit is actually reachable:

- smom-dbis-138      -> gitea.d-bis.org/d-bis/smom-dbis-138      (Gitea only)
- metamask-integration -> gitea.d-bis.org/d-bis/metamask-integration (Gitea + GitHub)
- dbis_core          -> github.com/Order-of-Hospitallers/dbis_core (GitHub only; Gitea mirror lags)
- the-order          -> github.com/Order-of-Hospitallers/the-order-monorepo (no Gitea mirror)

Reachability of each pinned commit verified 2026-04-18 via git ls-remote
and shallow fetch. Documented the full remote-status matrix and follow-up
migration candidates (dbis_core, the-order, omada-api, pr-workspace/*) in
docs/00-meta/SUBMODULE_HYGIENE.md.

No submodule pointers changed; this is remote-URL-only.

Tracking: #1
Co-Authored-By: Nakamoto, S <defi@defi-oracle.io>
2026-04-18 20:01:17 +00:00