fix: simplify agentrun cli entrypoints

This commit is contained in:
Codex
2026-06-11 00:41:20 +00:00
parent 4068d64555
commit 23e2a6e3e2
22 changed files with 342 additions and 199 deletions
+1 -1
View File
@@ -352,7 +352,7 @@ function summarizeGitMirrorJobProgress(job: JobRecord, stdoutTail: string, stder
nextCommand: job.status === "running"
? `bun scripts/cli.ts job status ${job.id} --tail-bytes 12000`
: job.name.startsWith("agentrun_")
? "bun scripts/cli.ts agentrun v01 git-mirror status"
? "bun scripts/cli.ts agentrun git-mirror status"
: "bun scripts/cli.ts hwlab g14 git-mirror status",
};
}