Skip to content

Commit 7eac970

Browse files
SchenLongclaude
andcommitted
chore: migrate repository to BlackUnicornSecurity organization
- Update all GitHub URLs from SchenLong/BMAD-CYBERSEC to BlackUnicornSecurity/BMAD-CYBERSEC - Update NPX installer config with new repository owner - Update documentation references across all guides - Bump version to 4.7.2 Files modified: - tools/npx/package.json, lib/config.js, commands/install.js - tools/cli/lib/config.js, commands/install.js - README.md, CHANGELOG.md - Docs/01-getting-started/*.md - Docs/02-user-guides/*.md - Test fixtures and mocks Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent abdbfcd commit 7eac970

15 files changed

Lines changed: 69 additions & 36 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11-
- No unreleased features (current release: v2.3.0)
11+
- No unreleased features (current release: v4.7.2)
1212

1313
### Changed
1414
- None
@@ -19,6 +19,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### Security
2020
- None
2121

22+
## [4.7.2] - 2026-02-15
23+
24+
### Changed
25+
- **Repository Migration**: Updated all GitHub repository URLs from `SchenLong/BMAD-CYBERSEC` to `BlackUnicornSecurity/BMAD-CYBERSEC`
26+
- Updated NPX installer configuration to point to new repository location
27+
- Updated all documentation references to new repository URL
28+
- Updated package.json repository URLs for npm publication
29+
30+
### Files Modified
31+
- `tools/npx/package.json` - Repository URLs
32+
- `tools/npx/lib/config.js` - GitHub owner configuration
33+
- `tools/npx/commands/install.js` - Documentation links
34+
- `tools/npx/__tests__/downloader.test.js` - Test URLs
35+
- `tools/npx/__tests__/fixtures/mock-release.json` - Mock data
36+
- `tools/cli/lib/config.js` - GitHub owner configuration
37+
- `tools/cli/commands/install.js` - Documentation links
38+
- `README.md` - Clone URLs and issue tracker links
39+
- `Docs/01-getting-started/README.md` - Installation instructions
40+
- `Docs/01-getting-started/installation.md` - Clone URLs
41+
- `Docs/02-user-guides/FAQ.md` - Repository references
42+
- `Docs/02-user-guides/USER-ONBOARDING-JOURNEY.md` - Installation instructions
43+
- `Docs/02-user-guides/GETTING-STARTED.md` - Clone URLs
44+
45+
## [4.7.1] - 2026-02-15
46+
47+
### Changed
48+
- Published npm package under @blackunicorn scope
49+
50+
## [4.7.0] - 2026-02-15
51+
52+
### Added
53+
- Repository cleanup for cleaner git state
54+
2255
## [2.3.0] - 2026-02-13
2356

2457
## [2.3.0] - 2026-02-13

Docs/01-getting-started/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before starting, ensure you have:
2222
### 1. Clone the Repository
2323

2424
```bash
25-
git clone https://github.com/SchenLong/BMAD-CYBER2.git
25+
git clone https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC.git
2626
cd BMAD-CYBER2
2727

2828
# The platform is ready to use immediately!
@@ -134,7 +134,7 @@ cp _bmad/core/configs/security/secure-defaults.yaml .claude/config.yaml
134134

135135
- **User Issues**[Troubleshooting Guide](../02-user-guides/TROUBLESHOOTING.md)
136136
- **Security Questions**[Security Documentation](../02-user-guides/SECURITY-OVERVIEW.md)
137-
- **Technical Issues**[GitHub Issues](https://github.com/SchenLong/BMAD-CYBER2/issues)
137+
- **Technical Issues**[GitHub Issues](https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC/issues)
138138

139139
---
140140

Docs/01-getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For development or when you need full repository access:
6060

6161
```bash
6262
# Clone the repository
63-
git clone https://github.com/SchenLong/BMAD-CYBER2.git
63+
git clone https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC.git
6464
cd BMAD-CYBER2
6565

6666
# Install dependencies

Docs/02-user-guides/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npx @blackunicorn/bmad-cybersec install
3535
**Option B: Clone Repository**
3636

3737
```bash
38-
git clone https://github.com/SchenLong/BMAD-CYBERSEC.git
38+
git clone https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC.git
3939
cd BMAD-CYBERSEC
4040
git checkout BMAD-CYBEROPS-RP
4141
```
@@ -134,7 +134,7 @@ See [Security Overview](SECURITY-OVERVIEW.md) for comprehensive security informa
134134

135135
1. Check [Troubleshooting Guide](TROUBLESHOOTING.md)
136136
2. Review [Getting Started](GETTING-STARTED.md)
137-
3. Open an issue on [GitHub](https://github.com/SchenLong/BMAD-CYBERSEC/issues)
137+
3. Open an issue on [GitHub](https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC/issues)
138138

139139
### How do I report a bug?
140140

Docs/02-user-guides/GETTING-STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npx bmad-cybersec install --dry-run
3131
### Clone the Repository
3232

3333
```bash
34-
git clone https://github.com/SchenLong/BMAD-CYBERSEC.git
34+
git clone https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC.git
3535
cd BMAD-CYBERSEC && git checkout BMAD-CYBEROPS-RP
3636

3737
# The modules are ready to use!

Docs/02-user-guides/USER-ONBOARDING-JOURNEY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Day 1 Week 1 Week 2-4 Ongoing
4747

4848
```bash
4949
# Clone the repository
50-
git clone https://github.com/SchenLong/BMAD-CYBERSEC.git
50+
git clone https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC.git
5151
cd BMAD-CYBERSEC
5252

5353
# Install dependencies (optional - for framework development)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ npx @blackunicorn/bmad-cybersec install
8383
### Or Clone Repository
8484

8585
```bash
86-
git clone https://github.com/SchenLong/BMAD-CYBERSEC.git
86+
git clone https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC.git
8787
cd BMAD-CYBERSEC && git checkout BMAD-CYBEROPS-RP
8888
```
8989

tools/cli/commands/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,6 @@ function showQuickStart(isDryRun) {
300300
console.log(' npm run security:config - Configure security tier');
301301
console.log(' npm run health - Run system health check');
302302
console.log('');
303-
console.log(pc.dim('Documentation: https://github.com/SchenLong/BMAD-CYBERSEC'));
303+
console.log(pc.dim('Documentation: https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC'));
304304
console.log('');
305305
}

tools/cli/lib/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* console.log(`Installing from ${CONFIG.GITHUB_OWNER}/${CONFIG.GITHUB_REPO}`);
1414
*/
1515
export const CONFIG = {
16-
VERSION: '4.7.0',
17-
GITHUB_OWNER: 'SchenLong',
16+
VERSION: '4.7.2',
17+
GITHUB_OWNER: 'BlackUnicornSecurity',
1818
GITHUB_REPO: 'BMAD-CYBERSEC',
1919
MIN_NODE_VERSION: 20,
2020
TEMP_DIR_PREFIX: 'bmad-cyber-install'

tools/npx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Error: Release v99.99.99 not found
165165

166166
**Solution:**
167167

168-
1. Check available releases: <https://github.com/SchenLong/BMAD-CYBERSEC/releases>
168+
1. Check available releases: <https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC/releases>
169169
2. Use `latest` or omit version flag for latest release
170170
3. Verify the version tag format (e.g., `v2.0.0` not `2.0.0`)
171171

@@ -506,7 +506,7 @@ tools/npx/
506506
For issues with the NPX installer:
507507

508508
1. Check this troubleshooting guide
509-
2. Search existing issues: <https://github.com/SchenLong/BMAD-CYBERSEC/issues>
509+
2. Search existing issues: <https://github.com/BlackUnicornSecurity/BMAD-CYBERSEC/issues>
510510
3. Create a new issue with:
511511
- Node.js version (`node --version`)
512512
- npm version (`npm --version`)

0 commit comments

Comments
 (0)