chore: remove companion app (moved to calcom/companion)#27957
Merged
keithwillcode merged 1 commit intomainfrom Feb 16, 2026
Merged
chore: remove companion app (moved to calcom/companion)#27957keithwillcode merged 1 commit intomainfrom
keithwillcode merged 1 commit intomainfrom
Conversation
Co-Authored-By: Volnei Munhoz <volnei.munhoz@gmail.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
E2E results are ready! |
hariombalhara
approved these changes
Feb 16, 2026
keithwillcode
approved these changes
Feb 16, 2026
Contributor
|
Have to force merge because GitHub doesn’t use the updated GitHub actions here. It uses main instead so the checks fail |
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.
What does this PR do?
Removes the
companion/directory and all associated CI configuration from this monorepo. The companion app (iOS, Android, browser extension) has been migrated to its own repository at calcom/companion with full commit history preserved.Changes
companion/— all source code, configs, and assetscompanion-build.yml,companion-lint.yml,companion-typecheck.yml.github/ISSUE_TEMPLATE/companion.md.easignore— EAS Build ignore file (was solely for companion mobile builds).github/workflows/pr.yml— removedhas-companionoutput, path filter, three companion CI jobs (build-companion,typecheck-companion,lint-companion), and their references in therequiredjob'sneedslist and failure conditionspackages/lib/timeZones.ts— comment now points tocalcom/companionrepo instead of localcompanion/pathMandatory Tasks (DO NOT REMOVE)
How should this be tested?
companion/in the repo outside of unrelated contexts (e.g., the Alby app-store description mentioning "companion" is unrelated)Human Review Checklist
pr.ymlchanges (most important) — Verify therequiredjob'sneedslist and failure conditions are still structurally correct after removing the companion block. The conditional logic aroundhas-agents-changesat the end of the failure check should still be properly connected..easignoredeletion — Confirm nothing else in the monorepo depends on this filecompanion/Link to Devin run: https://app.devin.ai/sessions/c426fbde722b4a668333a803306fd36e
Requested by: @volnei