You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document named CI blocking-rule gates, CycloneDX SBOM generation, code-quality issue listing, and explicit project/repository selectors added in Corgea CLI v1.10.0. The skill now also reflects that --fail is deprecated and records the new flag constraints and aliases.
Closing this as superseded rather than merging or reworking it.
Two things happened after it was opened. #7 slimmed corgea-scan to a pointer: it now describes the stable shape of the CLI and defers to corgea --help for flags, because two copies of a flag matrix drift apart the moment a release lands. This PR is built on the pre-slim file and re-adds exactly the per-flag detail that change removed, so it conflicts and its premise no longer holds. It also targets v1.10.0, while v1.11.0 shipped on 16 August.
The prompt behind this flow still tells the model to read src/main.rs for the authoritative flag list, which is why the PR looks the way it does. That is being fixed so future releases produce edits that fit the pointer design instead.
One thing here is worth keeping and is not about flags: --include-image means the skill should now trigger on "scan this container image", and its description does not mention images at all. That belongs in the frontmatter description, and will be handled separately.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document named CI blocking-rule gates, CycloneDX SBOM generation, code-quality issue listing, and explicit project/repository selectors added in Corgea CLI v1.10.0. The skill now also reflects that --fail is deprecated and records the new flag constraints and aliases.