Git Workflow¶
๐ Detailed guide coming soon.
๐ค AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
Key Points¶
- Each package has its own git repository
- Changes are auto-committed but NOT auto-pushed
- Standard git workflows (branches, PRs) work normally
Basic Workflow¶
See Also¶
- Development Workflow
- CLAUDE.md for auto-commit details