chore: rename package from vidmation to aividio#16
Open
connorodea wants to merge 2 commits intomainfrom
Open
Conversation
Rename the Python package directory src/vidmation/ to src/aividio/ and update all imports, config files, and references across the entire codebase. 201 files changed, 1089 replacements. Aligns the internal package name with the product brand (aividio.com). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace all remaining VIDMATION references (env vars, templates, docstrings, branding) with AIVIDIO across 97 files - Change env_prefix from VIDMATION_ to AIVIDIO_ in settings.py - Mount billing router in API v1 (was missing — Stripe checkout, portal, webhooks now accessible) - Implement transactional email via Resend: password reset and payment failure dunning emails with branded HTML templates - Wire send_password_reset_email into auth forgot-password flow - Wire send_payment_failed_email into Stripe webhook handler - Update CI/CD workflow name to "Deploy AIVIDIO" - Add password_reset and payment_failed email templates - Create migrations/versions/ directory for future Alembic migrations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/vidmation/tosrc/aividio/What changed
src/vidmation/→src/aividio/from vidmation./import vidmation→from aividio./import aividiopyproject.tomlpackage name →aividioalembic.ini,Dockerfile,docker-compose.yml,.env.example, deploy service files updatedvidmationtoaividioTest plan
python -m aividioCLI launches correctlypytestpasses with new import paths🤖 Generated with Claude Code