Skip to content

Commit e90cc8d

Browse files
machbuildsclaude
andcommitted
chore: rename mach273 → machbuilds across docs and config
GitHub username changed from mach273 to machbuilds. GitHub auto- redirects the old URL, but updating in-repo references explicitly keeps everything grep-able and avoids silent drift. Updated: - LICENSE — copyright holder - README.md — git clone URL in Quick Start - CHANGELOG.md — Unreleased + v0.1.0 compare/release links - CODE_OF_CONDUCT.md — Security Advisories link - SECURITY.md — Security Advisories link + maintainer profile link - docs/planning/nucleus.md — example slug in two code blocks Local git remote also updated: origin → https://github.com/machbuilds/atom.git Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 21a1aeb commit e90cc8d

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ First feature-complete release. atom is a project-starter template with cross-pr
3030
- Stack presets currently include `nextjs` only. Other stacks fall back to the generic scaffold and will land per-stack in v0.2.
3131
- Constitution generation is a TODO marker in the cheatsheet; v0.2 will wire `speckit-constitution` automatically.
3232

33-
[Unreleased]: https://github.com/mach273/atom/compare/v0.1.0...HEAD
34-
[0.1.0]: https://github.com/mach273/atom/releases/tag/v0.1.0
33+
[Unreleased]: https://github.com/machbuilds/atom/compare/v0.1.0...HEAD
34+
[0.1.0]: https://github.com/machbuilds/atom/releases/tag/v0.1.0

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This Code applies in all project spaces — issues, pull requests, discussions,
3131

3232
## Reporting
3333

34-
To report unacceptable behaviour, open a private security advisory on the [atom repo](https://github.com/mach273/atom/security/advisories/new) or email the maintainer (see `SECURITY.md` for current contact). All complaints will be reviewed promptly and confidentially.
34+
To report unacceptable behaviour, open a private security advisory on the [atom repo](https://github.com/machbuilds/atom/security/advisories/new) or email the maintainer (see `SECURITY.md` for current contact). All complaints will be reviewed promptly and confidentially.
3535

3636
## Attribution
3737

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2026 mach273
3+
Copyright (c) 2026 machbuilds
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Platform: macOS, Linux. Windows users need Git Bash, WSL, or similar for the she
5353
## Quick start
5454

5555
```bash
56-
git clone https://github.com/mach273/atom.git my-project
56+
git clone https://github.com/machbuilds/atom.git my-project
5757
cd my-project
5858
atom-setup
5959
```

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ If you discover a security vulnerability in atom, the three CLIs (`atom-setup`,
1515

1616
Instead, use one of these private channels:
1717

18-
1. **GitHub Security Advisories** (preferred). Open a private advisory at https://github.com/mach273/atom/security/advisories/new. The maintainer is notified directly and the disclosure stays embargoed until a fix lands.
19-
2. **Email**: send a description to the maintainer's contact email listed in the GitHub profile at https://github.com/mach273. Include "atom security" in the subject.
18+
1. **GitHub Security Advisories** (preferred). Open a private advisory at https://github.com/machbuilds/atom/security/advisories/new. The maintainer is notified directly and the disclosure stays embargoed until a fix lands.
19+
2. **Email**: send a description to the maintainer's contact email listed in the GitHub profile at https://github.com/machbuilds. Include "atom security" in the subject.
2020

2121
Please include:
2222

docs/planning/nucleus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Each entry is one line in `learnings.jsonl`:
5353
"id": "01HXY...",
5454
"ts": "2026-05-04T15:23:11Z",
5555
"schema_version": 1,
56-
"project": "mach273-atom",
56+
"project": "machbuilds-atom",
5757
"type": "architecture",
5858
"key": "nucleus-uses-jsonl-not-sqlite",
5959
"insight": "Chose JSONL over SQLite for ~/.nucleus because git-diffable, grep-able, and human-readable. SQLite would be faster but kills the cross-project sync story.",
@@ -132,7 +132,7 @@ nucleus search "..." --semantic # reserved for future
132132
Default human-readable output:
133133

134134
```
135-
mach273-atom · pitfall · high · 2026-04-12
135+
machbuilds-atom · pitfall · high · 2026-04-12
136136
Auth token refresh races on parallel requests cause 401 storms.
137137
Cache the refresh promise; share it across concurrent calls.
138138
→ src/auth/refresh.ts

0 commit comments

Comments
 (0)