Development Workflow
Learn how to manage your daily development workflow with workspaces, commits, and pull requests.
In This Section
| Guide | What You'll Accomplish |
|---|---|
| Create Feature Workspace | Set up isolated workspace for new feature |
| Make Commits with AI | Generate semantic commit messages automatically |
| Create Pull Request | Generate PR with AI-written description |
| Merge Workspace Changes | Merge topic branch back to main |
Common Workflows
Feature Development
- Create workspace for your feature
- Make code changes
- Commit with AI for semantic messages
- Create pull request for review
- Merge back to main
Parallel Development
- Work on multiple features simultaneously using separate workspaces
- Switch between features without branch conflicts
- Merge each feature independently
Tutorials | How-to Guides | Explanation | Reference
You are here: How-to Guides — task-oriented recipes that guide you through solving specific problems.