diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index b78e5efe..8670bfb2 100644 --- a/WORKING_GROUPS.md +++ b/WORKING_GROUPS.md @@ -242,7 +242,6 @@ The [Node.js Code of Conduct][] applies to this WG. * [Docker](#docker) * [Addon API](#addon-api) * [Benchmarking](#benchmarking) -* [Post-mortem](#post-mortem) * [Release](#release) * [Security](#security) @@ -303,6 +302,10 @@ Responsibilities include: * Exploring opportunities and gaps, discussing feature requests, and addressing conflicts in Node.js diagnostics. * Fostering an ecosystem of diagnostics tools for Node.js. +* Defining and adding interfaces/APIs in order to allow dumps to be generated + when needed. +* Defining and adding common structures to the dumps generated in order to + support tools that want to introspect those dumps. ### i18n @@ -408,20 +411,6 @@ Responsibilities include: * Adding regular execution of chosen benchmarks to Node.js builds * Tracking/publicizing performance between builds/releases -### [Post-mortem](https://github.com/nodejs/post-mortem) - -The Post-mortem Diagnostics Working Group is dedicated to the support -and improvement of postmortem debugging for Node.js. It seeks to -elevate the role of postmortem debugging for Node, to assist in the -development of techniques and tools, and to make techniques and tools -known and available to Node.js users. - -Responsibilities include: -* Defining and adding interfaces/APIs in order to allow dumps - to be generated when needed. -* Defining and adding common structures to the dumps generated - in order to support tools that want to introspect those dumps. - ### [Release](https://github.com/nodejs/release) The Release Working Group manages the release process for Node.js.