mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
d17041f7a9
The hardcoded team list in packages/script/src/index.ts (Script.team) and its duplicate in script/changelog-github.cjs had drifted apart and both included accounts no longer in the Kilo-Org. This list is consumed by script/raw-changelog.ts to strip 'Thanks @user!' attribution for internal members, so stale entries let departed contributors keep receiving credit while active ones still get thanked. Reconcile both copies against the live org-member and repo-collaborator rosters: remove departed humans, add missing active accounts, keep all bot/CI accounts, and alphabetize for parity between the two files.