feat(config): add sampler hot-reload callback for ADR-0023 Phase 3.2 #46
Reference in New Issue
Block a user
Delete Branch "feat/adr-0023-phase3b-sampler-reload"
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?
Closed without merge — content of this PR was accidentally bundled into PR #47 due to a working-directory race condition between two parallel sessions (Claude + Mistral autonomous, both operating on the same git checkout). When Claude opened a
fix/ci-...branch while Mistral'sfeat/adr-0023-phase3b-sampler-reloadwas the active branch in the working directory, the new branch was created from Mistral's tip rather thanmain, causing PR #47's squash merge to bundle this PR's diff. Race condition flagged as Q-038 in~/.vibe/memory/reference/mistral-quirks.mdfor future avoidance. Net effect: Mistral's autonomous Phase 3.2 work IS now on main (commit3d9746e), just under a wrong PR title. A follow-up race fix landed in PR #48.Pull request closed