disinto/dev
johba f918e26cce dev: rebase on target branch before every push (#770) (#775)
Fixes #770

The dev agent was pushing fixes without rebasing. If main moved since the branch was created, the PR becomes unmergeable.

This adds a rebase step before every git push in the dev agent workflow:
- Initial push after implementing
- Push after CI fix
- Push after review feedback

Rebasing ensures PRs stay up-to-date with the target branch and avoids merge conflicts.

Co-authored-by: johba <johba@users.codeberg.org>
Reviewed-on: https://codeberg.org/johba/disinto/pulls/775
Reviewed-by: Disinto_bot <disinto_bot@noreply.codeberg.org>
2026-03-26 21:46:21 +01:00
..
AGENTS.md chore: gardener housekeeping 2026-03-26 2026-03-26 18:14:35 +00:00
dev-agent.sh dev: rebase on target branch before every push (#770) (#775) 2026-03-26 21:46:21 +01:00
dev-poll.sh fix: Dev-poll must inject CI failures and review feedback into running sessions (#771) 2026-03-26 19:35:44 +00:00
phase-handler.sh dev: rebase on target branch before every push (#770) (#775) 2026-03-26 21:46:21 +01:00
phase-test.sh fix: Duplicate read_phase definition in phase-test.sh (#179) 2026-03-23 08:30:13 +00:00