scrum4me-mcp/__tests__
janpeter visser fbfaf905c8 feat: add pushBranchForJob helper (src/git/push.ts)
Runs git push -u origin <branch> in the worktree. Detects no-changes
(HEAD = origin/main) before pushing. Classifies push failures into
no-credentials, conflict, or unknown via stderr pattern matching.
5 unit tests covering all paths.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01 11:57:14 +02:00
..
git feat: add pushBranchForJob helper (src/git/push.ts) 2026-05-01 11:57:14 +02:00
get-claude-context-filter.test.ts test: add unit tests for tasks-status-update helper and get-claude-context filter 2026-04-30 18:22:55 +02:00
tasks-status-update.test.ts test: add unit tests for tasks-status-update helper and get-claude-context filter 2026-04-30 18:22:55 +02:00
update-job-status-worktree.test.ts feat: cleanup worktree in update_job_status on terminal transitions 2026-05-01 11:52:16 +02:00
verify-plan.test.ts test+docs: verify-plan tests and README for verify_task_against_plan 2026-04-30 19:36:43 +02:00
wait-for-job-snapshot.test.ts test: snapshot capture + stale reset in wait_for_job 2026-04-30 19:27:56 +02:00
wait-for-job-worktree.test.ts feat: integrate createWorktreeForJob into wait_for_job tool 2026-05-01 11:50:51 +02:00