docs(VERSIONING): ADR-0007 link is broken — 0007-manifest-commit-lifecycle.md does not exist (actual: 0007-manifest-commit-direct-push.md) #657
Labels
No labels
bump
major
bump
minor
bump
patch
kind/bug
kind/chore
kind/docs
kind/feature
priority/critical
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frankenbit/release-toolkit#657
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The defect
docs/VERSIONING.mdlinks ADR-0007 under a filename that does not exist.Verified — all three ADR links checked, with a control
Independently reproduced by two chambers.
⚠️ Why this one matters more than a typical dead link
It sits in the paragraph defining the
path α/path γcontract — inside the "v1.x releases preserve backward compatibility on … documented behavior contracts" bullet.That is the passage an adopter reads to learn what pinning
@v1.xactually guarantees. The ADR it points at is the authority for the contract's semantics.The link is load-bearing for the document's credibility, not merely for navigation.
Fix
One-line path correction:
lifecycle→direct-push.Worth a sweep of the other
docs/**files for the same stale filename while in there — this ADR was presumably renamed at some point andVERSIONING.mdmay not be the only referrer.Context
Found while verifying whether
#338's SemVer discipline was already memorialized (it is —docs/VERSIONING.mdcarries all four of its bullets, marked effective at v1.0.0, so#338is an at-cut checkpoint rather than a pending decision).⚠️ Filed as a tracker tonight deliberately, with the fix PR left for a fresh session. A tracker needs no reviewer; a doc PR at hour nine would need one at hour nine. Filing now so the finding does not depend on anyone's recall tomorrow.
Refs frankenbit/release-toolkit#338.
Staleness pass — LIVE, all three verdicts
Fix the link. Nothing else touches it.