chore: harden sqlite-first lightweight persistence#384
Merged
liujuanjuan1984 merged 2 commits intomainfrom Apr 3, 2026
Merged
Conversation
Collaborator
Author
独立审查结论本次基于 整体判断:
代码变动审查migration / state-store
task-store / runtime
docs / tests
残余注意点
PR 标题与描述已审查并更新为:
issue 关联审查当前关系判断是准确的:
|
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.
背景
本 PR 收敛
#383里围绕轻量持久化路径的实现与文档边界,目标保持不变:变更
migration / state-store
IntegrityError -> update兜底expires_atupdated_at记录的兼容读取与清理路径IntegrityErrorfallback helpertask-store / runtime
WAL、busy_timeout、synchronous=NORMALdocs / tests
A2A_TASK_STORE_BACKEND/A2A_TASK_STORE_DATABASE_URL配置的是统一轻量持久化后端相关提交
f45cb62chore: harden lightweight persistence pathscd2effcchore: refine sqlite-first persistence boundaries验证
./scripts/doctor.sh504 passed91.25%关联