Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/help-still-advertises-skills-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@generata/core": patch
---

fix: update help text to reflect 'commands sync' as primary command
3 changes: 2 additions & 1 deletion packages/core/src/cli/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Commands:
workflow <name> [args] Run a workflow (alias: 'run')
validate [<workflow>|--all] [--check-files] [--profile <p>] [--key v] Static-check workflow definitions
metrics [today|week|...] Show metrics summary
skills sync Regenerate .claude/commands/ from workflows
commands sync Regenerate .claude/commands/ from workflows
skills sync (deprecated alias for 'commands sync')
worktree prune Remove orphaned 'generata/wt-*' worktrees and branches
help [topic] Show help (topics: agents, workflows, env, templates, bins)

Expand Down
Loading