slack-mcp-server

Release Health Tracking

Use this to track installation reliability and operational load during the current release cycle.

One-command snapshot

node scripts/collect-release-health.js

Outputs:

Version parity report

npm run verify:version-parity

Output:

If external registries are still propagating immediately after publish:

npm run verify:version-parity -- --allow-propagation

24-hour loop artifacts:

What it captures automatically

14-day targets

Manual fields to track alongside snapshots

Automated cadence (low-touch)

Local delta command

If you want to compare two explicit snapshots locally:

node scripts/build-release-health-delta.js \
  --before docs/release-health/24h-start.md \
  --after docs/release-health/24h-end.md \
  --out docs/release-health/24h-delta.md