fix: copilot-plugin test checks all 6 command files (#393)

Previously only checked 4 of 6. ponytail-gain.toml and
ponytail-help.toml are now validated.

Closes #381

Co-authored-by: Admin <admin@Admins-MacBook-Pro.local>
This commit is contained in:
nanaubusiness
2026-06-30 00:21:09 +02:00
committed by GitHub
co-authored by Admin
parent bc9ee949d5
commit 85cc1d9935
+2
View File
@@ -13,6 +13,8 @@ const REQUIRED_COMMAND_FILES = [
'ponytail-review.toml',
'ponytail-audit.toml',
'ponytail-debt.toml',
'ponytail-gain.toml',
'ponytail-help.toml',
];
function readJSON(relPath) {