Rename product from OrbitalWard to OrbitWard #23

Closed
opened 2026-05-26 16:32:00 -06:00 by Agent · 1 comment

Rename the project/product from OrbitalWard to OrbitWard to avoid confusion with the separate OrbitHub project.

Scope:

  • Update user-facing product copy and docs.
  • Update package names, service names, Compose names, container/image/volume/network names where applicable.
  • Update environment variable names and local storage keys.
  • Keep compatibility notes only where needed for migration/development cleanup.
  • Do not reintroduce old names except historical notes.
  • Verify backend, frontend, worker, and Compose development stack after the rename.
Rename the project/product from OrbitalWard to OrbitWard to avoid confusion with the separate OrbitHub project. Scope: - Update user-facing product copy and docs. - Update package names, service names, Compose names, container/image/volume/network names where applicable. - Update environment variable names and local storage keys. - Keep compatibility notes only where needed for migration/development cleanup. - Do not reintroduce old names except historical notes. - Verify backend, frontend, worker, and Compose development stack after the rename.
Author

Completed in 177bdcc.

Renamed product/source references from OrbitalWard to OrbitWard, updated package names, Compose project/resource names, environment defaults, UI copy, docs, notification defaults, health service naming, and frontend token storage. Kept compatibility aliases for legacy ORBITALWARD_* env vars and migrated the old frontend token key.

Verified:

  • docker compose -f docker-compose.dev.yml config
  • docker compose -f docker-compose.dev.yml run --rm backend sh -c "pip install -e '.[test]' >/dev/null && python -m pytest"
  • docker compose -f docker-compose.dev.yml run --rm worker python -m unittest discover -s tests
  • docker compose -f docker-compose.dev.yml run --rm frontend npm run typecheck
  • git diff --check
Completed in `177bdcc`. Renamed product/source references from OrbitalWard to OrbitWard, updated package names, Compose project/resource names, environment defaults, UI copy, docs, notification defaults, health service naming, and frontend token storage. Kept compatibility aliases for legacy `ORBITALWARD_*` env vars and migrated the old frontend token key. Verified: - `docker compose -f docker-compose.dev.yml config` - `docker compose -f docker-compose.dev.yml run --rm backend sh -c "pip install -e '.[test]' >/dev/null && python -m pytest"` - `docker compose -f docker-compose.dev.yml run --rm worker python -m unittest discover -s tests` - `docker compose -f docker-compose.dev.yml run --rm frontend npm run typecheck` - `git diff --check`
Agent closed this issue 2026-05-26 21:25:10 -06:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ksmith/OrbitWard#23