Conversation
Bumps [infrahub-testcontainers](https://github.com/opsmill/infrahub) from 1.8.5 to 1.9.0. - [Release notes](https://github.com/opsmill/infrahub/releases) - [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md) - [Commits](opsmill/infrahub@infrahub-v1.8.5...infrahub-v1.9.0) --- updated-dependencies: - dependency-name: infrahub-testcontainers dependency-version: 1.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Deploying infrahub-sdk-python with
|
| Latest commit: |
a14b7df
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://51e66f9a.infrahub-sdk-python.pages.dev |
Upgrade ruff==0.15.12
* Upgrade SpecKit to version 0.8.1
Mirrors the upgrade applied to opsmill/infrahub in PR #9057.
* Pin SpecKit to v0.8.1 with Claude integration via .specify/init-options.json
and .specify/integration.json
* Convert legacy dev/commands/speckit.*.md to skills under dev/skills/
(with .claude/skills symlink) and add the bundled speckit-git-* skills
* Install bundled git extension and the Full SDD Cycle workflow
* Add Infrahub preset (dev/spec-kit/presets/infrahub) and install it so
/speckit-specify enforces an infp-NNNN or ifc-NNNN ticket as the branch
suffix; wire .specify/extensions.yml before_specify hook to it
* Ignore .specify/**/.cache/ in .gitignore and skip /.specify in .yamllint.yml
* Append SPECKIT marker block to CLAUDE.md
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Add missing Claude integration update-context wrappers
The .specify/integrations/claude/scripts/update-context.{sh,ps1} thin
wrappers were missing from the v0.8.1 install. They delegate to
.specify/scripts/bash/update-agent-context.sh (or its powershell
counterpart) so the integration's update-context dispatch works
consistently across shells, matching opsmill/infrahub PR #9057.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* missing files
* ci: exclude SpecKit-generated docs from markdownlint
The v0.8.1 install adds skill files under .claude/skills/ (symlink to
dev/skills/) and the bundled git extension under .specify/extensions/.
Those files come from upstream SpecKit and don't follow this repo's
markdownlint conventions. They're regenerated on every SpecKit upgrade,
so editing them in place isn't viable.
Add !.claude/skills/**, !dev/skills/**, and !.specify/extensions/** to
the markdownlint job's exclude list, matching the pattern already used
for !.claude/commands/**, !dev/commands/**, and !.specify/templates/**.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
polmichel
approved these changes
Apr 29, 2026
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.
Merging stable into develop after merging pull request #973.