Skip to content

refactor!: tetra to flash references#22

Merged
deanq merged 4 commits intomainfrom
deanq/ae-1522-tetra-to-flash
Feb 4, 2026
Merged

refactor!: tetra to flash references#22
deanq merged 4 commits intomainfrom
deanq/ae-1522-tetra-to-flash

Conversation

@deanq
Copy link
Member

@deanq deanq commented Feb 3, 2026

No description provided.

@linear
Copy link

linear bot commented Feb 3, 2026

AE-1522 Rename tetra to Flash

Also rename RunPod to Runpod

deanq added 2 commits February 3, 2026 14:10
This commit updates all references from 'tetra_rp'/'tetra-rp' to 'runpod_flash'/'runpod-flash' across the entire repository to align with upstream package rename.

Changes include:
- Updated all Python imports: from tetra_rp import → from runpod_flash import
- Updated package dependencies in pyproject.toml files (11 files)
- Updated dependency declarations in requirements.txt files (8 files)
- Updated Makefile package references (6 references)
- Updated environment.yml conda dependency
- Updated .flashignore files to reference .flash_resources.pkl
- Updated all documentation with correct package names and URLs
- Updated mothership.py configurations (5 files)
- Updated issue template with new package name
- Updated container image references from tetra-rp-lb to runpod-flash-lb

Migration Pattern:
- Import statements: 'from tetra_rp import' → 'from runpod_flash import'
- Package names: 'tetra_rp' or 'tetra-rp' → 'runpod-flash'
- Container images: 'tetra-rp-lb' → 'runpod-flash-lb'
- Build artifacts: '.tetra_resources.pkl' → '.flash_resources.pkl'

Total files modified: 49
All Python syntax validated with py_compile
All references to old package names have been removed
Update .gitignore files across 5 example directories to use the new
build artifact name (.flash_resources.pkl instead of .tetra_resources.pkl)
for consistency with the tetra_rp → runpod-flash package migration.
@deanq deanq requested a review from Copilot February 3, 2026 22:13
Copy link

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 removes the cleanup of .pkl (pickle) files from the build artifacts cleaning process in the Makefile.

Changes:

  • Removed the deletion of *.pkl files from the clean target

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

@deanq deanq changed the title WIP: tetra to flash references refactor: tetra to flash references Feb 4, 2026
@deanq deanq marked this pull request as ready for review February 4, 2026 02:50
Fix import block formatting in 3 files to comply with ruff isort rules.
Imports from runpod_flash now properly ordered with third-party imports.
@deanq deanq changed the title refactor: tetra to flash references refactor!: tetra to flash references Feb 4, 2026
@deanq deanq merged commit 15f80d1 into main Feb 4, 2026
6 checks passed
@deanq deanq deleted the deanq/ae-1522-tetra-to-flash branch February 4, 2026 03:39
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