Release 0.0.26 - #186
Merged
Merged
Conversation
Carries the #174 fail-open delete fix (#181) — one directory now serves the guard, the listing and the delete, and a recorded clone path is honoured only when it is absolute, so an empty one can no longer hand `shutil.rmtree` dl's own working directory. Also releases `dl <workspace> dotfiles` (#44) and `dl --prune` (#159), which merged past 0.0.25 without changelog entries of their own; this adds them. Goes out through Auto-publish → Conda Publish, the same way 0.0.25 did: no tag or GitHub release is created by hand.
Reviewer's GuideVersion bump release 0.0.26 that updates packaging metadata and adds a detailed changelog section for the new release, including notes on recent feature additions, timing changes, and a critical workspace deletion fix. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #186 +/- ##
=======================================
Coverage 95.33% 95.33%
=======================================
Files 22 22
Lines 3025 3025
=======================================
Hits 2884 2884
Misses 141 141 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump only —
pyproject.toml,conda.recipe/recipe.yamland theCHANGELOG.mdsection header, the same three files 0.0.24 (#175) and 0.0.25 (#177) touched.Releases the work sitting on
mainpastv0.0.25. The one that matters:dl <ws> rmcould destroy unsaved work without ever asking for--force. The guard read the clone directory offlocal_pathwhile the delete fell back to the derived path, so a stale record had the guard clearing an absent directory and the delete removing the one holding the work. Exit 0, nothing logged. All three readers — guard, delete, anddl --ls --json— now resolve through oneWorkspaceCloneManager.resolve_clone_path, and a recorded path is honoured only when it is absolute, which closes thePath("") == Path(".")face of it that handedshutil.rmtreedl's own working directory.Two user-facing changes merged past 0.0.25 without changelog entries of their own, so this PR writes them:
dl <workspace> dotfilesrefresh subcommand #44 —dl <workspace> dotfilesrefreshes dotfiles in an already-provisioned workspace.dl --pruneremoves the clone directories no live workspace opens.Also in, without notes: #178 and #179 (tests only), #156 and #161 (timing/updater, summarised under Changed), and two dependabot action bumps.
Goes out through the workflow chain rather than by hand, the way 0.0.25 did: merge to main → Auto-publish tags
v0.0.26, creates the GitHub release from the changelog section and pushes to PyPI → Conda Publish sees the version change and uploads to prefix.dev/blooop. No tag or release is created manually.🤖 Generated with Claude Code
Summary by Sourcery
Release version 0.0.26 with documented changes and safety fixes for workspace management.
New Features:
dl <workspace> dotfilesto refresh dotfiles in already-provisioned workspaces.dl --pruneto remove clone directories no longer used by any live workspace.Bug Fixes:
dl <ws> rmso it no longer risks deleting unsaved work or the tool’s own working directory without explicit force confirmation.Enhancements:
Build: