diff --git a/docs/WORKFLOW-DEEP-DIVE.md b/docs/WORKFLOW-DEEP-DIVE.md index b2a35ae..f666809 100644 --- a/docs/WORKFLOW-DEEP-DIVE.md +++ b/docs/WORKFLOW-DEEP-DIVE.md @@ -57,11 +57,11 @@ Here is the **complete chronological order** of what fires during a typical deve 4. GITHUB ACTIONS (remote, costs $$$) ├─ claude-code-review.yml → automated PR code review - │ Source: .github/workflows/claude-code-review.yml (this repo) + │ Source: .github/workflows/claude-code-review.yml (smartwatermelon/claude-wrapper) │ Uses: anthropics/claude-code-action@v1 │ └─ claude.yml → @claude mention handler - Source: .github/workflows/claude.yml (this repo) + Source: .github/workflows/claude.yml (smartwatermelon/claude-wrapper) Delegates to: smartwatermelon/github-workflows/.github/workflows/claude-assistant.yml@v1 5. gh pr merge @@ -307,7 +307,7 @@ FINDING source= file="" line= comment= ## Layer 6: GitHub Actions (Remote CI/CD) -**Source repo**: `smartwatermelon/claude-wrapper` (this repo) +**Source repo**: `smartwatermelon/claude-wrapper` **Cost**: ~$0.008/minute on `ubuntu-latest` ### claude-code-review.yml — Automated PR Code Review @@ -483,7 +483,7 @@ Developer writes code in Claude Code ▼ ┌─────────────────────────────────────────────┐ │ GitHub Actions ($$$) │ -│ Source: .github/workflows/ (this repo) │ +│ Source: .github/workflows/ (claude-wrapper)│ │ ┌─────────────────────────────────────┐ │ │ │ claude-code-review.yml │ │ │ │ → anthropics/claude-code-action@v1 │ │ @@ -592,7 +592,7 @@ Developer writes code in Claude Code |------|-------|---------| | `gh` | 69 | Non-interactive shell gh wrapper | -### Source: `.github/workflows/` (this repo) +### Source: `.github/workflows/` (smartwatermelon/claude-wrapper) | File | Triggers | Uses | |------|----------|------| diff --git a/docs/plans/2026-04-02-phase2-local-whole-codebase-review.md b/docs/plans/2026-04-02-phase2-local-whole-codebase-review.md index 4050a74..74abdfa 100644 --- a/docs/plans/2026-04-02-phase2-local-whole-codebase-review.md +++ b/docs/plans/2026-04-02-phase2-local-whole-codebase-review.md @@ -221,6 +221,8 @@ concern) on its first real run. Track these across all repos during the validation week: +_Note: the Reliability item referencing dotfiles#29 was added 2026-08-03, after the 2026-04-10 validation window closed — added for completeness/tracking, not as a live validation task._ + **Coverage parity:** - [ ] Compare local codebase review findings with Seer findings on same PRs @@ -245,6 +247,7 @@ Track these across all repos during the validation week: - [ ] Any crashes or unparseable verdicts from codebase review? - [ ] Does pre-merge-review.sh still work after the refactor? - [ ] Any issues with non-blocking issue creation (gh failures, pending-issues fallback)? +- [ ] Does post-commit hook correctly report commit hash? (dotfiles#29 fix) **Decision point (2026-04-10):**