mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 00:07:07 +00:00
- Added support for new gpt-oss model from upstream - Preserved CUDA Compute Capability 3.7 (Tesla K80) support - Kept CUDA 11 configuration alongside CUDA 12 - Maintained all documentation specific to ollama37 fork - Integrated new tool parsing improvements - Added new backend methods and patches from upstream
1.3 KiB
1.3 KiB
Enhanced Development Workflow
This is a simple step-by-step guide to help you efficiently manage your development workflow using the BMad Method. Refer to the User Guide for any scenario that is not covered here.
Create new Branch
- Start new branch
Story Creation (Scrum Master)
- Start new chat/conversation
- Load SM agent
- Execute:
*draft(runs create-next-story task) - Review generated story in
docs/stories/ - Update status: Change from "Draft" to "Approved"
Story Implementation (Developer)
- Start new chat/conversation
- Load Dev agent
- Execute:
*develop-story {selected-story}(runs execute-checklist task) - Review generated report in
{selected-story}
Story Review (Quality Assurance)
- Start new chat/conversation
- Load QA agent
- Execute:
*review {selected-story}(runs review-story task) - Review generated report in
{selected-story}
Commit Changes and Push
- Commit changes
- Push to remote
Repeat Until Complete
- SM: Create next story → Review → Approve
- Dev: Implement story → Complete → Mark Ready for Review
- QA: Review story → Mark done
- Commit: All changes
- Push: To remote
- Continue: Until all features implemented