chore(script): reconcile team list with active maintainers

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.
This commit is contained in:
marius-kilocode
2026-07-13 10:26:35 +02:00
parent bf2b33b87b
commit d17041f7a9
2 changed files with 18 additions and 24 deletions
+9 -12
View File
@@ -107,45 +107,42 @@ const VERSION = await (async () => {
// kilocode_change start
const team = [
"actions-user",
"kilo-maintainer[bot]",
"kiloconnect[bot]",
"kiloconnect-lite[bot]",
"alexkgold",
"arimesser",
"arkadiykondrashov",
"bturcotte520",
"catrielmuller",
"chrarnoldus",
"codingelves",
"darkogj",
"dependabot[bot]",
"dosire",
"Drixled",
"DScdng",
"emilieschario",
"eshurakov",
"evanjacobson",
"Helix-Kilo",
"iscekic",
"jeanduplessis",
"jobrietbergen",
"jrf0110",
"johnnyeric",
"alex-alecu",
"imanolmzd-svg",
"kilocode-bot",
"jrf0110",
"kilo-code-bot",
"kilo-code-bot[bot]",
"kilo-engineering",
"kilo-maintainer[bot]",
"kilocode-bot",
"kiloconnect-lite[bot]",
"kiloconnect[bot]",
"kirillk",
"lambertjosh",
"LigiaZ",
"marius-kilocode",
"markijbema",
"olearycrew",
"pandemicsyn",
"pedroheyerdahl",
"RSO",
"sbreitenother",
"St0rmz1",
"suhailkc2025",
"Sureshkumars",
]
// kilocode_change end