From 807bec46fd9f1e488fbe597dd7f3ea9e31065313 Mon Sep 17 00:00:00 2001 From: Elliot Taylor Date: Thu, 21 May 2026 10:55:18 +0100 Subject: [PATCH] docs: link README to saas/docs/ecosystem.md Adds a one-line pointer near the top of README.md so contributors (and AI agents) working in this package can find the cross-repo overview that lives in patchstack/saas. The ecosystem doc explains the wire contract between this connector and the SaaS monitor/pulse/manifest endpoint. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c094ce..63e15bf 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Connect a JavaScript / Node.js application to [Patchstack](https://patchstack.com) for continuous vulnerability monitoring. Scans your `package-lock.json` and reports installed packages so Patchstack can match them against its vulnerability database and notify you when something needs patching. +For how this repo fits with the wider Patchstack ecosystem (`saas`, `hub`, `patchstack-website`, `patchstack-connect`), see [`patchstack/saas` → `docs/ecosystem.md`](https://github.com/patchstack/saas/blob/main/docs/ecosystem.md). + ## Install prompt (for AI coding tools) Copy and paste this prompt into any AI coding assistant (Cursor, v0, Bolt, Lovable, Claude Code, etc.):