From c5c520b7783715ee3448b2f81ef7b7bf3639ec19 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 27 Apr 2026 14:52:55 -0700 Subject: [PATCH] docs(changelog): note init and probe updates --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f921e..879ea7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ - Add `plugin-inspector config` for resolved plugin-root config summaries. - Add author-facing `plugin-inspector inspect` plugin-root flow. - Add CI-native SARIF and JUnit outputs; `plugin-inspector ci` writes them by default. +- Add `plugin-inspector init --scripts` for `plugin:check` and `plugin:ci` package scripts. +- Add public synthetic probe suite helpers for building probe plans from compatibility reports. ### Changed - Make generated CI workflows use one `plugin-inspector ci --no-openclaw --runtime --mock-sdk` command. +- Make `plugin-inspector init --ci` detect `packageManager` and common lockfiles before generating CI install/run commands. - Harden runtime capture for string handler registrations, parse-capable config schema helpers, and provider auth/catalog SDK mocks. ## 0.1.3 - 2026-04-27