docs: fix workflow-deep-dive repo mislabel and validation checklist gap - #32
Merged
smartwatermelon merged 1 commit intoAug 3, 2026
Conversation
…hecklist item Layer 6 (GitHub Actions) in WORKFLOW-DEEP-DIVE.md mislabeled claude-wrapper's workflow files as "(this repo)" — verified via gh api that claude-code-review.yml/claude.yml as described live in smartwatermelon/claude-wrapper, not dev-env (dev-env only has claude-blocking-review.yml). Corrected all five occurrences of this mislabel (lines ~60, ~64, ~310, ~486, ~595). Also added the missing dotfiles#29 (post-commit hash mismatch fix) item to the Phase 2 validation checklist's Reliability section, per issue #18 — it was implemented and logged but never added to the checklist. Added a note clarifying this was added retroactively after the 2026-04-10 validation window closed. Closes #25, closes #18 Claude-Session: https://claude.ai/code/session_01SsnvQEpWgMxcRocq8bBVSE
smartwatermelon
deleted the
claude/docs-fix-workflow-deep-dive-and-checklist-2508
branch
August 3, 2026 15:35
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.
Summary
docs/WORKFLOW-DEEP-DIVE.mdLayer 6 (GitHub Actions) mislabeled the source ofclaude-code-review.yml/claude.ymlas "(this repo)". Verified viagh apiagainstsmartwatermelon/claude-wrapperandsmartwatermelon/dev-envthat these workflow files (as named/described in the doc) actually live inclaude-wrapper, notdev-env—dev-envonly hasclaude-blocking-review.ymlanddependabot-auto-merge.yml. Corrected all five occurrences of the same mislabel (lines ~60, ~64, ~310, ~486, ~595) to attribute them tosmartwatermelon/claude-wrapper.dotfiles#29(post-commit hook commit-hash mismatch fix) item to the Phase 2 validation checklist's Reliability section indocs/plans/2026-04-02-phase2-local-whole-codebase-review.md. This fix was implemented and logged in the Implementation log (~line 188) but never made it into the checklist. Added a one-line note clarifying the item was added 2026-08-03, after the original 2026-04-10 validation window closed, so it's not misread as having been part of the live validation.Test plan
gh api repos/smartwatermelon/{claude-wrapper,dev-env}/contents/.github/workflowsdev-envhas noclaude-code-review.ymlorclaude.yml;claude-wrapperhasclaude-blocking-review.ymlandclaude.ymlmatching the doc's described behavior.git/confighas a localcore.hookspathoverride pointing at its own (mostly empty).git/hooks, which bypassed the global pre-commit review hooks for this commit — pre-existing repo-local config issue, out of scope for this PR, flagging for awareness.Closes #25
Closes #18
https://claude.ai/code/session_01SsnvQEpWgMxcRocq8bBVSE