From dd31ba4530f1904b0d2d83fa6b008502354fb400 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 11 Jun 2026 14:56:16 +0000 Subject: pvs skill: harden credentials parsing; note compile DB is exported by default - Parse PVS_STUDIO_CREDENTIALS into two quoted fields (no glob/word-split). - AGENTS.md: examples build sets CMAKE_EXPORT_COMPILE_COMMANDS ON already. Addresses Copilot review on #3695. --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index c26887425..69efe916a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -153,7 +153,8 @@ Reports land in `cmake-metrics//metrics_compare.md` (per-board) and `cmak ## Static Analysis (PVS-Studio) -Requires `compile_commands.json` (CMake `-DCMAKE_EXPORT_COMPILE_COMMANDS=ON`). The +Requires `compile_commands.json`, which the examples build exports by default +(`hw/bsp/family_support.cmake` sets `CMAKE_EXPORT_COMPILE_COMMANDS ON`). The `pvs` skill (`.claude/skills/pvs/SKILL.md`) wraps the build + analyze flow for a board; the commands below are the underlying steps. -- cgit v1.3.1