You are browsing as a guest. Sign up (or log in) to start making projects!

12h 41m 18s logged

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:

  1. Merge the final commit to the main branch
  2. The implementation of the requirement wips are preserved in the final commit squash.
  3. The history has only one commit with the wip changes
  4. The merge is complete successfully
  5. 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
  6. Unlink the symlink connection of the markdown editor for the specific docs folder and link to the main docs tree

The engine in action

0
2

Comments 0

No comments yet. Be the first!