Skip to content

fix(kirocrew): pin stable release to 0.6.0 - #110

Merged
royosherove merged 2 commits into
mainfrom
fix/kirocrew-pin-0.6.0
Sep 13, 2026
Merged

royosherove merged 2 commits into
mainfrom
fix/kirocrew-pin-0.6.0

Conversation

@royosherove

Copy link
Copy Markdown
Member

Summary

  • Pin the KiroCrew pack to the published stable 0.6.0 artifact in the installer, manifest, and help output.
  • Align the pack preflight, plan, and regression assertion with KiroCrew v0.6.0's Python >=3.12 requirement.

Compatibility check

  • The official v0.6.0 release notes and install guide state that Python 3.12 is the runtime floor and that the installer provisions managed CPython 3.12 by default.
  • The signed stable artifact manifest at cli/stable/0.6.0/cli-manifest.json resolves to version 0.6.0, python_requires: >=3.12, and the expected kirocrew-0.6.0-py3-none-any.whl.
  • The existing Lowkey-managed gateway service integration remains compatible: it continues to set KIROCREW_PORT/KIROCREW_HOME and exposes the canonical kirocrew.service alias used by managed restarts.

Validation

  • bash -n packs/kirocrew/install.sh
  • bash packs/kirocrew/test.sh (76 passed)
  • bash tests/test-sync-registry.sh (46 passed)
  • git diff --check

Not a goal

  • This PR does not change KiroCrew gateway behavior, service topology, or the selected release channel.

@royosherove

Copy link
Copy Markdown
Member Author

Intent: Pin the Lowkey KiroCrew pack to the published stable KiroCrew 0.6.0 artifact and keep the pack’s Python preflight aligned with that release’s supported runtime.
Not a goal: Change KiroCrew gateway behavior, service topology, release channel selection, or unrelated Lowkey packs.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2357029d17

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packs/kirocrew/install.sh Outdated
Comment thread packs/kirocrew/install.sh
@royosherove

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: 8906287c25

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@royosherove
royosherove merged commit ca0c05c into main Sep 13, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant