The PR Lifecycle
A typical Bossanova session ends with a merged PR. Here's the loop and where you sit inside it.
Steps
- Session opens. You start a session in
boss. The daemon creates a worktree, runs your setup script, and spawns the agent. - Agent works, PR opens. The agent commits, pushes a branch, and opens a PR. The session's PR status appears in the Home view.
- CI runs. Bossanova does not run CI. Your usual GitHub Actions (or whatever) does.
- Repair fires (optional). If CI fails or the PR has merge
conflicts, the
repairplugin spawns a follow-up session to fix them. Disable per-repo from the Repo Settings screen, or globally by settingenabled: falsefor therepairentry insettings.json. - Review. Reviewers comment as they normally would. If the repo
has
auto-address-reviewsenabled, the daemon dispatches a follow-up session to address review feedback automatically. - Merge. You merge the PR. Dependabot PRs auto-merge once checks
pass when
auto-merge-dependabotis enabled (the default for new repos); other PRs require a manual merge. - Archive. Close the session in
boss. The worktree is removed and the session row drops out of Home (visible later in Trash).
Working multiple PRs concurrently
Each session is its own worktree, so there's no contention between parallel sessions on the same repo. See Worktrees for the model.
Where to look when something stalls
- PR open but CI never starts → check your CI provider, not Bossanova.
- Repair fired but didn't fix the issue → see Troubleshooting → Repair loop edge cases.
- Want to see what repair did → the session row in Trash links to the archived chat.