diff --git a/.changeset/help-elides-metrics-subcommands.md b/.changeset/help-elides-metrics-subcommands.md new file mode 100644 index 0000000..3833c95 --- /dev/null +++ b/.changeset/help-elides-metrics-subcommands.md @@ -0,0 +1,5 @@ +--- +"@generata/core": patch +--- + +fix: show metrics subcommands in help instead of ellipsis diff --git a/packages/core/src/cli/help.ts b/packages/core/src/cli/help.ts index 7d12138..db15005 100644 --- a/packages/core/src/cli/help.ts +++ b/packages/core/src/cli/help.ts @@ -18,6 +18,9 @@ Commands: agent [args] Run a single agent workflow [args] Run a workflow (alias: 'run') validate [|--all] [--check-files] [--profile

] [--key v] Static-check workflow definitions + metrics [today|week] Show metrics summary + metrics agent Show 7-day metrics for an agent + skills sync Regenerate .claude/commands/ from workflows metrics [today|week|...] Show metrics summary commands sync Regenerate .claude/commands/ from workflows skills sync (deprecated alias for 'commands sync')