oh-my-githubcopilot 1.8.0-alpha.f50f59a → 1.8.0
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/CHANGELOG.md +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@ All notable changes to **oh-my-githubcopilot** are documented here, ordered newe
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## oh-my-githubcopilot v1.8.0 — 2026-05-25
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
- **Cross-repo sync**: Aligned README template, Star History chart, sponsor links, and badge shields with OMX/OMC/OMA/OMG
|
|
12
|
+
- **Dual publish**: GitHub Actions release workflow now publishes to both npmjs.com (oh-my-githubcopilot) and GitHub Packages (@r3dlex/oh-my-githubcopilot) with version verification
|
|
13
|
+
- **README updates**: 12 localized README files regenerated from unified template
|
|
14
|
+
- **AI SDLC methodology**: Scaffolded across the repo with Archgate rules, ADR governance, Karpathy guidelines
|
|
15
|
+
|
|
16
|
+
### Documentation
|
|
17
|
+
|
|
18
|
+
- Updated READMEs across 13 languages (en, de, es, fr, it, ja, ko, pt, ru, tr, vi, zh)
|
|
19
|
+
- Star History chart added for r3dlex/oh-my-githubcopilot
|
|
20
|
+
- Sponsor link updated to github.com/sponsors/r3dlex
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
7
24
|
## oh-my-githubcopilot v1.7.0 — 2026-04-21
|
|
8
25
|
|
|
9
26
|
### Features
|
package/package.json
CHANGED