@qelos/aidev 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.aidev.example +5 -0
- package/CONTRIBUTING.md +1 -1
- package/README.md +31 -0
- package/aidev.log +698 -0
- package/dist/__tests__/ai-runners.test.d.ts +2 -0
- package/dist/__tests__/ai-runners.test.d.ts.map +1 -0
- package/dist/__tests__/ai-runners.test.js +167 -0
- package/dist/__tests__/ai-runners.test.js.map +1 -0
- package/dist/__tests__/config.test.d.ts +2 -0
- package/dist/__tests__/config.test.d.ts.map +1 -0
- package/dist/__tests__/config.test.js +272 -0
- package/dist/__tests__/config.test.js.map +1 -0
- package/dist/__tests__/init.test.js +17 -0
- package/dist/__tests__/init.test.js.map +1 -1
- package/dist/__tests__/schedule.test.js +154 -0
- package/dist/__tests__/schedule.test.js.map +1 -1
- package/dist/ai/claude.d.ts.map +1 -1
- package/dist/ai/claude.js +5 -0
- package/dist/ai/claude.js.map +1 -1
- package/dist/ai/cursor.d.ts.map +1 -1
- package/dist/ai/cursor.js +4 -1
- package/dist/ai/cursor.js.map +1 -1
- package/dist/ai/windsurf.d.ts.map +1 -1
- package/dist/ai/windsurf.js +4 -1
- package/dist/ai/windsurf.js.map +1 -1
- package/dist/cli.js +6 -0
- package/dist/cli.js.map +1 -1
- package/dist/commands/init.d.ts +1 -0
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +11 -0
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/run.d.ts.map +1 -1
- package/dist/commands/run.js +10 -2
- package/dist/commands/run.js.map +1 -1
- package/dist/commands/schedule.d.ts +17 -0
- package/dist/commands/schedule.d.ts.map +1 -1
- package/dist/commands/schedule.js +339 -6
- package/dist/commands/schedule.js.map +1 -1
- package/dist/config.d.ts +19 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +96 -3
- package/dist/config.js.map +1 -1
- package/dist/diagnostics.d.ts +14 -0
- package/dist/diagnostics.d.ts.map +1 -0
- package/dist/diagnostics.js +89 -0
- package/dist/diagnostics.js.map +1 -0
- package/dist/platform.d.ts +7 -0
- package/dist/platform.d.ts.map +1 -1
- package/dist/platform.js +36 -0
- package/dist/platform.js.map +1 -1
- package/package.json +4 -4
package/aidev.log
CHANGED
|
@@ -1591,3 +1591,701 @@ hint: or --ff-only on the command line to override the configured default per
|
|
|
1591
1591
|
hint: invocation.
|
|
1592
1592
|
fatal: Need to specify how to reconcile divergent branches.
|
|
1593
1593
|
|
|
1594
|
+
|
|
1595
|
+
────────────────────────────────────────────────────────────
|
|
1596
|
+
2026-03-08T08:15:01.824Z [run] started
|
|
1597
|
+
────────────────────────────────────────────────────────────
|
|
1598
|
+
2026-03-08T08:15:01.913Z [info] Fetching tasks (filter: all)...
|
|
1599
|
+
2026-03-08T08:15:02.249Z [info] Found 0 tagged task(s)
|
|
1600
|
+
2026-03-08T08:15:02.250Z [success] Done. Processed: 0, Skipped: 0
|
|
1601
|
+
2026-03-08T08:20:41.687Z [warn] cursor clarification check failed — trying next runner
|
|
1602
|
+
2026-03-08T08:20:41.689Z [warn] cursor clarification check failed — trying next runner
|
|
1603
|
+
2026-03-08T08:20:41.689Z [warn] windsurf clarification check failed — trying next runner
|
|
1604
|
+
2026-03-08T08:20:41.689Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1605
|
+
2026-03-08T08:20:41.689Z [warn] No AI runner available — skipping clarification check
|
|
1606
|
+
2026-03-08T08:20:41.871Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1607
|
+
2026-03-08T08:20:42.028Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1608
|
+
2026-03-08T08:20:42.072Z [error] Refusing to commit directly to protected branch "main"
|
|
1609
|
+
2026-03-08T08:20:42.204Z [error] Refusing to push directly to protected branch "main"
|
|
1610
|
+
2026-03-08T08:20:42.299Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1611
|
+
2026-03-08T08:20:43.711Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-0qT1RF
|
|
1612
|
+
* branch main -> FETCH_HEAD
|
|
1613
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1614
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1615
|
+
hint: your next pull:
|
|
1616
|
+
hint:
|
|
1617
|
+
hint: git config pull.rebase false # merge
|
|
1618
|
+
hint: git config pull.rebase true # rebase
|
|
1619
|
+
hint: git config pull.ff only # fast-forward only
|
|
1620
|
+
hint:
|
|
1621
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1622
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1623
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1624
|
+
hint: invocation.
|
|
1625
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1626
|
+
|
|
1627
|
+
|
|
1628
|
+
────────────────────────────────────────────────────────────
|
|
1629
|
+
2026-03-08T08:30:01.682Z [run] started
|
|
1630
|
+
────────────────────────────────────────────────────────────
|
|
1631
|
+
2026-03-08T08:30:01.786Z [info] Fetching tasks (filter: all)...
|
|
1632
|
+
2026-03-08T08:30:02.202Z [info] Found 0 tagged task(s)
|
|
1633
|
+
2026-03-08T08:30:02.203Z [success] Done. Processed: 0, Skipped: 0
|
|
1634
|
+
|
|
1635
|
+
────────────────────────────────────────────────────────────
|
|
1636
|
+
2026-03-08T08:45:01.604Z [run] started
|
|
1637
|
+
────────────────────────────────────────────────────────────
|
|
1638
|
+
2026-03-08T08:45:01.713Z [info] Fetching tasks (filter: all)...
|
|
1639
|
+
2026-03-08T08:45:02.173Z [info] Found 1 tagged task(s)
|
|
1640
|
+
2026-03-08T08:45:02.174Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: open)
|
|
1641
|
+
2026-03-08T08:45:03.901Z [info] Running Cursor Agent...
|
|
1642
|
+
2026-03-08T08:45:05.866Z [warn] Cursor Agent exited with status 1
|
|
1643
|
+
2026-03-08T08:45:05.866Z [warn] cursor clarification check failed — trying next runner
|
|
1644
|
+
2026-03-08T08:45:05.867Z [info] Running Claude CLI...
|
|
1645
|
+
2026-03-08T08:45:07.327Z [warn] Claude exited with status 1
|
|
1646
|
+
2026-03-08T08:45:07.327Z [warn] claude clarification check failed — trying next runner
|
|
1647
|
+
2026-03-08T08:45:07.328Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1648
|
+
2026-03-08T08:45:07.328Z [info] Implementing task: on failed tasks, log also a terminal report
|
|
1649
|
+
2026-03-08T08:45:12.336Z [info] Running cursor...
|
|
1650
|
+
2026-03-08T08:45:12.336Z [info] Running Cursor Agent...
|
|
1651
|
+
2026-03-08T08:45:13.999Z [warn] Cursor Agent exited with status 1
|
|
1652
|
+
2026-03-08T08:45:14.000Z [warn] cursor failed — trying next runner
|
|
1653
|
+
2026-03-08T08:45:14.000Z [info] Running claude...
|
|
1654
|
+
2026-03-08T08:45:14.000Z [info] Running Claude CLI...
|
|
1655
|
+
2026-03-08T08:45:15.296Z [warn] Claude exited with status 1
|
|
1656
|
+
2026-03-08T08:45:15.297Z [warn] claude failed — trying next runner
|
|
1657
|
+
2026-03-08T08:45:15.297Z [error] All AI runners failed or produced no changes
|
|
1658
|
+
2026-03-08T08:45:15.815Z [success] Done. Processed: 1, Skipped: 0
|
|
1659
|
+
|
|
1660
|
+
────────────────────────────────────────────────────────────
|
|
1661
|
+
2026-03-08T09:00:02.472Z [run] started
|
|
1662
|
+
────────────────────────────────────────────────────────────
|
|
1663
|
+
2026-03-08T09:00:02.568Z [info] Fetching tasks (filter: all)...
|
|
1664
|
+
2026-03-08T09:00:03.339Z [info] Found 1 tagged task(s)
|
|
1665
|
+
2026-03-08T09:00:03.340Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: in progress)
|
|
1666
|
+
2026-03-08T09:00:05.053Z [info] Running Cursor Agent...
|
|
1667
|
+
2026-03-08T09:00:07.196Z [warn] Cursor Agent exited with status 1
|
|
1668
|
+
2026-03-08T09:00:07.197Z [warn] cursor clarification check failed — trying next runner
|
|
1669
|
+
2026-03-08T09:00:07.198Z [info] Running Claude CLI...
|
|
1670
|
+
2026-03-08T09:00:08.667Z [warn] Claude exited with status 1
|
|
1671
|
+
2026-03-08T09:00:08.668Z [warn] claude clarification check failed — trying next runner
|
|
1672
|
+
2026-03-08T09:00:08.669Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1673
|
+
2026-03-08T09:00:08.669Z [info] Implementing task: on failed tasks, log also a terminal report
|
|
1674
|
+
2026-03-08T09:00:13.552Z [info] Running cursor...
|
|
1675
|
+
2026-03-08T09:00:13.553Z [info] Running Cursor Agent...
|
|
1676
|
+
2026-03-08T09:00:15.536Z [warn] Cursor Agent exited with status 1
|
|
1677
|
+
2026-03-08T09:00:15.537Z [warn] cursor failed — trying next runner
|
|
1678
|
+
2026-03-08T09:00:15.537Z [info] Running claude...
|
|
1679
|
+
2026-03-08T09:00:15.537Z [info] Running Claude CLI...
|
|
1680
|
+
2026-03-08T09:00:16.491Z [warn] Claude exited with status 1
|
|
1681
|
+
2026-03-08T09:00:16.492Z [warn] claude failed — trying next runner
|
|
1682
|
+
2026-03-08T09:00:16.492Z [error] All AI runners failed or produced no changes
|
|
1683
|
+
2026-03-08T09:00:16.831Z [success] Done. Processed: 1, Skipped: 0
|
|
1684
|
+
|
|
1685
|
+
────────────────────────────────────────────────────────────
|
|
1686
|
+
2026-03-08T09:12:06.466Z [run] started
|
|
1687
|
+
────────────────────────────────────────────────────────────
|
|
1688
|
+
2026-03-08T09:12:06.504Z [info] Fetching tasks (filter: all)...
|
|
1689
|
+
2026-03-08T09:12:07.064Z [info] Found 1 tagged task(s)
|
|
1690
|
+
2026-03-08T09:12:07.065Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: open)
|
|
1691
|
+
2026-03-08T09:12:08.774Z [info] Running Cursor Agent...
|
|
1692
|
+
2026-03-08T09:12:25.727Z [info] Implementing task: on failed tasks, log also a terminal report
|
|
1693
|
+
2026-03-08T09:12:30.503Z [info] Running cursor...
|
|
1694
|
+
2026-03-08T09:12:30.504Z [info] Running Cursor Agent...
|
|
1695
|
+
2026-03-08T09:13:49.493Z [info] PR created: https://github.com/qelos-io/aidev/pull/10
|
|
1696
|
+
2026-03-08T09:13:50.376Z [success] Task implemented: branch 86c8p6933/on-failed-tasks-log-also-a-terminal-report pushed
|
|
1697
|
+
2026-03-08T09:13:50.377Z [success] Done. Processed: 1, Skipped: 0
|
|
1698
|
+
|
|
1699
|
+
────────────────────────────────────────────────────────────
|
|
1700
|
+
2026-03-08T09:15:02.080Z [run] started
|
|
1701
|
+
────────────────────────────────────────────────────────────
|
|
1702
|
+
2026-03-08T09:15:02.186Z [info] Fetching tasks (filter: all)...
|
|
1703
|
+
2026-03-08T09:15:02.577Z [info] Found 1 tagged task(s)
|
|
1704
|
+
2026-03-08T09:15:02.578Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: review)
|
|
1705
|
+
2026-03-08T09:15:04.548Z [info] [86c8p6933] "on failed tasks, log also a terminal report" skipped — branch already exists (86c8p6933/on-failed-tasks-log-also-a-terminal-report) and no trigger word found
|
|
1706
|
+
2026-03-08T09:15:04.549Z [success] Done. Processed: 0, Skipped: 1
|
|
1707
|
+
|
|
1708
|
+
────────────────────────────────────────────────────────────
|
|
1709
|
+
2026-03-08T09:30:02.285Z [run] started
|
|
1710
|
+
────────────────────────────────────────────────────────────
|
|
1711
|
+
2026-03-08T09:30:02.389Z [info] Fetching tasks (filter: all)...
|
|
1712
|
+
2026-03-08T09:30:03.061Z [info] Found 1 tagged task(s)
|
|
1713
|
+
2026-03-08T09:30:03.061Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: review)
|
|
1714
|
+
2026-03-08T09:30:05.002Z [info] [86c8p6933] "on failed tasks, log also a terminal report" skipped — branch already exists (86c8p6933/on-failed-tasks-log-also-a-terminal-report) and no trigger word found
|
|
1715
|
+
2026-03-08T09:30:05.003Z [success] Done. Processed: 0, Skipped: 1
|
|
1716
|
+
2026-03-08T09:38:29.669Z [warn] cursor clarification check failed — trying next runner
|
|
1717
|
+
2026-03-08T09:38:29.670Z [warn] cursor clarification check failed — trying next runner
|
|
1718
|
+
2026-03-08T09:38:29.670Z [warn] windsurf clarification check failed — trying next runner
|
|
1719
|
+
2026-03-08T09:38:29.670Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1720
|
+
2026-03-08T09:38:29.671Z [warn] No AI runner available — skipping clarification check
|
|
1721
|
+
2026-03-08T09:38:29.855Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1722
|
+
2026-03-08T09:38:30.029Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1723
|
+
2026-03-08T09:38:30.074Z [error] Refusing to commit directly to protected branch "main"
|
|
1724
|
+
2026-03-08T09:38:30.226Z [error] Refusing to push directly to protected branch "main"
|
|
1725
|
+
2026-03-08T09:38:30.325Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1726
|
+
2026-03-08T09:38:31.935Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-W8gzRl
|
|
1727
|
+
* branch main -> FETCH_HEAD
|
|
1728
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1729
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1730
|
+
hint: your next pull:
|
|
1731
|
+
hint:
|
|
1732
|
+
hint: git config pull.rebase false # merge
|
|
1733
|
+
hint: git config pull.rebase true # rebase
|
|
1734
|
+
hint: git config pull.ff only # fast-forward only
|
|
1735
|
+
hint:
|
|
1736
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1737
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1738
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1739
|
+
hint: invocation.
|
|
1740
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
────────────────────────────────────────────────────────────
|
|
1744
|
+
2026-03-08T09:41:10.508Z [run] started
|
|
1745
|
+
────────────────────────────────────────────────────────────
|
|
1746
|
+
2026-03-08T09:41:10.546Z [info] Fetching tasks (filter: all)...
|
|
1747
|
+
2026-03-08T09:41:10.972Z [info] Found 1 tagged task(s)
|
|
1748
|
+
2026-03-08T09:41:10.973Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: review)
|
|
1749
|
+
2026-03-08T09:41:13.142Z [info] [86c8p6933] "on failed tasks, log also a terminal report" skipped — branch already exists (86c8p6933/on-failed-tasks-log-also-a-terminal-report) and no trigger word found
|
|
1750
|
+
2026-03-08T09:41:13.142Z [success] Done. Processed: 0, Skipped: 1
|
|
1751
|
+
2026-03-08T09:42:11.170Z [warn] cursor clarification check failed — trying next runner
|
|
1752
|
+
2026-03-08T09:42:11.171Z [warn] cursor clarification check failed — trying next runner
|
|
1753
|
+
2026-03-08T09:42:11.171Z [warn] windsurf clarification check failed — trying next runner
|
|
1754
|
+
2026-03-08T09:42:11.172Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1755
|
+
2026-03-08T09:42:11.172Z [warn] No AI runner available — skipping clarification check
|
|
1756
|
+
2026-03-08T09:42:11.351Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1757
|
+
2026-03-08T09:42:11.510Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1758
|
+
2026-03-08T09:42:11.554Z [error] Refusing to commit directly to protected branch "main"
|
|
1759
|
+
2026-03-08T09:42:11.690Z [error] Refusing to push directly to protected branch "main"
|
|
1760
|
+
2026-03-08T09:42:11.781Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1761
|
+
2026-03-08T09:42:13.289Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-JL1MH5
|
|
1762
|
+
* branch main -> FETCH_HEAD
|
|
1763
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1764
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1765
|
+
hint: your next pull:
|
|
1766
|
+
hint:
|
|
1767
|
+
hint: git config pull.rebase false # merge
|
|
1768
|
+
hint: git config pull.rebase true # rebase
|
|
1769
|
+
hint: git config pull.ff only # fast-forward only
|
|
1770
|
+
hint:
|
|
1771
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1772
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1773
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1774
|
+
hint: invocation.
|
|
1775
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
────────────────────────────────────────────────────────────
|
|
1779
|
+
2026-03-08T09:45:02.882Z [run] started
|
|
1780
|
+
────────────────────────────────────────────────────────────
|
|
1781
|
+
2026-03-08T09:45:02.973Z [info] Fetching tasks (filter: all)...
|
|
1782
|
+
2026-03-08T09:45:03.407Z [info] Found 1 tagged task(s)
|
|
1783
|
+
2026-03-08T09:45:03.407Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: review)
|
|
1784
|
+
2026-03-08T09:45:05.350Z [info] [86c8p6933] "on failed tasks, log also a terminal report" skipped — branch already exists (86c8p6933/on-failed-tasks-log-also-a-terminal-report) and no trigger word found
|
|
1785
|
+
2026-03-08T09:45:05.350Z [success] Done. Processed: 0, Skipped: 1
|
|
1786
|
+
2026-03-08T09:45:25.141Z [warn] cursor clarification check failed — trying next runner
|
|
1787
|
+
2026-03-08T09:45:25.144Z [warn] cursor clarification check failed — trying next runner
|
|
1788
|
+
2026-03-08T09:45:25.144Z [warn] windsurf clarification check failed — trying next runner
|
|
1789
|
+
2026-03-08T09:45:25.144Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1790
|
+
2026-03-08T09:45:25.144Z [warn] No AI runner available — skipping clarification check
|
|
1791
|
+
2026-03-08T09:45:25.332Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1792
|
+
2026-03-08T09:45:25.504Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1793
|
+
2026-03-08T09:45:25.554Z [error] Refusing to commit directly to protected branch "main"
|
|
1794
|
+
2026-03-08T09:45:25.737Z [error] Refusing to push directly to protected branch "main"
|
|
1795
|
+
2026-03-08T09:45:25.841Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1796
|
+
2026-03-08T09:45:27.354Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-XGUXaH
|
|
1797
|
+
* branch main -> FETCH_HEAD
|
|
1798
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1799
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1800
|
+
hint: your next pull:
|
|
1801
|
+
hint:
|
|
1802
|
+
hint: git config pull.rebase false # merge
|
|
1803
|
+
hint: git config pull.rebase true # rebase
|
|
1804
|
+
hint: git config pull.ff only # fast-forward only
|
|
1805
|
+
hint:
|
|
1806
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1807
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1808
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1809
|
+
hint: invocation.
|
|
1810
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1811
|
+
|
|
1812
|
+
2026-03-08T09:47:38.780Z [warn] cursor clarification check failed — trying next runner
|
|
1813
|
+
2026-03-08T09:47:38.782Z [warn] cursor clarification check failed — trying next runner
|
|
1814
|
+
2026-03-08T09:47:38.782Z [warn] windsurf clarification check failed — trying next runner
|
|
1815
|
+
2026-03-08T09:47:38.782Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1816
|
+
2026-03-08T09:47:38.782Z [warn] No AI runner available — skipping clarification check
|
|
1817
|
+
2026-03-08T09:47:38.975Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1818
|
+
2026-03-08T09:47:39.131Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1819
|
+
2026-03-08T09:47:39.175Z [error] Refusing to commit directly to protected branch "main"
|
|
1820
|
+
2026-03-08T09:47:39.306Z [error] Refusing to push directly to protected branch "main"
|
|
1821
|
+
2026-03-08T09:47:39.399Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1822
|
+
2026-03-08T09:47:40.903Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-EReeBE
|
|
1823
|
+
* branch main -> FETCH_HEAD
|
|
1824
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1825
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1826
|
+
hint: your next pull:
|
|
1827
|
+
hint:
|
|
1828
|
+
hint: git config pull.rebase false # merge
|
|
1829
|
+
hint: git config pull.rebase true # rebase
|
|
1830
|
+
hint: git config pull.ff only # fast-forward only
|
|
1831
|
+
hint:
|
|
1832
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1833
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1834
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1835
|
+
hint: invocation.
|
|
1836
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1837
|
+
|
|
1838
|
+
2026-03-08T09:47:51.158Z [warn] cursor clarification check failed — trying next runner
|
|
1839
|
+
2026-03-08T09:47:51.159Z [warn] cursor clarification check failed — trying next runner
|
|
1840
|
+
2026-03-08T09:47:51.160Z [warn] windsurf clarification check failed — trying next runner
|
|
1841
|
+
2026-03-08T09:47:51.160Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1842
|
+
2026-03-08T09:47:51.160Z [warn] No AI runner available — skipping clarification check
|
|
1843
|
+
2026-03-08T09:47:51.325Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1844
|
+
2026-03-08T09:47:51.490Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1845
|
+
2026-03-08T09:47:51.535Z [error] Refusing to commit directly to protected branch "main"
|
|
1846
|
+
2026-03-08T09:47:51.676Z [error] Refusing to push directly to protected branch "main"
|
|
1847
|
+
2026-03-08T09:47:51.774Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1848
|
+
2026-03-08T09:47:53.312Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-cwQtgI
|
|
1849
|
+
* branch main -> FETCH_HEAD
|
|
1850
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1851
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1852
|
+
hint: your next pull:
|
|
1853
|
+
hint:
|
|
1854
|
+
hint: git config pull.rebase false # merge
|
|
1855
|
+
hint: git config pull.rebase true # rebase
|
|
1856
|
+
hint: git config pull.ff only # fast-forward only
|
|
1857
|
+
hint:
|
|
1858
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1859
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1860
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1861
|
+
hint: invocation.
|
|
1862
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1863
|
+
|
|
1864
|
+
2026-03-08T09:48:10.205Z [warn] cursor clarification check failed — trying next runner
|
|
1865
|
+
2026-03-08T09:48:10.207Z [warn] cursor clarification check failed — trying next runner
|
|
1866
|
+
2026-03-08T09:48:10.207Z [warn] windsurf clarification check failed — trying next runner
|
|
1867
|
+
2026-03-08T09:48:10.207Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1868
|
+
2026-03-08T09:48:10.207Z [warn] No AI runner available — skipping clarification check
|
|
1869
|
+
2026-03-08T09:48:10.384Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1870
|
+
2026-03-08T09:48:10.543Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1871
|
+
2026-03-08T09:48:10.587Z [error] Refusing to commit directly to protected branch "main"
|
|
1872
|
+
2026-03-08T09:48:10.718Z [error] Refusing to push directly to protected branch "main"
|
|
1873
|
+
2026-03-08T09:48:10.804Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1874
|
+
2026-03-08T09:48:12.216Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-c6WJdJ
|
|
1875
|
+
* branch main -> FETCH_HEAD
|
|
1876
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1877
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1878
|
+
hint: your next pull:
|
|
1879
|
+
hint:
|
|
1880
|
+
hint: git config pull.rebase false # merge
|
|
1881
|
+
hint: git config pull.rebase true # rebase
|
|
1882
|
+
hint: git config pull.ff only # fast-forward only
|
|
1883
|
+
hint:
|
|
1884
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1885
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1886
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1887
|
+
hint: invocation.
|
|
1888
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1889
|
+
|
|
1890
|
+
2026-03-08T09:48:45.719Z [warn] cursor clarification check failed — trying next runner
|
|
1891
|
+
2026-03-08T09:48:45.720Z [warn] cursor clarification check failed — trying next runner
|
|
1892
|
+
2026-03-08T09:48:45.720Z [warn] windsurf clarification check failed — trying next runner
|
|
1893
|
+
2026-03-08T09:48:45.720Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1894
|
+
2026-03-08T09:48:45.720Z [warn] No AI runner available — skipping clarification check
|
|
1895
|
+
2026-03-08T09:48:45.890Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1896
|
+
2026-03-08T09:48:46.045Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1897
|
+
2026-03-08T09:48:46.087Z [error] Refusing to commit directly to protected branch "main"
|
|
1898
|
+
2026-03-08T09:48:46.219Z [error] Refusing to push directly to protected branch "main"
|
|
1899
|
+
2026-03-08T09:48:46.312Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1900
|
+
2026-03-08T09:48:47.728Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-k2S6XP
|
|
1901
|
+
* branch main -> FETCH_HEAD
|
|
1902
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1903
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1904
|
+
hint: your next pull:
|
|
1905
|
+
hint:
|
|
1906
|
+
hint: git config pull.rebase false # merge
|
|
1907
|
+
hint: git config pull.rebase true # rebase
|
|
1908
|
+
hint: git config pull.ff only # fast-forward only
|
|
1909
|
+
hint:
|
|
1910
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1911
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1912
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1913
|
+
hint: invocation.
|
|
1914
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1915
|
+
|
|
1916
|
+
2026-03-08T09:49:32.485Z [warn] cursor clarification check failed — trying next runner
|
|
1917
|
+
2026-03-08T09:49:32.488Z [warn] cursor clarification check failed — trying next runner
|
|
1918
|
+
2026-03-08T09:49:32.488Z [warn] windsurf clarification check failed — trying next runner
|
|
1919
|
+
2026-03-08T09:49:32.488Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1920
|
+
2026-03-08T09:49:32.488Z [warn] No AI runner available — skipping clarification check
|
|
1921
|
+
2026-03-08T09:49:32.658Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
1922
|
+
2026-03-08T09:49:32.813Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
1923
|
+
2026-03-08T09:49:32.857Z [error] Refusing to commit directly to protected branch "main"
|
|
1924
|
+
2026-03-08T09:49:32.989Z [error] Refusing to push directly to protected branch "main"
|
|
1925
|
+
2026-03-08T09:49:33.080Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
1926
|
+
2026-03-08T09:49:34.507Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-mJvrQI
|
|
1927
|
+
* branch main -> FETCH_HEAD
|
|
1928
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
1929
|
+
hint: You can do so by running one of the following commands sometime before
|
|
1930
|
+
hint: your next pull:
|
|
1931
|
+
hint:
|
|
1932
|
+
hint: git config pull.rebase false # merge
|
|
1933
|
+
hint: git config pull.rebase true # rebase
|
|
1934
|
+
hint: git config pull.ff only # fast-forward only
|
|
1935
|
+
hint:
|
|
1936
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
1937
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
1938
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
1939
|
+
hint: invocation.
|
|
1940
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
1941
|
+
|
|
1942
|
+
|
|
1943
|
+
────────────────────────────────────────────────────────────
|
|
1944
|
+
2026-03-08T10:00:02.857Z [run] started
|
|
1945
|
+
────────────────────────────────────────────────────────────
|
|
1946
|
+
2026-03-08T10:00:02.962Z [info] Fetching tasks (filter: all)...
|
|
1947
|
+
2026-03-08T10:00:03.596Z [info] Found 1 tagged task(s)
|
|
1948
|
+
2026-03-08T10:00:03.596Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: review)
|
|
1949
|
+
2026-03-08T10:00:05.324Z [info] Running Cursor Agent...
|
|
1950
|
+
2026-03-08T10:00:07.596Z [warn] Cursor Agent exited with status 1
|
|
1951
|
+
2026-03-08T10:00:07.597Z [warn] cursor clarification check failed — trying next runner
|
|
1952
|
+
2026-03-08T10:00:07.598Z [info] Running Claude CLI...
|
|
1953
|
+
2026-03-08T10:00:08.572Z [warn] Claude exited with status 1
|
|
1954
|
+
2026-03-08T10:00:08.573Z [warn] claude clarification check failed — trying next runner
|
|
1955
|
+
2026-03-08T10:00:08.573Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1956
|
+
2026-03-08T10:00:08.573Z [info] Implementing task: on failed tasks, log also a terminal report
|
|
1957
|
+
2026-03-08T10:00:13.040Z [error] git checkout -b 86c8p6933/on-failed-tasks-log-also-a-terminal-report failed: fatal: a branch named '86c8p6933/on-failed-tasks-log-also-a-terminal-report' already exists
|
|
1958
|
+
|
|
1959
|
+
2026-03-08T10:00:13.040Z [error] Failed to create branch 86c8p6933/on-failed-tasks-log-also-a-terminal-report
|
|
1960
|
+
2026-03-08T10:00:13.040Z [success] Done. Processed: 1, Skipped: 0
|
|
1961
|
+
|
|
1962
|
+
────────────────────────────────────────────────────────────
|
|
1963
|
+
2026-03-08T11:03:10.999Z [run] started
|
|
1964
|
+
────────────────────────────────────────────────────────────
|
|
1965
|
+
2026-03-08T11:03:11.108Z [info] Fetching tasks (filter: all)...
|
|
1966
|
+
2026-03-08T11:03:11.544Z [info] Found 1 tagged task(s)
|
|
1967
|
+
2026-03-08T11:03:11.544Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: in progress)
|
|
1968
|
+
2026-03-08T11:03:13.244Z [info] Running Cursor Agent...
|
|
1969
|
+
2026-03-08T11:03:15.347Z [warn] Cursor Agent exited with status 1
|
|
1970
|
+
2026-03-08T11:03:15.347Z [warn] cursor clarification check failed — trying next runner
|
|
1971
|
+
2026-03-08T11:03:15.348Z [info] Running Claude CLI...
|
|
1972
|
+
2026-03-08T11:03:16.717Z [warn] Claude exited with status 1
|
|
1973
|
+
2026-03-08T11:03:16.717Z [warn] claude clarification check failed — trying next runner
|
|
1974
|
+
2026-03-08T11:03:16.717Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1975
|
+
2026-03-08T11:03:16.718Z [info] Implementing task: on failed tasks, log also a terminal report
|
|
1976
|
+
2026-03-08T11:03:21.729Z [error] git checkout -b 86c8p6933/on-failed-tasks-log-also-a-terminal-report failed: fatal: a branch named '86c8p6933/on-failed-tasks-log-also-a-terminal-report' already exists
|
|
1977
|
+
|
|
1978
|
+
2026-03-08T11:03:21.729Z [error] Failed to create branch 86c8p6933/on-failed-tasks-log-also-a-terminal-report
|
|
1979
|
+
2026-03-08T11:03:21.730Z [success] Done. Processed: 1, Skipped: 0
|
|
1980
|
+
|
|
1981
|
+
────────────────────────────────────────────────────────────
|
|
1982
|
+
2026-03-08T11:15:02.084Z [run] started
|
|
1983
|
+
────────────────────────────────────────────────────────────
|
|
1984
|
+
2026-03-08T11:15:02.173Z [info] Fetching tasks (filter: all)...
|
|
1985
|
+
2026-03-08T11:15:02.831Z [info] Found 1 tagged task(s)
|
|
1986
|
+
2026-03-08T11:15:02.832Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: in progress)
|
|
1987
|
+
2026-03-08T11:15:04.539Z [info] Running Cursor Agent...
|
|
1988
|
+
2026-03-08T11:15:06.583Z [warn] Cursor Agent exited with status 1
|
|
1989
|
+
2026-03-08T11:15:06.583Z [warn] cursor clarification check failed — trying next runner
|
|
1990
|
+
2026-03-08T11:15:06.584Z [info] Running Claude CLI...
|
|
1991
|
+
2026-03-08T11:15:07.602Z [warn] Claude exited with status 1
|
|
1992
|
+
2026-03-08T11:15:07.603Z [warn] claude clarification check failed — trying next runner
|
|
1993
|
+
2026-03-08T11:15:07.603Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
1994
|
+
2026-03-08T11:15:07.603Z [info] Implementing task: on failed tasks, log also a terminal report
|
|
1995
|
+
2026-03-08T11:15:12.061Z [error] git checkout -b 86c8p6933/on-failed-tasks-log-also-a-terminal-report failed: fatal: a branch named '86c8p6933/on-failed-tasks-log-also-a-terminal-report' already exists
|
|
1996
|
+
|
|
1997
|
+
2026-03-08T11:15:12.061Z [error] Failed to create branch 86c8p6933/on-failed-tasks-log-also-a-terminal-report
|
|
1998
|
+
2026-03-08T11:15:12.061Z [success] Done. Processed: 1, Skipped: 0
|
|
1999
|
+
|
|
2000
|
+
────────────────────────────────────────────────────────────
|
|
2001
|
+
2026-03-08T11:30:02.455Z [run] started
|
|
2002
|
+
────────────────────────────────────────────────────────────
|
|
2003
|
+
2026-03-08T11:30:02.549Z [info] Fetching tasks (filter: all)...
|
|
2004
|
+
2026-03-08T11:30:03.160Z [info] Found 1 tagged task(s)
|
|
2005
|
+
2026-03-08T11:30:03.161Z [task] [86c8p6933] "on failed tasks, log also a terminal report" (status: in progress)
|
|
2006
|
+
2026-03-08T11:30:04.872Z [info] Running Cursor Agent...
|
|
2007
|
+
2026-03-08T11:30:06.810Z [warn] Cursor Agent exited with status 1
|
|
2008
|
+
2026-03-08T11:30:06.810Z [warn] cursor clarification check failed — trying next runner
|
|
2009
|
+
2026-03-08T11:30:06.810Z [info] Running Claude CLI...
|
|
2010
|
+
2026-03-08T11:30:08.537Z [warn] Claude exited with status 1
|
|
2011
|
+
2026-03-08T11:30:08.540Z [warn] claude clarification check failed — trying next runner
|
|
2012
|
+
2026-03-08T11:30:08.541Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2013
|
+
2026-03-08T11:30:08.542Z [info] Implementing task: on failed tasks, log also a terminal report
|
|
2014
|
+
2026-03-08T11:30:12.965Z [error] git checkout -b 86c8p6933/on-failed-tasks-log-also-a-terminal-report failed: fatal: a branch named '86c8p6933/on-failed-tasks-log-also-a-terminal-report' already exists
|
|
2015
|
+
|
|
2016
|
+
2026-03-08T11:30:12.965Z [error] Failed to create branch 86c8p6933/on-failed-tasks-log-also-a-terminal-report
|
|
2017
|
+
2026-03-08T11:30:12.965Z [success] Done. Processed: 1, Skipped: 0
|
|
2018
|
+
2026-03-08T11:31:16.557Z [warn] cursor clarification check failed — trying next runner
|
|
2019
|
+
2026-03-08T11:31:16.560Z [warn] cursor clarification check failed — trying next runner
|
|
2020
|
+
2026-03-08T11:31:16.560Z [warn] windsurf clarification check failed — trying next runner
|
|
2021
|
+
2026-03-08T11:31:16.560Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2022
|
+
2026-03-08T11:31:16.560Z [warn] No AI runner available — skipping clarification check
|
|
2023
|
+
2026-03-08T11:31:16.756Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2024
|
+
2026-03-08T11:31:16.921Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2025
|
+
2026-03-08T11:31:16.965Z [error] Refusing to commit directly to protected branch "main"
|
|
2026
|
+
2026-03-08T11:31:17.104Z [error] Refusing to push directly to protected branch "main"
|
|
2027
|
+
2026-03-08T11:31:17.203Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2028
|
+
2026-03-08T11:31:18.760Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-PIBOT7
|
|
2029
|
+
* branch main -> FETCH_HEAD
|
|
2030
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2031
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2032
|
+
hint: your next pull:
|
|
2033
|
+
hint:
|
|
2034
|
+
hint: git config pull.rebase false # merge
|
|
2035
|
+
hint: git config pull.rebase true # rebase
|
|
2036
|
+
hint: git config pull.ff only # fast-forward only
|
|
2037
|
+
hint:
|
|
2038
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2039
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2040
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2041
|
+
hint: invocation.
|
|
2042
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2043
|
+
|
|
2044
|
+
2026-03-08T11:33:24.688Z [warn] No aidev schedules found
|
|
2045
|
+
2026-03-08T11:33:24.689Z [info] Use "aidev schedule set" to configure one.
|
|
2046
|
+
2026-03-08T11:46:59.801Z [success] Launch Agent scheduled: */15 * * * *
|
|
2047
|
+
2026-03-08T11:46:59.802Z [info] Plist: /Users/davidmeirlevy/Library/LaunchAgents/com.aidev.run.ba0bfc4f.plist
|
|
2048
|
+
|
|
2049
|
+
────────────────────────────────────────────────────────────
|
|
2050
|
+
2026-03-08T12:01:59.880Z [run] started
|
|
2051
|
+
────────────────────────────────────────────────────────────
|
|
2052
|
+
2026-03-08T12:01:59.930Z [info] Fetching tasks (filter: all)...
|
|
2053
|
+
2026-03-08T12:02:00.273Z [info] Found 0 tagged task(s)
|
|
2054
|
+
2026-03-08T12:02:00.273Z [success] Done. Processed: 0, Skipped: 0
|
|
2055
|
+
|
|
2056
|
+
────────────────────────────────────────────────────────────
|
|
2057
|
+
2026-03-08T12:17:00.424Z [run] started
|
|
2058
|
+
────────────────────────────────────────────────────────────
|
|
2059
|
+
2026-03-08T12:17:00.468Z [info] Fetching tasks (filter: all)...
|
|
2060
|
+
2026-03-08T12:17:00.801Z [info] Found 0 tagged task(s)
|
|
2061
|
+
2026-03-08T12:17:00.802Z [success] Done. Processed: 0, Skipped: 0
|
|
2062
|
+
|
|
2063
|
+
────────────────────────────────────────────────────────────
|
|
2064
|
+
2026-03-08T12:32:00.955Z [run] started
|
|
2065
|
+
────────────────────────────────────────────────────────────
|
|
2066
|
+
2026-03-08T12:32:00.993Z [info] Fetching tasks (filter: all)...
|
|
2067
|
+
2026-03-08T12:32:01.263Z [info] Found 0 tagged task(s)
|
|
2068
|
+
2026-03-08T12:32:01.264Z [success] Done. Processed: 0, Skipped: 0
|
|
2069
|
+
|
|
2070
|
+
────────────────────────────────────────────────────────────
|
|
2071
|
+
2026-03-08T12:47:01.399Z [run] started
|
|
2072
|
+
────────────────────────────────────────────────────────────
|
|
2073
|
+
2026-03-08T12:47:01.442Z [info] Fetching tasks (filter: all)...
|
|
2074
|
+
2026-03-08T12:47:01.790Z [info] Found 0 tagged task(s)
|
|
2075
|
+
2026-03-08T12:47:01.791Z [success] Done. Processed: 0, Skipped: 0
|
|
2076
|
+
2026-03-08T12:51:24.133Z [info] Scheduled aidev jobs:
|
|
2077
|
+
2026-03-08T13:00:20.831Z [warn] cursor clarification check failed — trying next runner
|
|
2078
|
+
2026-03-08T13:00:20.833Z [warn] cursor clarification check failed — trying next runner
|
|
2079
|
+
2026-03-08T13:00:20.833Z [warn] windsurf clarification check failed — trying next runner
|
|
2080
|
+
2026-03-08T13:00:20.833Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2081
|
+
2026-03-08T13:00:20.833Z [warn] No AI runner available — skipping clarification check
|
|
2082
|
+
2026-03-08T13:00:21.044Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2083
|
+
2026-03-08T13:00:21.208Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2084
|
+
2026-03-08T13:00:21.252Z [error] Refusing to commit directly to protected branch "main"
|
|
2085
|
+
2026-03-08T13:00:21.395Z [error] Refusing to push directly to protected branch "main"
|
|
2086
|
+
2026-03-08T13:00:21.491Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2087
|
+
2026-03-08T13:00:23.019Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-Fx3IV1
|
|
2088
|
+
* branch main -> FETCH_HEAD
|
|
2089
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2090
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2091
|
+
hint: your next pull:
|
|
2092
|
+
hint:
|
|
2093
|
+
hint: git config pull.rebase false # merge
|
|
2094
|
+
hint: git config pull.rebase true # rebase
|
|
2095
|
+
hint: git config pull.ff only # fast-forward only
|
|
2096
|
+
hint:
|
|
2097
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2098
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2099
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2100
|
+
hint: invocation.
|
|
2101
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2102
|
+
|
|
2103
|
+
2026-03-08T13:00:30.556Z [warn] cursor clarification check failed — trying next runner
|
|
2104
|
+
2026-03-08T13:00:30.557Z [warn] cursor clarification check failed — trying next runner
|
|
2105
|
+
2026-03-08T13:00:30.557Z [warn] windsurf clarification check failed — trying next runner
|
|
2106
|
+
2026-03-08T13:00:30.558Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2107
|
+
2026-03-08T13:00:30.558Z [warn] No AI runner available — skipping clarification check
|
|
2108
|
+
2026-03-08T13:00:30.746Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2109
|
+
2026-03-08T13:00:30.914Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2110
|
+
2026-03-08T13:00:30.958Z [error] Refusing to commit directly to protected branch "main"
|
|
2111
|
+
2026-03-08T13:00:31.094Z [error] Refusing to push directly to protected branch "main"
|
|
2112
|
+
2026-03-08T13:00:31.183Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2113
|
+
2026-03-08T13:00:32.681Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-Udss4C
|
|
2114
|
+
* branch main -> FETCH_HEAD
|
|
2115
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2116
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2117
|
+
hint: your next pull:
|
|
2118
|
+
hint:
|
|
2119
|
+
hint: git config pull.rebase false # merge
|
|
2120
|
+
hint: git config pull.rebase true # rebase
|
|
2121
|
+
hint: git config pull.ff only # fast-forward only
|
|
2122
|
+
hint:
|
|
2123
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2124
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2125
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2126
|
+
hint: invocation.
|
|
2127
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2128
|
+
|
|
2129
|
+
2026-03-08T13:01:38.349Z [warn] cursor clarification check failed — trying next runner
|
|
2130
|
+
2026-03-08T13:01:38.351Z [warn] cursor clarification check failed — trying next runner
|
|
2131
|
+
2026-03-08T13:01:38.351Z [warn] windsurf clarification check failed — trying next runner
|
|
2132
|
+
2026-03-08T13:01:38.351Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2133
|
+
2026-03-08T13:01:38.352Z [warn] No AI runner available — skipping clarification check
|
|
2134
|
+
2026-03-08T13:01:38.550Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2135
|
+
2026-03-08T13:01:38.711Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2136
|
+
2026-03-08T13:01:38.758Z [error] Refusing to commit directly to protected branch "main"
|
|
2137
|
+
2026-03-08T13:01:38.911Z [error] Refusing to push directly to protected branch "main"
|
|
2138
|
+
2026-03-08T13:01:39.009Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2139
|
+
2026-03-08T13:01:40.543Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-f1BjS2
|
|
2140
|
+
* branch main -> FETCH_HEAD
|
|
2141
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2142
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2143
|
+
hint: your next pull:
|
|
2144
|
+
hint:
|
|
2145
|
+
hint: git config pull.rebase false # merge
|
|
2146
|
+
hint: git config pull.rebase true # rebase
|
|
2147
|
+
hint: git config pull.ff only # fast-forward only
|
|
2148
|
+
hint:
|
|
2149
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2150
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2151
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2152
|
+
hint: invocation.
|
|
2153
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
────────────────────────────────────────────────────────────
|
|
2157
|
+
2026-03-08T13:02:01.936Z [run] started
|
|
2158
|
+
────────────────────────────────────────────────────────────
|
|
2159
|
+
2026-03-08T13:02:01.975Z [info] Fetching tasks (filter: all)...
|
|
2160
|
+
2026-03-08T13:02:02.460Z [info] Found 0 tagged task(s)
|
|
2161
|
+
2026-03-08T13:02:02.461Z [success] Done. Processed: 0, Skipped: 0
|
|
2162
|
+
2026-03-08T13:06:52.004Z [warn] cursor clarification check failed — trying next runner
|
|
2163
|
+
2026-03-08T13:06:52.005Z [warn] cursor clarification check failed — trying next runner
|
|
2164
|
+
2026-03-08T13:06:52.005Z [warn] windsurf clarification check failed — trying next runner
|
|
2165
|
+
2026-03-08T13:06:52.005Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2166
|
+
2026-03-08T13:06:52.006Z [warn] No AI runner available — skipping clarification check
|
|
2167
|
+
2026-03-08T13:06:52.208Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2168
|
+
2026-03-08T13:06:52.392Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2169
|
+
2026-03-08T13:06:52.435Z [error] Refusing to commit directly to protected branch "main"
|
|
2170
|
+
2026-03-08T13:06:52.577Z [error] Refusing to push directly to protected branch "main"
|
|
2171
|
+
2026-03-08T13:06:52.672Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2172
|
+
2026-03-08T13:06:54.196Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-1gQyz2
|
|
2173
|
+
* branch main -> FETCH_HEAD
|
|
2174
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2175
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2176
|
+
hint: your next pull:
|
|
2177
|
+
hint:
|
|
2178
|
+
hint: git config pull.rebase false # merge
|
|
2179
|
+
hint: git config pull.rebase true # rebase
|
|
2180
|
+
hint: git config pull.ff only # fast-forward only
|
|
2181
|
+
hint:
|
|
2182
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2183
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2184
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2185
|
+
hint: invocation.
|
|
2186
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2187
|
+
|
|
2188
|
+
2026-03-08T13:07:58.188Z [warn] cursor clarification check failed — trying next runner
|
|
2189
|
+
2026-03-08T13:07:58.192Z [warn] cursor clarification check failed — trying next runner
|
|
2190
|
+
2026-03-08T13:07:58.192Z [warn] windsurf clarification check failed — trying next runner
|
|
2191
|
+
2026-03-08T13:07:58.192Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2192
|
+
2026-03-08T13:07:58.192Z [warn] No AI runner available — skipping clarification check
|
|
2193
|
+
2026-03-08T13:07:58.447Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2194
|
+
2026-03-08T13:07:58.630Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2195
|
+
2026-03-08T13:07:58.675Z [error] Refusing to commit directly to protected branch "main"
|
|
2196
|
+
2026-03-08T13:07:58.822Z [error] Refusing to push directly to protected branch "main"
|
|
2197
|
+
2026-03-08T13:07:58.924Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2198
|
+
2026-03-08T13:08:00.510Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-J0Too3
|
|
2199
|
+
* branch main -> FETCH_HEAD
|
|
2200
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2201
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2202
|
+
hint: your next pull:
|
|
2203
|
+
hint:
|
|
2204
|
+
hint: git config pull.rebase false # merge
|
|
2205
|
+
hint: git config pull.rebase true # rebase
|
|
2206
|
+
hint: git config pull.ff only # fast-forward only
|
|
2207
|
+
hint:
|
|
2208
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2209
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2210
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2211
|
+
hint: invocation.
|
|
2212
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2213
|
+
|
|
2214
|
+
2026-03-08T13:10:00.581Z [warn] cursor clarification check failed — trying next runner
|
|
2215
|
+
2026-03-08T13:10:00.583Z [warn] cursor clarification check failed — trying next runner
|
|
2216
|
+
2026-03-08T13:10:00.583Z [warn] windsurf clarification check failed — trying next runner
|
|
2217
|
+
2026-03-08T13:10:00.583Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2218
|
+
2026-03-08T13:10:00.583Z [warn] No AI runner available — skipping clarification check
|
|
2219
|
+
2026-03-08T13:10:00.793Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2220
|
+
2026-03-08T13:10:00.959Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2221
|
+
2026-03-08T13:10:01.003Z [error] Refusing to commit directly to protected branch "main"
|
|
2222
|
+
2026-03-08T13:10:01.137Z [error] Refusing to push directly to protected branch "main"
|
|
2223
|
+
2026-03-08T13:10:01.232Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2224
|
+
2026-03-08T13:10:02.708Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-3syyjI
|
|
2225
|
+
* branch main -> FETCH_HEAD
|
|
2226
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2227
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2228
|
+
hint: your next pull:
|
|
2229
|
+
hint:
|
|
2230
|
+
hint: git config pull.rebase false # merge
|
|
2231
|
+
hint: git config pull.rebase true # rebase
|
|
2232
|
+
hint: git config pull.ff only # fast-forward only
|
|
2233
|
+
hint:
|
|
2234
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2235
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2236
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2237
|
+
hint: invocation.
|
|
2238
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2239
|
+
|
|
2240
|
+
2026-03-08T13:10:09.408Z [warn] cursor clarification check failed — trying next runner
|
|
2241
|
+
2026-03-08T13:10:09.410Z [warn] cursor clarification check failed — trying next runner
|
|
2242
|
+
2026-03-08T13:10:09.410Z [warn] windsurf clarification check failed — trying next runner
|
|
2243
|
+
2026-03-08T13:10:09.410Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2244
|
+
2026-03-08T13:10:09.410Z [warn] No AI runner available — skipping clarification check
|
|
2245
|
+
2026-03-08T13:10:09.619Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2246
|
+
2026-03-08T13:10:09.791Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2247
|
+
2026-03-08T13:10:09.842Z [error] Refusing to commit directly to protected branch "main"
|
|
2248
|
+
2026-03-08T13:10:09.991Z [error] Refusing to push directly to protected branch "main"
|
|
2249
|
+
2026-03-08T13:10:10.084Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2250
|
+
2026-03-08T13:10:11.637Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-acG5Yx
|
|
2251
|
+
* branch main -> FETCH_HEAD
|
|
2252
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2253
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2254
|
+
hint: your next pull:
|
|
2255
|
+
hint:
|
|
2256
|
+
hint: git config pull.rebase false # merge
|
|
2257
|
+
hint: git config pull.rebase true # rebase
|
|
2258
|
+
hint: git config pull.ff only # fast-forward only
|
|
2259
|
+
hint:
|
|
2260
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2261
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2262
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2263
|
+
hint: invocation.
|
|
2264
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2265
|
+
|
|
2266
|
+
2026-03-08T13:10:21.197Z [warn] cursor clarification check failed — trying next runner
|
|
2267
|
+
2026-03-08T13:10:21.198Z [warn] cursor clarification check failed — trying next runner
|
|
2268
|
+
2026-03-08T13:10:21.198Z [warn] windsurf clarification check failed — trying next runner
|
|
2269
|
+
2026-03-08T13:10:21.198Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
2270
|
+
2026-03-08T13:10:21.199Z [warn] No AI runner available — skipping clarification check
|
|
2271
|
+
2026-03-08T13:10:21.387Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
2272
|
+
2026-03-08T13:10:21.547Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
2273
|
+
2026-03-08T13:10:21.589Z [error] Refusing to commit directly to protected branch "main"
|
|
2274
|
+
2026-03-08T13:10:21.724Z [error] Refusing to push directly to protected branch "main"
|
|
2275
|
+
2026-03-08T13:10:21.812Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
2276
|
+
2026-03-08T13:10:23.269Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-EpYZOl
|
|
2277
|
+
* branch main -> FETCH_HEAD
|
|
2278
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
2279
|
+
hint: You can do so by running one of the following commands sometime before
|
|
2280
|
+
hint: your next pull:
|
|
2281
|
+
hint:
|
|
2282
|
+
hint: git config pull.rebase false # merge
|
|
2283
|
+
hint: git config pull.rebase true # rebase
|
|
2284
|
+
hint: git config pull.ff only # fast-forward only
|
|
2285
|
+
hint:
|
|
2286
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
2287
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
2288
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
2289
|
+
hint: invocation.
|
|
2290
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
2291
|
+
|