@qelos/aidev 0.2.1 → 0.2.2
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/aidev.log +969 -0
- package/dist/__tests__/git.test.js +196 -0
- package/dist/__tests__/git.test.js.map +1 -1
- package/dist/__tests__/run.test.js +41 -0
- package/dist/__tests__/run.test.js.map +1 -1
- package/dist/cli.js +40 -6
- package/dist/cli.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +1 -0
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/run.d.ts +1 -0
- package/dist/commands/run.d.ts.map +1 -1
- package/dist/commands/run.js +183 -4
- package/dist/commands/run.js.map +1 -1
- package/dist/commands/tasks.d.ts +5 -0
- package/dist/commands/tasks.d.ts.map +1 -0
- package/dist/commands/tasks.js +265 -0
- package/dist/commands/tasks.js.map +1 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +1 -0
- package/dist/config.js.map +1 -1
- package/dist/cron.d.ts +23 -0
- package/dist/cron.d.ts.map +1 -0
- package/dist/cron.js +94 -0
- package/dist/cron.js.map +1 -0
- package/dist/git.d.ts +22 -0
- package/dist/git.d.ts.map +1 -1
- package/dist/git.js +66 -0
- package/dist/git.js.map +1 -1
- package/dist/github.d.ts +12 -0
- package/dist/github.d.ts.map +1 -1
- package/dist/github.js +84 -0
- package/dist/github.js.map +1 -1
- package/dist/providers/base.d.ts +2 -1
- package/dist/providers/base.d.ts.map +1 -1
- package/dist/providers/clickup.d.ts +3 -1
- package/dist/providers/clickup.d.ts.map +1 -1
- package/dist/providers/clickup.js +23 -0
- package/dist/providers/clickup.js.map +1 -1
- package/dist/providers/jira.d.ts +2 -1
- package/dist/providers/jira.d.ts.map +1 -1
- package/dist/providers/jira.js +28 -0
- package/dist/providers/jira.js.map +1 -1
- package/dist/tasks.d.ts +11 -0
- package/dist/tasks.d.ts.map +1 -0
- package/dist/tasks.js +124 -0
- package/dist/tasks.js.map +1 -0
- package/dist/types.d.ts +26 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/aidev.log
CHANGED
|
@@ -2897,3 +2897,972 @@ fatal: Need to specify how to reconcile divergent branches.
|
|
|
2897
2897
|
2026-03-08T22:28:52.419Z [info] PR created: https://github.com/qelos-io/aidev/pull/12
|
|
2898
2898
|
2026-03-08T22:28:53.117Z [success] Task implemented: branch 86c8pe513/non-code-tasks-often-would-like-to-get-mode-verbal pushed
|
|
2899
2899
|
2026-03-08T22:28:53.118Z [success] Done. Processed: 1, Skipped: 0
|
|
2900
|
+
|
|
2901
|
+
────────────────────────────────────────────────────────────
|
|
2902
|
+
2026-03-08T22:43:53.210Z [run] started
|
|
2903
|
+
────────────────────────────────────────────────────────────
|
|
2904
|
+
2026-03-08T22:43:53.247Z [info] Fetching tasks (filter: all)...
|
|
2905
|
+
2026-03-08T22:43:53.454Z [info] Found 0 tagged task(s)
|
|
2906
|
+
2026-03-08T22:43:53.454Z [success] Done. Processed: 0, Skipped: 0
|
|
2907
|
+
|
|
2908
|
+
────────────────────────────────────────────────────────────
|
|
2909
|
+
2026-03-08T22:58:53.596Z [run] started
|
|
2910
|
+
────────────────────────────────────────────────────────────
|
|
2911
|
+
2026-03-08T22:58:53.633Z [info] Fetching tasks (filter: all)...
|
|
2912
|
+
2026-03-08T22:58:53.987Z [info] Found 0 tagged task(s)
|
|
2913
|
+
2026-03-08T22:58:53.988Z [success] Done. Processed: 0, Skipped: 0
|
|
2914
|
+
|
|
2915
|
+
────────────────────────────────────────────────────────────
|
|
2916
|
+
2026-03-08T23:13:54.134Z [run] started
|
|
2917
|
+
────────────────────────────────────────────────────────────
|
|
2918
|
+
2026-03-08T23:13:54.169Z [info] Fetching tasks (filter: all)...
|
|
2919
|
+
2026-03-08T23:13:54.599Z [info] Found 0 tagged task(s)
|
|
2920
|
+
2026-03-08T23:13:54.600Z [success] Done. Processed: 0, Skipped: 0
|
|
2921
|
+
|
|
2922
|
+
────────────────────────────────────────────────────────────
|
|
2923
|
+
2026-03-08T23:28:54.744Z [run] started
|
|
2924
|
+
────────────────────────────────────────────────────────────
|
|
2925
|
+
2026-03-08T23:28:54.779Z [info] Fetching tasks (filter: all)...
|
|
2926
|
+
2026-03-08T23:28:55.034Z [info] Found 0 tagged task(s)
|
|
2927
|
+
2026-03-08T23:28:55.035Z [success] Done. Processed: 0, Skipped: 0
|
|
2928
|
+
|
|
2929
|
+
────────────────────────────────────────────────────────────
|
|
2930
|
+
2026-03-08T23:43:55.181Z [run] started
|
|
2931
|
+
────────────────────────────────────────────────────────────
|
|
2932
|
+
2026-03-08T23:43:55.217Z [info] Fetching tasks (filter: all)...
|
|
2933
|
+
2026-03-08T23:43:55.481Z [info] Found 0 tagged task(s)
|
|
2934
|
+
2026-03-08T23:43:55.482Z [success] Done. Processed: 0, Skipped: 0
|
|
2935
|
+
|
|
2936
|
+
────────────────────────────────────────────────────────────
|
|
2937
|
+
2026-03-08T23:58:55.626Z [run] started
|
|
2938
|
+
────────────────────────────────────────────────────────────
|
|
2939
|
+
2026-03-08T23:58:55.661Z [info] Fetching tasks (filter: all)...
|
|
2940
|
+
2026-03-08T23:58:57.344Z [info] Found 0 tagged task(s)
|
|
2941
|
+
2026-03-08T23:58:57.345Z [success] Done. Processed: 0, Skipped: 0
|
|
2942
|
+
|
|
2943
|
+
────────────────────────────────────────────────────────────
|
|
2944
|
+
2026-03-09T00:13:57.490Z [run] started
|
|
2945
|
+
────────────────────────────────────────────────────────────
|
|
2946
|
+
2026-03-09T00:13:57.525Z [info] Fetching tasks (filter: all)...
|
|
2947
|
+
2026-03-09T00:13:57.908Z [info] Found 0 tagged task(s)
|
|
2948
|
+
2026-03-09T00:13:57.909Z [success] Done. Processed: 0, Skipped: 0
|
|
2949
|
+
|
|
2950
|
+
────────────────────────────────────────────────────────────
|
|
2951
|
+
2026-03-09T00:28:58.056Z [run] started
|
|
2952
|
+
────────────────────────────────────────────────────────────
|
|
2953
|
+
2026-03-09T00:28:58.090Z [info] Fetching tasks (filter: all)...
|
|
2954
|
+
2026-03-09T00:28:58.419Z [info] Found 0 tagged task(s)
|
|
2955
|
+
2026-03-09T00:28:58.419Z [success] Done. Processed: 0, Skipped: 0
|
|
2956
|
+
|
|
2957
|
+
────────────────────────────────────────────────────────────
|
|
2958
|
+
2026-03-09T00:43:58.563Z [run] started
|
|
2959
|
+
────────────────────────────────────────────────────────────
|
|
2960
|
+
2026-03-09T00:43:58.598Z [info] Fetching tasks (filter: all)...
|
|
2961
|
+
2026-03-09T00:43:59.078Z [info] Found 0 tagged task(s)
|
|
2962
|
+
2026-03-09T00:43:59.079Z [success] Done. Processed: 0, Skipped: 0
|
|
2963
|
+
|
|
2964
|
+
────────────────────────────────────────────────────────────
|
|
2965
|
+
2026-03-09T00:58:59.216Z [run] started
|
|
2966
|
+
────────────────────────────────────────────────────────────
|
|
2967
|
+
2026-03-09T00:58:59.253Z [info] Fetching tasks (filter: all)...
|
|
2968
|
+
2026-03-09T00:58:59.560Z [info] Found 0 tagged task(s)
|
|
2969
|
+
2026-03-09T00:58:59.561Z [success] Done. Processed: 0, Skipped: 0
|
|
2970
|
+
|
|
2971
|
+
────────────────────────────────────────────────────────────
|
|
2972
|
+
2026-03-09T01:13:59.705Z [run] started
|
|
2973
|
+
────────────────────────────────────────────────────────────
|
|
2974
|
+
2026-03-09T01:13:59.740Z [info] Fetching tasks (filter: all)...
|
|
2975
|
+
2026-03-09T01:14:00.455Z [info] Found 0 tagged task(s)
|
|
2976
|
+
2026-03-09T01:14:00.456Z [success] Done. Processed: 0, Skipped: 0
|
|
2977
|
+
|
|
2978
|
+
────────────────────────────────────────────────────────────
|
|
2979
|
+
2026-03-09T01:29:00.605Z [run] started
|
|
2980
|
+
────────────────────────────────────────────────────────────
|
|
2981
|
+
2026-03-09T01:29:00.640Z [info] Fetching tasks (filter: all)...
|
|
2982
|
+
2026-03-09T01:29:00.962Z [info] Found 0 tagged task(s)
|
|
2983
|
+
2026-03-09T01:29:00.963Z [success] Done. Processed: 0, Skipped: 0
|
|
2984
|
+
|
|
2985
|
+
────────────────────────────────────────────────────────────
|
|
2986
|
+
2026-03-09T01:44:01.108Z [run] started
|
|
2987
|
+
────────────────────────────────────────────────────────────
|
|
2988
|
+
2026-03-09T01:44:01.143Z [info] Fetching tasks (filter: all)...
|
|
2989
|
+
2026-03-09T01:44:01.658Z [info] Found 0 tagged task(s)
|
|
2990
|
+
2026-03-09T01:44:01.658Z [success] Done. Processed: 0, Skipped: 0
|
|
2991
|
+
|
|
2992
|
+
────────────────────────────────────────────────────────────
|
|
2993
|
+
2026-03-09T01:59:01.800Z [run] started
|
|
2994
|
+
────────────────────────────────────────────────────────────
|
|
2995
|
+
2026-03-09T01:59:01.837Z [info] Fetching tasks (filter: all)...
|
|
2996
|
+
2026-03-09T01:59:02.136Z [info] Found 0 tagged task(s)
|
|
2997
|
+
2026-03-09T01:59:02.137Z [success] Done. Processed: 0, Skipped: 0
|
|
2998
|
+
|
|
2999
|
+
────────────────────────────────────────────────────────────
|
|
3000
|
+
2026-03-09T02:14:02.285Z [run] started
|
|
3001
|
+
────────────────────────────────────────────────────────────
|
|
3002
|
+
2026-03-09T02:14:02.320Z [info] Fetching tasks (filter: all)...
|
|
3003
|
+
2026-03-09T02:14:02.774Z [info] Found 0 tagged task(s)
|
|
3004
|
+
2026-03-09T02:14:02.774Z [success] Done. Processed: 0, Skipped: 0
|
|
3005
|
+
|
|
3006
|
+
────────────────────────────────────────────────────────────
|
|
3007
|
+
2026-03-09T02:29:02.913Z [run] started
|
|
3008
|
+
────────────────────────────────────────────────────────────
|
|
3009
|
+
2026-03-09T02:29:02.950Z [info] Fetching tasks (filter: all)...
|
|
3010
|
+
2026-03-09T02:29:03.284Z [info] Found 0 tagged task(s)
|
|
3011
|
+
2026-03-09T02:29:03.285Z [success] Done. Processed: 0, Skipped: 0
|
|
3012
|
+
|
|
3013
|
+
────────────────────────────────────────────────────────────
|
|
3014
|
+
2026-03-09T02:44:03.435Z [run] started
|
|
3015
|
+
────────────────────────────────────────────────────────────
|
|
3016
|
+
2026-03-09T02:44:03.469Z [info] Fetching tasks (filter: all)...
|
|
3017
|
+
2026-03-09T02:44:03.804Z [info] Found 0 tagged task(s)
|
|
3018
|
+
2026-03-09T02:44:03.805Z [success] Done. Processed: 0, Skipped: 0
|
|
3019
|
+
|
|
3020
|
+
────────────────────────────────────────────────────────────
|
|
3021
|
+
2026-03-09T02:59:03.951Z [run] started
|
|
3022
|
+
────────────────────────────────────────────────────────────
|
|
3023
|
+
2026-03-09T02:59:03.987Z [info] Fetching tasks (filter: all)...
|
|
3024
|
+
2026-03-09T02:59:04.280Z [info] Found 0 tagged task(s)
|
|
3025
|
+
2026-03-09T02:59:04.281Z [success] Done. Processed: 0, Skipped: 0
|
|
3026
|
+
|
|
3027
|
+
────────────────────────────────────────────────────────────
|
|
3028
|
+
2026-03-09T03:14:04.416Z [run] started
|
|
3029
|
+
────────────────────────────────────────────────────────────
|
|
3030
|
+
2026-03-09T03:14:04.453Z [info] Fetching tasks (filter: all)...
|
|
3031
|
+
2026-03-09T03:14:05.099Z [info] Found 0 tagged task(s)
|
|
3032
|
+
2026-03-09T03:14:05.100Z [success] Done. Processed: 0, Skipped: 0
|
|
3033
|
+
|
|
3034
|
+
────────────────────────────────────────────────────────────
|
|
3035
|
+
2026-03-09T03:29:05.235Z [run] started
|
|
3036
|
+
────────────────────────────────────────────────────────────
|
|
3037
|
+
2026-03-09T03:29:05.270Z [info] Fetching tasks (filter: all)...
|
|
3038
|
+
2026-03-09T03:29:05.560Z [info] Found 0 tagged task(s)
|
|
3039
|
+
2026-03-09T03:29:05.561Z [success] Done. Processed: 0, Skipped: 0
|
|
3040
|
+
|
|
3041
|
+
────────────────────────────────────────────────────────────
|
|
3042
|
+
2026-03-09T03:44:05.715Z [run] started
|
|
3043
|
+
────────────────────────────────────────────────────────────
|
|
3044
|
+
2026-03-09T03:44:05.750Z [info] Fetching tasks (filter: all)...
|
|
3045
|
+
2026-03-09T03:44:06.089Z [info] Found 0 tagged task(s)
|
|
3046
|
+
2026-03-09T03:44:06.090Z [success] Done. Processed: 0, Skipped: 0
|
|
3047
|
+
|
|
3048
|
+
────────────────────────────────────────────────────────────
|
|
3049
|
+
2026-03-09T03:59:06.246Z [run] started
|
|
3050
|
+
────────────────────────────────────────────────────────────
|
|
3051
|
+
2026-03-09T03:59:06.282Z [info] Fetching tasks (filter: all)...
|
|
3052
|
+
2026-03-09T03:59:06.643Z [info] Found 0 tagged task(s)
|
|
3053
|
+
2026-03-09T03:59:06.643Z [success] Done. Processed: 0, Skipped: 0
|
|
3054
|
+
|
|
3055
|
+
────────────────────────────────────────────────────────────
|
|
3056
|
+
2026-03-09T04:14:06.777Z [run] started
|
|
3057
|
+
────────────────────────────────────────────────────────────
|
|
3058
|
+
2026-03-09T04:14:06.814Z [info] Fetching tasks (filter: all)...
|
|
3059
|
+
2026-03-09T04:14:07.146Z [info] Found 0 tagged task(s)
|
|
3060
|
+
2026-03-09T04:14:07.147Z [success] Done. Processed: 0, Skipped: 0
|
|
3061
|
+
|
|
3062
|
+
────────────────────────────────────────────────────────────
|
|
3063
|
+
2026-03-09T04:29:07.299Z [run] started
|
|
3064
|
+
────────────────────────────────────────────────────────────
|
|
3065
|
+
2026-03-09T04:29:07.336Z [info] Fetching tasks (filter: all)...
|
|
3066
|
+
2026-03-09T04:29:07.721Z [info] Found 0 tagged task(s)
|
|
3067
|
+
2026-03-09T04:29:07.721Z [success] Done. Processed: 0, Skipped: 0
|
|
3068
|
+
|
|
3069
|
+
────────────────────────────────────────────────────────────
|
|
3070
|
+
2026-03-09T04:44:07.866Z [run] started
|
|
3071
|
+
────────────────────────────────────────────────────────────
|
|
3072
|
+
2026-03-09T04:44:07.901Z [info] Fetching tasks (filter: all)...
|
|
3073
|
+
2026-03-09T04:44:09.778Z [info] Found 0 tagged task(s)
|
|
3074
|
+
2026-03-09T04:44:09.779Z [success] Done. Processed: 0, Skipped: 0
|
|
3075
|
+
|
|
3076
|
+
────────────────────────────────────────────────────────────
|
|
3077
|
+
2026-03-09T04:59:09.921Z [run] started
|
|
3078
|
+
────────────────────────────────────────────────────────────
|
|
3079
|
+
2026-03-09T04:59:09.957Z [info] Fetching tasks (filter: all)...
|
|
3080
|
+
2026-03-09T04:59:10.307Z [info] Found 0 tagged task(s)
|
|
3081
|
+
2026-03-09T04:59:10.308Z [success] Done. Processed: 0, Skipped: 0
|
|
3082
|
+
|
|
3083
|
+
────────────────────────────────────────────────────────────
|
|
3084
|
+
2026-03-09T05:14:10.454Z [run] started
|
|
3085
|
+
────────────────────────────────────────────────────────────
|
|
3086
|
+
2026-03-09T05:14:10.488Z [info] Fetching tasks (filter: all)...
|
|
3087
|
+
2026-03-09T05:14:10.980Z [info] Found 0 tagged task(s)
|
|
3088
|
+
2026-03-09T05:14:10.980Z [success] Done. Processed: 0, Skipped: 0
|
|
3089
|
+
|
|
3090
|
+
────────────────────────────────────────────────────────────
|
|
3091
|
+
2026-03-09T05:29:11.128Z [run] started
|
|
3092
|
+
────────────────────────────────────────────────────────────
|
|
3093
|
+
2026-03-09T05:29:11.163Z [info] Fetching tasks (filter: all)...
|
|
3094
|
+
2026-03-09T05:29:11.466Z [info] Found 0 tagged task(s)
|
|
3095
|
+
2026-03-09T05:29:11.467Z [success] Done. Processed: 0, Skipped: 0
|
|
3096
|
+
|
|
3097
|
+
────────────────────────────────────────────────────────────
|
|
3098
|
+
2026-03-09T05:44:11.617Z [run] started
|
|
3099
|
+
────────────────────────────────────────────────────────────
|
|
3100
|
+
2026-03-09T05:44:11.653Z [info] Fetching tasks (filter: all)...
|
|
3101
|
+
2026-03-09T05:44:11.938Z [info] Found 0 tagged task(s)
|
|
3102
|
+
2026-03-09T05:44:11.938Z [success] Done. Processed: 0, Skipped: 0
|
|
3103
|
+
|
|
3104
|
+
────────────────────────────────────────────────────────────
|
|
3105
|
+
2026-03-09T05:59:12.085Z [run] started
|
|
3106
|
+
────────────────────────────────────────────────────────────
|
|
3107
|
+
2026-03-09T05:59:12.120Z [info] Fetching tasks (filter: all)...
|
|
3108
|
+
2026-03-09T05:59:12.455Z [info] Found 0 tagged task(s)
|
|
3109
|
+
2026-03-09T05:59:12.455Z [success] Done. Processed: 0, Skipped: 0
|
|
3110
|
+
|
|
3111
|
+
────────────────────────────────────────────────────────────
|
|
3112
|
+
2026-03-09T06:26:19.845Z [run] started
|
|
3113
|
+
────────────────────────────────────────────────────────────
|
|
3114
|
+
2026-03-09T06:26:19.881Z [warn] Screen is locked or display is asleep — AI agents cannot operate
|
|
3115
|
+
2026-03-09T06:26:19.881Z [info] Fetching tasks (filter: all)...
|
|
3116
|
+
2026-03-09T06:26:20.157Z [info] Found 0 tagged task(s)
|
|
3117
|
+
2026-03-09T06:26:20.158Z [success] Done. Processed: 0, Skipped: 0
|
|
3118
|
+
|
|
3119
|
+
────────────────────────────────────────────────────────────
|
|
3120
|
+
2026-03-09T08:08:01.748Z [run] started
|
|
3121
|
+
────────────────────────────────────────────────────────────
|
|
3122
|
+
2026-03-09T08:08:01.785Z [info] Fetching tasks (filter: all)...
|
|
3123
|
+
2026-03-09T08:08:02.179Z [info] Found 0 tagged task(s)
|
|
3124
|
+
2026-03-09T08:08:02.180Z [success] Done. Processed: 0, Skipped: 0
|
|
3125
|
+
|
|
3126
|
+
────────────────────────────────────────────────────────────
|
|
3127
|
+
2026-03-09T08:23:02.324Z [run] started
|
|
3128
|
+
────────────────────────────────────────────────────────────
|
|
3129
|
+
2026-03-09T08:23:02.359Z [info] Fetching tasks (filter: all)...
|
|
3130
|
+
2026-03-09T08:23:02.760Z [info] Found 0 tagged task(s)
|
|
3131
|
+
2026-03-09T08:23:02.761Z [success] Done. Processed: 0, Skipped: 0
|
|
3132
|
+
|
|
3133
|
+
────────────────────────────────────────────────────────────
|
|
3134
|
+
2026-03-09T08:38:02.908Z [run] started
|
|
3135
|
+
────────────────────────────────────────────────────────────
|
|
3136
|
+
2026-03-09T08:38:02.943Z [info] Fetching tasks (filter: all)...
|
|
3137
|
+
2026-03-09T08:38:03.385Z [info] Found 0 tagged task(s)
|
|
3138
|
+
2026-03-09T08:38:03.386Z [success] Done. Processed: 0, Skipped: 0
|
|
3139
|
+
|
|
3140
|
+
────────────────────────────────────────────────────────────
|
|
3141
|
+
2026-03-09T08:53:03.539Z [run] started
|
|
3142
|
+
────────────────────────────────────────────────────────────
|
|
3143
|
+
2026-03-09T08:53:03.583Z [info] Fetching tasks (filter: all)...
|
|
3144
|
+
2026-03-09T08:53:03.936Z [info] Found 0 tagged task(s)
|
|
3145
|
+
2026-03-09T08:53:03.936Z [success] Done. Processed: 0, Skipped: 0
|
|
3146
|
+
|
|
3147
|
+
────────────────────────────────────────────────────────────
|
|
3148
|
+
2026-03-09T09:08:04.075Z [run] started
|
|
3149
|
+
────────────────────────────────────────────────────────────
|
|
3150
|
+
2026-03-09T09:08:04.124Z [info] Fetching tasks (filter: all)...
|
|
3151
|
+
2026-03-09T09:08:04.483Z [info] Found 0 tagged task(s)
|
|
3152
|
+
2026-03-09T09:08:04.484Z [success] Done. Processed: 0, Skipped: 0
|
|
3153
|
+
|
|
3154
|
+
────────────────────────────────────────────────────────────
|
|
3155
|
+
2026-03-09T09:23:04.635Z [run] started
|
|
3156
|
+
────────────────────────────────────────────────────────────
|
|
3157
|
+
2026-03-09T09:23:04.677Z [info] Fetching tasks (filter: all)...
|
|
3158
|
+
2026-03-09T09:23:05.160Z [info] Found 0 tagged task(s)
|
|
3159
|
+
2026-03-09T09:23:05.160Z [success] Done. Processed: 0, Skipped: 0
|
|
3160
|
+
|
|
3161
|
+
────────────────────────────────────────────────────────────
|
|
3162
|
+
2026-03-09T09:38:05.319Z [run] started
|
|
3163
|
+
────────────────────────────────────────────────────────────
|
|
3164
|
+
2026-03-09T09:38:05.361Z [info] Fetching tasks (filter: all)...
|
|
3165
|
+
2026-03-09T09:38:06.316Z [info] Found 0 tagged task(s)
|
|
3166
|
+
2026-03-09T09:38:06.316Z [success] Done. Processed: 0, Skipped: 0
|
|
3167
|
+
|
|
3168
|
+
────────────────────────────────────────────────────────────
|
|
3169
|
+
2026-03-09T09:53:06.479Z [run] started
|
|
3170
|
+
────────────────────────────────────────────────────────────
|
|
3171
|
+
2026-03-09T09:53:06.519Z [info] Fetching tasks (filter: all)...
|
|
3172
|
+
2026-03-09T09:53:06.857Z [info] Found 0 tagged task(s)
|
|
3173
|
+
2026-03-09T09:53:06.857Z [success] Done. Processed: 0, Skipped: 0
|
|
3174
|
+
|
|
3175
|
+
────────────────────────────────────────────────────────────
|
|
3176
|
+
2026-03-09T10:08:07.022Z [run] started
|
|
3177
|
+
────────────────────────────────────────────────────────────
|
|
3178
|
+
2026-03-09T10:08:07.063Z [info] Fetching tasks (filter: all)...
|
|
3179
|
+
2026-03-09T10:08:07.404Z [info] Found 0 tagged task(s)
|
|
3180
|
+
2026-03-09T10:08:07.405Z [success] Done. Processed: 0, Skipped: 0
|
|
3181
|
+
|
|
3182
|
+
────────────────────────────────────────────────────────────
|
|
3183
|
+
2026-03-09T10:34:12.041Z [run] started
|
|
3184
|
+
────────────────────────────────────────────────────────────
|
|
3185
|
+
2026-03-09T10:34:12.086Z [info] Fetching tasks (filter: all)...
|
|
3186
|
+
2026-03-09T10:34:13.044Z [info] Found 0 tagged task(s)
|
|
3187
|
+
2026-03-09T10:34:13.044Z [success] Done. Processed: 0, Skipped: 0
|
|
3188
|
+
|
|
3189
|
+
────────────────────────────────────────────────────────────
|
|
3190
|
+
2026-03-09T10:49:13.206Z [run] started
|
|
3191
|
+
────────────────────────────────────────────────────────────
|
|
3192
|
+
2026-03-09T10:49:13.245Z [info] Fetching tasks (filter: all)...
|
|
3193
|
+
2026-03-09T10:49:13.522Z [info] Found 0 tagged task(s)
|
|
3194
|
+
2026-03-09T10:49:13.523Z [success] Done. Processed: 0, Skipped: 0
|
|
3195
|
+
|
|
3196
|
+
────────────────────────────────────────────────────────────
|
|
3197
|
+
2026-03-09T11:04:13.681Z [run] started
|
|
3198
|
+
────────────────────────────────────────────────────────────
|
|
3199
|
+
2026-03-09T11:04:13.780Z [info] Fetching tasks (filter: all)...
|
|
3200
|
+
2026-03-09T11:04:14.338Z [info] Found 0 tagged task(s)
|
|
3201
|
+
2026-03-09T11:04:14.338Z [success] Done. Processed: 0, Skipped: 0
|
|
3202
|
+
|
|
3203
|
+
────────────────────────────────────────────────────────────
|
|
3204
|
+
2026-03-09T11:19:14.488Z [run] started
|
|
3205
|
+
────────────────────────────────────────────────────────────
|
|
3206
|
+
2026-03-09T11:19:14.537Z [info] Fetching tasks (filter: all)...
|
|
3207
|
+
2026-03-09T11:19:15.389Z [info] Found 0 tagged task(s)
|
|
3208
|
+
2026-03-09T11:19:15.390Z [success] Done. Processed: 0, Skipped: 0
|
|
3209
|
+
|
|
3210
|
+
────────────────────────────────────────────────────────────
|
|
3211
|
+
2026-03-09T11:34:15.549Z [run] started
|
|
3212
|
+
────────────────────────────────────────────────────────────
|
|
3213
|
+
2026-03-09T11:34:15.596Z [info] Fetching tasks (filter: all)...
|
|
3214
|
+
2026-03-09T11:34:15.971Z [info] Found 0 tagged task(s)
|
|
3215
|
+
2026-03-09T11:34:15.972Z [success] Done. Processed: 0, Skipped: 0
|
|
3216
|
+
|
|
3217
|
+
────────────────────────────────────────────────────────────
|
|
3218
|
+
2026-03-09T11:49:16.133Z [run] started
|
|
3219
|
+
────────────────────────────────────────────────────────────
|
|
3220
|
+
2026-03-09T11:49:16.179Z [info] Fetching tasks (filter: all)...
|
|
3221
|
+
2026-03-09T11:49:16.608Z [info] Found 0 tagged task(s)
|
|
3222
|
+
2026-03-09T11:49:16.609Z [success] Done. Processed: 0, Skipped: 0
|
|
3223
|
+
|
|
3224
|
+
────────────────────────────────────────────────────────────
|
|
3225
|
+
2026-03-09T12:04:16.741Z [run] started
|
|
3226
|
+
────────────────────────────────────────────────────────────
|
|
3227
|
+
2026-03-09T12:04:16.788Z [info] Fetching tasks (filter: all)...
|
|
3228
|
+
2026-03-09T12:04:17.260Z [info] Found 0 tagged task(s)
|
|
3229
|
+
2026-03-09T12:04:17.260Z [success] Done. Processed: 0, Skipped: 0
|
|
3230
|
+
|
|
3231
|
+
────────────────────────────────────────────────────────────
|
|
3232
|
+
2026-03-09T12:19:17.397Z [run] started
|
|
3233
|
+
────────────────────────────────────────────────────────────
|
|
3234
|
+
2026-03-09T12:19:17.451Z [info] Fetching tasks (filter: all)...
|
|
3235
|
+
2026-03-09T12:19:17.787Z [info] Found 0 tagged task(s)
|
|
3236
|
+
2026-03-09T12:19:17.788Z [success] Done. Processed: 0, Skipped: 0
|
|
3237
|
+
|
|
3238
|
+
────────────────────────────────────────────────────────────
|
|
3239
|
+
2026-03-09T12:34:17.929Z [run] started
|
|
3240
|
+
────────────────────────────────────────────────────────────
|
|
3241
|
+
2026-03-09T12:34:17.973Z [info] Fetching tasks (filter: all)...
|
|
3242
|
+
2026-03-09T12:34:18.289Z [info] Found 0 tagged task(s)
|
|
3243
|
+
2026-03-09T12:34:18.289Z [success] Done. Processed: 0, Skipped: 0
|
|
3244
|
+
|
|
3245
|
+
────────────────────────────────────────────────────────────
|
|
3246
|
+
2026-03-09T12:49:18.454Z [run] started
|
|
3247
|
+
────────────────────────────────────────────────────────────
|
|
3248
|
+
2026-03-09T12:49:18.502Z [info] Fetching tasks (filter: all)...
|
|
3249
|
+
2026-03-09T12:49:18.850Z [info] Found 0 tagged task(s)
|
|
3250
|
+
2026-03-09T12:49:18.851Z [success] Done. Processed: 0, Skipped: 0
|
|
3251
|
+
|
|
3252
|
+
────────────────────────────────────────────────────────────
|
|
3253
|
+
2026-03-09T13:04:19.003Z [run] started
|
|
3254
|
+
────────────────────────────────────────────────────────────
|
|
3255
|
+
2026-03-09T13:04:19.054Z [info] Fetching tasks (filter: all)...
|
|
3256
|
+
2026-03-09T13:04:19.530Z [info] Found 0 tagged task(s)
|
|
3257
|
+
2026-03-09T13:04:19.531Z [success] Done. Processed: 0, Skipped: 0
|
|
3258
|
+
|
|
3259
|
+
────────────────────────────────────────────────────────────
|
|
3260
|
+
2026-03-09T13:19:19.697Z [run] started
|
|
3261
|
+
────────────────────────────────────────────────────────────
|
|
3262
|
+
2026-03-09T13:19:19.749Z [info] Fetching tasks (filter: all)...
|
|
3263
|
+
2026-03-09T13:19:20.133Z [info] Found 0 tagged task(s)
|
|
3264
|
+
2026-03-09T13:19:20.134Z [success] Done. Processed: 0, Skipped: 0
|
|
3265
|
+
|
|
3266
|
+
────────────────────────────────────────────────────────────
|
|
3267
|
+
2026-03-09T13:34:20.289Z [run] started
|
|
3268
|
+
────────────────────────────────────────────────────────────
|
|
3269
|
+
2026-03-09T13:34:20.332Z [info] Fetching tasks (filter: all)...
|
|
3270
|
+
2026-03-09T13:34:20.618Z [info] Found 0 tagged task(s)
|
|
3271
|
+
2026-03-09T13:34:20.618Z [success] Done. Processed: 0, Skipped: 0
|
|
3272
|
+
|
|
3273
|
+
────────────────────────────────────────────────────────────
|
|
3274
|
+
2026-03-09T13:49:20.762Z [run] started
|
|
3275
|
+
────────────────────────────────────────────────────────────
|
|
3276
|
+
2026-03-09T13:49:20.798Z [info] Fetching tasks (filter: all)...
|
|
3277
|
+
2026-03-09T13:49:21.210Z [info] Found 0 tagged task(s)
|
|
3278
|
+
2026-03-09T13:49:21.210Z [success] Done. Processed: 0, Skipped: 0
|
|
3279
|
+
|
|
3280
|
+
────────────────────────────────────────────────────────────
|
|
3281
|
+
2026-03-09T14:04:21.347Z [run] started
|
|
3282
|
+
────────────────────────────────────────────────────────────
|
|
3283
|
+
2026-03-09T14:04:21.383Z [info] Fetching tasks (filter: all)...
|
|
3284
|
+
2026-03-09T14:04:21.691Z [info] Found 0 tagged task(s)
|
|
3285
|
+
2026-03-09T14:04:21.692Z [success] Done. Processed: 0, Skipped: 0
|
|
3286
|
+
|
|
3287
|
+
────────────────────────────────────────────────────────────
|
|
3288
|
+
2026-03-09T14:19:21.839Z [run] started
|
|
3289
|
+
────────────────────────────────────────────────────────────
|
|
3290
|
+
2026-03-09T14:19:21.884Z [info] Fetching tasks (filter: all)...
|
|
3291
|
+
2026-03-09T14:19:22.314Z [info] Found 0 tagged task(s)
|
|
3292
|
+
2026-03-09T14:19:22.314Z [success] Done. Processed: 0, Skipped: 0
|
|
3293
|
+
|
|
3294
|
+
────────────────────────────────────────────────────────────
|
|
3295
|
+
2026-03-09T14:34:22.473Z [run] started
|
|
3296
|
+
────────────────────────────────────────────────────────────
|
|
3297
|
+
2026-03-09T14:34:22.515Z [info] Fetching tasks (filter: all)...
|
|
3298
|
+
2026-03-09T14:34:22.889Z [info] Found 0 tagged task(s)
|
|
3299
|
+
2026-03-09T14:34:22.890Z [success] Done. Processed: 0, Skipped: 0
|
|
3300
|
+
|
|
3301
|
+
────────────────────────────────────────────────────────────
|
|
3302
|
+
2026-03-09T14:49:23.047Z [run] started
|
|
3303
|
+
────────────────────────────────────────────────────────────
|
|
3304
|
+
2026-03-09T14:49:23.083Z [info] Fetching tasks (filter: all)...
|
|
3305
|
+
2026-03-09T14:49:23.724Z [info] Found 0 tagged task(s)
|
|
3306
|
+
2026-03-09T14:49:23.725Z [success] Done. Processed: 0, Skipped: 0
|
|
3307
|
+
|
|
3308
|
+
────────────────────────────────────────────────────────────
|
|
3309
|
+
2026-03-09T15:04:23.861Z [run] started
|
|
3310
|
+
────────────────────────────────────────────────────────────
|
|
3311
|
+
2026-03-09T15:04:23.897Z [info] Fetching tasks (filter: all)...
|
|
3312
|
+
2026-03-09T15:04:24.288Z [info] Found 0 tagged task(s)
|
|
3313
|
+
2026-03-09T15:04:24.289Z [success] Done. Processed: 0, Skipped: 0
|
|
3314
|
+
|
|
3315
|
+
────────────────────────────────────────────────────────────
|
|
3316
|
+
2026-03-09T15:19:24.426Z [run] started
|
|
3317
|
+
────────────────────────────────────────────────────────────
|
|
3318
|
+
2026-03-09T15:19:24.470Z [info] Fetching tasks (filter: all)...
|
|
3319
|
+
2026-03-09T15:19:24.759Z [info] Found 0 tagged task(s)
|
|
3320
|
+
2026-03-09T15:19:24.760Z [success] Done. Processed: 0, Skipped: 0
|
|
3321
|
+
|
|
3322
|
+
────────────────────────────────────────────────────────────
|
|
3323
|
+
2026-03-09T15:34:24.909Z [run] started
|
|
3324
|
+
────────────────────────────────────────────────────────────
|
|
3325
|
+
2026-03-09T15:34:24.946Z [info] Fetching tasks (filter: all)...
|
|
3326
|
+
2026-03-09T15:34:25.347Z [info] Found 0 tagged task(s)
|
|
3327
|
+
2026-03-09T15:34:25.348Z [success] Done. Processed: 0, Skipped: 0
|
|
3328
|
+
|
|
3329
|
+
────────────────────────────────────────────────────────────
|
|
3330
|
+
2026-03-09T15:49:25.497Z [run] started
|
|
3331
|
+
────────────────────────────────────────────────────────────
|
|
3332
|
+
2026-03-09T15:49:25.532Z [info] Fetching tasks (filter: all)...
|
|
3333
|
+
2026-03-09T15:49:25.881Z [info] Found 0 tagged task(s)
|
|
3334
|
+
2026-03-09T15:49:25.882Z [success] Done. Processed: 0, Skipped: 0
|
|
3335
|
+
|
|
3336
|
+
────────────────────────────────────────────────────────────
|
|
3337
|
+
2026-03-09T16:04:26.043Z [run] started
|
|
3338
|
+
────────────────────────────────────────────────────────────
|
|
3339
|
+
2026-03-09T16:04:26.082Z [info] Fetching tasks (filter: all)...
|
|
3340
|
+
2026-03-09T16:04:26.505Z [info] Found 0 tagged task(s)
|
|
3341
|
+
2026-03-09T16:04:26.506Z [success] Done. Processed: 0, Skipped: 0
|
|
3342
|
+
|
|
3343
|
+
────────────────────────────────────────────────────────────
|
|
3344
|
+
2026-03-09T16:19:26.656Z [run] started
|
|
3345
|
+
────────────────────────────────────────────────────────────
|
|
3346
|
+
2026-03-09T16:19:26.693Z [info] Fetching tasks (filter: all)...
|
|
3347
|
+
2026-03-09T16:19:26.958Z [info] Found 0 tagged task(s)
|
|
3348
|
+
2026-03-09T16:19:26.959Z [success] Done. Processed: 0, Skipped: 0
|
|
3349
|
+
|
|
3350
|
+
────────────────────────────────────────────────────────────
|
|
3351
|
+
2026-03-09T16:34:27.122Z [run] started
|
|
3352
|
+
────────────────────────────────────────────────────────────
|
|
3353
|
+
2026-03-09T16:34:27.163Z [info] Fetching tasks (filter: all)...
|
|
3354
|
+
2026-03-09T16:34:27.465Z [info] Found 0 tagged task(s)
|
|
3355
|
+
2026-03-09T16:34:27.465Z [success] Done. Processed: 0, Skipped: 0
|
|
3356
|
+
|
|
3357
|
+
────────────────────────────────────────────────────────────
|
|
3358
|
+
2026-03-09T16:49:27.616Z [run] started
|
|
3359
|
+
────────────────────────────────────────────────────────────
|
|
3360
|
+
2026-03-09T16:49:27.650Z [info] Fetching tasks (filter: all)...
|
|
3361
|
+
2026-03-09T16:49:28.512Z [info] Found 0 tagged task(s)
|
|
3362
|
+
2026-03-09T16:49:28.512Z [success] Done. Processed: 0, Skipped: 0
|
|
3363
|
+
|
|
3364
|
+
────────────────────────────────────────────────────────────
|
|
3365
|
+
2026-03-09T17:04:28.665Z [run] started
|
|
3366
|
+
────────────────────────────────────────────────────────────
|
|
3367
|
+
2026-03-09T17:04:28.703Z [info] Fetching tasks (filter: all)...
|
|
3368
|
+
2026-03-09T17:04:29.124Z [info] Found 0 tagged task(s)
|
|
3369
|
+
2026-03-09T17:04:29.124Z [success] Done. Processed: 0, Skipped: 0
|
|
3370
|
+
|
|
3371
|
+
────────────────────────────────────────────────────────────
|
|
3372
|
+
2026-03-09T17:19:29.299Z [run] started
|
|
3373
|
+
────────────────────────────────────────────────────────────
|
|
3374
|
+
2026-03-09T17:19:29.336Z [info] Fetching tasks (filter: all)...
|
|
3375
|
+
2026-03-09T17:19:29.732Z [info] Found 0 tagged task(s)
|
|
3376
|
+
2026-03-09T17:19:29.733Z [success] Done. Processed: 0, Skipped: 0
|
|
3377
|
+
|
|
3378
|
+
────────────────────────────────────────────────────────────
|
|
3379
|
+
2026-03-09T17:34:29.897Z [run] started
|
|
3380
|
+
────────────────────────────────────────────────────────────
|
|
3381
|
+
2026-03-09T17:34:29.941Z [info] Fetching tasks (filter: all)...
|
|
3382
|
+
2026-03-09T17:34:30.331Z [info] Found 0 tagged task(s)
|
|
3383
|
+
2026-03-09T17:34:30.332Z [success] Done. Processed: 0, Skipped: 0
|
|
3384
|
+
|
|
3385
|
+
────────────────────────────────────────────────────────────
|
|
3386
|
+
2026-03-09T17:49:30.477Z [run] started
|
|
3387
|
+
────────────────────────────────────────────────────────────
|
|
3388
|
+
2026-03-09T17:49:30.512Z [info] Fetching tasks (filter: all)...
|
|
3389
|
+
2026-03-09T17:49:30.778Z [info] Found 0 tagged task(s)
|
|
3390
|
+
2026-03-09T17:49:30.779Z [success] Done. Processed: 0, Skipped: 0
|
|
3391
|
+
|
|
3392
|
+
────────────────────────────────────────────────────────────
|
|
3393
|
+
2026-03-09T18:04:30.929Z [run] started
|
|
3394
|
+
────────────────────────────────────────────────────────────
|
|
3395
|
+
2026-03-09T18:04:30.964Z [info] Fetching tasks (filter: all)...
|
|
3396
|
+
2026-03-09T18:04:31.354Z [info] Found 0 tagged task(s)
|
|
3397
|
+
2026-03-09T18:04:31.354Z [success] Done. Processed: 0, Skipped: 0
|
|
3398
|
+
|
|
3399
|
+
────────────────────────────────────────────────────────────
|
|
3400
|
+
2026-03-09T18:19:31.499Z [run] started
|
|
3401
|
+
────────────────────────────────────────────────────────────
|
|
3402
|
+
2026-03-09T18:19:31.534Z [info] Fetching tasks (filter: all)...
|
|
3403
|
+
2026-03-09T18:19:32.032Z [info] Found 0 tagged task(s)
|
|
3404
|
+
2026-03-09T18:19:32.033Z [success] Done. Processed: 0, Skipped: 0
|
|
3405
|
+
|
|
3406
|
+
────────────────────────────────────────────────────────────
|
|
3407
|
+
2026-03-09T18:34:32.185Z [run] started
|
|
3408
|
+
────────────────────────────────────────────────────────────
|
|
3409
|
+
2026-03-09T18:34:32.231Z [info] Fetching tasks (filter: all)...
|
|
3410
|
+
2026-03-09T18:34:32.575Z [info] Found 0 tagged task(s)
|
|
3411
|
+
2026-03-09T18:34:32.575Z [success] Done. Processed: 0, Skipped: 0
|
|
3412
|
+
|
|
3413
|
+
────────────────────────────────────────────────────────────
|
|
3414
|
+
2026-03-09T18:49:32.720Z [run] started
|
|
3415
|
+
────────────────────────────────────────────────────────────
|
|
3416
|
+
2026-03-09T18:49:32.757Z [info] Fetching tasks (filter: all)...
|
|
3417
|
+
2026-03-09T18:49:33.004Z [info] Found 0 tagged task(s)
|
|
3418
|
+
2026-03-09T18:49:33.005Z [success] Done. Processed: 0, Skipped: 0
|
|
3419
|
+
|
|
3420
|
+
────────────────────────────────────────────────────────────
|
|
3421
|
+
2026-03-09T19:04:33.165Z [run] started
|
|
3422
|
+
────────────────────────────────────────────────────────────
|
|
3423
|
+
2026-03-09T19:04:33.205Z [info] Fetching tasks (filter: all)...
|
|
3424
|
+
2026-03-09T19:04:33.522Z [info] Found 0 tagged task(s)
|
|
3425
|
+
2026-03-09T19:04:33.522Z [success] Done. Processed: 0, Skipped: 0
|
|
3426
|
+
|
|
3427
|
+
────────────────────────────────────────────────────────────
|
|
3428
|
+
2026-03-09T19:19:33.674Z [run] started
|
|
3429
|
+
────────────────────────────────────────────────────────────
|
|
3430
|
+
2026-03-09T19:19:33.711Z [info] Fetching tasks (filter: all)...
|
|
3431
|
+
2026-03-09T19:19:34.031Z [info] Found 0 tagged task(s)
|
|
3432
|
+
2026-03-09T19:19:34.031Z [success] Done. Processed: 0, Skipped: 0
|
|
3433
|
+
|
|
3434
|
+
────────────────────────────────────────────────────────────
|
|
3435
|
+
2026-03-09T19:34:34.185Z [run] started
|
|
3436
|
+
────────────────────────────────────────────────────────────
|
|
3437
|
+
2026-03-09T19:34:34.220Z [info] Fetching tasks (filter: all)...
|
|
3438
|
+
2026-03-09T19:34:34.721Z [info] Found 2 tagged task(s)
|
|
3439
|
+
2026-03-09T19:34:34.722Z [task] [86c8q9pgr] "Pending code tasks might have conflicts from the main branch" (status: open)
|
|
3440
|
+
2026-03-09T19:34:36.482Z [info] Running Cursor Agent...
|
|
3441
|
+
2026-03-09T19:35:15.915Z [info] Implementing task: Pending code tasks might have conflicts from the main branch
|
|
3442
|
+
2026-03-09T19:35:21.978Z [info] Running cursor...
|
|
3443
|
+
2026-03-09T19:35:21.979Z [info] Running Cursor Agent...
|
|
3444
|
+
2026-03-09T19:38:19.972Z [warn] cursor clarification check failed — trying next runner
|
|
3445
|
+
2026-03-09T19:38:19.973Z [warn] cursor clarification check failed — trying next runner
|
|
3446
|
+
2026-03-09T19:38:19.973Z [warn] windsurf clarification check failed — trying next runner
|
|
3447
|
+
2026-03-09T19:38:19.974Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3448
|
+
2026-03-09T19:38:19.974Z [warn] No AI runner available — skipping clarification check
|
|
3449
|
+
2026-03-09T19:38:20.119Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3450
|
+
2026-03-09T19:38:20.271Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3451
|
+
2026-03-09T19:38:20.314Z [error] Refusing to commit directly to protected branch "main"
|
|
3452
|
+
2026-03-09T19:38:20.442Z [error] Refusing to push directly to protected branch "main"
|
|
3453
|
+
2026-03-09T19:38:20.530Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3454
|
+
2026-03-09T19:38:21.914Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-eO4xNn
|
|
3455
|
+
* branch main -> FETCH_HEAD
|
|
3456
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3457
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3458
|
+
hint: your next pull:
|
|
3459
|
+
hint:
|
|
3460
|
+
hint: git config pull.rebase false # merge
|
|
3461
|
+
hint: git config pull.rebase true # rebase
|
|
3462
|
+
hint: git config pull.ff only # fast-forward only
|
|
3463
|
+
hint:
|
|
3464
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3465
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3466
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3467
|
+
hint: invocation.
|
|
3468
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3469
|
+
|
|
3470
|
+
2026-03-09T19:38:25.966Z [warn] cursor clarification check failed — trying next runner
|
|
3471
|
+
2026-03-09T19:38:25.968Z [warn] cursor clarification check failed — trying next runner
|
|
3472
|
+
2026-03-09T19:38:25.968Z [warn] windsurf clarification check failed — trying next runner
|
|
3473
|
+
2026-03-09T19:38:25.968Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3474
|
+
2026-03-09T19:38:25.968Z [warn] No AI runner available — skipping clarification check
|
|
3475
|
+
2026-03-09T19:38:26.105Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3476
|
+
2026-03-09T19:38:26.258Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3477
|
+
2026-03-09T19:38:26.299Z [error] Refusing to commit directly to protected branch "main"
|
|
3478
|
+
2026-03-09T19:38:26.428Z [error] Refusing to push directly to protected branch "main"
|
|
3479
|
+
2026-03-09T19:38:26.512Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3480
|
+
2026-03-09T19:38:27.897Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-LwwobR
|
|
3481
|
+
* branch main -> FETCH_HEAD
|
|
3482
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3483
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3484
|
+
hint: your next pull:
|
|
3485
|
+
hint:
|
|
3486
|
+
hint: git config pull.rebase false # merge
|
|
3487
|
+
hint: git config pull.rebase true # rebase
|
|
3488
|
+
hint: git config pull.ff only # fast-forward only
|
|
3489
|
+
hint:
|
|
3490
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3491
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3492
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3493
|
+
hint: invocation.
|
|
3494
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3495
|
+
|
|
3496
|
+
2026-03-09T19:38:55.399Z [warn] cursor clarification check failed — trying next runner
|
|
3497
|
+
2026-03-09T19:38:55.400Z [warn] cursor clarification check failed — trying next runner
|
|
3498
|
+
2026-03-09T19:38:55.400Z [warn] windsurf clarification check failed — trying next runner
|
|
3499
|
+
2026-03-09T19:38:55.400Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3500
|
+
2026-03-09T19:38:55.400Z [warn] No AI runner available — skipping clarification check
|
|
3501
|
+
2026-03-09T19:38:55.510Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3502
|
+
2026-03-09T19:38:55.661Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3503
|
+
2026-03-09T19:38:55.704Z [error] Refusing to commit directly to protected branch "main"
|
|
3504
|
+
2026-03-09T19:38:55.834Z [error] Refusing to push directly to protected branch "main"
|
|
3505
|
+
2026-03-09T19:38:55.918Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3506
|
+
2026-03-09T19:38:57.301Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-OswOi1
|
|
3507
|
+
* branch main -> FETCH_HEAD
|
|
3508
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3509
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3510
|
+
hint: your next pull:
|
|
3511
|
+
hint:
|
|
3512
|
+
hint: git config pull.rebase false # merge
|
|
3513
|
+
hint: git config pull.rebase true # rebase
|
|
3514
|
+
hint: git config pull.ff only # fast-forward only
|
|
3515
|
+
hint:
|
|
3516
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3517
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3518
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3519
|
+
hint: invocation.
|
|
3520
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3521
|
+
|
|
3522
|
+
2026-03-09T19:39:44.970Z [warn] cursor clarification check failed — trying next runner
|
|
3523
|
+
2026-03-09T19:39:44.971Z [warn] cursor clarification check failed — trying next runner
|
|
3524
|
+
2026-03-09T19:39:44.971Z [warn] windsurf clarification check failed — trying next runner
|
|
3525
|
+
2026-03-09T19:39:44.971Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3526
|
+
2026-03-09T19:39:44.971Z [warn] No AI runner available — skipping clarification check
|
|
3527
|
+
2026-03-09T19:39:45.156Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3528
|
+
2026-03-09T19:39:45.323Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3529
|
+
2026-03-09T19:39:45.365Z [error] Refusing to commit directly to protected branch "main"
|
|
3530
|
+
2026-03-09T19:39:45.494Z [error] Refusing to push directly to protected branch "main"
|
|
3531
|
+
2026-03-09T19:39:45.583Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3532
|
+
2026-03-09T19:39:46.971Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-PAApUO
|
|
3533
|
+
* branch main -> FETCH_HEAD
|
|
3534
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3535
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3536
|
+
hint: your next pull:
|
|
3537
|
+
hint:
|
|
3538
|
+
hint: git config pull.rebase false # merge
|
|
3539
|
+
hint: git config pull.rebase true # rebase
|
|
3540
|
+
hint: git config pull.ff only # fast-forward only
|
|
3541
|
+
hint:
|
|
3542
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3543
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3544
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3545
|
+
hint: invocation.
|
|
3546
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3547
|
+
|
|
3548
|
+
2026-03-09T19:40:12.769Z [info] PR created: https://github.com/qelos-io/aidev/pull/13
|
|
3549
|
+
2026-03-09T19:40:14.881Z [success] Task implemented: branch 86c8q9pgr/pending-code-tasks-might-have-conflicts-from-the-m pushed
|
|
3550
|
+
2026-03-09T19:40:14.881Z [task] [86c8q9n3n] "Check GitHub code review comments for pending tasks " (status: open)
|
|
3551
|
+
2026-03-09T19:40:16.640Z [info] Running Cursor Agent...
|
|
3552
|
+
2026-03-09T19:40:23.221Z [info] Implementing task: Check GitHub code review comments for pending tasks
|
|
3553
|
+
2026-03-09T19:40:28.401Z [info] Running cursor...
|
|
3554
|
+
2026-03-09T19:40:28.401Z [info] Running Cursor Agent...
|
|
3555
|
+
2026-03-09T19:45:34.829Z [warn] cursor clarification check failed — trying next runner
|
|
3556
|
+
2026-03-09T19:45:34.830Z [warn] cursor clarification check failed — trying next runner
|
|
3557
|
+
2026-03-09T19:45:34.830Z [warn] windsurf clarification check failed — trying next runner
|
|
3558
|
+
2026-03-09T19:45:34.830Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3559
|
+
2026-03-09T19:45:34.830Z [warn] No AI runner available — skipping clarification check
|
|
3560
|
+
2026-03-09T19:45:34.939Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3561
|
+
2026-03-09T19:45:35.093Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3562
|
+
2026-03-09T19:45:35.134Z [error] Refusing to commit directly to protected branch "main"
|
|
3563
|
+
2026-03-09T19:45:35.263Z [error] Refusing to push directly to protected branch "main"
|
|
3564
|
+
2026-03-09T19:45:35.351Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3565
|
+
2026-03-09T19:45:36.741Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-oMsuDZ
|
|
3566
|
+
* branch main -> FETCH_HEAD
|
|
3567
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3568
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3569
|
+
hint: your next pull:
|
|
3570
|
+
hint:
|
|
3571
|
+
hint: git config pull.rebase false # merge
|
|
3572
|
+
hint: git config pull.rebase true # rebase
|
|
3573
|
+
hint: git config pull.ff only # fast-forward only
|
|
3574
|
+
hint:
|
|
3575
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3576
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3577
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3578
|
+
hint: invocation.
|
|
3579
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3580
|
+
|
|
3581
|
+
2026-03-09T19:45:41.082Z [warn] cursor clarification check failed — trying next runner
|
|
3582
|
+
2026-03-09T19:45:41.083Z [warn] cursor clarification check failed — trying next runner
|
|
3583
|
+
2026-03-09T19:45:41.083Z [warn] windsurf clarification check failed — trying next runner
|
|
3584
|
+
2026-03-09T19:45:41.083Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3585
|
+
2026-03-09T19:45:41.083Z [warn] No AI runner available — skipping clarification check
|
|
3586
|
+
2026-03-09T19:45:41.225Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3587
|
+
2026-03-09T19:45:41.376Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3588
|
+
2026-03-09T19:45:41.416Z [error] Refusing to commit directly to protected branch "main"
|
|
3589
|
+
2026-03-09T19:45:41.544Z [error] Refusing to push directly to protected branch "main"
|
|
3590
|
+
2026-03-09T19:45:41.628Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3591
|
+
2026-03-09T19:45:43.014Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-FpiKWG
|
|
3592
|
+
* branch main -> FETCH_HEAD
|
|
3593
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3594
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3595
|
+
hint: your next pull:
|
|
3596
|
+
hint:
|
|
3597
|
+
hint: git config pull.rebase false # merge
|
|
3598
|
+
hint: git config pull.rebase true # rebase
|
|
3599
|
+
hint: git config pull.ff only # fast-forward only
|
|
3600
|
+
hint:
|
|
3601
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3602
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3603
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3604
|
+
hint: invocation.
|
|
3605
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3606
|
+
|
|
3607
|
+
2026-03-09T19:46:07.148Z [info] PR created: https://github.com/qelos-io/aidev/pull/14
|
|
3608
|
+
2026-03-09T19:46:08.930Z [success] Task implemented: branch 86c8q9n3n/check-github-code-review-comments-for-pending-task pushed
|
|
3609
|
+
2026-03-09T19:46:08.931Z [success] Done. Processed: 2, Skipped: 0
|
|
3610
|
+
|
|
3611
|
+
────────────────────────────────────────────────────────────
|
|
3612
|
+
2026-03-09T20:01:09.035Z [run] started
|
|
3613
|
+
────────────────────────────────────────────────────────────
|
|
3614
|
+
2026-03-09T20:01:09.070Z [info] Fetching tasks (filter: all)...
|
|
3615
|
+
2026-03-09T20:01:09.550Z [info] Found 2 tagged task(s)
|
|
3616
|
+
2026-03-09T20:01:09.551Z [task] [86c8q9pgr] "Pending code tasks might have conflicts from the main branch" (status: review)
|
|
3617
|
+
2026-03-09T20:01:11.535Z [info] [86c8q9pgr] "Pending code tasks might have conflicts from the main branch" skipped — branch already exists (86c8q9pgr/pending-code-tasks-might-have-conflicts-from-the-m) and no trigger word found
|
|
3618
|
+
2026-03-09T20:01:11.536Z [task] [86c8q9n3n] "Check GitHub code review comments for pending tasks " (status: review)
|
|
3619
|
+
2026-03-09T20:01:13.522Z [info] [86c8q9n3n] "Check GitHub code review comments for pending tasks " skipped — branch already exists (86c8q9n3n/check-github-code-review-comments-for-pending-task) and no trigger word found
|
|
3620
|
+
2026-03-09T20:01:13.522Z [success] Done. Processed: 0, Skipped: 2
|
|
3621
|
+
|
|
3622
|
+
────────────────────────────────────────────────────────────
|
|
3623
|
+
2026-03-09T20:16:13.630Z [run] started
|
|
3624
|
+
────────────────────────────────────────────────────────────
|
|
3625
|
+
2026-03-09T20:16:13.665Z [info] Fetching tasks (filter: all)...
|
|
3626
|
+
2026-03-09T20:16:14.050Z [info] Found 1 tagged task(s)
|
|
3627
|
+
2026-03-09T20:16:14.051Z [task] [86c8q9pgr] "Pending code tasks might have conflicts from the main branch" (status: pending)
|
|
3628
|
+
2026-03-09T20:16:15.991Z [info] Trigger word "aidev-continue" found — re-processing pending task
|
|
3629
|
+
2026-03-09T20:16:15.993Z [info] Implementing task: Pending code tasks might have conflicts from the main branch
|
|
3630
|
+
2026-03-09T20:16:20.652Z [info] Continuing on existing branch: 86c8q9pgr/pending-code-tasks-might-have-conflicts-from-the-m
|
|
3631
|
+
2026-03-09T20:16:20.896Z [info] Running cursor...
|
|
3632
|
+
2026-03-09T20:16:20.897Z [info] Running Cursor Agent...
|
|
3633
|
+
2026-03-09T20:18:53.967Z [warn] cursor clarification check failed — trying next runner
|
|
3634
|
+
2026-03-09T20:18:53.968Z [warn] cursor clarification check failed — trying next runner
|
|
3635
|
+
2026-03-09T20:18:53.969Z [warn] windsurf clarification check failed — trying next runner
|
|
3636
|
+
2026-03-09T20:18:53.969Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3637
|
+
2026-03-09T20:18:53.969Z [warn] No AI runner available — skipping clarification check
|
|
3638
|
+
2026-03-09T20:18:54.092Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3639
|
+
2026-03-09T20:18:54.243Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3640
|
+
2026-03-09T20:18:54.285Z [error] Refusing to commit directly to protected branch "main"
|
|
3641
|
+
2026-03-09T20:18:54.415Z [error] Refusing to push directly to protected branch "main"
|
|
3642
|
+
2026-03-09T20:18:54.502Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3643
|
+
2026-03-09T20:18:55.930Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-oVfDxK
|
|
3644
|
+
* branch main -> FETCH_HEAD
|
|
3645
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3646
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3647
|
+
hint: your next pull:
|
|
3648
|
+
hint:
|
|
3649
|
+
hint: git config pull.rebase false # merge
|
|
3650
|
+
hint: git config pull.rebase true # rebase
|
|
3651
|
+
hint: git config pull.ff only # fast-forward only
|
|
3652
|
+
hint:
|
|
3653
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3654
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3655
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3656
|
+
hint: invocation.
|
|
3657
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3658
|
+
|
|
3659
|
+
2026-03-09T20:19:02.283Z [warn] cursor clarification check failed — trying next runner
|
|
3660
|
+
2026-03-09T20:19:02.287Z [warn] cursor clarification check failed — trying next runner
|
|
3661
|
+
2026-03-09T20:19:02.287Z [warn] windsurf clarification check failed — trying next runner
|
|
3662
|
+
2026-03-09T20:19:02.287Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3663
|
+
2026-03-09T20:19:02.287Z [warn] No AI runner available — skipping clarification check
|
|
3664
|
+
2026-03-09T20:19:02.419Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3665
|
+
2026-03-09T20:19:02.571Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3666
|
+
2026-03-09T20:19:02.611Z [error] Refusing to commit directly to protected branch "main"
|
|
3667
|
+
2026-03-09T20:19:02.742Z [error] Refusing to push directly to protected branch "main"
|
|
3668
|
+
2026-03-09T20:19:02.825Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3669
|
+
2026-03-09T20:19:04.251Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-5YnA5B
|
|
3670
|
+
* branch main -> FETCH_HEAD
|
|
3671
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3672
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3673
|
+
hint: your next pull:
|
|
3674
|
+
hint:
|
|
3675
|
+
hint: git config pull.rebase false # merge
|
|
3676
|
+
hint: git config pull.rebase true # rebase
|
|
3677
|
+
hint: git config pull.ff only # fast-forward only
|
|
3678
|
+
hint:
|
|
3679
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3680
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3681
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3682
|
+
hint: invocation.
|
|
3683
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3684
|
+
|
|
3685
|
+
2026-03-09T20:19:27.414Z [warn] cursor produced no file changes — trying next runner
|
|
3686
|
+
2026-03-09T20:19:27.415Z [info] Running windsurf...
|
|
3687
|
+
2026-03-09T20:19:27.415Z [info] Running Windsurf...
|
|
3688
|
+
2026-03-09T20:19:28.662Z [warn] windsurf produced no file changes — trying next runner
|
|
3689
|
+
2026-03-09T20:19:28.663Z [info] Running claude...
|
|
3690
|
+
2026-03-09T20:19:28.663Z [info] Running Claude CLI...
|
|
3691
|
+
2026-03-09T20:20:02.321Z [warn] claude produced no file changes — trying next runner
|
|
3692
|
+
2026-03-09T20:20:02.321Z [error] All AI runners failed or produced no changes
|
|
3693
|
+
2026-03-09T20:20:02.624Z [info] --- Environment Diagnostic Report ---
|
|
3694
|
+
2026-03-09T20:20:02.624Z [info]
|
|
3695
|
+
2026-03-09T20:20:02.624Z [info] Tools:
|
|
3696
|
+
2026-03-09T20:20:02.624Z [info] git: ✓ git version 2.38.1
|
|
3697
|
+
2026-03-09T20:20:02.624Z [info] gh: ✓ gh version 2.86.0 (2026-01-21)
|
|
3698
|
+
2026-03-09T20:20:02.624Z [info] node: ✓ v22.14.0
|
|
3699
|
+
2026-03-09T20:20:02.624Z [info] cursor: ✓ 2.6.13
|
|
3700
|
+
2026-03-09T20:20:02.624Z [info] claude: ✓ 2.1.71 (Claude Code)
|
|
3701
|
+
2026-03-09T20:20:02.624Z [info] windsurf: ✓ 1.108.2
|
|
3702
|
+
2026-03-09T20:20:02.624Z [info]
|
|
3703
|
+
2026-03-09T20:20:02.624Z [info] Git branch: 86c8q9pgr/pending-code-tasks-might-have-conflicts-from-the-m
|
|
3704
|
+
2026-03-09T20:20:02.624Z [info] Git status:
|
|
3705
|
+
2026-03-09T20:20:02.624Z [info] (clean)
|
|
3706
|
+
2026-03-09T20:20:02.624Z [info] --- End Diagnostic Report ---
|
|
3707
|
+
2026-03-09T20:20:02.975Z [success] Done. Processed: 1, Skipped: 0
|
|
3708
|
+
|
|
3709
|
+
────────────────────────────────────────────────────────────
|
|
3710
|
+
2026-03-09T20:35:03.079Z [run] started
|
|
3711
|
+
────────────────────────────────────────────────────────────
|
|
3712
|
+
2026-03-09T20:35:03.115Z [info] Fetching tasks (filter: all)...
|
|
3713
|
+
2026-03-09T20:35:03.431Z [info] Found 0 tagged task(s)
|
|
3714
|
+
2026-03-09T20:35:03.432Z [success] Done. Processed: 0, Skipped: 0
|
|
3715
|
+
|
|
3716
|
+
────────────────────────────────────────────────────────────
|
|
3717
|
+
2026-03-09T20:50:03.575Z [run] started
|
|
3718
|
+
────────────────────────────────────────────────────────────
|
|
3719
|
+
2026-03-09T20:50:03.611Z [info] Fetching tasks (filter: all)...
|
|
3720
|
+
2026-03-09T20:50:03.919Z [info] Found 0 tagged task(s)
|
|
3721
|
+
2026-03-09T20:50:03.920Z [success] Done. Processed: 0, Skipped: 0
|
|
3722
|
+
|
|
3723
|
+
────────────────────────────────────────────────────────────
|
|
3724
|
+
2026-03-09T21:05:04.070Z [run] started
|
|
3725
|
+
────────────────────────────────────────────────────────────
|
|
3726
|
+
2026-03-09T21:05:04.107Z [info] Fetching tasks (filter: all)...
|
|
3727
|
+
2026-03-09T21:05:04.634Z [info] Found 0 tagged task(s)
|
|
3728
|
+
2026-03-09T21:05:04.635Z [success] Done. Processed: 0, Skipped: 0
|
|
3729
|
+
|
|
3730
|
+
────────────────────────────────────────────────────────────
|
|
3731
|
+
2026-03-09T21:20:04.776Z [run] started
|
|
3732
|
+
────────────────────────────────────────────────────────────
|
|
3733
|
+
2026-03-09T21:20:04.810Z [info] Fetching tasks (filter: all)...
|
|
3734
|
+
2026-03-09T21:20:05.472Z [info] Found 1 tagged task(s)
|
|
3735
|
+
2026-03-09T21:20:05.473Z [task] [86c8qbrap] "Aidev tasks" (status: open)
|
|
3736
|
+
2026-03-09T21:20:07.240Z [info] Running Cursor Agent...
|
|
3737
|
+
2026-03-09T21:20:56.201Z [info] Posted clarification question, set status to pending
|
|
3738
|
+
2026-03-09T21:20:56.202Z [success] Done. Processed: 0, Skipped: 1
|
|
3739
|
+
|
|
3740
|
+
────────────────────────────────────────────────────────────
|
|
3741
|
+
2026-03-09T21:35:56.308Z [run] started
|
|
3742
|
+
────────────────────────────────────────────────────────────
|
|
3743
|
+
2026-03-09T21:35:56.344Z [info] Fetching tasks (filter: all)...
|
|
3744
|
+
2026-03-09T21:35:56.787Z [info] Found 1 tagged task(s)
|
|
3745
|
+
2026-03-09T21:35:56.788Z [task] [86c8qbrap] "Aidev tasks" (status: pending)
|
|
3746
|
+
2026-03-09T21:35:58.951Z [info] [86c8qbrap] "Aidev tasks" skipped — pending task has no human reply or trigger word ("aidev-continue")
|
|
3747
|
+
2026-03-09T21:35:58.951Z [success] Done. Processed: 0, Skipped: 1
|
|
3748
|
+
|
|
3749
|
+
────────────────────────────────────────────────────────────
|
|
3750
|
+
2026-03-09T21:50:59.053Z [run] started
|
|
3751
|
+
────────────────────────────────────────────────────────────
|
|
3752
|
+
2026-03-09T21:50:59.090Z [info] Fetching tasks (filter: all)...
|
|
3753
|
+
2026-03-09T21:50:59.508Z [info] Found 1 tagged task(s)
|
|
3754
|
+
2026-03-09T21:50:59.508Z [task] [86c8qbrap] "Aidev tasks" (status: pending)
|
|
3755
|
+
2026-03-09T21:51:01.430Z [info] [86c8qbrap] "Aidev tasks" skipped — pending task has no human reply or trigger word ("aidev-continue")
|
|
3756
|
+
2026-03-09T21:51:01.431Z [success] Done. Processed: 0, Skipped: 1
|
|
3757
|
+
|
|
3758
|
+
────────────────────────────────────────────────────────────
|
|
3759
|
+
2026-03-09T22:06:01.540Z [run] started
|
|
3760
|
+
────────────────────────────────────────────────────────────
|
|
3761
|
+
2026-03-09T22:06:01.577Z [info] Fetching tasks (filter: all)...
|
|
3762
|
+
2026-03-09T22:06:02.132Z [info] Found 1 tagged task(s)
|
|
3763
|
+
2026-03-09T22:06:02.133Z [task] [86c8qbrap] "Aidev tasks" (status: pending)
|
|
3764
|
+
2026-03-09T22:06:04.128Z [info] [86c8qbrap] "Aidev tasks" skipped — pending task has no human reply or trigger word ("aidev-continue")
|
|
3765
|
+
2026-03-09T22:06:04.129Z [success] Done. Processed: 0, Skipped: 1
|
|
3766
|
+
|
|
3767
|
+
────────────────────────────────────────────────────────────
|
|
3768
|
+
2026-03-09T22:21:04.243Z [run] started
|
|
3769
|
+
────────────────────────────────────────────────────────────
|
|
3770
|
+
2026-03-09T22:21:04.282Z [info] Fetching tasks (filter: all)...
|
|
3771
|
+
2026-03-09T22:21:04.864Z [info] Found 1 tagged task(s)
|
|
3772
|
+
2026-03-09T22:21:04.864Z [task] [86c8qbrap] "Aidev tasks" (status: pending)
|
|
3773
|
+
2026-03-09T22:21:07.009Z [info] Pending task has a human reply — proceeding
|
|
3774
|
+
2026-03-09T22:21:07.010Z [info] Implementing task: Aidev tasks
|
|
3775
|
+
2026-03-09T22:21:13.487Z [info] Running cursor...
|
|
3776
|
+
2026-03-09T22:21:13.488Z [info] Running Cursor Agent...
|
|
3777
|
+
2026-03-09T22:28:06.651Z [warn] cursor clarification check failed — trying next runner
|
|
3778
|
+
2026-03-09T22:28:06.652Z [warn] cursor clarification check failed — trying next runner
|
|
3779
|
+
2026-03-09T22:28:06.652Z [warn] windsurf clarification check failed — trying next runner
|
|
3780
|
+
2026-03-09T22:28:06.652Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3781
|
+
2026-03-09T22:28:06.652Z [warn] No AI runner available — skipping clarification check
|
|
3782
|
+
2026-03-09T22:28:06.779Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3783
|
+
2026-03-09T22:28:06.949Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3784
|
+
2026-03-09T22:28:07.001Z [error] Refusing to commit directly to protected branch "main"
|
|
3785
|
+
2026-03-09T22:28:07.142Z [error] Refusing to push directly to protected branch "main"
|
|
3786
|
+
2026-03-09T22:28:07.237Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3787
|
+
2026-03-09T22:28:08.712Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-6o4fA1
|
|
3788
|
+
* branch main -> FETCH_HEAD
|
|
3789
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3790
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3791
|
+
hint: your next pull:
|
|
3792
|
+
hint:
|
|
3793
|
+
hint: git config pull.rebase false # merge
|
|
3794
|
+
hint: git config pull.rebase true # rebase
|
|
3795
|
+
hint: git config pull.ff only # fast-forward only
|
|
3796
|
+
hint:
|
|
3797
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3798
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3799
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3800
|
+
hint: invocation.
|
|
3801
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3802
|
+
|
|
3803
|
+
2026-03-09T22:28:14.950Z [warn] cursor clarification check failed — trying next runner
|
|
3804
|
+
2026-03-09T22:28:14.952Z [warn] cursor clarification check failed — trying next runner
|
|
3805
|
+
2026-03-09T22:28:14.952Z [warn] windsurf clarification check failed — trying next runner
|
|
3806
|
+
2026-03-09T22:28:14.952Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3807
|
+
2026-03-09T22:28:14.952Z [warn] No AI runner available — skipping clarification check
|
|
3808
|
+
2026-03-09T22:28:15.098Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3809
|
+
2026-03-09T22:28:15.336Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3810
|
+
2026-03-09T22:28:15.379Z [error] Refusing to commit directly to protected branch "main"
|
|
3811
|
+
2026-03-09T22:28:15.522Z [error] Refusing to push directly to protected branch "main"
|
|
3812
|
+
2026-03-09T22:28:15.609Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3813
|
+
2026-03-09T22:28:17.008Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-OL4Shb
|
|
3814
|
+
* branch main -> FETCH_HEAD
|
|
3815
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3816
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3817
|
+
hint: your next pull:
|
|
3818
|
+
hint:
|
|
3819
|
+
hint: git config pull.rebase false # merge
|
|
3820
|
+
hint: git config pull.rebase true # rebase
|
|
3821
|
+
hint: git config pull.ff only # fast-forward only
|
|
3822
|
+
hint:
|
|
3823
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3824
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3825
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3826
|
+
hint: invocation.
|
|
3827
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3828
|
+
|
|
3829
|
+
2026-03-09T22:28:26.219Z [warn] No local tasks found
|
|
3830
|
+
2026-03-09T22:28:26.220Z [info] Use "aidev tasks add" to create one.
|
|
3831
|
+
2026-03-09T22:28:50.503Z [info] PR created: https://github.com/qelos-io/aidev/pull/15
|
|
3832
|
+
2026-03-09T22:28:52.642Z [success] Task implemented: branch 86c8qbrap/aidev-tasks pushed
|
|
3833
|
+
2026-03-09T22:28:52.642Z [success] Done. Processed: 1, Skipped: 0
|
|
3834
|
+
|
|
3835
|
+
────────────────────────────────────────────────────────────
|
|
3836
|
+
2026-03-09T22:43:52.750Z [run] started
|
|
3837
|
+
────────────────────────────────────────────────────────────
|
|
3838
|
+
2026-03-09T22:43:52.791Z [info] Fetching tasks (filter: all)...
|
|
3839
|
+
2026-03-09T22:43:53.143Z [info] Found 1 tagged task(s)
|
|
3840
|
+
2026-03-09T22:43:53.144Z [task] [86c8qbrap] "Aidev tasks" (status: review)
|
|
3841
|
+
2026-03-09T22:43:55.041Z [info] [86c8qbrap] "Aidev tasks" skipped — branch already exists (86c8qbrap/aidev-tasks) and no trigger word found
|
|
3842
|
+
2026-03-09T22:43:55.042Z [success] Done. Processed: 0, Skipped: 1
|
|
3843
|
+
2026-03-09T22:52:03.472Z [warn] cursor clarification check failed — trying next runner
|
|
3844
|
+
2026-03-09T22:52:03.473Z [warn] cursor clarification check failed — trying next runner
|
|
3845
|
+
2026-03-09T22:52:03.473Z [warn] windsurf clarification check failed — trying next runner
|
|
3846
|
+
2026-03-09T22:52:03.473Z [warn] Clarification check failed for all runners — proceeding without clarification
|
|
3847
|
+
2026-03-09T22:52:03.473Z [warn] No AI runner available — skipping clarification check
|
|
3848
|
+
2026-03-09T22:52:03.630Z [error] Cannot create branch "task123/fix-bug": expected to be on "main" but currently on "some-other-branch"
|
|
3849
|
+
2026-03-09T22:52:03.791Z [error] Refusing to commit: expected branch "task123/fix-bug" but currently on "wrong-branch"
|
|
3850
|
+
2026-03-09T22:52:03.840Z [error] Refusing to commit directly to protected branch "main"
|
|
3851
|
+
2026-03-09T22:52:03.972Z [error] Refusing to push directly to protected branch "main"
|
|
3852
|
+
2026-03-09T22:52:04.074Z [error] Refusing to push: current branch "task123/fix-bug" does not match target branch "task456/other-task"
|
|
3853
|
+
2026-03-09T22:52:05.567Z [error] git pull failed: From /var/folders/88/xzz9sxx15s13cmqq5_1k0t480000gn/T/aidev-bare-JaNNZC
|
|
3854
|
+
* branch main -> FETCH_HEAD
|
|
3855
|
+
hint: You have divergent branches and need to specify how to reconcile them.
|
|
3856
|
+
hint: You can do so by running one of the following commands sometime before
|
|
3857
|
+
hint: your next pull:
|
|
3858
|
+
hint:
|
|
3859
|
+
hint: git config pull.rebase false # merge
|
|
3860
|
+
hint: git config pull.rebase true # rebase
|
|
3861
|
+
hint: git config pull.ff only # fast-forward only
|
|
3862
|
+
hint:
|
|
3863
|
+
hint: You can replace "git config" with "git config --global" to set a default
|
|
3864
|
+
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
|
|
3865
|
+
hint: or --ff-only on the command line to override the configured default per
|
|
3866
|
+
hint: invocation.
|
|
3867
|
+
fatal: Need to specify how to reconcile divergent branches.
|
|
3868
|
+
|