@tryarcanist/cli 0.1.293 → 0.1.294
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12560,11 +12560,14 @@ The result is posted as a PR comment marked arcanist-anubis:v1.
|
|
|
12560
12560
|
Anubis requires a write-scoped CLI token and repository write access.
|
|
12561
12561
|
`
|
|
12562
12562
|
).action((prUrl, options, command) => anubisCommand(prUrl, options, command));
|
|
12563
|
-
program.command("hades <repo>").description("Start an internal Hades
|
|
12563
|
+
program.command("hades <repo>").description("Start an internal Hades run measuring Zeus's review capability on a Try Arcanist repository").addHelpText(
|
|
12564
12564
|
"after",
|
|
12565
12565
|
`
|
|
12566
|
-
Hades is internal-only. It
|
|
12567
|
-
|
|
12566
|
+
Hades is internal-only. It measures which classes of correctness regression Zeus
|
|
12567
|
+
identifies during normal review: it proves a small regression against an oracle in the
|
|
12568
|
+
selected tryarcanist repository, and the control plane opens each one as a throwaway
|
|
12569
|
+
draft pull request for Zeus to review. The drafts are closed and their branches deleted
|
|
12570
|
+
once reviewed.
|
|
12568
12571
|
`
|
|
12569
12572
|
).action((repo, options, command) => hadesCommand(repo, options, command));
|
|
12570
12573
|
sessions.command("stop").description("Stop the active run for a session").argument("<session-id>", "Session ID").addHelpText(
|