mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-28 19:11:03 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user