chore: remove prompt lint and contract tests

This commit is contained in:
Codex
2026-06-11 11:54:35 +00:00
parent 4d68ad6ae3
commit 5e44545f07
98 changed files with 58 additions and 20917 deletions
-4
View File
@@ -294,10 +294,6 @@ async function main(): Promise<void> {
if (top === "commander") {
const result = runCommanderCommand(args.slice(1));
if (sub === "prompt-lint") {
emitJson(commandName, result, true);
return;
}
const ok = (result as { ok?: unknown }).ok !== false;
emitJson(commandName, result, ok);
if (!ok) process.exitCode = 1;