From ecfaeabf2a92e26c6a521d5fac404a0fff6263b6 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Wed, 16 Sep 2026 01:34:45 +0200 Subject: milestone 1 review: claims span the run, explain's chain is opt-in and its own, overrides keyed by clean path, splice and enum guards --- cmd/krino/sort.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd/krino') diff --git a/cmd/krino/sort.go b/cmd/krino/sort.go index 54d5574..c2038fd 100644 --- a/cmd/krino/sort.go +++ b/cmd/krino/sort.go @@ -274,6 +274,10 @@ func cmdSort(g *globals, names []string, stdout, stderr io.Writer) int { return stopAfterApply(action, nil) }() + // The directory is done, applied or not: the next one plans against + // the disk, with only this run's actual results still claimed. + sess.FinishDirectory() + if quit { break } -- cgit v1.3