Aftermath

Get started

Install

Cursor — local plugin

Clone the repository, then link into ~/.cursor/plugins/local/aftermath:

# macOS / Linux
./scripts/link-cursor-plugin.sh

# Windows PowerShell
./scripts/link-cursor-plugin.ps1

Reload the Cursor window. Allow third-party / user-local plugins if prompted.

Marketplace

As of 2026-08-13, Aftermath is pending Cursor Marketplace submission. Acceptance is not claimed until it happens.

CLI

Requires Node.js ≥ 20.

npm install
npm run build
node dist/cli/index.js doctor
node dist/cli/index.js config validate
node dist/cli/index.js verify --json

Or install a release tarball from GitHub Releases.

CI

aftermath verify --ci --json

See docs/ci.md for a full GitHub Actions example.

Optional extension

The extension/ folder is an Open VSX-oriented companion UI (publisher id aftermath). Core verification does not depend on it.