Skip to content

Rename supported formats#6

Open
lukeschmitt-tr wants to merge 1 commit into
mainfrom
04-15-rename_supported_formats
Open

Rename supported formats#6
lukeschmitt-tr wants to merge 1 commit into
mainfrom
04-15-rename_supported_formats

Conversation

@lukeschmitt-tr
Copy link
Copy Markdown
Contributor

@lukeschmitt-tr lukeschmitt-tr commented Apr 16, 2026

This PR updates dataset type names from mcap/lerobot to trossenmcap/lerobot_v3 across the CLI tool.

Copy link
Copy Markdown
Contributor Author

lukeschmitt-tr commented Apr 16, 2026

@lukeschmitt-tr lukeschmitt-tr marked this pull request as ready for review April 16, 2026 02:39
This was referenced Apr 16, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR renames the supported dataset type identifiers across the Trossen Cloud CLI from mcap/lerobot to trossenmcap/lerobot_v3, updating the DatasetType enum, CLI defaults/examples, validator dispatch, and associated tests to match the new values.

Changes:

  • Renamed DatasetType enum values to TROSSENMCAP="trossenmcap" and LEROBOT_V3="lerobot_v3".
  • Updated validator dispatch and CLI defaults/examples to use the new dataset type names.
  • Updated test fixtures and assertions to reflect the renamed dataset type strings.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/trossen_cloud_cli/types.py Renames DatasetType enum members/values to the new identifiers.
src/trossen_cloud_cli/validators/__init__.py Updates validator dispatch map and docstring to the new dataset types.
src/trossen_cloud_cli/commands/datasets.py Changes the default dataset type for import-hf to LEROBOT_V3.
src/trossen_cloud_cli/upload.py Updates docstring example for dataset_type to lerobot_v3.
src/trossen_cloud_cli/cli.py Updates CLI usage text example to --type lerobot_v3.
README.md Updates README example command to --type lerobot_v3.
tests/test_types.py Updates enum value tests and DatasetInfo type assertions.
tests/test_validators.py Updates validator dispatch tests and CLI upload tests to use new type strings.
tests/test_api_endpoints.py Updates mocked API dataset type values and payload assertions to trossenmcap.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Comment on lines 15 to 16


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.

2 participants