@studnicky/git-flow@0.4.0
Minor Changes
-
#28
2b390a9Thanks @Studnicky! - Adds five new Mnemotek-based packages:@studnicky/memoria(agent-native
dotfile manager — adopt/apply/diff/status/verify/bootstrap/secrets/catalog/
doctor),@studnicky/git-hooks(core.hooksPathdispatcher plus bundled
protected-branch, large-file, and secret-scan pre-commit checks),
@studnicky/git-stack(thin passthrough to thegh-stackCLI extension),
@studnicky/github-release(gh release createwrapper), and
@studnicky/labels-sync(GitHub label pull/push, add-only and dry-run by
default). None depend on a graph server, agent-orchestration proxy, or live
external API beyond the already-authenticatedgit/ghCLIs.@studnicky/git-flowgainscleanup(merged-branch pruning) and
milestone(WIP checkpoint commits, no Jira coupling) commands, and fixes
a real concurrency bug inGitPrimitives.acquireLock: the previous
existsSync-then-writeFileSynccheck let two concurrent invocations both
believe they held the lock. Lock acquisition is now exclusive-create with
stale-pid reclaim.@studnicky/config-standardsgains ten new rules (editorconfig,
vscode,prettier,style-drift,version-pin,envcheck,
codeowners,devcontainer,issue-templates,template-sync) alongside
the existing.gitignore/package.jsonchecks, plus its own corrected
lock file forfixand an atomic write helper used across every new and
existing fixer.