Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.15 KB

File metadata and controls

42 lines (34 loc) · 1.15 KB

闭环测试执行协议 V1

测试时间:2026-06-24 被测系统:Memory Engineering V1 Event-Driven Cognitive Execution Engine 测试目标:系统自洽运行 Self-consistent Runtime 唯一判据:同一输入 → 系统内部状态是否发生可追踪变化


Step 1: Session Start

  • Hook 被触发(自动,非手动提醒)
  • Core Context 加载:Identity + Active Projects
  • 当前目标被识别

Step 2: Task Start — "下一步做什么?"

  • Reason Router: 激活 Interpretation + Decision + Plan
  • Decision 输出: 结构化选项(A/B),带 memory_trace
  • Plan 输出: 4个task,含依赖图,含 execution_order

Step 3: 执行 task-001

  • Action Executor: 按 DAG 调度执行
  • task-001 status: pending → done
  • Feedback: raw_event → Trigger → Classify → Lifecycle → Storage

Step 4: 验证闭环

  • project_state phase 发生变更(不是日志,是文件内容变化)
  • 新增 Memory(Decision/Lesson)可选

记录器 Protocol

每步记录:

{
  "step": "",
  "input": "",
  "context": {},
  "decision": "",
  "output": {},
  "timestamp": ""
}