@h-rig/cli 0.0.6-alpha.37 → 0.0.6-alpha.38

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/bin/rig.js CHANGED
@@ -8930,7 +8930,19 @@ var PRIMARY_GROUPS = [
8930
8930
  var ADVANCED_GROUPS = [
8931
8931
  { name: "connect", summary: "Compatibility alias for `rig server` selection commands.", usage: ["rig connect <status|list|add|use>"], commands: [{ command: "status|list|add|use", description: "Use `rig server ...` for the primary UX." }] },
8932
8932
  { name: "setup", summary: "Bootstrap/check local setup.", usage: ["rig setup <bootstrap|check|preflight>"], commands: [{ command: "bootstrap|check|preflight", description: "Setup helpers." }] },
8933
- { name: "inspect", summary: "Inspect logs, artifacts, graphs, failures.", usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff>"], commands: [{ command: "logs --task <id>", description: "Inspect task logs." }] },
8933
+ {
8934
+ name: "inspect",
8935
+ summary: "Inspect logs, artifacts, graphs, failures for a task.",
8936
+ usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff> --task <id>"],
8937
+ commands: [
8938
+ { command: "logs --task <id>", description: "Latest run log for a task (local or selected server)." },
8939
+ { command: "artifacts --task <id>", description: "List the task's completion artifacts." },
8940
+ { command: "failures --task <id>", description: "Recorded failures for a task." },
8941
+ { command: "graph", description: "Task dependency graph." },
8942
+ { command: "audit", description: "Controlled-command audit trail." },
8943
+ { command: "diff --task <id>", description: "Changed files for a task." }
8944
+ ]
8945
+ },
8934
8946
  { name: "repo", summary: "Repository sync/baseline helpers.", usage: ["rig repo <sync|reset-baseline>"], commands: [{ command: "sync", description: "Sync project repository state." }] },
8935
8947
  { name: "profile", summary: "Runtime profile/model defaults.", usage: ["rig profile <show|set>"], commands: [{ command: "show", description: "Show active profile." }] },
8936
8948
  {
@@ -8981,7 +8993,7 @@ var ADVANCED_GROUPS = [
8981
8993
  var ADVANCED_COMMANDS = [
8982
8994
  { command: "rig server task-run ...", description: "Internal server-owned task execution entry point." },
8983
8995
  { command: "rig server notify-test [--event <type>]", description: "Internal event notification smoke command." },
8984
- { command: "rig run start|start-serial|start-parallel", description: "Compatibility local run starters; prefer `rig task run ...`." },
8996
+ { command: "rig run start|start-serial|start-parallel", description: "Local epic queue starters (server-owned tasks use `rig task run ...`)." },
8985
8997
  { command: "rig remote orchestrate-*", description: "Compatibility remote orchestration commands." }
8986
8998
  ];
8987
8999
  var ALL_GROUPS = [...PRIMARY_GROUPS, ...ADVANCED_GROUPS];
@@ -197,7 +197,19 @@ var PRIMARY_GROUPS = [
197
197
  var ADVANCED_GROUPS = [
198
198
  { name: "connect", summary: "Compatibility alias for `rig server` selection commands.", usage: ["rig connect <status|list|add|use>"], commands: [{ command: "status|list|add|use", description: "Use `rig server ...` for the primary UX." }] },
199
199
  { name: "setup", summary: "Bootstrap/check local setup.", usage: ["rig setup <bootstrap|check|preflight>"], commands: [{ command: "bootstrap|check|preflight", description: "Setup helpers." }] },
200
- { name: "inspect", summary: "Inspect logs, artifacts, graphs, failures.", usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff>"], commands: [{ command: "logs --task <id>", description: "Inspect task logs." }] },
200
+ {
201
+ name: "inspect",
202
+ summary: "Inspect logs, artifacts, graphs, failures for a task.",
203
+ usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff> --task <id>"],
204
+ commands: [
205
+ { command: "logs --task <id>", description: "Latest run log for a task (local or selected server)." },
206
+ { command: "artifacts --task <id>", description: "List the task's completion artifacts." },
207
+ { command: "failures --task <id>", description: "Recorded failures for a task." },
208
+ { command: "graph", description: "Task dependency graph." },
209
+ { command: "audit", description: "Controlled-command audit trail." },
210
+ { command: "diff --task <id>", description: "Changed files for a task." }
211
+ ]
212
+ },
201
213
  { name: "repo", summary: "Repository sync/baseline helpers.", usage: ["rig repo <sync|reset-baseline>"], commands: [{ command: "sync", description: "Sync project repository state." }] },
202
214
  { name: "profile", summary: "Runtime profile/model defaults.", usage: ["rig profile <show|set>"], commands: [{ command: "show", description: "Show active profile." }] },
203
215
  {
@@ -248,7 +260,7 @@ var ADVANCED_GROUPS = [
248
260
  var ADVANCED_COMMANDS = [
249
261
  { command: "rig server task-run ...", description: "Internal server-owned task execution entry point." },
250
262
  { command: "rig server notify-test [--event <type>]", description: "Internal event notification smoke command." },
251
- { command: "rig run start|start-serial|start-parallel", description: "Compatibility local run starters; prefer `rig task run ...`." },
263
+ { command: "rig run start|start-serial|start-parallel", description: "Local epic queue starters (server-owned tasks use `rig task run ...`)." },
252
264
  { command: "rig remote orchestrate-*", description: "Compatibility remote orchestration commands." }
253
265
  ];
254
266
  var ALL_GROUPS = [...PRIMARY_GROUPS, ...ADVANCED_GROUPS];
@@ -2067,7 +2067,19 @@ var PRIMARY_GROUPS = [
2067
2067
  var ADVANCED_GROUPS = [
2068
2068
  { name: "connect", summary: "Compatibility alias for `rig server` selection commands.", usage: ["rig connect <status|list|add|use>"], commands: [{ command: "status|list|add|use", description: "Use `rig server ...` for the primary UX." }] },
2069
2069
  { name: "setup", summary: "Bootstrap/check local setup.", usage: ["rig setup <bootstrap|check|preflight>"], commands: [{ command: "bootstrap|check|preflight", description: "Setup helpers." }] },
2070
- { name: "inspect", summary: "Inspect logs, artifacts, graphs, failures.", usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff>"], commands: [{ command: "logs --task <id>", description: "Inspect task logs." }] },
2070
+ {
2071
+ name: "inspect",
2072
+ summary: "Inspect logs, artifacts, graphs, failures for a task.",
2073
+ usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff> --task <id>"],
2074
+ commands: [
2075
+ { command: "logs --task <id>", description: "Latest run log for a task (local or selected server)." },
2076
+ { command: "artifacts --task <id>", description: "List the task's completion artifacts." },
2077
+ { command: "failures --task <id>", description: "Recorded failures for a task." },
2078
+ { command: "graph", description: "Task dependency graph." },
2079
+ { command: "audit", description: "Controlled-command audit trail." },
2080
+ { command: "diff --task <id>", description: "Changed files for a task." }
2081
+ ]
2082
+ },
2071
2083
  { name: "repo", summary: "Repository sync/baseline helpers.", usage: ["rig repo <sync|reset-baseline>"], commands: [{ command: "sync", description: "Sync project repository state." }] },
2072
2084
  { name: "profile", summary: "Runtime profile/model defaults.", usage: ["rig profile <show|set>"], commands: [{ command: "show", description: "Show active profile." }] },
2073
2085
  {
@@ -8736,7 +8736,19 @@ var PRIMARY_GROUPS = [
8736
8736
  var ADVANCED_GROUPS = [
8737
8737
  { name: "connect", summary: "Compatibility alias for `rig server` selection commands.", usage: ["rig connect <status|list|add|use>"], commands: [{ command: "status|list|add|use", description: "Use `rig server ...` for the primary UX." }] },
8738
8738
  { name: "setup", summary: "Bootstrap/check local setup.", usage: ["rig setup <bootstrap|check|preflight>"], commands: [{ command: "bootstrap|check|preflight", description: "Setup helpers." }] },
8739
- { name: "inspect", summary: "Inspect logs, artifacts, graphs, failures.", usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff>"], commands: [{ command: "logs --task <id>", description: "Inspect task logs." }] },
8739
+ {
8740
+ name: "inspect",
8741
+ summary: "Inspect logs, artifacts, graphs, failures for a task.",
8742
+ usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff> --task <id>"],
8743
+ commands: [
8744
+ { command: "logs --task <id>", description: "Latest run log for a task (local or selected server)." },
8745
+ { command: "artifacts --task <id>", description: "List the task's completion artifacts." },
8746
+ { command: "failures --task <id>", description: "Recorded failures for a task." },
8747
+ { command: "graph", description: "Task dependency graph." },
8748
+ { command: "audit", description: "Controlled-command audit trail." },
8749
+ { command: "diff --task <id>", description: "Changed files for a task." }
8750
+ ]
8751
+ },
8740
8752
  { name: "repo", summary: "Repository sync/baseline helpers.", usage: ["rig repo <sync|reset-baseline>"], commands: [{ command: "sync", description: "Sync project repository state." }] },
8741
8753
  { name: "profile", summary: "Runtime profile/model defaults.", usage: ["rig profile <show|set>"], commands: [{ command: "show", description: "Show active profile." }] },
8742
8754
  {
@@ -8787,7 +8799,7 @@ var ADVANCED_GROUPS = [
8787
8799
  var ADVANCED_COMMANDS = [
8788
8800
  { command: "rig server task-run ...", description: "Internal server-owned task execution entry point." },
8789
8801
  { command: "rig server notify-test [--event <type>]", description: "Internal event notification smoke command." },
8790
- { command: "rig run start|start-serial|start-parallel", description: "Compatibility local run starters; prefer `rig task run ...`." },
8802
+ { command: "rig run start|start-serial|start-parallel", description: "Local epic queue starters (server-owned tasks use `rig task run ...`)." },
8791
8803
  { command: "rig remote orchestrate-*", description: "Compatibility remote orchestration commands." }
8792
8804
  ];
8793
8805
  var ALL_GROUPS = [...PRIMARY_GROUPS, ...ADVANCED_GROUPS];
package/dist/src/index.js CHANGED
@@ -8926,7 +8926,19 @@ var PRIMARY_GROUPS = [
8926
8926
  var ADVANCED_GROUPS = [
8927
8927
  { name: "connect", summary: "Compatibility alias for `rig server` selection commands.", usage: ["rig connect <status|list|add|use>"], commands: [{ command: "status|list|add|use", description: "Use `rig server ...` for the primary UX." }] },
8928
8928
  { name: "setup", summary: "Bootstrap/check local setup.", usage: ["rig setup <bootstrap|check|preflight>"], commands: [{ command: "bootstrap|check|preflight", description: "Setup helpers." }] },
8929
- { name: "inspect", summary: "Inspect logs, artifacts, graphs, failures.", usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff>"], commands: [{ command: "logs --task <id>", description: "Inspect task logs." }] },
8929
+ {
8930
+ name: "inspect",
8931
+ summary: "Inspect logs, artifacts, graphs, failures for a task.",
8932
+ usage: ["rig inspect <logs|artifacts|failures|graph|audit|diff> --task <id>"],
8933
+ commands: [
8934
+ { command: "logs --task <id>", description: "Latest run log for a task (local or selected server)." },
8935
+ { command: "artifacts --task <id>", description: "List the task's completion artifacts." },
8936
+ { command: "failures --task <id>", description: "Recorded failures for a task." },
8937
+ { command: "graph", description: "Task dependency graph." },
8938
+ { command: "audit", description: "Controlled-command audit trail." },
8939
+ { command: "diff --task <id>", description: "Changed files for a task." }
8940
+ ]
8941
+ },
8930
8942
  { name: "repo", summary: "Repository sync/baseline helpers.", usage: ["rig repo <sync|reset-baseline>"], commands: [{ command: "sync", description: "Sync project repository state." }] },
8931
8943
  { name: "profile", summary: "Runtime profile/model defaults.", usage: ["rig profile <show|set>"], commands: [{ command: "show", description: "Show active profile." }] },
8932
8944
  {
@@ -8977,7 +8989,7 @@ var ADVANCED_GROUPS = [
8977
8989
  var ADVANCED_COMMANDS = [
8978
8990
  { command: "rig server task-run ...", description: "Internal server-owned task execution entry point." },
8979
8991
  { command: "rig server notify-test [--event <type>]", description: "Internal event notification smoke command." },
8980
- { command: "rig run start|start-serial|start-parallel", description: "Compatibility local run starters; prefer `rig task run ...`." },
8992
+ { command: "rig run start|start-serial|start-parallel", description: "Local epic queue starters (server-owned tasks use `rig task run ...`)." },
8981
8993
  { command: "rig remote orchestrate-*", description: "Compatibility remote orchestration commands." }
8982
8994
  ];
8983
8995
  var ALL_GROUPS = [...PRIMARY_GROUPS, ...ADVANCED_GROUPS];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h-rig/cli",
3
- "version": "0.0.6-alpha.37",
3
+ "version": "0.0.6-alpha.38",
4
4
  "type": "module",
5
5
  "description": "Rig package",
6
6
  "license": "UNLICENSED",
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@clack/prompts": "^1.2.0",
26
- "@earendil-works/pi-coding-agent": "npm:@h-rig/pi-coding-agent@0.0.6-alpha.37",
27
- "@rig/core": "npm:@h-rig/core@0.0.6-alpha.37",
28
- "@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.37",
29
- "@rig/client": "npm:@h-rig/client@0.0.6-alpha.37",
30
- "@rig/server": "npm:@h-rig/server@0.0.6-alpha.37",
26
+ "@earendil-works/pi-coding-agent": "npm:@h-rig/pi-coding-agent@0.0.6-alpha.38",
27
+ "@rig/core": "npm:@h-rig/core@0.0.6-alpha.38",
28
+ "@rig/runtime": "npm:@h-rig/runtime@0.0.6-alpha.38",
29
+ "@rig/client": "npm:@h-rig/client@0.0.6-alpha.38",
30
+ "@rig/server": "npm:@h-rig/server@0.0.6-alpha.38",
31
31
  "picocolors": "^1.1.1"
32
32
  }
33
33
  }