feat(ci): forks are exempt, visibly — upstream owns their manifests - #14
Merged
Conversation
catomean
marked this pull request as draft
September 1, 2026 12:59
A fork that tracks an upstream does not own its dependency policy: patching its lockfile buys merge friction and can never be more current than the next sync. Learned on bitbaum/openclaw (2026-09-01): the openai bump's PR could only ever be verified by a CI baseline that also belongs to upstream. A fork's currency action is SYNCING, which this audit cannot ratchet. listRepos now partitions by isFork; exempted forks are printed by name in every report so the exemption is visible, never silent. Baseline re-measured on a verified-clean run (zero UNCHECKED): the fleet's owned repos are fully current at 0. (The first push of this branch shipped the baseline without the code — the patch had been swallowed by a blocked shell command and the commit script never re-applied it; a rate-limited measurement then wrote 0 with 23 repos UNCHECKED. Caught because UNCHECKED prints visibly, drafted before the sweep could take it, re-measured clean, amended.) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn
catomean
force-pushed
the
feat/fork-exempt-currency
branch
from
September 1, 2026 13:02
2814078 to
cd2aa42
Compare
catomean
marked this pull request as ready for review
September 1, 2026 13:02
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.
A tracking fork's dependency policy belongs to upstream; its currency action is syncing, which this audit cannot ratchet (learned on bitbaum/openclaw — see closed openclaw#5). Forks are now partitioned out of the measurement and printed by name in every report, so the exemption is visible rather than silent. Baseline re-measured: 1 → 0 — the fleet's owned repos are fully current.
🤖 Generated with Claude Code
https://claude.ai/code/session_01WqKqMnHQHSmkGFfc5t7Rxn