Workflow Closure & Collapse orchestrator
This feature ensures the git commit history remains clean from wips, and the closure when the development of a requirement is finished remains frictionless by automating git operations such as path finding, worktree and branch deletion. Leaving the workspace clean and ready to restart the workflow again for a new update or extra feature.
How this engine works
Once the builder has complete the implementation, perform a final commit with all changes implemented and staged When the builder runs the command collapse within the worktree to finish the workflow, Then the engine should:
- Merge the final commit to the main branch
- The implementation of the requirement
wipsare preserved in the final commit squash.- The history has only one commit with the wip changes
- The merge is complete successfully
- Delete the worktree & branch once the commit is present in the main branch to ensure no data is lost and the req name is availability for future implementations
- Unlink the symlink connection of the markdown editor for the specific docs folder and link to the
maindocs tree
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.