@glrs-dev/cli 2.2.0 → 2.4.0

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 (65) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/{chunk-EM4MJBOD.js → chunk-2AZKRWC6.js} +4 -4
  3. package/dist/{chunk-UXBOTMDY.js → chunk-2P3ETOT2.js} +2 -2
  4. package/dist/chunk-2VMFXAJH.js +795 -0
  5. package/dist/chunk-5ZVUFNCP.js +140 -0
  6. package/dist/{chunk-W37UX3U2.js → chunk-6Y27RQQL.js} +2 -2
  7. package/dist/{chunk-RZWOWTKF.js → chunk-EKNRKZWR.js} +4 -4
  8. package/dist/{chunk-YGNDPKIW.js → chunk-HQUCVJ4G.js} +3 -1
  9. package/dist/{chunk-OABVEBWW.js → chunk-MBEVC327.js} +1 -1
  10. package/dist/{chunk-SB3MLROC.js → chunk-MCM47HH4.js} +8 -3
  11. package/dist/{chunk-F3AFRUT2.js → chunk-PTIO556V.js} +2 -2
  12. package/dist/{chunk-E2UNZIZT.js → chunk-R2WXQ54P.js} +1 -1
  13. package/dist/{chunk-I2KUXY3I.js → chunk-SMDIOB5B.js} +2 -2
  14. package/dist/{chunk-SPULDN7P.js → chunk-YY7EWHMA.js} +5 -3
  15. package/dist/cli.js +31 -20
  16. package/dist/commands/autopilot-interactive.d.ts +89 -0
  17. package/dist/commands/autopilot-interactive.js +248 -0
  18. package/dist/commands/autopilot-raw.d.ts +1 -0
  19. package/dist/commands/autopilot-raw.js +368 -0
  20. package/dist/commands/autopilot-tui.d.ts +7 -0
  21. package/dist/commands/autopilot-tui.js +7 -0
  22. package/dist/commands/autopilot.d.ts +39 -0
  23. package/dist/commands/autopilot.js +395 -0
  24. package/dist/commands/cleanup.js +3 -3
  25. package/dist/commands/create.js +4 -4
  26. package/dist/commands/dashboard.d.ts +3 -0
  27. package/dist/commands/dashboard.js +1549 -0
  28. package/dist/commands/debrief.d.ts +57 -0
  29. package/dist/commands/debrief.js +9 -0
  30. package/dist/commands/delete.js +3 -3
  31. package/dist/commands/go.js +2 -2
  32. package/dist/commands/list.js +3 -3
  33. package/dist/commands/loop.d.ts +42 -0
  34. package/dist/commands/loop.js +133 -0
  35. package/dist/commands/plan-picker.d.ts +15 -0
  36. package/dist/commands/plan-picker.js +76 -0
  37. package/dist/commands/scoper.d.ts +54 -0
  38. package/dist/commands/scoper.js +341 -0
  39. package/dist/commands/switch.js +3 -3
  40. package/dist/index.d.ts +2 -2
  41. package/dist/index.js +1 -1
  42. package/dist/lib/auto-update.js +1 -1
  43. package/dist/lib/config.d.ts +3 -2
  44. package/dist/lib/config.js +1 -1
  45. package/dist/lib/registry.d.ts +2 -0
  46. package/dist/lib/registry.js +1 -1
  47. package/dist/lib/worktree.js +3 -3
  48. package/dist/vendor/harness-opencode/dist/agents/prompts/build.md +16 -0
  49. package/dist/vendor/harness-opencode/dist/agents/prompts/code-reviewer-thorough.md +6 -7
  50. package/dist/vendor/harness-opencode/dist/agents/prompts/debriefer.md +55 -0
  51. package/dist/vendor/harness-opencode/dist/agents/prompts/plan-reviewer.md +2 -1
  52. package/dist/vendor/harness-opencode/dist/agents/prompts/plan.md +104 -7
  53. package/dist/vendor/harness-opencode/dist/agents/prompts/prime.md +4 -2
  54. package/dist/vendor/harness-opencode/dist/agents/prompts/scoper.md +129 -0
  55. package/dist/vendor/harness-opencode/dist/agents/prompts/spec-reviewer.md +0 -1
  56. package/dist/vendor/harness-opencode/dist/agents/prompts/spec-reviewer.open.md +0 -1
  57. package/dist/vendor/harness-opencode/dist/chunk-GILWWWMB.js +66 -0
  58. package/dist/vendor/harness-opencode/dist/cli.js +328 -687
  59. package/dist/vendor/harness-opencode/dist/index.js +123 -20
  60. package/dist/vendor/harness-opencode/dist/plugin-check-GJRD2OK6.js +14 -0
  61. package/dist/vendor/harness-opencode/dist/skills/spear-protocol/SKILL.md +2 -1
  62. package/dist/vendor/harness-opencode/package.json +1 -1
  63. package/package.json +10 -2
  64. package/dist/vendor/harness-opencode/dist/autopilot/prompt-template.md +0 -80
  65. package/dist/vendor/harness-opencode/dist/bin/plan-check.sh +0 -255
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @glrs-dev/cli
2
2
 
3
+ ## 2.4.0
4
+
5
+ ## 2.3.0
6
+
3
7
  ## 2.2.0
4
8
 
5
9
  ## 2.1.0
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  createWorktree
3
- } from "./chunk-F3AFRUT2.js";
3
+ } from "./chunk-PTIO556V.js";
4
4
  import {
5
5
  spawnShell
6
6
  } from "./chunk-LMRDQ4GW.js";
7
7
  import {
8
8
  loadRegistry
9
- } from "./chunk-SPULDN7P.js";
9
+ } from "./chunk-YY7EWHMA.js";
10
10
  import {
11
11
  info
12
12
  } from "./chunk-YBCA3IP6.js";
@@ -18,7 +18,7 @@ import {
18
18
  import { command, positional, option, optional, string } from "cmd-ts";
19
19
  import * as path from "path";
20
20
  import * as os from "os";
21
- var INDEX_DIR = path.join(os.homedir(), ".glorious");
21
+ var INDEX_DIR = path.join(os.homedir(), ".glrs");
22
22
  var INDEX_FILE = path.join(INDEX_DIR, "repos.json");
23
23
  function existsSync(filePath) {
24
24
  const { existsSync: _fs } = __require("fs");
@@ -100,7 +100,7 @@ function resolveRepoPath(repo) {
100
100
  if (scanned) return scanned;
101
101
  throw new Error(
102
102
  `No repo named '${repo}' found.
103
- Looked in worktree registry, ~/.glorious/repos.json, and scan roots.
103
+ Looked in worktree registry, ~/.glrs/repos.json, and scan roots.
104
104
  Fix: run 'glrs wt new' from inside the repo once.`
105
105
  );
106
106
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  isProtected
3
- } from "./chunk-W37UX3U2.js";
3
+ } from "./chunk-6Y27RQQL.js";
4
4
  import {
5
5
  defaultBranch,
6
6
  git,
@@ -11,7 +11,7 @@ import {
11
11
  } from "./chunk-LMRDQ4GW.js";
12
12
  import {
13
13
  unregisterWorktree
14
- } from "./chunk-SPULDN7P.js";
14
+ } from "./chunk-YY7EWHMA.js";
15
15
  import {
16
16
  bold,
17
17
  dim,