chore(release): v0.1.25 — Now horizon (N1, N2, N3, N4) + P0 wave#31
Merged
Conversation
Bumps package.json + package-lock.json from 0.1.24 to 0.1.25 and extends releases/v0.1.25.md to cover every theme that landed since v0.1.24: - N1 durability (#29): atomic writes, registry lock, fsync-before-rename - N2 account-service split (#30): 1675 LOC -> 164 LOC orchestrator + 12 modules - N3 error taxonomy + --json (#28): AuthmuxError base, stable codes, JSON envelope - N4 lazy path resolvers (#27): bare constants deprecated for v0.2.0 - P0 wave (#26): secure perms, [y/N] update prompt, kiro ENOENT, CI matrix, registry proxy-source round-trip, 18k-line improvement docs Notes follow the canonical 7-section shape from docs/future/17-ROADMAP.md (Added, Changed, Fixed, Deprecated, Removed, Security, Migration), with the prior Durability section folded into a "Theme deep-dives" appendix so the canonical shape is intact. No code changes. No npm publish. Verification: - npm run build: clean - npm test: 129/129 pass - node -e "require('./package.json').version" -> 0.1.25 - node -e "require('./package-lock.json').version" -> 0.1.25
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.
Summary
Cuts v0.1.25. Docs + version-bump only. No code changes. No npm publish.
Bumps
package.jsonandpackage-lock.jsonfrom0.1.24to0.1.25and extendsreleases/v0.1.25.mdto cover every theme that landed onmainsincev0.1.24.Themes shipped in 0.1.25
--jsonP0 wave content from #26 covers: secure-fs perms (0600/0700 via
secureWriteFile), init-hook update prompt flipped to[y/N]default-no, kiro switchENOENTfix, CI test matrix (Ubuntu/macOS/Windows × Node 18/20/22), and registry proxy-source round-trip fix.Release-notes shape
Follows the canonical 7-section order from
docs/future/17-ROADMAP.md§"Release-notes shape":Added→Changed→Fixed→Deprecated→Removed→Security→Migration. The priorDurabilitysection from #29's partial notes is preserved under a new## Theme deep-divesappendix so the canonical 7-section shape stays intact.Deprecatedlists the six barepaths.tsconstants (codexDir,accountsDir,authPath,currentNamePath,registryPath,sessionMapPath) with removal scheduled for v0.2.0.Removedis- None.Securitydocuments 0600/0700 perms, atomic mode-before-rename, and the default-no update prompt.Verification
Not in this PR
tsc: not found. Publishing is a separate maintainer decision.Test plan
npm run buildcleannpm test129/129 passpackage.jsonversion reads0.1.25package-lock.jsontop-level +packages[""]version both0.1.25releases/v0.1.25.mdhas all 7 canonical sections in ordernpm publishseparately