Topics
Pull request
Every article on Pull request published on this blog, newest first: 2 in total, written by Ramón Chancay.
2 articles on Pull request
From a Jira ticket to a pull request: the end-to-end autonomous system
How I turned the agent into an autonomous system: a Jira ticket triggers it (webhook or polling), a queue with persistent state processes it exactly once, and it returns a PR and a Jira comment.
Read moreThe agent inside a real repo: isolating tasks with git worktree and shipping a PR
How to put an agent loop to work on a real repository: isolate each task with git worktree, reproduce the bug with a test, run the whole suite, and ship a PR instead of a merge.
Read more