-
Notifications
You must be signed in to change notification settings - Fork 195
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Testing out entire.io in my work on cipherbox. I am using a fairly standard GitHub Flow: branch off main, PR back to main, Squash & Merge PR, automated releases from main. No develop/staging/release long-lived branches.
What I am noticing so far is that if I delete the feature branch once it's PR has been squashed to main basically nukes all the entire checkpoints that were created while working on the feature branch.
If I do not delete the branch then the checkpoints are accessible and visible.
Steps to reproduce
- Initialize repo with Entire
- Create a feature branch, and commit changes to this branch. Checkpoints appear on the entire dashboard.
- Create a PR to merge feature branch in to
main. - Squash PR to
main. Do not delete the branch. Checkpoints are visible on the entire dashboard. - Delete the feature branch. Checkpoint disappears from the entire dashboard.
Entire CLI version
0.4.5
OS and architecture
MacOS ARM
Agent
Claude Code
Strategy
manual-commit (default)
Terminal
Terminal.app
Logs / debug output
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working