From 9a44bb4c427ad3f8ad188fc4915243772e4a2f5a Mon Sep 17 00:00:00 2001 From: GENTILHOMME Thomas Date: Wed, 8 Jul 2026 20:33:40 +0200 Subject: [PATCH] chore: add minimal AGENTS.md --- AGENTS.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000..9d844967 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,28 @@ +# AGENTS.md + +## Project Overview + +NodeSecure is a Node.js security CLI that statically analyzes a package's dependency tree (AST scanning, registry metadata, license/vulnerability checks) and renders results as an interactive dependency graph. This is the npm workspaces monorepo hosting the CLI and its supporting packages, each under `workspaces/`: `cli`, `server`, `cache`, `size-satisfies`, `documentation-ui`, `vis-network`. + +## Essential commands + +Run from the repo root: + +- `npm run build` — build all workspaces (`--ws --if-present`) +- `npm run lint` / `npm run lint-fix` — ESLint across all workspaces +- `npm test` — lint, then test all workspaces + +Per workspace (`npm run