ci(framework): bump framework-build CLI pin to 5.0.2#383
Merged
Conversation
The per-tool release archives were built with a pinned `@ai-driven-dev/cli@4.6.1`, a full major behind the published 5.0.2. Verified across all 9 matrix cells: 5.0.2 builds every target, and the only output change is a fix. In marketplace mode (claude/cursor/copilot), 4.6.1 collapsed aidd-dev's `plugin.json` `agents` from the source's explicit file list (`./agents/executor.md`, `./agents/checker.md`) down to a bare `./agents` directory; 5.0.2 preserves the explicit files, matching the source. The flat targets and codex are byte-identical between the two versions. v5 refuses to build when `--out` is absent; the step already `mkdir -p`s it, so the bump is safe. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The per-tool release zips were built with a pinned
@ai-driven-dev/cli@4.6.1, a major behind the published 5.0.2.Verified all 9 matrix cells build with 5.0.2. Only output change: marketplace mode (claude/cursor/copilot) — 4.6.1 collapsed aidd-dev's
plugin.jsonagentsto a bare./agents, while the source lists explicit files (./agents/executor.md,./agents/checker.md); 5.0.2 preserves them (a fix). Flat + codex byte-identical.v5 needs
--outto pre-exist; the step alreadymkdir -ps it.🤖 Generated with Claude Code