From 98103107817e4e6869b9c26da0dad570ce3013ff Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 27 Feb 2026 12:56:54 +0100 Subject: [PATCH] Update changeset messages per review feedback Signed-off-by: Patrik Oldsberg Made-with: Cursor --- .changeset/cli-execute-loader.md | 2 +- .changeset/cli-report-parser-cleye.md | 2 +- .github/vale/config/vocabularies/Backstage/accept.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.changeset/cli-execute-loader.md b/.changeset/cli-execute-loader.md index 4636468864..ce9665e01d 100644 --- a/.changeset/cli-execute-loader.md +++ b/.changeset/cli-execute-loader.md @@ -2,4 +2,4 @@ '@backstage/cli': patch --- -Added support for lazy loading of CLI command implementations through a new loader pattern for `BackstageCommand.execute`. +Internal refactor of CLI modularization, moving individual commands to be implemented with cleye. diff --git a/.changeset/cli-report-parser-cleye.md b/.changeset/cli-report-parser-cleye.md index f374abb097..f8d9141c66 100644 --- a/.changeset/cli-report-parser-cleye.md +++ b/.changeset/cli-report-parser-cleye.md @@ -2,4 +2,4 @@ '@backstage/repo-tools': patch --- -Updated CLI report parser to support cleye-style help output sections (`USAGE:` and `FLAGS:`). Switched to synchronous child process execution for CLI report extraction to avoid stdout data loss. +Updated the CLI report parser to support cleye-style help output, and strip ANSI escape codes from captured output. diff --git a/.github/vale/config/vocabularies/Backstage/accept.txt b/.github/vale/config/vocabularies/Backstage/accept.txt index f6f37b17cf..cbe8ee2adf 100644 --- a/.github/vale/config/vocabularies/Backstage/accept.txt +++ b/.github/vale/config/vocabularies/Backstage/accept.txt @@ -576,3 +576,4 @@ zsh resizable enums LLMs +cleye