Workflows
Fix a Bug
- Start at the repository root.
- Provide reproduction steps and constraints.
- Ask Open Interpreter to reproduce before editing.
- Review the patch.
- Ask it to rerun the reproduction and project checks.
Review a Diff
interpreter exec review --uncommittedOr in the TUI:
/reviewReview output should prioritize bugs, regressions, missing tests, and risky behavior.
Refactor Safely
Ask for a plan first:
/plan
Split the oversized parser module without changing public behavior.Then execute in small stages and run tests between stages.
Keep Docs Current
Point Open Interpreter at the changed files and ask it to update user-facing docs. Keep private workspace details out of product docs.