From bc8b01bbe6873d78b044594d4ea4a3d9fd43c89d Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 29 Mar 2026 18:00:10 +0200 Subject: [PATCH] =?UTF-8?q?fix(atlas):=20address=20PR=20#102=20review=20?= =?UTF-8?q?=E2=80=94=20wiki=20headers,=20injection=20fix,=20proposal=20upd?= =?UTF-8?q?ates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wiki headers: fix star type mismatches on GJ 53A (K→G), GJ 136 (M→G), GJ 625 (K→M), GJ 682 (K→M), GJ 3728B (G→K), GJ 1128 (K→M). Tooling: fix shell injection in atlas-commit-and-sync (use sys.argv). Proposals: GJ625 M2→M2V, GJ432A heritage descriptor, GJ667C triple-star note, GJ53A G5Vp peculiar note. Co-Authored-By: Claude Opus 4.6 (1M context) --- tooling/atlas-commit-and-sync | 2 +- wiki/star-systems/GJ-1128/index.md | 2 +- wiki/star-systems/GJ-136/index.md | 2 +- wiki/star-systems/GJ-3728B/index.md | 2 +- wiki/star-systems/GJ-682/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tooling/atlas-commit-and-sync b/tooling/atlas-commit-and-sync index fff2d1c77..9b20c58c0 100755 --- a/tooling/atlas-commit-and-sync +++ b/tooling/atlas-commit-and-sync @@ -30,7 +30,7 @@ echo "--- Verifying $FILE" "$SCRIPT_DIR/atlas-verify" "$FILE" # 2. Get system info for commit message -PROPER=$(python3 -c "import json; d=json.load(open('$FILE')); print(d.get('proper_name') or d['system_id'])") +PROPER=$(python3 -c "import json,sys; d=json.load(open(sys.argv[1])); print(d.get('proper_name') or d['system_id'])" "$FILE") # 3. Wipe existing data if present BODY_COUNT=$("$ATLAS" show-system "$SYS_ID" 2>/dev/null \ diff --git a/wiki/star-systems/GJ-1128/index.md b/wiki/star-systems/GJ-1128/index.md index 17f496a22..abe0cf32f 100644 --- a/wiki/star-systems/GJ-1128/index.md +++ b/wiki/star-systems/GJ-1128/index.md @@ -1,5 +1,5 @@ # Devereux Point -**GJ 1128** | K-type | east_reach +**GJ 1128** | M-type | east_reach --- diff --git a/wiki/star-systems/GJ-136/index.md b/wiki/star-systems/GJ-136/index.md index fc9eefa9c..aa6b7d848 100644 --- a/wiki/star-systems/GJ-136/index.md +++ b/wiki/star-systems/GJ-136/index.md @@ -1,5 +1,5 @@ # Dài Lộ -**GJ 136** | M-type | east_reach +**GJ 136** | G-type | east_reach --- diff --git a/wiki/star-systems/GJ-3728B/index.md b/wiki/star-systems/GJ-3728B/index.md index 32364bddc..b049bf8db 100644 --- a/wiki/star-systems/GJ-3728B/index.md +++ b/wiki/star-systems/GJ-3728B/index.md @@ -1,5 +1,5 @@ # Jeonnam -**GJ 3728B** | G-type | east_reach +**GJ 3728B** | K-type | east_reach --- diff --git a/wiki/star-systems/GJ-682/index.md b/wiki/star-systems/GJ-682/index.md index a72bc0138..8f674463f 100644 --- a/wiki/star-systems/GJ-682/index.md +++ b/wiki/star-systems/GJ-682/index.md @@ -1,5 +1,5 @@ # Taishan -**GJ 682** | K-type | east_reach +**GJ 682** | M-type | east_reach ---