From a400dd86cc7493c0a9ca8e4513a95f96a3c089e9 Mon Sep 17 00:00:00 2001 From: Mario Tarosso Date: Fri, 21 Aug 2026 09:20:32 +0100 Subject: [PATCH] [feat] Add a command reference table to AGENT-INSTALL.md Add a scannable per-command reference near the top of AGENT-INSTALL.md covering all 12 CLI commands, each with: what it does, whether it reads source, what it writes, and what it sends over the network. Summarizes the existing prose (left intact below) so an agent gets full per-command context at a glance. Co-Authored-By: Claude Opus 4.8 (1M context) --- AGENT-INSTALL.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/AGENT-INSTALL.md b/AGENT-INSTALL.md index 5eaed0d..8290871 100644 --- a/AGENT-INSTALL.md +++ b/AGENT-INSTALL.md @@ -2,6 +2,27 @@ This versioned reference ships inside `@patchstack/connect` and documents each setup command and its project changes. +## Command reference + +Every command at a glance — what it does, whether it reads your source, what it writes, and what leaves your machine. Full behavior, flags, and edge cases follow in the sections below. + +| Command | What it does | Reads your source? | Writes to your project | Sends over the network | +|---|---|---|---|---| +| `scan` | Provision (or reuse) the site and POST the dependency list for vulnerability matching. Also runs automatically via `setup` and the install/build hooks. | No — lockfile only (bun: enumerates `node_modules/`) | `.patchstackrc.json`; the widget `