Skip to content

hotfix: release stabilization v1.3.3 (r1)#92

Merged
RyshMan merged 1 commit intomainfrom
codex/release-hotfix-v1.3.3-r1
Mar 17, 2026
Merged

hotfix: release stabilization v1.3.3 (r1)#92
RyshMan merged 1 commit intomainfrom
codex/release-hotfix-v1.3.3-r1

Conversation

@RyshMan
Copy link
Contributor

@RyshMan RyshMan commented Mar 17, 2026

Problem

The v1.3.3 release workflow failed in hardening_gate on GitHub Actions.

Root Cause

make test-hardening-acceptance enforces core.hooksPath=.githooks, but the release workflow did not configure the repo hooks path before running the hardening suite. Regular CI already performs that setup.

Fix

  • add a Configure repo hooks path step to .github/workflows/release.yml
  • set git config core.hooksPath .githooks before make test-hardening-acceptance

Validation

  • git config core.hooksPath .githooks && bash scripts/test_claude_code_hook_contract.sh && make test-hardening-acceptance
  • make prepush-full

@RyshMan RyshMan requested a review from davidahmann as a code owner March 17, 2026 03:57
@RyshMan RyshMan merged commit 813c9fb into main Mar 17, 2026
7 checks passed
@RyshMan RyshMan deleted the codex/release-hotfix-v1.3.3-r1 branch March 17, 2026 04:01
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