chore(ci): pin dev-container CLI floor to >=3.2.1#58
Merged
Conversation
Bump the local dev-container's Dailybot CLI install floor from >=3.2.0 to >=3.2.1 (the latest published release) so the container always ships the conversation + org-scoped form-list surface referenced by the vendored skill pack. Container tooling only — no CLI source change. Merge WITHOUT a release: this is dev-container infra, so add [skip release] to the squash-merge commit body per AGENTS.md § 15.a (a Dockerfile pin must not auto-bump the CLI past the floor it just set). Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Bumps the local dev-container's Dailybot CLI install floor from
>=3.2.0to>=3.2.1(the latest published release), so the container always ships theconversation+ org-scopedform listsurface referenced by the vendored skill pack (now at v3.4.0).Container tooling only — one line in
docker/local/cli/Dockerfile; no CLI source change.[skip release]Per AGENTS.md § 15.a, a dev-container pin must not auto-bump the CLI past the floor it just set. When merging, type
[skip release]on its own line in the squash-merge commit body (orgh pr merge --body "… [skip release]").🤖 Generated with Claude Code