From 9e2255d75fef2200bf0f5d37b8fd973e871e2644 Mon Sep 17 00:00:00 2001 From: nanaubusiness Date: Sat, 27 Jun 2026 21:52:45 +0300 Subject: [PATCH] fix: align ponytail-debt.md em-dash with TOML The OpenCode command adapter used a comma instead of an em dash in the output format template, drifting from the TOML canonical. --- .opencode/command/ponytail-debt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.opencode/command/ponytail-debt.md b/.opencode/command/ponytail-debt.md index d853778e..4a024dc6 100644 --- a/.opencode/command/ponytail-debt.md +++ b/.opencode/command/ponytail-debt.md @@ -2,4 +2,4 @@ description: "Harvest ponytail: comments into a tracked debt ledger" --- -Harvest every `ponytail:` comment in this repository into a debt ledger so deferrals do not rot into 'later means never'. Grep the whole tree for comment markers (grep -rnE '(#|//) ?ponytail:' ., skipping node_modules/.git/build output). One row per marker, grouped by file: :, . ceiling: . upgrade: . Tag any marker that names no upgrade path or trigger as no-trigger, those rot silently. End with the count of markers and how many lack a trigger. If none: 'No ponytail: debt. Clean ledger.' Report only, change nothing. +Harvest every `ponytail:` comment in this repository into a debt ledger so deferrals do not rot into 'later means never'. Grep the whole tree for comment markers (grep -rnE '(#|//) ?ponytail:' ., skipping node_modules/.git/build output). One row per marker, grouped by file: :. ceiling: . upgrade: . Tag any marker that names no upgrade path or trigger as no-trigger, those rot silently. End with the count of markers and how many lack a trigger. If none: 'No ponytail: debt. Clean ledger.' Report only, change nothing.