The doctor installs the fastlane seam where a fastlane exists #9
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Meta/Campaign
Meta/Epic
Meta/Session
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Curated
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Scope/Campaign
Status/Abandoned
Status/Blocked
Status/Conflicted
Status/In Progress
Status/In Review
Status/Need Grooming
Status/Need More Info
Status/Ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Ting/Jostoph#9
Loading…
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?
.fastlane.justand.doctor.justnow sit side by side here (#6, #7), and the seam's own header says it ships as one file "to another repo (Jostoph, with the doctor)". Nothing yet puts it in a working repo: it has to be copied by hand, which is the drift the doctor exists to end.In scope
fastlanestep in.doctor.justthat installs and refreshes.fastlane.justfrom this repository.fastlanebranch, using the sameremote_bookmarks(exact:"fastlane")test that already definestrunk().justfiledoes not wire the seam.Out of scope
.fastlane.tomlis fetched, validated and cached by the seam itself, with its own one-day freshness rule; the doctor must not duplicate that.justfile.mod? fastlane ".fastlane.just"and theflake_overridevariable are edits to a tracked file, which the doctor does not make — same rule the governance check already follows.Boundary
The seam is untracked by design and presence is its toggle, so installing it changes what every
nixevaluation in that repo resolves against. That is the intended effect, and it is why the step refreshes rather than merely creating, and soft-fails rather than acting on an unverifiable fetch.A repo with no
fastlaneon the forge has nothing to override against; installing there would be cargo cult, so it is skipped and said out loud.Acceptance
fastlaneand has no seam: the seam is installed, and a second run reports it present and current without rewriting.just -f .fastlane.just assemblefetches the manifest, caches it, and emits one--override-inputper input at?ref=fastlane.fastlaneon the forge: nothing is installed, and the skip is reported.justfilelacks themod?line is told so, and no tracked file is edited.