715 B
715 B
Agent Workspace Setup
This directory contains an isolated workspace for an AI agent.
Quick Start
- The environment has been automatically configured
- Check your
.envfile for available variables - Dependencies have been installed if a
package.jsonwas present
Commands
git-agent-sync status- View current changesgit-agent-sync diff- Generate a diff for reviewgit-agent-sync merge- Merge changes back to maingit-agent-sync destroy- Remove this workspace (use with caution!)
Tips
- Make your changes and use
git statusto track them - Use
git-agent-sync diffto generate a code review diff - When ready, run
git-agent-sync mergeto merge back to the main branch