From 21e57d512cf3d7debfce70a344c80976203c8ec0 Mon Sep 17 00:00:00 2001 From: claude-bot-go Date: Mon, 27 Jul 2026 21:48:44 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20#42:=20Fix=20WasmAgent/trace-pipeline#25?= =?UTF-8?q?=20([milestone=20Milestone=202=20]=20Remove=20`argument=5Fdrift?= =?UTF-8?q?`=20(bare=20untyped=20object=20=E2=80=94=20rejected=20upst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/aep-record.schema.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/schemas/aep-record.schema.json b/schemas/aep-record.schema.json index a6438a6..96d14d6 100644 --- a/schemas/aep-record.schema.json +++ b/schemas/aep-record.schema.json @@ -180,14 +180,6 @@ "side_effect_class": { "type": "string", "description": "v0.3+: Classification of side effects produced by the run" - }, - "argument_drift": { - "type": "object", - "description": "v0.3+: Detected argument drift metadata" - }, - "dsse_envelope": { - "type": "object", - "description": "v0.4+: Dead Simple Signing Envelope wrapping the record" } } }