Skip to content

Commit 1e9e17c

Browse files
olaservoclaude
andauthored
Add Tool Annotations Interest Group and enable Discord sync (#79)
* Add evalstate and cliffhall to docs-maintaners team 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Add Tool Annotations Interest Group and enable Discord sync Add rreichel3, mattzcarey, and SamMorrowDrums as facilitators for the new Tool Annotations IG. Create GitHub team and Discord role sync. Add Discord IDs for rreichel3 and mattzcarey. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Add experimental-ext-tool-annotations repo for Tool Annotations IG Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent f4f2b70 commit 1e9e17c

4 files changed

Lines changed: 23 additions & 1 deletion

File tree

src/config/repoAccess.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,14 @@ export const REPOSITORY_ACCESS: RepositoryAccess[] = [
319319
{ team: 'skills-over-mcp-ig', permission: 'admin' },
320320
],
321321
},
322+
{
323+
repository: 'experimental-ext-tool-annotations',
324+
teams: [
325+
{ team: 'core-maintainers', permission: 'admin' },
326+
{ team: 'moderators', permission: 'triage' },
327+
{ team: 'tool-annotations-ig', permission: 'admin' },
328+
],
329+
},
322330
{
323331
repository: 'maintainer-docs',
324332
teams: [

src/config/roleIds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export const ROLE_IDS = {
6464
GATEWAYS_IG: 'gateways-ig',
6565
PRIMITIVE_GROUPING_IG: 'primitive-grouping-ig',
6666
SKILLS_OVER_MCP_IG: 'skills-over-mcp-ig',
67+
TOOL_ANNOTATIONS_IG: 'tool-annotations-ig',
6768

6869
// ===================
6970
// WG/IG Facilitators (Discord only)

src/config/roles.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,12 @@ export const ROLES: readonly Role[] = [
330330
github: { team: 'skills-over-mcp-ig', parent: ROLE_IDS.INTEREST_GROUPS },
331331
discord: { role: 'skills over mcp interest group (synced)' },
332332
},
333+
{
334+
id: ROLE_IDS.TOOL_ANNOTATIONS_IG,
335+
description: 'Tool Annotations Interest Group',
336+
github: { team: 'tool-annotations-ig', parent: ROLE_IDS.INTEREST_GROUPS },
337+
discord: { role: 'tool annotations interest group (synced)' },
338+
},
333339

334340
// ===================
335341
// WG/IG Facilitators (Discord only)

src/config/users.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ export const MEMBERS: readonly Member[] = [
451451
},
452452
{
453453
github: 'mattzcarey',
454-
memberOf: [ROLE_IDS.TYPESCRIPT_SDK],
454+
discord: '224878268275359744',
455+
memberOf: [ROLE_IDS.TYPESCRIPT_SDK, ROLE_IDS.TOOL_ANNOTATIONS_IG, ROLE_IDS.WG_IG_FACILITATORS],
455456
},
456457
{
457458
github: 'maxisbey',
@@ -591,6 +592,11 @@ export const MEMBERS: readonly Member[] = [
591592
existingGWSUser: true,
592593
memberOf: [ROLE_IDS.MAINTAINERS, ROLE_IDS.REGISTRY_MAINTAINERS, ROLE_IDS.SKILLS_OVER_MCP_IG],
593594
},
595+
{
596+
github: 'rreichel3',
597+
discord: '1458485333757788273',
598+
memberOf: [ROLE_IDS.TOOL_ANNOTATIONS_IG, ROLE_IDS.WG_IG_FACILITATORS],
599+
},
594600
{
595601
github: 'sambhav',
596602
email: 'sambhavs.email@gmail.com',
@@ -607,6 +613,7 @@ export const MEMBERS: readonly Member[] = [
607613
memberOf: [
608614
ROLE_IDS.PRIMITIVE_GROUPING_IG,
609615
ROLE_IDS.SKILLS_OVER_MCP_IG,
616+
ROLE_IDS.TOOL_ANNOTATIONS_IG,
610617
ROLE_IDS.WG_IG_FACILITATORS,
611618
],
612619
},

0 commit comments

Comments
 (0)