feat(repo): Add GitHub About sync command

Expose an explicit sync:github-about workflow that updates the remote GitHub About description, homepage, and topics from the repository metadata source of truth.

Add regression coverage for the generated gh commands and document the new maintainer path in the changelog and walkthrough.
This commit is contained in:
sickn33
2026-03-21 10:31:07 +01:00
parent 37f46505ff
commit 4a8e52276a
5 changed files with 116 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
"index": "node tools/scripts/run-python.js tools/scripts/generate_index.py",
"readme": "node tools/scripts/run-python.js tools/scripts/update_readme.py",
"sync:metadata": "node tools/scripts/run-python.js tools/scripts/sync_repo_metadata.py",
"sync:github-about": "node tools/scripts/run-python.js tools/scripts/sync_repo_metadata.py --apply-github-about",
"chain": "npm run validate && npm run index && npm run sync:metadata",
"sync:all": "npm run chain",
"catalog": "node tools/scripts/build-catalog.js",