chore(release): prepare v0.3.4 - #104
Merged
Merged
Conversation
11 tasks
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
准备 dsh-mnemon v0.3.4:更新 package 版本与全部当前发布入口,并新增同步的中英文发布说明,汇总已合并的全局用户档案与项目记忆组合、Git 分支范围热记忆、可配置 Runtime 容量预算、多目标归档兜底,以及 rewind 后引导提示恢复。
Prepare dsh-mnemon v0.3.4 by updating the package version and every current-release entry point, and by adding synchronized English and Chinese release notes for the already-merged global-profile overlay, git branch-scoped hot memory, configurable Runtime capacity budgets, multi-target archive fallback, and guided-reminder recovery after rewind.
关联 Issue 或背景 / Related Issue or Context
N/A. This is maintainer release preparation for the already-reviewed and merged PRs #84, #88, #91, #102, and #103. It introduces no additional executable behavior beyond current main.
涉及区域 / Affected Areas
PR 类型 / PR Type
最新代码确认 / Latest Codebase Confirmation
main分支开发,或在提交前已 rebase 或合并最新main。 / I developed from the latestmain, or rebased or merged the latestmainbefore submitting.同步命令 / Sync command:
分支直接创建于最新 main merge commit cbfdd3d;发布准备的精确提交为 161981a。 / The branch was created directly from the latest main merge commit cbfdd3d; the exact release-preparation commit is 161981a.
AI 编码披露 / AI Coding Disclosure
使用的 AI 模型 / AI model used:
OpenAI GPT-5 (Codex)
使用的编码 Agent 工具 / Coding Agent tool used:
Codex desktop
仓库规范检查 / Repository Rules
兼容性与数据安全 / Compatibility and Data Safety
本 PR 相对已合并的 main 只修改 package 版本与发布文档,不再改变运行时代码、配置、RPC、Provider 或持久化格式。v0.3.4 无需数据迁移:现有配置保持 v0.3.3 行为;启用全局用户档案叠加不会复制、合并或删除任一根的数据;工作区 Pack 刻意排除独立全局档案;回滚到 0.3.3 无需反向迁移,但旧版本会暂时把带 branches 字段的条目投影到所有分支。
This PR changes only release metadata and documentation relative to merged main. It adds no runtime, configuration, RPC, Provider, or persistence changes. v0.3.4 requires no migration: existing configuration preserves v0.3.3 behavior; the global-profile overlay never copies, merges, or deletes either root; workspace Packs intentionally exclude the separate global profile; and rollback to 0.3.3 needs no reverse migration, although older versions temporarily project records carrying branches on every branch.
本地验证 / Local Validation
执行的命令 / Commands run:
pnpm install --frozen-lockfile pnpm run verify npm pack --ignore-scripts --json pnpm exec dsh --version git diff --check origin/main...HEAD结果摘要 / Result summary:
用户可见变更证据 / Local Feature Evidence
证据 / Evidence:
N/A. This PR changes release metadata and synchronized documentation only. The isolated Web evidence for the already-merged capacity controls and global-profile scope selection is retained in PRs #102 and #103; the other shipped paths are covered by the targeted regression tests referenced in their merged PRs.