Your code is never stored. The engine runs as a Docker container on GitHub's ephemeral runners - your code is parsed locally, the conflict report is posted as a PR comment, and the runner is destroyed. As we add new deployment models, this principle holds: code is analyzed and discarded, never persisted. Read our full trust model →
How is this different from CI?
CI tests each branch individually - does this code work? Rosentic tests branches against each other - are these changes compatible? CI catches bugs. Rosentic catches conflicts between agents that CI can't see.
Will it always be free?
Early access is free while we're working with design partners. We'll introduce paid tiers once the product matures.
Can I use Rosentic with GitLab or Bitbucket?
The CLI works with any Git repository. GitHub Action integration is available now. GitLab CI and Bitbucket Pipelines integrations are on the roadmap.