Skip to content

Commit 0b0e320

Browse files
dsp-antclaude
andauthored
Add primitive-grouping-ig interest group (#59)
* Add primitive-grouping-ig interest group Create the primitive-grouping-ig interest group team under interest-groups and grant it push access to the experimental-ext-grouping repository. Members: cliffhall, chughtapan, SamMorrowDrums. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Fix formatting * Give core-maintainers and moderators access to experimental-ext-grouping --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3cb142a commit 0b0e320

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

src/config/repoAccess.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,14 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
346346
{ username: 'jerryhong1', permission: 'push' },
347347
],
348348
},
349+
{
350+
repository: 'experimental-ext-grouping',
351+
teams: [
352+
{ team: 'core-maintainers', permission: 'admin' },
353+
{ team: 'moderators', permission: 'triage' },
354+
{ team: 'primitive-grouping-ig', permission: 'admin' },
355+
],
356+
},
349357
{
350358
repository: 'experimental-ext-skills',
351359
teams: [

src/config/roleIds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export const ROLE_IDS = {
6161
CLIENT_IMPLEMENTOR_IG: 'client-implementor-ig',
6262
FINANCIAL_SERVICES_IG: 'financial-services-ig',
6363
GATEWAYS_IG: 'gateways-ig',
64-
SKILLS_OVER_MCP_IG: 'skills-over-mcp-ig',
6564
PRIMITIVE_GROUPING_IG: 'primitive-grouping-ig',
65+
SKILLS_OVER_MCP_IG: 'skills-over-mcp-ig',
6666

6767
// ===================
6868
// WG/IG Facilitators (Discord only)

src/config/users.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const MEMBERS: readonly Member[] = [
9898
ROLE_IDS.MAINTAINERS,
9999
ROLE_IDS.DOCS_MAINTAINERS,
100100
ROLE_IDS.INSPECTOR_MAINTAINERS,
101+
ROLE_IDS.PRIMITIVE_GROUPING_IG,
101102
ROLE_IDS.REFERENCE_SERVERS_MAINTAINERS,
102103
ROLE_IDS.MODERATORS,
103104
ROLE_IDS.SKILLS_OVER_MCP_IG,
@@ -492,7 +493,11 @@ export const MEMBERS: readonly Member[] = [
492493
github: 'SamMorrowDrums',
493494
email: 'sammorrowdrums@github.com',
494495
discord: '782948163694493696',
495-
memberOf: [ROLE_IDS.SKILLS_OVER_MCP_IG, ROLE_IDS.WG_IG_FACILITATORS],
496+
memberOf: [
497+
ROLE_IDS.PRIMITIVE_GROUPING_IG,
498+
ROLE_IDS.SKILLS_OVER_MCP_IG,
499+
ROLE_IDS.WG_IG_FACILITATORS,
500+
],
496501
},
497502
{
498503
github: 'sdubov',

0 commit comments

Comments
 (0)