Reading a Bluebricks PR
Understand the structured PR format that the Bluebricks agent uses when opening pull requests for infrastructure changes
Overview
When the Bluebricks agent makes infrastructure changes, it opens a pull request with a structured description designed for fast, confident reviews.
How the agent opens PRs
A typical flow looks like this:
You ask the agent to make an infrastructure change (for example, codifying unmanaged cloud resources or modifying an existing configuration)
The agent generates or updates infrastructure code, validates it against the live environment, and iterates until the plan is stable
The agent opens a PR with a structured description so reviewers can evaluate the change quickly
The PR description is built around three questions a reviewer needs to answer:
Did the agent do what I asked?
Did it touch only what it should?
Is it safe to merge?
Each section of the PR maps to one or more of these questions.
PR sections
Every agent-generated PR includes some or all of the following sections. The agent only includes sections where it has concrete data; empty sections are omitted entirely.
Next steps
Learn more about the platform: What is Bluebricks?
Learn how the agent works: Agent Overview
See how the agent codifies cloud resources: Codifying Infrastructure
Last updated