From c7b14ffb6d14969c9c41864e827f33f8e80fc24e Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 18:44:32 +0200 Subject: Rename plugin to clever-tee --- conformance/scenario-schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conformance/scenario-schema.json') diff --git a/conformance/scenario-schema.json b/conformance/scenario-schema.json index 10fde22..dfc46b0 100644 --- a/conformance/scenario-schema.json +++ b/conformance/scenario-schema.json @@ -1,7 +1,7 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://clever-f.invalid/conformance/scenario-schema.json", - "title": "clever-f host-neutral conformance scenarios", + "$id": "https://clever-tee.invalid/conformance/scenario-schema.json", + "title": "clever-tee host-neutral conformance scenarios", "type": "object", "required": ["format_version", "scenarios"], "additionalProperties": false, @@ -287,7 +287,7 @@ "properties": { "after_step": { "type": "integer", "minimum": 0 }, "operation": { "enum": ["create", "remove", "rebuild", "preserve"] }, - "group": { "enum": ["CleverFCursor", "CleverFChar", "CleverFDirect"] }, + "group": { "enum": ["CleverTeeCursor", "CleverTeeChar", "CleverTeeDirect"] }, "identity": { "type": "string" }, "window": { "type": "string" }, "anchor_line": { "type": "integer", "minimum": 1 }, -- cgit v1.2.3