chore: remove prompt lint and contract tests

This commit is contained in:
Codex
2026-06-11 11:54:35 +00:00
parent 4d68ad6ae3
commit 5e44545f07
98 changed files with 58 additions and 20917 deletions
+1 -1
View File
@@ -95,4 +95,4 @@ Pipeline 的最终控制模型必须是 100% OA 事件流驱动。开发过程
- 完成态还必须删除文件传输残留:`PIPELINE_MONITOR_APPEND_FILE``PIPELINE_MONITOR_STOP_FILE``PIPELINE_MONITOR_CONTROL_DIR``PIPELINE_NODE_PROMPT_APPEND_FILE``control-events.jsonl``runControlEventFile``appendJsonLine``readJsonLineRecords``readPromptAppendFile``parseCommandFile``parseMonitorCommandFile``readMonitorCommands``fallbackMonitorInterventions``syntheticMonitorStopPrompt` 以及 monitor 的 `/pipeline-state` 挂载都不得出现在运行代码中。
- E2E 必须覆盖有审核与无审核两条链路:无审核时由 OA 从 `node-finished` 推进下游;有审核时由 monitor 经 OA 控制事件推进下游;事件都必须带 `pipeline:{pipelineId}``epoch:{runId}` tag。
- Pipeline 甘特图 E2E 必须证明没有重复审核点、长任务观察有连线且无来源伪点、running node 有实时条、OpenCode step 空闲区间留白、控制箭头来自 OA 控制事件。
- 代码检查应加入防回归搜索或等价单元测试,防止重新引入 `legacy audit policy flag` 权威字段、旧 audit-request 事件、`legacy batch completion gate` 推进逻辑或非 OA 控制写路径。
- 代码检查应优先使用防回归搜索或原入口验证,防止重新引入 `legacy audit policy flag` 权威字段、旧 audit-request 事件、`legacy batch completion gate` 推进逻辑或非 OA 控制写路径;除非用户明确要求,不新增测试脚本