Skip to content

feat(aidd-vcs): recover from scoped commit hook failures - #743

Open
alexsoyes wants to merge 2 commits into
nextfrom
codex/commit-correction-loop
Open

feat(aidd-vcs): recover from scoped commit hook failures#743
alexsoyes wants to merge 2 commits into
nextfrom
codex/commit-correction-loop

Conversation

@alexsoyes

@alexsoyes alexsoyes commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

🎯 What & why

The commit skill retries safe, deterministic hook fixes within the current commit instead of stopping at the first rejection.

🛠️ How it works

  • Scope stays explicit paths or staged files.
  • Retry deterministic in-scope fixes only.
  • Stop on ambiguity, scope escape, no progress, or three failures.
  • Report SHA, files, corrections, and push outcome.

The public README and catalogs reflect this contract.

🧪 How to verify

  • pnpm exec lefthook run pre-commit --all-files --force
  • pnpm exec lefthook run pre-push
  • Read 03-commit.md.

✅ I certify

  • I DO CERTIFY I READ EACH LINE OF THE PULL REQUEST BECAUSE I AM A SOFTWARE ENGINEER, NOT A AI PUPPY.

@alexsoyes
alexsoyes marked this pull request as ready for review September 3, 2026 05:55
@alexsoyes
alexsoyes requested a review from a team as a code owner September 3, 2026 05:55
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