From d1360efcb09ea1175e17f6d7f858730d58132d1d Mon Sep 17 00:00:00 2001 From: Eric Rodriguez Suazo <97453318+ericnoam@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:32:47 +0200 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/specify_cli/agents.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/specify_cli/agents.py b/src/specify_cli/agents.py index 10cf5eb31..497fb0da2 100644 --- a/src/specify_cli/agents.py +++ b/src/specify_cli/agents.py @@ -170,6 +170,7 @@ class CommandRegistrar: "extension": ".md", "strip_frontmatter_keys": ["handoffs"], "inject_name": True, + }, "vibe": { "dir": ".vibe/prompts", "format": "markdown",