Regenerate reports/workflow-reuse.md, Per #1001 - #1025
Merged
Conversation
Per issue #1001: the carrier lists had drifted stale (last generated 2026-08-16 at hub 76f15b3, nine days before CodeRabbit flagged the mismatch against reports/divergences.md on PR #1000). Confirmed with Pieter that the two reports are meant to track current fleet state independently rather than documented as intentionally-independent snapshots, so the fix is to regenerate rather than to annotate the drift as expected. python3 spec/workflow_reuse.py --report, now at hub 5ce0374. The validate-task.yml carrier count (9) now matches reports/divergences.md's own live count for the same file, the specific mismatch #1001 named. Fixes #1001
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can start a comment with 'qodo' or '@qodo' to chat about any finding |
PR Summary by QodoRefresh workflow reuse report for current fleet state
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
ptr727
added a commit
that referenced
this pull request
Aug 26, 2026
Promotes six merged PRs from this session: - #1021: Fixes #1017 - `hub_last_change()`/`_git_revisions()` read whatever branch ROOT is on, not `main`. Fixed by fetching and resolving `origin/main` fresh, and extended to `canonical_blob_sha()`, canonical-content reads, and `hub_tracked()` (file-set enumeration), each caught by review as the same class of bug. - #1022: Fixes #1015 - documents the account-wide "Dependabot on self-hosted runners" setting in AUDIT.md and STANDUP.md. - #1023: Fixes 4 of `#928`'s 12 findings (real bugs in newly-packaged Skills content). - #1024: Addresses `#669` - marks the `pyproject.toml` divergence-ledger gap as tracked back to the issue, since 2 of the 3 named entries had already converged independently. - #1025: Fixes `#1001` - regenerates `reports/workflow-reuse.md` against current fleet state. - #1026: Fixes #928's remaining findings (5-8), closing out the issue. All six reached `mergeStateStatus: CLEAN` with 0 unresolved review threads before merging. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Clarified title-case, formatting, line-ending, .NET, Python, repository setup, and skill lifecycle guidance. - Added profile-specific Python testing and tooling instructions. - Documented nullable reference enforcement and XML documentation requirements for .NET projects. - Added guidance for Dependabot self-hosted-runner configuration and remediation. - **Bug Fixes** - Improved recursive file-format coverage and conflict verification examples. - Enhanced audit accuracy by consistently checking the remote main revision. - **Reports** - Refreshed repository divergence and workflow reuse metrics. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
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.
Fixes #1001.
The carrier lists had drifted stale (last generated 2026-08-16 at hub
76f15b3, nine days before CodeRabbit flagged the mismatch againstreports/divergences.mdon PR #1000). Confirmed with the maintainer that the two reports are meant to track current fleet state independently, rather than documented as intentionally-independent snapshots, so the fix is to regenerate rather than annotate the drift as expected.python3 spec/workflow_reuse.py --report, now at hub5ce0374. Thevalidate-task.ymlcarrier count (9) now matchesreports/divergences.md's own live count for the same file, the specific mismatch #1001 named.🤖 Generated with Claude Code