Skip to content

docs: add a managing environments guide #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 30, 2025
Merged

Conversation

aluzzardi
Copy link
Member

No description provided.

# Now shows both original work + new validation
```

### Example 3: Recovery Workflow
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i suspect "recovery" is the wrong word here, and we can maybe emphasize you don't actually need to delete the env

aluzzardi and others added 2 commits June 30, 2025 09:47
Co-authored-by: Connor Braa <[email protected]>
Signed-off-by: Andrea Luzzardi <[email protected]>
Co-authored-by: Connor Braa <[email protected]>
Signed-off-by: Andrea Luzzardi <[email protected]>
Comment on lines +231 to +233
<Accordion title="Merge Early and Often">
When an agent produces good work, merge it quickly. This creates safe checkpoints you can return to. Better to have many small merges than one large risky change.
</Accordion>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are the env branches not safe places the user can return to? i feel like one of the benefits we offer is that you can yolo more aggressively because container-use provides best-in-class git hygiene with 0 user intervention.

without container-use, i commit super frequently so I can reliably reset the agent to known good states. with container-use, those states appear by magic.

tbf, this is hard to express in words... like we obviously don't wanna encourage people to yolo 10000 line changes into maintained repositories for somebody else to review, but container-use does make it safer to make larger iterations

@aluzzardi aluzzardi merged commit b1f20ab into main Jun 30, 2025
3 checks passed
@aluzzardi aluzzardi deleted the docs-managing-environments branch June 30, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants