Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/config/roleIds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const ROLE_IDS = {
FILE_UPLOADS_WG: 'file-uploads-wg',
AGENTS_WG: 'agents-wg',
SKILLS_OVER_MCP_WG: 'skills-over-mcp-wg',
FILESYSTEMS_WG: 'filesystems-wg',
CORE_PRIMITIVE_WG: 'core-primitive-wg',

// ===================
Expand Down
6 changes: 6 additions & 0 deletions src/config/roles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@ export const ROLES: readonly Role[] = [
github: { team: 'skills-over-mcp-wg', parent: ROLE_IDS.WORKING_GROUPS },
discord: { role: 'skills over mcp working group (synced)' },
},
{
id: ROLE_IDS.FILESYSTEMS_WG,
description: 'Filesystems Working Group',
github: { team: 'filesystems-wg', parent: ROLE_IDS.WORKING_GROUPS },
discord: { role: 'filesystems working group (synced)' },
},
{
id: ROLE_IDS.CORE_PRIMITIVE_WG,
description: 'Core Primitive Working Group',
Expand Down
10 changes: 10 additions & 0 deletions src/config/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ export const MEMBERS: readonly Member[] = [
googleEmailPrefix: 'dale.seo',
memberOf: [ROLE_IDS.RUST_SDK],
},
{
github: 'DanielTemesgen',
memberOf: [ROLE_IDS.FILESYSTEMS_WG],
Comment thread
dsp-ant marked this conversation as resolved.
},
{
github: 'davidortinau',
firstName: 'David',
Expand Down Expand Up @@ -588,6 +592,10 @@ export const MEMBERS: readonly Member[] = [
ROLE_IDS.TYPESCRIPT_SDK_COLLABORATORS,
],
},
{
github: 'michaelcheah',
Comment thread
dsp-ant marked this conversation as resolved.
memberOf: [ROLE_IDS.FILESYSTEMS_WG],
},
{
github: 'michaelneale',
memberOf: [ROLE_IDS.RUST_SDK],
Expand Down Expand Up @@ -655,6 +663,7 @@ export const MEMBERS: readonly Member[] = [
memberOf: [
ROLE_IDS.COMMUNITY_MANAGERS,
ROLE_IDS.DOCS_MAINTAINERS,
ROLE_IDS.FILESYSTEMS_WG,
ROLE_IDS.INSPECTOR_MAINTAINERS,
ROLE_IDS.INTERCEPTORS_WG,
ROLE_IDS.MAINTAINERS,
Expand Down Expand Up @@ -779,6 +788,7 @@ export const MEMBERS: readonly Member[] = [
discord: '840109459212206090',
memberOf: [
ROLE_IDS.MAINTAINERS,
ROLE_IDS.FILESYSTEMS_WG,
ROLE_IDS.FINANCIAL_SERVICES_IG,
ROLE_IDS.INTERCEPTORS_WG,
ROLE_IDS.SKILLS_OVER_MCP_WG,
Expand Down
Loading