恢复 Bundle 更新并让 macOS 通知可验证 - #6
Merged
z2z23n0 merged 5 commits intoJul 18, 2026
Merged
Conversation
z2z23n0
marked this pull request as ready for review
July 18, 2026 11:47
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.
Mainline Intent
Intent:
int_0739333cStatus:
proposedTitle: 恢复 Bundle 更新并让 macOS 通知可验证
What changed
恢复 selected bundle lifecycle 与内置 __bundle-driver,使 Git commit 可作为精确 Artifact 版本;新增安装在 ~/Applications 的原生 ToolTend Notifier,安装器和自更新会维护该 App,reconcile 与 watchdog 使用稳定身份发送通知,doctor 检查安装和授权状态。
Why
当前运行二进制缺失未合入主线的 Bundle 生命周期实现,导致 8 个本地 Recipe 返回的 git: 被当成语义版本拒绝;裸 osascript 虽把通知写入系统数据库,但记录 presented=0,且发送错误被忽略。
Decisions
Subsystems: README.md, bundle, bundledriver, cli, config, doctor, install.sh, model, notify, reconcile, scheduler, scripts, store, watchdog