From e0585db0e03fbdc5239fa1015535dc122b927526 Mon Sep 17 00:00:00 2001 From: Errilaz Date: Tue, 4 Aug 2026 10:31:05 +0200 Subject: [PATCH] chore: small fixes --- opencode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.json b/opencode.json index dfd5423..54d672b 100644 --- a/opencode.json +++ b/opencode.json @@ -12,12 +12,12 @@ "command": { "sketch": { "description": "Apply an approved OpenSpec change", - "template": "@.ai/commands/sketch.md\n\nArguments: $ARGUMENTS", + "template": "@.agents/commands/sketch.md\n\nArguments: $ARGUMENTS", "agent": "build" }, "sketch-sync": { "description": "Apply an approved OpenSpec change and sync Forgejo", - "template": "@.ai/commands/sketch.md\n\nMode: sync\nArguments: $ARGUMENTS", + "template": "@.agents/commands/sketch.md\n\nMode: sync\nArguments: $ARGUMENTS", "agent": "build" } }