P4 原始验收记录
这些文件不是摘要:它们是由可重放脚本或现场命令直接生成的脱敏记录。
cursor-http-transcript.sh/.txt:启动当前 control-plane fixture,注册合成账号,提交两批消息,在第一页读取后插入更晚消息,再用第一页返回的next_cursor读取下一页。第二页只包含游标边界之后的旧消息,证明(source_time, message_id)keyset 分页不会被插入的新消息推移。p4-live-operations.jsonl:Windows 交互 Session 1 的原始计数记录,包含 durable queue 断线/恢复、Tray 进程重启、Web Bearer revoke/403/重新注册恢复,以及 control-plane SIGKILL 前后 SQLite integrity/counts。只保留 PID、Session、HTTP 状态和计数,不包含正文、联系人名称、密钥或 token。
复核方式
# 复核游标 HTTP 记录(需要 Go、curl、jq、python3)
(cd control-plane && go build -o /tmp/wxagent-control-plane-cursor ./cmd/wxagent-control-plane)
CONTROL_PLANE_BIN=/tmp/wxagent-control-plane-cursor \
docs/validation/raw/cursor-http-transcript.sh
# 核对现场记录的 JSONL 格式和跨事件不变量
jq -c . docs/validation/raw/p4-live-operations.jsonl
docs/validation/raw/verify-p4-live-operations.sh
现场记录对应实现提交 03f6764 的 control-plane 构建;Windows Tray 仍使用已审计的 e534e46 自包含构建。EnableDataSync=false 是项目安全边界要求的默认值;现场只对明确授权、白名单账号临时开启,验收后已恢复关闭。