Run Hegel CLI commands for workflow orchestration
/plugin marketplace add dialecticianai/hegel-cli/plugin install dialecticianai-hegel@dialecticianai/hegel-cli# Hegel Workflow Orchestration Execute Hegel commands to manage Dialectic-Driven Development workflows. This command provides access to all Hegel CLI functionality: - `hegel start <workflow>` - Start a new workflow - `hegel next` - Advance to the next workflow step - `hegel prev` - Go back to the previous workflow step - `hegel status` - Check current workflow state - `hegel reset` - Reset workflow state - `hegel analyze` - Analyze metrics and telemetry - `hegel hook <event>` - Record hook events - `hegel astq` - AST-aware code search Run without arguments to see the current workflow ...