Commit b9ebbbf
committed
fix(scaffold): emit .gitattributes and default npm scope to @TMHS
Two defects hit and worked around during the godot-correctness-mcp birth, now
fixed at the source so no future born repo repeats them:
- Add templates/gitattributes.j2 and emit it for every born repo (both types,
alongside .gitignore): normalizes LF for ts/js/json/md/yml/yaml and marks
.gz/.wasm artifacts binary. Prevents CRLF phantom diffs on .json and mangled
committed binary artifacts.
- Default npm scope corrected from @{{ repo_owner | lower }} (-> @TMHSDigital)
to @TMHS in package.json.j2 and site.json.j2. The GitHub org references
(TMHSDigital in URLs) are unchanged and correct.
License already emits CC-BY-NC-ND-4.0 (package.json + LICENSE); verified, no
change. STANDARDS_VERSION unchanged (not a standards change); VERSION bumped
1.17.1 -> 1.17.2 per the meta-repo contract for a scaffold fix.
Signed-off-by: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com>1 parent 4969cd8 commit b9ebbbf
5 files changed
Lines changed: 17 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments