M5b: drop the vestigial profiles alias from the forge-ssh-key fixture #16
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/nexus!16
Loading…
Reference in a new issue
No description provided.
Delete branch "agent/nexus-drop-vestigial-profiles-fixture"
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?
Part of the archetypes/profiles repo split —
Refs allod/strategy#18. This is M5b, the non-cliff nexus cleanup in the final sweep.forge-ssh-keyresolves the deploy checkout for its lock-bump steps (notprofiles) since G1c, so its test fixture registry'sprofiles→allod/profilesalias was vestigial — dead fixture data that no longer matched what the script resolves. Rename it to thedeployalias it actually resolves.This removes the last non-definitions
allod/profilesreference from nexus. The remaining nexus hits all legitimately mean the new definitions repo or test still-valid paths:scripts/bootstrap-vm-from-host.sh— the sanctioned optional profile-hook lookup (resolve_checkout profiles … allod/profiles), which points at the definitions checkout.tests/bootstrap-orchestration.sh— exercises that bootstrap hook.tests/registry-resolver.sh— unit-testsresolve_checkout profiles, which bootstrap still uses.tests/provisioning-contract.sh— health-check sample repo;allod/profilesis a real repo the dev VM now clones (post-M5a).Risk
R1 Low — a test-fixture rename with no runtime surface. The fixture entry is overridden by
DEPLOY_CHECKOUTin the test, so it is inert; straight revert.Validation