Conversation
Closed
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.
当前 schema v3 保存世界与资产,读档会清除 Agent 临时状态并按日程安置人物。完整逻辑快照需要同时保存人物活动、位置与路线进度、会面归属、个人经历和逻辑待办,避免恢复后各部分状态不一致。
本 PR 确定完整逻辑快照契约 1.0 和 Accepted ADR-0019。用户已确认三项恢复行为:恢复实际位置与路线进度;继续原互动及未完成轮次;旧档保留已有世界和资产,并初始化缺失人物状态、记录迁移来源。契约规定捕获和加载边界、关联一致性、已耗调用与期限续接、旧请求隔离及 13 组公开验收场景;同步 PRD、领域词汇和实施入口。
关联确定完整逻辑快照的保存与恢复契约。本 PR 交付已确认的设计与验收要求,未实现新存档格式或恢复代码;当前 schema v3 行为仍然有效。实现继续等待活动期限和读档重建失败的前置票据。
验证:草案阶段完成 Agent 与身体/时钟两路只读源码核验,并补齐 NoLegalPosition 恢复及旧请求继续占位的要求;本次依据用户确认核验七份文档的一致性、本地链接、机器路径和暂存 diff。新增运行测试与真实模型调用均为 0,13 组场景是待实现的验收要求。
基于实验平台范围 PR,本 PR 保持 Draft、未合并。仅包含七份文档,未包含共享工作区美术、场景和农田改动。