bmad-method 6.7.1-next.12 → 6.7.1-next.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.7.1-next.12",
4
+ "version": "6.7.1-next.13",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -115,7 +115,7 @@ class CustomModuleManager {
115
115
  }
116
116
 
117
117
  // SSH URL: git@host:owner/repo.git
118
- const sshMatch = trimmed.match(/^git@([^:]+):([^/]+)\/([^/.]+?)(?:\.git)?$/);
118
+ const sshMatch = trimmed.match(/^git@([^:]+):(.+?)\/([^/.]+?)(?:\.git)?$/);
119
119
  if (sshMatch) {
120
120
  const [, host, owner, repo] = sshMatch;
121
121
  return {