@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.
Files changed (2) hide show
  1. package/dist/index.js +6 -3
  2. 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 adversarial Zeus probe against a Try Arcanist repository").addHelpText(
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 creates one proved adversarial patch in the selected
12567
- tryarcanist repository; the control plane opens the draft pull request and triggers Zeus.
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(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.293",
3
+ "version": "0.1.294",
4
4
  "description": "CLI for Arcanist - create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {