chore: version packages#39
Conversation
roborev: Combined Review (
|
There was a problem hiding this comment.
Devin Review found 1 new potential issue.
⚠️ 1 issue in files not directly in the diff
⚠️ completion command bypasses the shared CliResponse / renderResponse formatter pipeline (packages/cloudburn/src/commands/completion.ts:37-41)
The completion command at packages/cloudburn/src/commands/completion.ts:37-41 writes directly to process.stdout.write(output) without building a typed CliResponse or routing through renderResponse. The REVIEW.md rule states: "All stdout-producing commands should build a typed CliResponse and render it through the shared renderResponse(response, format) pipeline." Every other stdout-producing command in the CLI (scan, discover, init, estimate, rules list) follows this pattern — for example, init uses the document kind for its raw YAML output (packages/cloudburn/src/commands/init.ts:26-33). The completion command could use the same document kind with a default format of text to stay consistent with the established contract.
View 8 additional findings in Devin Review.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
cloudburn@0.9.3
Patch Changes
@cloudburn/rules@0.17.1
Patch Changes
b46ad3bThanks @dannysteenman! - Flag CloudWatch unused log streams when they have never received events or when their last ingestion was more than 90 days ago.@cloudburn/sdk@0.17.1
Patch Changes
b46ad3b]: