Skip to content

Commit bd21c28

Browse files
hyperpolymathclaude
andcommitted
feat(data): add game-server-admin to worker data files
Add GSA entry to both repos.json (flat array) and index.json (keyed object) for Cloudflare Worker serving. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7ff0583 commit bd21c28

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

worker/data/index.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2768,6 +2768,17 @@
27682768
"description": "Zero-step automation",
27692769
"prefixed": "dx-zerostep",
27702770
"github": "hyperpolymath/zerostep"
2771+
},
2772+
"game-server-admin": {
2773+
"name": "game-server-admin",
2774+
"uuid": "b7e3f1a2-c4d5-5678-9abc-def012345678",
2775+
"clade": "ix",
2776+
"secondary": ["gm", "db"],
2777+
"lineage": "standalone",
2778+
"parent": "",
2779+
"description": "Universal game server probe, config management, and administration via Gossamer + VeriSimDB",
2780+
"prefixed": "ix-game-server-admin",
2781+
"github": "hyperpolymath/game-server-admin"
27712782
}
27722783
}
27732784
}

worker/data/repos.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,6 @@
200200
{"name":"supernorma","uuid":"34ae62e5-8224-5264-ad0a-17a8d7c4788a","clade":"gv","secondary":[],"lineage":"standalone","parent":"","description":"Normalisation/standards tool","prefixed":"gv-supernorma","github":"hyperpolymath/supernorma"},
201201
{"name":"tma-mark2","uuid":"60c10dfb-4ba2-5d36-9dd1-9a38329e1b96","clade":"dx","secondary":[],"lineage":"standalone","parent":"","description":"TMA mark 2 tool","prefixed":"dx-tma-mark2","github":"hyperpolymath/tma-mark2"},
202202
{"name":"ubicity","uuid":"500896b6-edc4-5449-823c-810603b786fe","clade":"ix","secondary":[],"lineage":"standalone","parent":"","description":"Ubiquitous computing tool","prefixed":"ix-ubicity","github":"hyperpolymath/ubicity"},
203-
{"name":"zerostep","uuid":"0f6e4a31-3064-578b-bbcf-2ed96ce64846","clade":"dx","secondary":[],"lineage":"standalone","parent":"","description":"Zero-step automation","prefixed":"dx-zerostep","github":"hyperpolymath/zerostep"}
203+
{"name":"zerostep","uuid":"0f6e4a31-3064-578b-bbcf-2ed96ce64846","clade":"dx","secondary":[],"lineage":"standalone","parent":"","description":"Zero-step automation","prefixed":"dx-zerostep","github":"hyperpolymath/zerostep"},
204+
{"name":"game-server-admin","uuid":"b7e3f1a2-c4d5-5678-9abc-def012345678","clade":"ix","secondary":["gm","db"],"lineage":"standalone","parent":"","description":"Universal game server probe, config management, and administration via Gossamer + VeriSimDB","prefixed":"ix-game-server-admin","github":"hyperpolymath/game-server-admin"}
204205
]

0 commit comments

Comments
 (0)