Skip to content

fix: allow taskless hotfix closure#72

Merged
MageByte-Zero merged 1 commit into
mainfrom
codex/issue-71-hotfix-closing-guard
Jul 21, 2026
Merged

fix: allow taskless hotfix closure#72
MageByte-Zero merged 1 commit into
mainfrom
codex/issue-71-hotfix-closing-guard

Conversation

@MageByte-Zero

Copy link
Copy Markdown
Owner

Summary

  • add a hotfix-specific executing -> closing guard mapping
  • allow reviewed hotfixes to close without a tasks.md
  • retain test, spec-sync, execution-plan, and review-receipt gates
  • add an end-to-end regression test using real execution evidence

Root cause

Hotfixes had no workflow-specific closing transition checks, so the guard fell back to the full-workflow checks and incorrectly required tasks-complete, even though tasks.md is optional for the hotfix path.

Verification

  • node --test tests/lib/guard.test.mjs — 35/35 passed
  • npm run build — passed
  • npm test — 489/489 passed
  • node --check scripts/guard/guard.mjs — passed
  • git diff --check 2d5c92a..HEAD — passed
  • real taskless-hotfix transition: executing -> closing — passed
  • independent review — PASS, no findings

Closes #71

@MageByte-Zero
MageByte-Zero marked this pull request as ready for review July 21, 2026 04:23
@MageByte-Zero
MageByte-Zero merged commit 27821f4 into main Jul 21, 2026
6 checks passed
@MageByte-Zero
MageByte-Zero deleted the codex/issue-71-hotfix-closing-guard branch July 21, 2026 06:25
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.

hotfix closing 守卫错误要求 tasks.md

1 participant