Skip to content

Fix RunPane group help output#285

Merged
parsakhaz merged 1 commit into
mainfrom
issue-284-runpane-help
Jun 20, 2026
Merged

Fix RunPane group help output#285
parsakhaz merged 1 commit into
mainfrom
issue-284-runpane-help

Conversation

@parsakhaz

Copy link
Copy Markdown
Member

Summary

  • Adds first-class group help topics for runpane panes --help and runpane panels --help.
  • Refreshes top-level npm/pip help so it includes current orchestration options and panels submit-composer.
  • Keeps Node and Python wrappers in parity through the runpane contract and generated artifacts.

Fixes #284.

Tests

  • pnpm install --frozen-lockfile --ignore-scripts (dependency install only; lockfile unchanged)
  • pnpm --filter runpane build
  • node scripts/generate-runpane-contract.js --check
  • pnpm run test:runpane-contract
  • git diff --check

Direct verification

  • node packages/runpane/dist/cli.js panels --help
  • node packages/runpane/dist/cli.js panes --help
  • PYTHONPATH=packages/runpane-py/src python -m runpane panels --help
  • node packages/runpane/dist/cli.js --help

No merge, deploy, release, or version bump has been performed.

@parsakhaz parsakhaz merged commit 1a9cb68 into main Jun 20, 2026
16 checks passed
@parsakhaz parsakhaz deleted the issue-284-runpane-help branch June 20, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RunPane CLI group help and top-level usage are stale

1 participant