@timmeck/brain 2.2.0 → 3.0.0
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/README.md +19 -11
- package/dist/brain.d.ts +2 -0
- package/dist/brain.js +28 -4
- package/dist/brain.js.map +1 -1
- package/dist/cli/commands/doctor.js +1 -1
- package/dist/cli/commands/rules.d.ts +2 -0
- package/dist/cli/commands/rules.js +40 -0
- package/dist/cli/commands/rules.js.map +1 -0
- package/dist/cli/commands/setup.js +14 -0
- package/dist/cli/commands/setup.js.map +1 -1
- package/dist/cli/commands/synapses.d.ts +2 -0
- package/dist/cli/commands/synapses.js +35 -0
- package/dist/cli/commands/synapses.js.map +1 -0
- package/dist/cli/ipc-helper.d.ts +1 -1
- package/dist/cli/ipc-helper.js +1 -1
- package/dist/cli/ipc-helper.js.map +1 -1
- package/dist/code/fingerprint.js +1 -1
- package/dist/code/fingerprint.js.map +1 -1
- package/dist/dashboard/server.d.ts +6 -12
- package/dist/dashboard/server.js +14 -121
- package/dist/dashboard/server.js.map +1 -1
- package/dist/embeddings/engine.d.ts +11 -17
- package/dist/embeddings/engine.js +33 -79
- package/dist/embeddings/engine.js.map +1 -1
- package/dist/hooks/post-tool-use.js +1 -1
- package/dist/hooks/post-tool-use.js.map +1 -1
- package/dist/hooks/post-write.js +1 -1
- package/dist/hooks/post-write.js.map +1 -1
- package/dist/hooks/pre-tool-use.js +1 -1
- package/dist/hooks/pre-tool-use.js.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/ipc/router.d.ts +8 -1
- package/dist/ipc/router.js +69 -0
- package/dist/ipc/router.js.map +1 -1
- package/dist/matching/fingerprint.js +1 -1
- package/dist/matching/fingerprint.js.map +1 -1
- package/dist/mcp/auto-detect.js +1 -1
- package/dist/mcp/auto-detect.js.map +1 -1
- package/dist/mcp/tools.d.ts +1 -1
- package/dist/mcp/tools.js +47 -0
- package/dist/mcp/tools.js.map +1 -1
- package/dist/services/code.service.js +1 -1
- package/dist/services/code.service.js.map +1 -1
- package/dist/services/prevention.service.d.ts +7 -1
- package/dist/services/prevention.service.js +10 -0
- package/dist/services/prevention.service.js.map +1 -1
- package/package.json +5 -4
- package/brain.log +0 -4284
- package/smithery.yaml +0 -10
package/brain.log
DELETED
|
@@ -1,4284 +0,0 @@
|
|
|
1
|
-
2026-02-27T10:47:48.879Z [info] Running 9 migration(s) from version 0
|
|
2
|
-
2026-02-27T10:47:48.881Z [info] Applying migration 001_core_schema
|
|
3
|
-
2026-02-27T10:47:48.881Z [info] Applying migration 002_learning_schema
|
|
4
|
-
2026-02-27T10:47:48.881Z [info] Applying migration 003_code_schema
|
|
5
|
-
2026-02-27T10:47:48.882Z [info] Applying migration 004_synapses_schema
|
|
6
|
-
2026-02-27T10:47:48.882Z [info] Applying migration 005_fts_indexes
|
|
7
|
-
2026-02-27T10:47:48.883Z [info] Applying migration 006_synapses_phase3
|
|
8
|
-
2026-02-27T10:47:48.883Z [info] Applying migration 007_feedback
|
|
9
|
-
2026-02-27T10:47:48.885Z [info] Applying migration 008_git_integration
|
|
10
|
-
2026-02-27T10:47:48.885Z [info] Applying migration 009_embeddings
|
|
11
|
-
2026-02-27T10:47:48.886Z [info] Migrations complete. Now at version 9
|
|
12
|
-
2026-02-27T10:47:48.878Z [info] Running 9 migration(s) from version 0
|
|
13
|
-
2026-02-27T10:47:48.889Z [info] Running 9 migration(s) from version 0
|
|
14
|
-
2026-02-27T10:47:48.889Z [info] Applying migration 001_core_schema
|
|
15
|
-
2026-02-27T10:47:48.889Z [info] Applying migration 002_learning_schema
|
|
16
|
-
2026-02-27T10:47:48.890Z [info] Applying migration 003_code_schema
|
|
17
|
-
2026-02-27T10:47:48.890Z [info] Applying migration 004_synapses_schema
|
|
18
|
-
2026-02-27T10:47:48.890Z [info] Applying migration 005_fts_indexes
|
|
19
|
-
2026-02-27T10:47:48.891Z [info] Applying migration 006_synapses_phase3
|
|
20
|
-
2026-02-27T10:47:48.891Z [info] Applying migration 007_feedback
|
|
21
|
-
2026-02-27T10:47:48.892Z [info] Applying migration 008_git_integration
|
|
22
|
-
2026-02-27T10:47:48.893Z [info] Applying migration 009_embeddings
|
|
23
|
-
2026-02-27T10:47:48.893Z [info] Migrations complete. Now at version 9
|
|
24
|
-
2026-02-27T10:47:48.896Z [info] Trend analysis complete: 0 insights
|
|
25
|
-
2026-02-27T10:47:48.880Z [info] Applying migration 001_core_schema
|
|
26
|
-
2026-02-27T10:47:48.881Z [info] Applying migration 002_learning_schema
|
|
27
|
-
2026-02-27T10:47:48.881Z [info] Applying migration 003_code_schema
|
|
28
|
-
2026-02-27T10:47:48.882Z [info] Applying migration 004_synapses_schema
|
|
29
|
-
2026-02-27T10:47:48.882Z [info] Applying migration 005_fts_indexes
|
|
30
|
-
2026-02-27T10:47:48.883Z [info] Applying migration 006_synapses_phase3
|
|
31
|
-
2026-02-27T10:47:48.884Z [info] Applying migration 007_feedback
|
|
32
|
-
2026-02-27T10:47:48.885Z [info] Applying migration 008_git_integration
|
|
33
|
-
2026-02-27T10:47:48.886Z [info] Applying migration 009_embeddings
|
|
34
|
-
2026-02-27T10:47:48.887Z [info] Migrations complete. Now at version 9
|
|
35
|
-
2026-02-27T10:47:48.890Z [info] Running 9 migration(s) from version 0
|
|
36
|
-
2026-02-27T10:47:48.890Z [info] Applying migration 001_core_schema
|
|
37
|
-
2026-02-27T10:47:48.890Z [info] Applying migration 002_learning_schema
|
|
38
|
-
2026-02-27T10:47:48.890Z [info] Applying migration 003_code_schema
|
|
39
|
-
2026-02-27T10:47:48.891Z [info] Applying migration 004_synapses_schema
|
|
40
|
-
2026-02-27T10:47:48.891Z [info] Applying migration 005_fts_indexes
|
|
41
|
-
2026-02-27T10:47:48.891Z [info] Applying migration 006_synapses_phase3
|
|
42
|
-
2026-02-27T10:47:48.892Z [info] Applying migration 007_feedback
|
|
43
|
-
2026-02-27T10:47:48.893Z [info] Applying migration 008_git_integration
|
|
44
|
-
2026-02-27T10:47:48.894Z [info] Applying migration 009_embeddings
|
|
45
|
-
2026-02-27T10:47:48.894Z [info] Migrations complete. Now at version 9
|
|
46
|
-
2026-02-27T10:47:48.896Z [info] Gap analysis complete: 1 insights
|
|
47
|
-
2026-02-27T10:47:48.881Z [info] Running 9 migration(s) from version 0
|
|
48
|
-
2026-02-27T10:47:48.883Z [info] Applying migration 001_core_schema
|
|
49
|
-
2026-02-27T10:47:48.883Z [info] Applying migration 002_learning_schema
|
|
50
|
-
2026-02-27T10:47:48.884Z [info] Applying migration 003_code_schema
|
|
51
|
-
2026-02-27T10:47:48.884Z [info] Applying migration 004_synapses_schema
|
|
52
|
-
2026-02-27T10:47:48.885Z [info] Applying migration 005_fts_indexes
|
|
53
|
-
2026-02-27T10:47:48.886Z [info] Applying migration 006_synapses_phase3
|
|
54
|
-
2026-02-27T10:47:48.887Z [info] Applying migration 007_feedback
|
|
55
|
-
2026-02-27T10:47:48.888Z [info] Applying migration 008_git_integration
|
|
56
|
-
2026-02-27T10:47:48.889Z [info] Applying migration 009_embeddings
|
|
57
|
-
2026-02-27T10:47:48.890Z [info] Migrations complete. Now at version 9
|
|
58
|
-
2026-02-27T10:47:48.895Z [info] Running 9 migration(s) from version 0
|
|
59
|
-
2026-02-27T10:47:48.895Z [info] Applying migration 001_core_schema
|
|
60
|
-
2026-02-27T10:47:48.895Z [info] Applying migration 002_learning_schema
|
|
61
|
-
2026-02-27T10:47:48.895Z [info] Applying migration 003_code_schema
|
|
62
|
-
2026-02-27T10:47:48.896Z [info] Applying migration 004_synapses_schema
|
|
63
|
-
2026-02-27T10:47:48.896Z [info] Applying migration 005_fts_indexes
|
|
64
|
-
2026-02-27T10:47:48.897Z [info] Applying migration 006_synapses_phase3
|
|
65
|
-
2026-02-27T10:47:48.898Z [info] Applying migration 007_feedback
|
|
66
|
-
2026-02-27T10:47:48.899Z [info] Applying migration 008_git_integration
|
|
67
|
-
2026-02-27T10:47:48.900Z [info] Applying migration 009_embeddings
|
|
68
|
-
2026-02-27T10:47:48.901Z [info] Migrations complete. Now at version 9
|
|
69
|
-
2026-02-27T10:47:48.904Z [info] Running 9 migration(s) from version 0
|
|
70
|
-
2026-02-27T10:47:48.904Z [info] Applying migration 001_core_schema
|
|
71
|
-
2026-02-27T10:47:48.904Z [info] Applying migration 002_learning_schema
|
|
72
|
-
2026-02-27T10:47:48.905Z [info] Applying migration 003_code_schema
|
|
73
|
-
2026-02-27T10:47:48.905Z [info] Applying migration 004_synapses_schema
|
|
74
|
-
2026-02-27T10:47:48.905Z [info] Applying migration 005_fts_indexes
|
|
75
|
-
2026-02-27T10:47:48.906Z [info] Applying migration 006_synapses_phase3
|
|
76
|
-
2026-02-27T10:47:48.907Z [info] Applying migration 007_feedback
|
|
77
|
-
2026-02-27T10:47:48.908Z [info] Applying migration 008_git_integration
|
|
78
|
-
2026-02-27T10:47:48.909Z [info] Applying migration 009_embeddings
|
|
79
|
-
2026-02-27T10:47:48.910Z [info] Migrations complete. Now at version 9
|
|
80
|
-
2026-02-27T10:47:48.913Z [info] Running 9 migration(s) from version 0
|
|
81
|
-
2026-02-27T10:47:48.913Z [info] Applying migration 001_core_schema
|
|
82
|
-
2026-02-27T10:47:48.914Z [info] Applying migration 002_learning_schema
|
|
83
|
-
2026-02-27T10:47:48.914Z [info] Applying migration 003_code_schema
|
|
84
|
-
2026-02-27T10:47:48.914Z [info] Applying migration 004_synapses_schema
|
|
85
|
-
2026-02-27T10:47:48.914Z [info] Applying migration 005_fts_indexes
|
|
86
|
-
2026-02-27T10:47:48.915Z [info] Applying migration 006_synapses_phase3
|
|
87
|
-
2026-02-27T10:47:48.916Z [info] Applying migration 007_feedback
|
|
88
|
-
2026-02-27T10:47:48.917Z [info] Applying migration 008_git_integration
|
|
89
|
-
2026-02-27T10:47:48.918Z [info] Applying migration 009_embeddings
|
|
90
|
-
2026-02-27T10:47:48.919Z [info] Migrations complete. Now at version 9
|
|
91
|
-
2026-02-27T10:47:48.882Z [info] Running 9 migration(s) from version 0
|
|
92
|
-
2026-02-27T10:47:48.883Z [info] Applying migration 001_core_schema
|
|
93
|
-
2026-02-27T10:47:48.884Z [info] Applying migration 002_learning_schema
|
|
94
|
-
2026-02-27T10:47:48.885Z [info] Applying migration 003_code_schema
|
|
95
|
-
2026-02-27T10:47:48.885Z [info] Applying migration 004_synapses_schema
|
|
96
|
-
2026-02-27T10:47:48.885Z [info] Applying migration 005_fts_indexes
|
|
97
|
-
2026-02-27T10:47:48.886Z [info] Applying migration 006_synapses_phase3
|
|
98
|
-
2026-02-27T10:47:48.887Z [info] Applying migration 007_feedback
|
|
99
|
-
2026-02-27T10:47:48.889Z [info] Applying migration 008_git_integration
|
|
100
|
-
2026-02-27T10:47:48.890Z [info] Applying migration 009_embeddings
|
|
101
|
-
2026-02-27T10:47:48.891Z [info] Migrations complete. Now at version 9
|
|
102
|
-
2026-02-27T10:47:48.895Z [info] Running 9 migration(s) from version 0
|
|
103
|
-
2026-02-27T10:47:48.895Z [info] Applying migration 001_core_schema
|
|
104
|
-
2026-02-27T10:47:48.896Z [info] Applying migration 002_learning_schema
|
|
105
|
-
2026-02-27T10:47:48.896Z [info] Applying migration 003_code_schema
|
|
106
|
-
2026-02-27T10:47:48.896Z [info] Applying migration 004_synapses_schema
|
|
107
|
-
2026-02-27T10:47:48.897Z [info] Applying migration 005_fts_indexes
|
|
108
|
-
2026-02-27T10:47:48.898Z [info] Applying migration 006_synapses_phase3
|
|
109
|
-
2026-02-27T10:47:48.898Z [info] Applying migration 007_feedback
|
|
110
|
-
2026-02-27T10:47:48.900Z [info] Applying migration 008_git_integration
|
|
111
|
-
2026-02-27T10:47:48.901Z [info] Applying migration 009_embeddings
|
|
112
|
-
2026-02-27T10:47:48.901Z [info] Migrations complete. Now at version 9
|
|
113
|
-
2026-02-27T10:47:48.905Z [info] Running 9 migration(s) from version 0
|
|
114
|
-
2026-02-27T10:47:48.905Z [info] Applying migration 001_core_schema
|
|
115
|
-
2026-02-27T10:47:48.906Z [info] Applying migration 002_learning_schema
|
|
116
|
-
2026-02-27T10:47:48.906Z [info] Applying migration 003_code_schema
|
|
117
|
-
2026-02-27T10:47:48.906Z [info] Applying migration 004_synapses_schema
|
|
118
|
-
2026-02-27T10:47:48.907Z [info] Applying migration 005_fts_indexes
|
|
119
|
-
2026-02-27T10:47:48.908Z [info] Applying migration 006_synapses_phase3
|
|
120
|
-
2026-02-27T10:47:48.908Z [info] Applying migration 007_feedback
|
|
121
|
-
2026-02-27T10:47:48.910Z [info] Applying migration 008_git_integration
|
|
122
|
-
2026-02-27T10:47:48.911Z [info] Applying migration 009_embeddings
|
|
123
|
-
2026-02-27T10:47:48.912Z [info] Migrations complete. Now at version 9
|
|
124
|
-
2026-02-27T10:47:48.915Z [info] Running 9 migration(s) from version 0
|
|
125
|
-
2026-02-27T10:47:48.915Z [info] Applying migration 001_core_schema
|
|
126
|
-
2026-02-27T10:47:48.916Z [info] Applying migration 002_learning_schema
|
|
127
|
-
2026-02-27T10:47:48.916Z [info] Applying migration 003_code_schema
|
|
128
|
-
2026-02-27T10:47:48.916Z [info] Applying migration 004_synapses_schema
|
|
129
|
-
2026-02-27T10:47:48.916Z [info] Applying migration 005_fts_indexes
|
|
130
|
-
2026-02-27T10:47:48.917Z [info] Applying migration 006_synapses_phase3
|
|
131
|
-
2026-02-27T10:47:48.918Z [info] Applying migration 007_feedback
|
|
132
|
-
2026-02-27T10:47:48.919Z [info] Applying migration 008_git_integration
|
|
133
|
-
2026-02-27T10:47:48.920Z [info] Applying migration 009_embeddings
|
|
134
|
-
2026-02-27T10:47:48.921Z [info] Migrations complete. Now at version 9
|
|
135
|
-
2026-02-27T10:47:48.880Z [info] Running 9 migration(s) from version 0
|
|
136
|
-
2026-02-27T10:47:48.882Z [info] Applying migration 001_core_schema
|
|
137
|
-
2026-02-27T10:47:48.883Z [info] Applying migration 002_learning_schema
|
|
138
|
-
2026-02-27T10:47:48.883Z [info] Applying migration 003_code_schema
|
|
139
|
-
2026-02-27T10:47:48.884Z [info] Applying migration 004_synapses_schema
|
|
140
|
-
2026-02-27T10:47:48.884Z [info] Applying migration 005_fts_indexes
|
|
141
|
-
2026-02-27T10:47:48.885Z [info] Applying migration 006_synapses_phase3
|
|
142
|
-
2026-02-27T10:47:48.886Z [info] Applying migration 007_feedback
|
|
143
|
-
2026-02-27T10:47:48.888Z [info] Applying migration 008_git_integration
|
|
144
|
-
2026-02-27T10:47:48.889Z [info] Applying migration 009_embeddings
|
|
145
|
-
2026-02-27T10:47:48.890Z [info] Migrations complete. Now at version 9
|
|
146
|
-
2026-02-27T10:47:48.894Z [info] Running 9 migration(s) from version 0
|
|
147
|
-
2026-02-27T10:47:48.894Z [info] Applying migration 001_core_schema
|
|
148
|
-
2026-02-27T10:47:48.895Z [info] Applying migration 002_learning_schema
|
|
149
|
-
2026-02-27T10:47:48.895Z [info] Applying migration 003_code_schema
|
|
150
|
-
2026-02-27T10:47:48.895Z [info] Applying migration 004_synapses_schema
|
|
151
|
-
2026-02-27T10:47:48.896Z [info] Applying migration 005_fts_indexes
|
|
152
|
-
2026-02-27T10:47:48.897Z [info] Applying migration 006_synapses_phase3
|
|
153
|
-
2026-02-27T10:47:48.897Z [info] Applying migration 007_feedback
|
|
154
|
-
2026-02-27T10:47:48.899Z [info] Applying migration 008_git_integration
|
|
155
|
-
2026-02-27T10:47:48.900Z [info] Applying migration 009_embeddings
|
|
156
|
-
2026-02-27T10:47:48.901Z [info] Migrations complete. Now at version 9
|
|
157
|
-
2026-02-27T10:47:48.904Z [info] Running 9 migration(s) from version 0
|
|
158
|
-
2026-02-27T10:47:48.904Z [info] Applying migration 001_core_schema
|
|
159
|
-
2026-02-27T10:47:48.905Z [info] Applying migration 002_learning_schema
|
|
160
|
-
2026-02-27T10:47:48.905Z [info] Applying migration 003_code_schema
|
|
161
|
-
2026-02-27T10:47:48.905Z [info] Applying migration 004_synapses_schema
|
|
162
|
-
2026-02-27T10:47:48.906Z [info] Applying migration 005_fts_indexes
|
|
163
|
-
2026-02-27T10:47:48.906Z [info] Applying migration 006_synapses_phase3
|
|
164
|
-
2026-02-27T10:47:48.907Z [info] Applying migration 007_feedback
|
|
165
|
-
2026-02-27T10:47:48.909Z [info] Applying migration 008_git_integration
|
|
166
|
-
2026-02-27T10:47:48.910Z [info] Applying migration 009_embeddings
|
|
167
|
-
2026-02-27T10:47:48.910Z [info] Migrations complete. Now at version 9
|
|
168
|
-
2026-02-27T10:47:48.915Z [info] Running 9 migration(s) from version 0
|
|
169
|
-
2026-02-27T10:47:48.916Z [info] Applying migration 001_core_schema
|
|
170
|
-
2026-02-27T10:47:48.916Z [info] Applying migration 002_learning_schema
|
|
171
|
-
2026-02-27T10:47:48.917Z [info] Applying migration 003_code_schema
|
|
172
|
-
2026-02-27T10:47:48.917Z [info] Applying migration 004_synapses_schema
|
|
173
|
-
2026-02-27T10:47:48.917Z [info] Applying migration 005_fts_indexes
|
|
174
|
-
2026-02-27T10:47:48.918Z [info] Applying migration 006_synapses_phase3
|
|
175
|
-
2026-02-27T10:47:48.919Z [info] Applying migration 007_feedback
|
|
176
|
-
2026-02-27T10:47:48.920Z [info] Applying migration 008_git_integration
|
|
177
|
-
2026-02-27T10:47:48.921Z [info] Applying migration 009_embeddings
|
|
178
|
-
2026-02-27T10:47:48.922Z [info] Migrations complete. Now at version 9
|
|
179
|
-
2026-02-27T10:47:48.906Z [info] Running 9 migration(s) from version 0
|
|
180
|
-
2026-02-27T10:47:48.908Z [info] Applying migration 001_core_schema
|
|
181
|
-
2026-02-27T10:47:48.909Z [info] Applying migration 002_learning_schema
|
|
182
|
-
2026-02-27T10:47:48.910Z [info] Applying migration 003_code_schema
|
|
183
|
-
2026-02-27T10:47:48.910Z [info] Applying migration 004_synapses_schema
|
|
184
|
-
2026-02-27T10:47:48.910Z [info] Applying migration 005_fts_indexes
|
|
185
|
-
2026-02-27T10:47:48.911Z [info] Applying migration 006_synapses_phase3
|
|
186
|
-
2026-02-27T10:47:48.912Z [info] Applying migration 007_feedback
|
|
187
|
-
2026-02-27T10:47:48.914Z [info] Applying migration 008_git_integration
|
|
188
|
-
2026-02-27T10:47:48.915Z [info] Applying migration 009_embeddings
|
|
189
|
-
2026-02-27T10:47:48.916Z [info] Migrations complete. Now at version 9
|
|
190
|
-
2026-02-27T10:47:48.919Z [info] Learning cycle starting
|
|
191
|
-
2026-02-27T10:47:48.920Z [info] Running synapse decay cycle
|
|
192
|
-
2026-02-27T10:47:48.921Z [info] Decay complete: 0 decayed, 0 pruned
|
|
193
|
-
2026-02-27T10:47:48.921Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (2ms)
|
|
194
|
-
2026-02-27T10:47:48.922Z [info] Running 9 migration(s) from version 0
|
|
195
|
-
2026-02-27T10:47:48.922Z [info] Applying migration 001_core_schema
|
|
196
|
-
2026-02-27T10:47:48.922Z [info] Applying migration 002_learning_schema
|
|
197
|
-
2026-02-27T10:47:48.922Z [info] Applying migration 003_code_schema
|
|
198
|
-
2026-02-27T10:47:48.923Z [info] Applying migration 004_synapses_schema
|
|
199
|
-
2026-02-27T10:47:48.923Z [info] Applying migration 005_fts_indexes
|
|
200
|
-
2026-02-27T10:47:48.924Z [info] Applying migration 006_synapses_phase3
|
|
201
|
-
2026-02-27T10:47:48.924Z [info] Applying migration 007_feedback
|
|
202
|
-
2026-02-27T10:47:48.926Z [info] Applying migration 008_git_integration
|
|
203
|
-
2026-02-27T10:47:48.927Z [info] Applying migration 009_embeddings
|
|
204
|
-
2026-02-27T10:47:48.928Z [info] Migrations complete. Now at version 9
|
|
205
|
-
2026-02-27T10:47:48.931Z [info] Learning cycle starting
|
|
206
|
-
2026-02-27T10:47:48.932Z [info] Running synapse decay cycle
|
|
207
|
-
2026-02-27T10:47:48.932Z [info] Decay complete: 0 decayed, 0 pruned
|
|
208
|
-
2026-02-27T10:47:48.932Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
209
|
-
2026-02-27T10:47:48.932Z [info] Running 9 migration(s) from version 0
|
|
210
|
-
2026-02-27T10:47:48.932Z [info] Applying migration 001_core_schema
|
|
211
|
-
2026-02-27T10:47:48.933Z [info] Applying migration 002_learning_schema
|
|
212
|
-
2026-02-27T10:47:48.933Z [info] Applying migration 003_code_schema
|
|
213
|
-
2026-02-27T10:47:48.933Z [info] Applying migration 004_synapses_schema
|
|
214
|
-
2026-02-27T10:47:48.934Z [info] Applying migration 005_fts_indexes
|
|
215
|
-
2026-02-27T10:47:48.935Z [info] Applying migration 006_synapses_phase3
|
|
216
|
-
2026-02-27T10:47:48.935Z [info] Applying migration 007_feedback
|
|
217
|
-
2026-02-27T10:47:48.937Z [info] Applying migration 008_git_integration
|
|
218
|
-
2026-02-27T10:47:48.938Z [info] Applying migration 009_embeddings
|
|
219
|
-
2026-02-27T10:47:48.938Z [info] Migrations complete. Now at version 9
|
|
220
|
-
2026-02-27T10:47:48.941Z [info] Learning engine starting (interval: 900000ms)
|
|
221
|
-
2026-02-27T10:47:48.941Z [info] Learning engine stopped
|
|
222
|
-
2026-02-27T10:47:48.905Z [info] Running 9 migration(s) from version 0
|
|
223
|
-
2026-02-27T10:47:48.907Z [info] Applying migration 001_core_schema
|
|
224
|
-
2026-02-27T10:47:48.908Z [info] Applying migration 002_learning_schema
|
|
225
|
-
2026-02-27T10:47:48.908Z [info] Applying migration 003_code_schema
|
|
226
|
-
2026-02-27T10:47:48.909Z [info] Applying migration 004_synapses_schema
|
|
227
|
-
2026-02-27T10:47:48.909Z [info] Applying migration 005_fts_indexes
|
|
228
|
-
2026-02-27T10:47:48.910Z [info] Applying migration 006_synapses_phase3
|
|
229
|
-
2026-02-27T10:47:48.911Z [info] Applying migration 007_feedback
|
|
230
|
-
2026-02-27T10:47:48.913Z [info] Applying migration 008_git_integration
|
|
231
|
-
2026-02-27T10:47:48.914Z [info] Applying migration 009_embeddings
|
|
232
|
-
2026-02-27T10:47:48.915Z [info] Migrations complete. Now at version 9
|
|
233
|
-
2026-02-27T10:47:48.919Z [info] Running 9 migration(s) from version 0
|
|
234
|
-
2026-02-27T10:47:48.919Z [info] Applying migration 001_core_schema
|
|
235
|
-
2026-02-27T10:47:48.920Z [info] Applying migration 002_learning_schema
|
|
236
|
-
2026-02-27T10:47:48.920Z [info] Applying migration 003_code_schema
|
|
237
|
-
2026-02-27T10:47:48.920Z [info] Applying migration 004_synapses_schema
|
|
238
|
-
2026-02-27T10:47:48.921Z [info] Applying migration 005_fts_indexes
|
|
239
|
-
2026-02-27T10:47:48.921Z [info] Applying migration 006_synapses_phase3
|
|
240
|
-
2026-02-27T10:47:48.922Z [info] Applying migration 007_feedback
|
|
241
|
-
2026-02-27T10:47:48.924Z [info] Applying migration 008_git_integration
|
|
242
|
-
2026-02-27T10:47:48.924Z [info] Applying migration 009_embeddings
|
|
243
|
-
2026-02-27T10:47:48.925Z [info] Migrations complete. Now at version 9
|
|
244
|
-
2026-02-27T10:47:48.928Z [info] Running 9 migration(s) from version 0
|
|
245
|
-
2026-02-27T10:47:48.928Z [info] Applying migration 001_core_schema
|
|
246
|
-
2026-02-27T10:47:48.929Z [info] Applying migration 002_learning_schema
|
|
247
|
-
2026-02-27T10:47:48.930Z [info] Applying migration 003_code_schema
|
|
248
|
-
2026-02-27T10:47:48.930Z [info] Applying migration 004_synapses_schema
|
|
249
|
-
2026-02-27T10:47:48.931Z [info] Applying migration 005_fts_indexes
|
|
250
|
-
2026-02-27T10:47:48.931Z [info] Applying migration 006_synapses_phase3
|
|
251
|
-
2026-02-27T10:47:48.932Z [info] Applying migration 007_feedback
|
|
252
|
-
2026-02-27T10:47:48.934Z [info] Applying migration 008_git_integration
|
|
253
|
-
2026-02-27T10:47:48.934Z [info] Applying migration 009_embeddings
|
|
254
|
-
2026-02-27T10:47:48.935Z [info] Migrations complete. Now at version 9
|
|
255
|
-
2026-02-27T10:47:48.938Z [info] Running 9 migration(s) from version 0
|
|
256
|
-
2026-02-27T10:47:48.938Z [info] Applying migration 001_core_schema
|
|
257
|
-
2026-02-27T10:47:48.939Z [info] Applying migration 002_learning_schema
|
|
258
|
-
2026-02-27T10:47:48.939Z [info] Applying migration 003_code_schema
|
|
259
|
-
2026-02-27T10:47:48.939Z [info] Applying migration 004_synapses_schema
|
|
260
|
-
2026-02-27T10:47:48.940Z [info] Applying migration 005_fts_indexes
|
|
261
|
-
2026-02-27T10:47:48.940Z [info] Applying migration 006_synapses_phase3
|
|
262
|
-
2026-02-27T10:47:48.941Z [info] Applying migration 007_feedback
|
|
263
|
-
2026-02-27T10:47:48.943Z [info] Applying migration 008_git_integration
|
|
264
|
-
2026-02-27T10:47:48.943Z [info] Applying migration 009_embeddings
|
|
265
|
-
2026-02-27T10:47:48.944Z [info] Migrations complete. Now at version 9
|
|
266
|
-
2026-02-27T10:47:48.947Z [info] Running 9 migration(s) from version 0
|
|
267
|
-
2026-02-27T10:47:48.947Z [info] Applying migration 001_core_schema
|
|
268
|
-
2026-02-27T10:47:48.948Z [info] Applying migration 002_learning_schema
|
|
269
|
-
2026-02-27T10:47:48.948Z [info] Applying migration 003_code_schema
|
|
270
|
-
2026-02-27T10:47:48.948Z [info] Applying migration 004_synapses_schema
|
|
271
|
-
2026-02-27T10:47:48.948Z [info] Applying migration 005_fts_indexes
|
|
272
|
-
2026-02-27T10:47:48.949Z [info] Applying migration 006_synapses_phase3
|
|
273
|
-
2026-02-27T10:47:48.950Z [info] Applying migration 007_feedback
|
|
274
|
-
2026-02-27T10:47:48.951Z [info] Applying migration 008_git_integration
|
|
275
|
-
2026-02-27T10:47:48.952Z [info] Applying migration 009_embeddings
|
|
276
|
-
2026-02-27T10:47:48.953Z [info] Migrations complete. Now at version 9
|
|
277
|
-
2026-02-27T10:47:48.955Z [info] Running synapse decay cycle
|
|
278
|
-
2026-02-27T10:47:48.955Z [info] Decay complete: 0 decayed, 1 pruned
|
|
279
|
-
2026-02-27T10:47:48.930Z [info] Running 9 migration(s) from version 0
|
|
280
|
-
2026-02-27T10:47:48.932Z [info] Applying migration 001_core_schema
|
|
281
|
-
2026-02-27T10:47:48.933Z [info] Applying migration 002_learning_schema
|
|
282
|
-
2026-02-27T10:47:48.934Z [info] Applying migration 003_code_schema
|
|
283
|
-
2026-02-27T10:47:48.934Z [info] Applying migration 004_synapses_schema
|
|
284
|
-
2026-02-27T10:47:48.934Z [info] Applying migration 005_fts_indexes
|
|
285
|
-
2026-02-27T10:47:48.935Z [info] Applying migration 006_synapses_phase3
|
|
286
|
-
2026-02-27T10:47:48.936Z [info] Applying migration 007_feedback
|
|
287
|
-
2026-02-27T10:47:48.938Z [info] Applying migration 008_git_integration
|
|
288
|
-
2026-02-27T10:47:48.939Z [info] Applying migration 009_embeddings
|
|
289
|
-
2026-02-27T10:47:48.939Z [info] Migrations complete. Now at version 9
|
|
290
|
-
2026-02-27T10:47:48.945Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
291
|
-
2026-02-27T10:47:48.947Z [info] Running 9 migration(s) from version 0
|
|
292
|
-
2026-02-27T10:47:48.947Z [info] Applying migration 001_core_schema
|
|
293
|
-
2026-02-27T10:47:48.947Z [info] Applying migration 002_learning_schema
|
|
294
|
-
2026-02-27T10:47:48.948Z [info] Applying migration 003_code_schema
|
|
295
|
-
2026-02-27T10:47:48.948Z [info] Applying migration 004_synapses_schema
|
|
296
|
-
2026-02-27T10:47:48.948Z [info] Applying migration 005_fts_indexes
|
|
297
|
-
2026-02-27T10:47:48.949Z [info] Applying migration 006_synapses_phase3
|
|
298
|
-
2026-02-27T10:47:48.950Z [info] Applying migration 007_feedback
|
|
299
|
-
2026-02-27T10:47:48.951Z [info] Applying migration 008_git_integration
|
|
300
|
-
2026-02-27T10:47:48.952Z [info] Applying migration 009_embeddings
|
|
301
|
-
2026-02-27T10:47:48.953Z [info] Migrations complete. Now at version 9
|
|
302
|
-
2026-02-27T10:47:48.956Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
303
|
-
2026-02-27T10:47:48.956Z [info] Running 9 migration(s) from version 0
|
|
304
|
-
2026-02-27T10:47:48.957Z [info] Applying migration 001_core_schema
|
|
305
|
-
2026-02-27T10:47:48.957Z [info] Applying migration 002_learning_schema
|
|
306
|
-
2026-02-27T10:47:48.957Z [info] Applying migration 003_code_schema
|
|
307
|
-
2026-02-27T10:47:48.958Z [info] Applying migration 004_synapses_schema
|
|
308
|
-
2026-02-27T10:47:48.958Z [info] Applying migration 005_fts_indexes
|
|
309
|
-
2026-02-27T10:47:48.959Z [info] Applying migration 006_synapses_phase3
|
|
310
|
-
2026-02-27T10:47:48.960Z [info] Applying migration 007_feedback
|
|
311
|
-
2026-02-27T10:47:48.961Z [info] Applying migration 008_git_integration
|
|
312
|
-
2026-02-27T10:47:48.962Z [info] Applying migration 009_embeddings
|
|
313
|
-
2026-02-27T10:47:48.963Z [info] Migrations complete. Now at version 9
|
|
314
|
-
2026-02-27T10:47:48.966Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
315
|
-
2026-02-27T10:47:48.966Z [info] Running 9 migration(s) from version 0
|
|
316
|
-
2026-02-27T10:47:48.966Z [info] Applying migration 001_core_schema
|
|
317
|
-
2026-02-27T10:47:48.967Z [info] Applying migration 002_learning_schema
|
|
318
|
-
2026-02-27T10:47:48.967Z [info] Applying migration 003_code_schema
|
|
319
|
-
2026-02-27T10:47:48.967Z [info] Applying migration 004_synapses_schema
|
|
320
|
-
2026-02-27T10:47:48.968Z [info] Applying migration 005_fts_indexes
|
|
321
|
-
2026-02-27T10:47:48.969Z [info] Applying migration 006_synapses_phase3
|
|
322
|
-
2026-02-27T10:47:48.969Z [info] Applying migration 007_feedback
|
|
323
|
-
2026-02-27T10:47:48.971Z [info] Applying migration 008_git_integration
|
|
324
|
-
2026-02-27T10:47:48.972Z [info] Applying migration 009_embeddings
|
|
325
|
-
2026-02-27T10:47:48.972Z [info] Migrations complete. Now at version 9
|
|
326
|
-
2026-02-27T10:47:48.975Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
327
|
-
2026-02-27T10:47:48.935Z [info] Running 9 migration(s) from version 0
|
|
328
|
-
2026-02-27T10:47:48.937Z [info] Applying migration 001_core_schema
|
|
329
|
-
2026-02-27T10:47:48.938Z [info] Applying migration 002_learning_schema
|
|
330
|
-
2026-02-27T10:47:48.938Z [info] Applying migration 003_code_schema
|
|
331
|
-
2026-02-27T10:47:48.939Z [info] Applying migration 004_synapses_schema
|
|
332
|
-
2026-02-27T10:47:48.939Z [info] Applying migration 005_fts_indexes
|
|
333
|
-
2026-02-27T10:47:48.940Z [info] Applying migration 006_synapses_phase3
|
|
334
|
-
2026-02-27T10:47:48.941Z [info] Applying migration 007_feedback
|
|
335
|
-
2026-02-27T10:47:48.943Z [info] Applying migration 008_git_integration
|
|
336
|
-
2026-02-27T10:47:48.945Z [info] Applying migration 009_embeddings
|
|
337
|
-
2026-02-27T10:47:48.945Z [info] Migrations complete. Now at version 9
|
|
338
|
-
2026-02-27T10:47:48.951Z [info] New error reported (id=1, type=TypeError)
|
|
339
|
-
2026-02-27T10:47:48.952Z [info] Running 9 migration(s) from version 0
|
|
340
|
-
2026-02-27T10:47:48.952Z [info] Applying migration 001_core_schema
|
|
341
|
-
2026-02-27T10:47:48.953Z [info] Applying migration 002_learning_schema
|
|
342
|
-
2026-02-27T10:47:48.953Z [info] Applying migration 003_code_schema
|
|
343
|
-
2026-02-27T10:47:48.954Z [info] Applying migration 004_synapses_schema
|
|
344
|
-
2026-02-27T10:47:48.954Z [info] Applying migration 005_fts_indexes
|
|
345
|
-
2026-02-27T10:47:48.955Z [info] Applying migration 006_synapses_phase3
|
|
346
|
-
2026-02-27T10:47:48.956Z [info] Applying migration 007_feedback
|
|
347
|
-
2026-02-27T10:47:48.958Z [info] Applying migration 008_git_integration
|
|
348
|
-
2026-02-27T10:47:48.958Z [info] Applying migration 009_embeddings
|
|
349
|
-
2026-02-27T10:47:48.959Z [info] Migrations complete. Now at version 9
|
|
350
|
-
2026-02-27T10:47:48.962Z [info] New error reported (id=1, type=TypeError)
|
|
351
|
-
2026-02-27T10:47:48.962Z [info] Solution reported (id=1) for error 1
|
|
352
|
-
2026-02-27T10:47:48.963Z [info] Running 9 migration(s) from version 0
|
|
353
|
-
2026-02-27T10:47:48.963Z [info] Applying migration 001_core_schema
|
|
354
|
-
2026-02-27T10:47:48.964Z [info] Applying migration 002_learning_schema
|
|
355
|
-
2026-02-27T10:47:48.964Z [info] Applying migration 003_code_schema
|
|
356
|
-
2026-02-27T10:47:48.964Z [info] Applying migration 004_synapses_schema
|
|
357
|
-
2026-02-27T10:47:48.965Z [info] Applying migration 005_fts_indexes
|
|
358
|
-
2026-02-27T10:47:48.966Z [info] Applying migration 006_synapses_phase3
|
|
359
|
-
2026-02-27T10:47:48.966Z [info] Applying migration 007_feedback
|
|
360
|
-
2026-02-27T10:47:48.968Z [info] Applying migration 008_git_integration
|
|
361
|
-
2026-02-27T10:47:48.969Z [info] Applying migration 009_embeddings
|
|
362
|
-
2026-02-27T10:47:48.969Z [info] Migrations complete. Now at version 9
|
|
363
|
-
2026-02-27T10:47:48.972Z [info] New error reported (id=1, type=TypeError)
|
|
364
|
-
2026-02-27T10:47:48.972Z [info] Known error (id=1), occurrence incremented
|
|
365
|
-
2026-02-27T10:47:48.973Z [info] Running 9 migration(s) from version 0
|
|
366
|
-
2026-02-27T10:47:48.973Z [info] Applying migration 001_core_schema
|
|
367
|
-
2026-02-27T10:47:48.974Z [info] Applying migration 002_learning_schema
|
|
368
|
-
2026-02-27T10:47:48.974Z [info] Applying migration 003_code_schema
|
|
369
|
-
2026-02-27T10:47:48.974Z [info] Applying migration 004_synapses_schema
|
|
370
|
-
2026-02-27T10:47:48.974Z [info] Applying migration 005_fts_indexes
|
|
371
|
-
2026-02-27T10:47:48.975Z [info] Applying migration 006_synapses_phase3
|
|
372
|
-
2026-02-27T10:47:48.976Z [info] Applying migration 007_feedback
|
|
373
|
-
2026-02-27T10:47:48.977Z [info] Applying migration 008_git_integration
|
|
374
|
-
2026-02-27T10:47:48.978Z [info] Applying migration 009_embeddings
|
|
375
|
-
2026-02-27T10:47:48.979Z [info] Migrations complete. Now at version 9
|
|
376
|
-
2026-02-27T10:47:48.982Z [info] New error reported (id=1, type=Error)
|
|
377
|
-
2026-02-27T10:47:48.993Z [info] Running 9 migration(s) from version 0
|
|
378
|
-
2026-02-27T10:47:48.995Z [info] Applying migration 001_core_schema
|
|
379
|
-
2026-02-27T10:47:48.996Z [info] Applying migration 002_learning_schema
|
|
380
|
-
2026-02-27T10:47:48.996Z [info] Applying migration 003_code_schema
|
|
381
|
-
2026-02-27T10:47:48.997Z [info] Applying migration 004_synapses_schema
|
|
382
|
-
2026-02-27T10:47:48.997Z [info] Applying migration 005_fts_indexes
|
|
383
|
-
2026-02-27T10:47:48.998Z [info] Applying migration 006_synapses_phase3
|
|
384
|
-
2026-02-27T10:47:48.999Z [info] Applying migration 007_feedback
|
|
385
|
-
2026-02-27T10:47:49.001Z [info] Applying migration 008_git_integration
|
|
386
|
-
2026-02-27T10:47:49.002Z [info] Applying migration 009_embeddings
|
|
387
|
-
2026-02-27T10:47:49.003Z [info] Migrations complete. Now at version 9
|
|
388
|
-
2026-02-27T10:47:49.009Z [info] New error reported (id=1, type=Error)
|
|
389
|
-
2026-02-27T10:57:44.883Z [info] Running 9 migration(s) from version 0
|
|
390
|
-
2026-02-27T10:57:44.885Z [info] Applying migration 001_core_schema
|
|
391
|
-
2026-02-27T10:57:44.885Z [info] Applying migration 002_learning_schema
|
|
392
|
-
2026-02-27T10:57:44.885Z [info] Applying migration 003_code_schema
|
|
393
|
-
2026-02-27T10:57:44.886Z [info] Applying migration 004_synapses_schema
|
|
394
|
-
2026-02-27T10:57:44.886Z [info] Applying migration 005_fts_indexes
|
|
395
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 006_synapses_phase3
|
|
396
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 007_feedback
|
|
397
|
-
2026-02-27T10:57:44.889Z [info] Applying migration 008_git_integration
|
|
398
|
-
2026-02-27T10:57:44.890Z [info] Applying migration 009_embeddings
|
|
399
|
-
2026-02-27T10:57:44.890Z [info] Migrations complete. Now at version 9
|
|
400
|
-
2026-02-27T10:57:44.893Z [info] Running 9 migration(s) from version 0
|
|
401
|
-
2026-02-27T10:57:44.893Z [info] Applying migration 001_core_schema
|
|
402
|
-
2026-02-27T10:57:44.894Z [info] Applying migration 002_learning_schema
|
|
403
|
-
2026-02-27T10:57:44.894Z [info] Applying migration 003_code_schema
|
|
404
|
-
2026-02-27T10:57:44.894Z [info] Applying migration 004_synapses_schema
|
|
405
|
-
2026-02-27T10:57:44.894Z [info] Applying migration 005_fts_indexes
|
|
406
|
-
2026-02-27T10:57:44.895Z [info] Applying migration 006_synapses_phase3
|
|
407
|
-
2026-02-27T10:57:44.895Z [info] Applying migration 007_feedback
|
|
408
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 008_git_integration
|
|
409
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 009_embeddings
|
|
410
|
-
2026-02-27T10:57:44.898Z [info] Migrations complete. Now at version 9
|
|
411
|
-
2026-02-27T10:57:44.900Z [info] Trend analysis complete: 0 insights
|
|
412
|
-
2026-02-27T10:57:44.883Z [info] Running 9 migration(s) from version 0
|
|
413
|
-
2026-02-27T10:57:44.885Z [info] Applying migration 001_core_schema
|
|
414
|
-
2026-02-27T10:57:44.886Z [info] Applying migration 002_learning_schema
|
|
415
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 003_code_schema
|
|
416
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 004_synapses_schema
|
|
417
|
-
2026-02-27T10:57:44.888Z [info] Applying migration 005_fts_indexes
|
|
418
|
-
2026-02-27T10:57:44.889Z [info] Applying migration 006_synapses_phase3
|
|
419
|
-
2026-02-27T10:57:44.889Z [info] Applying migration 007_feedback
|
|
420
|
-
2026-02-27T10:57:44.891Z [info] Applying migration 008_git_integration
|
|
421
|
-
2026-02-27T10:57:44.892Z [info] Applying migration 009_embeddings
|
|
422
|
-
2026-02-27T10:57:44.893Z [info] Migrations complete. Now at version 9
|
|
423
|
-
2026-02-27T10:57:44.896Z [info] Running 9 migration(s) from version 0
|
|
424
|
-
2026-02-27T10:57:44.896Z [info] Applying migration 001_core_schema
|
|
425
|
-
2026-02-27T10:57:44.896Z [info] Applying migration 002_learning_schema
|
|
426
|
-
2026-02-27T10:57:44.896Z [info] Applying migration 003_code_schema
|
|
427
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 004_synapses_schema
|
|
428
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 005_fts_indexes
|
|
429
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 006_synapses_phase3
|
|
430
|
-
2026-02-27T10:57:44.898Z [info] Applying migration 007_feedback
|
|
431
|
-
2026-02-27T10:57:44.899Z [info] Applying migration 008_git_integration
|
|
432
|
-
2026-02-27T10:57:44.900Z [info] Applying migration 009_embeddings
|
|
433
|
-
2026-02-27T10:57:44.900Z [info] Migrations complete. Now at version 9
|
|
434
|
-
2026-02-27T10:57:44.902Z [info] Gap analysis complete: 1 insights
|
|
435
|
-
2026-02-27T10:57:44.885Z [info] Running 9 migration(s) from version 0
|
|
436
|
-
2026-02-27T10:57:44.886Z [info] Applying migration 001_core_schema
|
|
437
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 002_learning_schema
|
|
438
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 003_code_schema
|
|
439
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 004_synapses_schema
|
|
440
|
-
2026-02-27T10:57:44.888Z [info] Applying migration 005_fts_indexes
|
|
441
|
-
2026-02-27T10:57:44.888Z [info] Applying migration 006_synapses_phase3
|
|
442
|
-
2026-02-27T10:57:44.889Z [info] Applying migration 007_feedback
|
|
443
|
-
2026-02-27T10:57:44.890Z [info] Applying migration 008_git_integration
|
|
444
|
-
2026-02-27T10:57:44.891Z [info] Applying migration 009_embeddings
|
|
445
|
-
2026-02-27T10:57:44.892Z [info] Migrations complete. Now at version 9
|
|
446
|
-
2026-02-27T10:57:44.895Z [info] Running 9 migration(s) from version 0
|
|
447
|
-
2026-02-27T10:57:44.895Z [info] Applying migration 001_core_schema
|
|
448
|
-
2026-02-27T10:57:44.895Z [info] Applying migration 002_learning_schema
|
|
449
|
-
2026-02-27T10:57:44.895Z [info] Applying migration 003_code_schema
|
|
450
|
-
2026-02-27T10:57:44.896Z [info] Applying migration 004_synapses_schema
|
|
451
|
-
2026-02-27T10:57:44.896Z [info] Applying migration 005_fts_indexes
|
|
452
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 006_synapses_phase3
|
|
453
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 007_feedback
|
|
454
|
-
2026-02-27T10:57:44.898Z [info] Applying migration 008_git_integration
|
|
455
|
-
2026-02-27T10:57:44.899Z [info] Applying migration 009_embeddings
|
|
456
|
-
2026-02-27T10:57:44.899Z [info] Migrations complete. Now at version 9
|
|
457
|
-
2026-02-27T10:57:44.902Z [info] Running 9 migration(s) from version 0
|
|
458
|
-
2026-02-27T10:57:44.902Z [info] Applying migration 001_core_schema
|
|
459
|
-
2026-02-27T10:57:44.902Z [info] Applying migration 002_learning_schema
|
|
460
|
-
2026-02-27T10:57:44.903Z [info] Applying migration 003_code_schema
|
|
461
|
-
2026-02-27T10:57:44.903Z [info] Applying migration 004_synapses_schema
|
|
462
|
-
2026-02-27T10:57:44.903Z [info] Applying migration 005_fts_indexes
|
|
463
|
-
2026-02-27T10:57:44.904Z [info] Applying migration 006_synapses_phase3
|
|
464
|
-
2026-02-27T10:57:44.904Z [info] Applying migration 007_feedback
|
|
465
|
-
2026-02-27T10:57:44.905Z [info] Applying migration 008_git_integration
|
|
466
|
-
2026-02-27T10:57:44.906Z [info] Applying migration 009_embeddings
|
|
467
|
-
2026-02-27T10:57:44.906Z [info] Migrations complete. Now at version 9
|
|
468
|
-
2026-02-27T10:57:44.909Z [info] Running 9 migration(s) from version 0
|
|
469
|
-
2026-02-27T10:57:44.909Z [info] Applying migration 001_core_schema
|
|
470
|
-
2026-02-27T10:57:44.909Z [info] Applying migration 002_learning_schema
|
|
471
|
-
2026-02-27T10:57:44.910Z [info] Applying migration 003_code_schema
|
|
472
|
-
2026-02-27T10:57:44.910Z [info] Applying migration 004_synapses_schema
|
|
473
|
-
2026-02-27T10:57:44.910Z [info] Applying migration 005_fts_indexes
|
|
474
|
-
2026-02-27T10:57:44.911Z [info] Applying migration 006_synapses_phase3
|
|
475
|
-
2026-02-27T10:57:44.911Z [info] Applying migration 007_feedback
|
|
476
|
-
2026-02-27T10:57:44.913Z [info] Applying migration 008_git_integration
|
|
477
|
-
2026-02-27T10:57:44.914Z [info] Applying migration 009_embeddings
|
|
478
|
-
2026-02-27T10:57:44.914Z [info] Migrations complete. Now at version 9
|
|
479
|
-
2026-02-27T10:57:44.884Z [info] Running 9 migration(s) from version 0
|
|
480
|
-
2026-02-27T10:57:44.885Z [info] Applying migration 001_core_schema
|
|
481
|
-
2026-02-27T10:57:44.886Z [info] Applying migration 002_learning_schema
|
|
482
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 003_code_schema
|
|
483
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 004_synapses_schema
|
|
484
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 005_fts_indexes
|
|
485
|
-
2026-02-27T10:57:44.888Z [info] Applying migration 006_synapses_phase3
|
|
486
|
-
2026-02-27T10:57:44.889Z [info] Applying migration 007_feedback
|
|
487
|
-
2026-02-27T10:57:44.891Z [info] Applying migration 008_git_integration
|
|
488
|
-
2026-02-27T10:57:44.892Z [info] Applying migration 009_embeddings
|
|
489
|
-
2026-02-27T10:57:44.892Z [info] Migrations complete. Now at version 9
|
|
490
|
-
2026-02-27T10:57:44.897Z [info] Running 9 migration(s) from version 0
|
|
491
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 001_core_schema
|
|
492
|
-
2026-02-27T10:57:44.897Z [info] Applying migration 002_learning_schema
|
|
493
|
-
2026-02-27T10:57:44.898Z [info] Applying migration 003_code_schema
|
|
494
|
-
2026-02-27T10:57:44.898Z [info] Applying migration 004_synapses_schema
|
|
495
|
-
2026-02-27T10:57:44.898Z [info] Applying migration 005_fts_indexes
|
|
496
|
-
2026-02-27T10:57:44.899Z [info] Applying migration 006_synapses_phase3
|
|
497
|
-
2026-02-27T10:57:44.900Z [info] Applying migration 007_feedback
|
|
498
|
-
2026-02-27T10:57:44.901Z [info] Applying migration 008_git_integration
|
|
499
|
-
2026-02-27T10:57:44.902Z [info] Applying migration 009_embeddings
|
|
500
|
-
2026-02-27T10:57:44.902Z [info] Migrations complete. Now at version 9
|
|
501
|
-
2026-02-27T10:57:44.906Z [info] Running 9 migration(s) from version 0
|
|
502
|
-
2026-02-27T10:57:44.906Z [info] Applying migration 001_core_schema
|
|
503
|
-
2026-02-27T10:57:44.907Z [info] Applying migration 002_learning_schema
|
|
504
|
-
2026-02-27T10:57:44.907Z [info] Applying migration 003_code_schema
|
|
505
|
-
2026-02-27T10:57:44.907Z [info] Applying migration 004_synapses_schema
|
|
506
|
-
2026-02-27T10:57:44.907Z [info] Applying migration 005_fts_indexes
|
|
507
|
-
2026-02-27T10:57:44.908Z [info] Applying migration 006_synapses_phase3
|
|
508
|
-
2026-02-27T10:57:44.908Z [info] Applying migration 007_feedback
|
|
509
|
-
2026-02-27T10:57:44.909Z [info] Applying migration 008_git_integration
|
|
510
|
-
2026-02-27T10:57:44.910Z [info] Applying migration 009_embeddings
|
|
511
|
-
2026-02-27T10:57:44.910Z [info] Migrations complete. Now at version 9
|
|
512
|
-
2026-02-27T10:57:44.913Z [info] Running 9 migration(s) from version 0
|
|
513
|
-
2026-02-27T10:57:44.913Z [info] Applying migration 001_core_schema
|
|
514
|
-
2026-02-27T10:57:44.914Z [info] Applying migration 002_learning_schema
|
|
515
|
-
2026-02-27T10:57:44.914Z [info] Applying migration 003_code_schema
|
|
516
|
-
2026-02-27T10:57:44.914Z [info] Applying migration 004_synapses_schema
|
|
517
|
-
2026-02-27T10:57:44.915Z [info] Applying migration 005_fts_indexes
|
|
518
|
-
2026-02-27T10:57:44.915Z [info] Applying migration 006_synapses_phase3
|
|
519
|
-
2026-02-27T10:57:44.916Z [info] Applying migration 007_feedback
|
|
520
|
-
2026-02-27T10:57:44.917Z [info] Applying migration 008_git_integration
|
|
521
|
-
2026-02-27T10:57:44.918Z [info] Applying migration 009_embeddings
|
|
522
|
-
2026-02-27T10:57:44.918Z [info] Migrations complete. Now at version 9
|
|
523
|
-
2026-02-27T10:57:44.885Z [info] Running 9 migration(s) from version 0
|
|
524
|
-
2026-02-27T10:57:44.886Z [info] Applying migration 001_core_schema
|
|
525
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 002_learning_schema
|
|
526
|
-
2026-02-27T10:57:44.887Z [info] Applying migration 003_code_schema
|
|
527
|
-
2026-02-27T10:57:44.888Z [info] Applying migration 004_synapses_schema
|
|
528
|
-
2026-02-27T10:57:44.888Z [info] Applying migration 005_fts_indexes
|
|
529
|
-
2026-02-27T10:57:44.889Z [info] Applying migration 006_synapses_phase3
|
|
530
|
-
2026-02-27T10:57:44.890Z [info] Applying migration 007_feedback
|
|
531
|
-
2026-02-27T10:57:44.892Z [info] Applying migration 008_git_integration
|
|
532
|
-
2026-02-27T10:57:44.893Z [info] Applying migration 009_embeddings
|
|
533
|
-
2026-02-27T10:57:44.894Z [info] Migrations complete. Now at version 9
|
|
534
|
-
2026-02-27T10:57:44.898Z [info] Running 9 migration(s) from version 0
|
|
535
|
-
2026-02-27T10:57:44.898Z [info] Applying migration 001_core_schema
|
|
536
|
-
2026-02-27T10:57:44.898Z [info] Applying migration 002_learning_schema
|
|
537
|
-
2026-02-27T10:57:44.898Z [info] Applying migration 003_code_schema
|
|
538
|
-
2026-02-27T10:57:44.899Z [info] Applying migration 004_synapses_schema
|
|
539
|
-
2026-02-27T10:57:44.899Z [info] Applying migration 005_fts_indexes
|
|
540
|
-
2026-02-27T10:57:44.900Z [info] Applying migration 006_synapses_phase3
|
|
541
|
-
2026-02-27T10:57:44.900Z [info] Applying migration 007_feedback
|
|
542
|
-
2026-02-27T10:57:44.901Z [info] Applying migration 008_git_integration
|
|
543
|
-
2026-02-27T10:57:44.902Z [info] Applying migration 009_embeddings
|
|
544
|
-
2026-02-27T10:57:44.902Z [info] Migrations complete. Now at version 9
|
|
545
|
-
2026-02-27T10:57:44.905Z [info] Running 9 migration(s) from version 0
|
|
546
|
-
2026-02-27T10:57:44.905Z [info] Applying migration 001_core_schema
|
|
547
|
-
2026-02-27T10:57:44.905Z [info] Applying migration 002_learning_schema
|
|
548
|
-
2026-02-27T10:57:44.905Z [info] Applying migration 003_code_schema
|
|
549
|
-
2026-02-27T10:57:44.906Z [info] Applying migration 004_synapses_schema
|
|
550
|
-
2026-02-27T10:57:44.906Z [info] Applying migration 005_fts_indexes
|
|
551
|
-
2026-02-27T10:57:44.906Z [info] Applying migration 006_synapses_phase3
|
|
552
|
-
2026-02-27T10:57:44.907Z [info] Applying migration 007_feedback
|
|
553
|
-
2026-02-27T10:57:44.908Z [info] Applying migration 008_git_integration
|
|
554
|
-
2026-02-27T10:57:44.909Z [info] Applying migration 009_embeddings
|
|
555
|
-
2026-02-27T10:57:44.909Z [info] Migrations complete. Now at version 9
|
|
556
|
-
2026-02-27T10:57:44.913Z [info] Running 9 migration(s) from version 0
|
|
557
|
-
2026-02-27T10:57:44.913Z [info] Applying migration 001_core_schema
|
|
558
|
-
2026-02-27T10:57:44.914Z [info] Applying migration 002_learning_schema
|
|
559
|
-
2026-02-27T10:57:44.914Z [info] Applying migration 003_code_schema
|
|
560
|
-
2026-02-27T10:57:44.914Z [info] Applying migration 004_synapses_schema
|
|
561
|
-
2026-02-27T10:57:44.915Z [info] Applying migration 005_fts_indexes
|
|
562
|
-
2026-02-27T10:57:44.916Z [info] Applying migration 006_synapses_phase3
|
|
563
|
-
2026-02-27T10:57:44.916Z [info] Applying migration 007_feedback
|
|
564
|
-
2026-02-27T10:57:44.918Z [info] Applying migration 008_git_integration
|
|
565
|
-
2026-02-27T10:57:44.919Z [info] Applying migration 009_embeddings
|
|
566
|
-
2026-02-27T10:57:44.919Z [info] Migrations complete. Now at version 9
|
|
567
|
-
2026-02-27T10:57:44.922Z [info] Running 9 migration(s) from version 0
|
|
568
|
-
2026-02-27T10:57:44.924Z [info] Applying migration 001_core_schema
|
|
569
|
-
2026-02-27T10:57:44.924Z [info] Applying migration 002_learning_schema
|
|
570
|
-
2026-02-27T10:57:44.925Z [info] Applying migration 003_code_schema
|
|
571
|
-
2026-02-27T10:57:44.925Z [info] Applying migration 004_synapses_schema
|
|
572
|
-
2026-02-27T10:57:44.925Z [info] Applying migration 005_fts_indexes
|
|
573
|
-
2026-02-27T10:57:44.926Z [info] Applying migration 006_synapses_phase3
|
|
574
|
-
2026-02-27T10:57:44.926Z [info] Applying migration 007_feedback
|
|
575
|
-
2026-02-27T10:57:44.928Z [info] Applying migration 008_git_integration
|
|
576
|
-
2026-02-27T10:57:44.929Z [info] Applying migration 009_embeddings
|
|
577
|
-
2026-02-27T10:57:44.929Z [info] Migrations complete. Now at version 9
|
|
578
|
-
2026-02-27T10:57:44.932Z [info] Learning cycle starting
|
|
579
|
-
2026-02-27T10:57:44.933Z [info] Running synapse decay cycle
|
|
580
|
-
2026-02-27T10:57:44.933Z [info] Decay complete: 0 decayed, 0 pruned
|
|
581
|
-
2026-02-27T10:57:44.933Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
582
|
-
2026-02-27T10:57:44.934Z [info] Running 9 migration(s) from version 0
|
|
583
|
-
2026-02-27T10:57:44.934Z [info] Applying migration 001_core_schema
|
|
584
|
-
2026-02-27T10:57:44.934Z [info] Applying migration 002_learning_schema
|
|
585
|
-
2026-02-27T10:57:44.934Z [info] Applying migration 003_code_schema
|
|
586
|
-
2026-02-27T10:57:44.935Z [info] Applying migration 004_synapses_schema
|
|
587
|
-
2026-02-27T10:57:44.935Z [info] Applying migration 005_fts_indexes
|
|
588
|
-
2026-02-27T10:57:44.935Z [info] Applying migration 006_synapses_phase3
|
|
589
|
-
2026-02-27T10:57:44.936Z [info] Applying migration 007_feedback
|
|
590
|
-
2026-02-27T10:57:44.937Z [info] Applying migration 008_git_integration
|
|
591
|
-
2026-02-27T10:57:44.938Z [info] Applying migration 009_embeddings
|
|
592
|
-
2026-02-27T10:57:44.939Z [info] Migrations complete. Now at version 9
|
|
593
|
-
2026-02-27T10:57:44.940Z [info] Learning cycle starting
|
|
594
|
-
2026-02-27T10:57:44.941Z [info] Running synapse decay cycle
|
|
595
|
-
2026-02-27T10:57:44.941Z [info] Decay complete: 0 decayed, 0 pruned
|
|
596
|
-
2026-02-27T10:57:44.941Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
597
|
-
2026-02-27T10:57:44.941Z [info] Running 9 migration(s) from version 0
|
|
598
|
-
2026-02-27T10:57:44.941Z [info] Applying migration 001_core_schema
|
|
599
|
-
2026-02-27T10:57:44.942Z [info] Applying migration 002_learning_schema
|
|
600
|
-
2026-02-27T10:57:44.942Z [info] Applying migration 003_code_schema
|
|
601
|
-
2026-02-27T10:57:44.942Z [info] Applying migration 004_synapses_schema
|
|
602
|
-
2026-02-27T10:57:44.942Z [info] Applying migration 005_fts_indexes
|
|
603
|
-
2026-02-27T10:57:44.943Z [info] Applying migration 006_synapses_phase3
|
|
604
|
-
2026-02-27T10:57:44.943Z [info] Applying migration 007_feedback
|
|
605
|
-
2026-02-27T10:57:44.945Z [info] Applying migration 008_git_integration
|
|
606
|
-
2026-02-27T10:57:44.945Z [info] Applying migration 009_embeddings
|
|
607
|
-
2026-02-27T10:57:44.946Z [info] Migrations complete. Now at version 9
|
|
608
|
-
2026-02-27T10:57:44.947Z [info] Learning engine starting (interval: 900000ms)
|
|
609
|
-
2026-02-27T10:57:44.947Z [info] Learning engine stopped
|
|
610
|
-
2026-02-27T10:57:44.915Z [info] Running 9 migration(s) from version 0
|
|
611
|
-
2026-02-27T10:57:44.917Z [info] Applying migration 001_core_schema
|
|
612
|
-
2026-02-27T10:57:44.917Z [info] Applying migration 002_learning_schema
|
|
613
|
-
2026-02-27T10:57:44.918Z [info] Applying migration 003_code_schema
|
|
614
|
-
2026-02-27T10:57:44.918Z [info] Applying migration 004_synapses_schema
|
|
615
|
-
2026-02-27T10:57:44.918Z [info] Applying migration 005_fts_indexes
|
|
616
|
-
2026-02-27T10:57:44.919Z [info] Applying migration 006_synapses_phase3
|
|
617
|
-
2026-02-27T10:57:44.920Z [info] Applying migration 007_feedback
|
|
618
|
-
2026-02-27T10:57:44.921Z [info] Applying migration 008_git_integration
|
|
619
|
-
2026-02-27T10:57:44.921Z [info] Applying migration 009_embeddings
|
|
620
|
-
2026-02-27T10:57:44.922Z [info] Migrations complete. Now at version 9
|
|
621
|
-
2026-02-27T10:57:44.925Z [info] Running 9 migration(s) from version 0
|
|
622
|
-
2026-02-27T10:57:44.925Z [info] Applying migration 001_core_schema
|
|
623
|
-
2026-02-27T10:57:44.926Z [info] Applying migration 002_learning_schema
|
|
624
|
-
2026-02-27T10:57:44.926Z [info] Applying migration 003_code_schema
|
|
625
|
-
2026-02-27T10:57:44.926Z [info] Applying migration 004_synapses_schema
|
|
626
|
-
2026-02-27T10:57:44.926Z [info] Applying migration 005_fts_indexes
|
|
627
|
-
2026-02-27T10:57:44.927Z [info] Applying migration 006_synapses_phase3
|
|
628
|
-
2026-02-27T10:57:44.927Z [info] Applying migration 007_feedback
|
|
629
|
-
2026-02-27T10:57:44.928Z [info] Applying migration 008_git_integration
|
|
630
|
-
2026-02-27T10:57:44.929Z [info] Applying migration 009_embeddings
|
|
631
|
-
2026-02-27T10:57:44.929Z [info] Migrations complete. Now at version 9
|
|
632
|
-
2026-02-27T10:57:44.932Z [info] Running 9 migration(s) from version 0
|
|
633
|
-
2026-02-27T10:57:44.932Z [info] Applying migration 001_core_schema
|
|
634
|
-
2026-02-27T10:57:44.932Z [info] Applying migration 002_learning_schema
|
|
635
|
-
2026-02-27T10:57:44.932Z [info] Applying migration 003_code_schema
|
|
636
|
-
2026-02-27T10:57:44.932Z [info] Applying migration 004_synapses_schema
|
|
637
|
-
2026-02-27T10:57:44.933Z [info] Applying migration 005_fts_indexes
|
|
638
|
-
2026-02-27T10:57:44.933Z [info] Applying migration 006_synapses_phase3
|
|
639
|
-
2026-02-27T10:57:44.934Z [info] Applying migration 007_feedback
|
|
640
|
-
2026-02-27T10:57:44.935Z [info] Applying migration 008_git_integration
|
|
641
|
-
2026-02-27T10:57:44.936Z [info] Applying migration 009_embeddings
|
|
642
|
-
2026-02-27T10:57:44.936Z [info] Migrations complete. Now at version 9
|
|
643
|
-
2026-02-27T10:57:44.938Z [info] Running 9 migration(s) from version 0
|
|
644
|
-
2026-02-27T10:57:44.939Z [info] Applying migration 001_core_schema
|
|
645
|
-
2026-02-27T10:57:44.939Z [info] Applying migration 002_learning_schema
|
|
646
|
-
2026-02-27T10:57:44.939Z [info] Applying migration 003_code_schema
|
|
647
|
-
2026-02-27T10:57:44.939Z [info] Applying migration 004_synapses_schema
|
|
648
|
-
2026-02-27T10:57:44.939Z [info] Applying migration 005_fts_indexes
|
|
649
|
-
2026-02-27T10:57:44.940Z [info] Applying migration 006_synapses_phase3
|
|
650
|
-
2026-02-27T10:57:44.941Z [info] Applying migration 007_feedback
|
|
651
|
-
2026-02-27T10:57:44.942Z [info] Applying migration 008_git_integration
|
|
652
|
-
2026-02-27T10:57:44.942Z [info] Applying migration 009_embeddings
|
|
653
|
-
2026-02-27T10:57:44.943Z [info] Migrations complete. Now at version 9
|
|
654
|
-
2026-02-27T10:57:44.945Z [info] Running 9 migration(s) from version 0
|
|
655
|
-
2026-02-27T10:57:44.945Z [info] Applying migration 001_core_schema
|
|
656
|
-
2026-02-27T10:57:44.945Z [info] Applying migration 002_learning_schema
|
|
657
|
-
2026-02-27T10:57:44.946Z [info] Applying migration 003_code_schema
|
|
658
|
-
2026-02-27T10:57:44.946Z [info] Applying migration 004_synapses_schema
|
|
659
|
-
2026-02-27T10:57:44.946Z [info] Applying migration 005_fts_indexes
|
|
660
|
-
2026-02-27T10:57:44.947Z [info] Applying migration 006_synapses_phase3
|
|
661
|
-
2026-02-27T10:57:44.948Z [info] Applying migration 007_feedback
|
|
662
|
-
2026-02-27T10:57:44.949Z [info] Applying migration 008_git_integration
|
|
663
|
-
2026-02-27T10:57:44.950Z [info] Applying migration 009_embeddings
|
|
664
|
-
2026-02-27T10:57:44.950Z [info] Migrations complete. Now at version 9
|
|
665
|
-
2026-02-27T10:57:44.953Z [info] Running synapse decay cycle
|
|
666
|
-
2026-02-27T10:57:44.953Z [info] Decay complete: 0 decayed, 1 pruned
|
|
667
|
-
2026-02-27T10:57:44.931Z [info] Running 9 migration(s) from version 0
|
|
668
|
-
2026-02-27T10:57:44.933Z [info] Applying migration 001_core_schema
|
|
669
|
-
2026-02-27T10:57:44.933Z [info] Applying migration 002_learning_schema
|
|
670
|
-
2026-02-27T10:57:44.934Z [info] Applying migration 003_code_schema
|
|
671
|
-
2026-02-27T10:57:44.934Z [info] Applying migration 004_synapses_schema
|
|
672
|
-
2026-02-27T10:57:44.934Z [info] Applying migration 005_fts_indexes
|
|
673
|
-
2026-02-27T10:57:44.935Z [info] Applying migration 006_synapses_phase3
|
|
674
|
-
2026-02-27T10:57:44.936Z [info] Applying migration 007_feedback
|
|
675
|
-
2026-02-27T10:57:44.937Z [info] Applying migration 008_git_integration
|
|
676
|
-
2026-02-27T10:57:44.938Z [info] Applying migration 009_embeddings
|
|
677
|
-
2026-02-27T10:57:44.939Z [info] Migrations complete. Now at version 9
|
|
678
|
-
2026-02-27T10:57:44.943Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
679
|
-
2026-02-27T10:57:44.944Z [info] Running 9 migration(s) from version 0
|
|
680
|
-
2026-02-27T10:57:44.944Z [info] Applying migration 001_core_schema
|
|
681
|
-
2026-02-27T10:57:44.945Z [info] Applying migration 002_learning_schema
|
|
682
|
-
2026-02-27T10:57:44.945Z [info] Applying migration 003_code_schema
|
|
683
|
-
2026-02-27T10:57:44.945Z [info] Applying migration 004_synapses_schema
|
|
684
|
-
2026-02-27T10:57:44.945Z [info] Applying migration 005_fts_indexes
|
|
685
|
-
2026-02-27T10:57:44.946Z [info] Applying migration 006_synapses_phase3
|
|
686
|
-
2026-02-27T10:57:44.946Z [info] Applying migration 007_feedback
|
|
687
|
-
2026-02-27T10:57:44.948Z [info] Applying migration 008_git_integration
|
|
688
|
-
2026-02-27T10:57:44.948Z [info] Applying migration 009_embeddings
|
|
689
|
-
2026-02-27T10:57:44.949Z [info] Migrations complete. Now at version 9
|
|
690
|
-
2026-02-27T10:57:44.951Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
691
|
-
2026-02-27T10:57:44.951Z [info] Running 9 migration(s) from version 0
|
|
692
|
-
2026-02-27T10:57:44.951Z [info] Applying migration 001_core_schema
|
|
693
|
-
2026-02-27T10:57:44.952Z [info] Applying migration 002_learning_schema
|
|
694
|
-
2026-02-27T10:57:44.952Z [info] Applying migration 003_code_schema
|
|
695
|
-
2026-02-27T10:57:44.952Z [info] Applying migration 004_synapses_schema
|
|
696
|
-
2026-02-27T10:57:44.953Z [info] Applying migration 005_fts_indexes
|
|
697
|
-
2026-02-27T10:57:44.953Z [info] Applying migration 006_synapses_phase3
|
|
698
|
-
2026-02-27T10:57:44.954Z [info] Applying migration 007_feedback
|
|
699
|
-
2026-02-27T10:57:44.955Z [info] Applying migration 008_git_integration
|
|
700
|
-
2026-02-27T10:57:44.956Z [info] Applying migration 009_embeddings
|
|
701
|
-
2026-02-27T10:57:44.956Z [info] Migrations complete. Now at version 9
|
|
702
|
-
2026-02-27T10:57:44.958Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
703
|
-
2026-02-27T10:57:44.959Z [info] Running 9 migration(s) from version 0
|
|
704
|
-
2026-02-27T10:57:44.959Z [info] Applying migration 001_core_schema
|
|
705
|
-
2026-02-27T10:57:44.960Z [info] Applying migration 002_learning_schema
|
|
706
|
-
2026-02-27T10:57:44.960Z [info] Applying migration 003_code_schema
|
|
707
|
-
2026-02-27T10:57:44.960Z [info] Applying migration 004_synapses_schema
|
|
708
|
-
2026-02-27T10:57:44.960Z [info] Applying migration 005_fts_indexes
|
|
709
|
-
2026-02-27T10:57:44.961Z [info] Applying migration 006_synapses_phase3
|
|
710
|
-
2026-02-27T10:57:44.962Z [info] Applying migration 007_feedback
|
|
711
|
-
2026-02-27T10:57:44.963Z [info] Applying migration 008_git_integration
|
|
712
|
-
2026-02-27T10:57:44.964Z [info] Applying migration 009_embeddings
|
|
713
|
-
2026-02-27T10:57:44.964Z [info] Migrations complete. Now at version 9
|
|
714
|
-
2026-02-27T10:57:44.966Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
715
|
-
2026-02-27T10:57:44.945Z [info] Running 9 migration(s) from version 0
|
|
716
|
-
2026-02-27T10:57:44.946Z [info] Applying migration 001_core_schema
|
|
717
|
-
2026-02-27T10:57:44.947Z [info] Applying migration 002_learning_schema
|
|
718
|
-
2026-02-27T10:57:44.947Z [info] Applying migration 003_code_schema
|
|
719
|
-
2026-02-27T10:57:44.947Z [info] Applying migration 004_synapses_schema
|
|
720
|
-
2026-02-27T10:57:44.948Z [info] Applying migration 005_fts_indexes
|
|
721
|
-
2026-02-27T10:57:44.948Z [info] Applying migration 006_synapses_phase3
|
|
722
|
-
2026-02-27T10:57:44.949Z [info] Applying migration 007_feedback
|
|
723
|
-
2026-02-27T10:57:44.950Z [info] Applying migration 008_git_integration
|
|
724
|
-
2026-02-27T10:57:44.951Z [info] Applying migration 009_embeddings
|
|
725
|
-
2026-02-27T10:57:44.951Z [info] Migrations complete. Now at version 9
|
|
726
|
-
2026-02-27T10:57:44.955Z [info] New error reported (id=1, type=TypeError)
|
|
727
|
-
2026-02-27T10:57:44.956Z [info] Running 9 migration(s) from version 0
|
|
728
|
-
2026-02-27T10:57:44.956Z [info] Applying migration 001_core_schema
|
|
729
|
-
2026-02-27T10:57:44.956Z [info] Applying migration 002_learning_schema
|
|
730
|
-
2026-02-27T10:57:44.957Z [info] Applying migration 003_code_schema
|
|
731
|
-
2026-02-27T10:57:44.957Z [info] Applying migration 004_synapses_schema
|
|
732
|
-
2026-02-27T10:57:44.957Z [info] Applying migration 005_fts_indexes
|
|
733
|
-
2026-02-27T10:57:44.958Z [info] Applying migration 006_synapses_phase3
|
|
734
|
-
2026-02-27T10:57:44.958Z [info] Applying migration 007_feedback
|
|
735
|
-
2026-02-27T10:57:44.959Z [info] Applying migration 008_git_integration
|
|
736
|
-
2026-02-27T10:57:44.960Z [info] Applying migration 009_embeddings
|
|
737
|
-
2026-02-27T10:57:44.960Z [info] Migrations complete. Now at version 9
|
|
738
|
-
2026-02-27T10:57:44.963Z [info] New error reported (id=1, type=TypeError)
|
|
739
|
-
2026-02-27T10:57:44.963Z [info] Solution reported (id=1) for error 1
|
|
740
|
-
2026-02-27T10:57:44.963Z [info] Running 9 migration(s) from version 0
|
|
741
|
-
2026-02-27T10:57:44.964Z [info] Applying migration 001_core_schema
|
|
742
|
-
2026-02-27T10:57:44.964Z [info] Applying migration 002_learning_schema
|
|
743
|
-
2026-02-27T10:57:44.964Z [info] Applying migration 003_code_schema
|
|
744
|
-
2026-02-27T10:57:44.964Z [info] Applying migration 004_synapses_schema
|
|
745
|
-
2026-02-27T10:57:44.965Z [info] Applying migration 005_fts_indexes
|
|
746
|
-
2026-02-27T10:57:44.965Z [info] Applying migration 006_synapses_phase3
|
|
747
|
-
2026-02-27T10:57:44.966Z [info] Applying migration 007_feedback
|
|
748
|
-
2026-02-27T10:57:44.967Z [info] Applying migration 008_git_integration
|
|
749
|
-
2026-02-27T10:57:44.967Z [info] Applying migration 009_embeddings
|
|
750
|
-
2026-02-27T10:57:44.968Z [info] Migrations complete. Now at version 9
|
|
751
|
-
2026-02-27T10:57:44.970Z [info] New error reported (id=1, type=TypeError)
|
|
752
|
-
2026-02-27T10:57:44.970Z [info] Known error (id=1), occurrence incremented
|
|
753
|
-
2026-02-27T10:57:44.971Z [info] Running 9 migration(s) from version 0
|
|
754
|
-
2026-02-27T10:57:44.971Z [info] Applying migration 001_core_schema
|
|
755
|
-
2026-02-27T10:57:44.971Z [info] Applying migration 002_learning_schema
|
|
756
|
-
2026-02-27T10:57:44.971Z [info] Applying migration 003_code_schema
|
|
757
|
-
2026-02-27T10:57:44.972Z [info] Applying migration 004_synapses_schema
|
|
758
|
-
2026-02-27T10:57:44.972Z [info] Applying migration 005_fts_indexes
|
|
759
|
-
2026-02-27T10:57:44.972Z [info] Applying migration 006_synapses_phase3
|
|
760
|
-
2026-02-27T10:57:44.973Z [info] Applying migration 007_feedback
|
|
761
|
-
2026-02-27T10:57:44.974Z [info] Applying migration 008_git_integration
|
|
762
|
-
2026-02-27T10:57:44.975Z [info] Applying migration 009_embeddings
|
|
763
|
-
2026-02-27T10:57:44.976Z [info] Migrations complete. Now at version 9
|
|
764
|
-
2026-02-27T10:57:44.978Z [info] New error reported (id=1, type=Error)
|
|
765
|
-
2026-02-27T10:57:44.987Z [info] Running 9 migration(s) from version 0
|
|
766
|
-
2026-02-27T10:57:44.989Z [info] Applying migration 001_core_schema
|
|
767
|
-
2026-02-27T10:57:44.990Z [info] Applying migration 002_learning_schema
|
|
768
|
-
2026-02-27T10:57:44.990Z [info] Applying migration 003_code_schema
|
|
769
|
-
2026-02-27T10:57:44.991Z [info] Applying migration 004_synapses_schema
|
|
770
|
-
2026-02-27T10:57:44.991Z [info] Applying migration 005_fts_indexes
|
|
771
|
-
2026-02-27T10:57:44.992Z [info] Applying migration 006_synapses_phase3
|
|
772
|
-
2026-02-27T10:57:44.992Z [info] Applying migration 007_feedback
|
|
773
|
-
2026-02-27T10:57:44.994Z [info] Applying migration 008_git_integration
|
|
774
|
-
2026-02-27T10:57:44.994Z [info] Applying migration 009_embeddings
|
|
775
|
-
2026-02-27T10:57:44.995Z [info] Migrations complete. Now at version 9
|
|
776
|
-
2026-02-27T10:57:44.999Z [info] New error reported (id=1, type=Error)
|
|
777
|
-
2026-02-27T11:01:17.690Z [info] Running 9 migration(s) from version 0
|
|
778
|
-
2026-02-27T11:01:17.689Z [info] Running 9 migration(s) from version 0
|
|
779
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 001_core_schema
|
|
780
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 002_learning_schema
|
|
781
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 003_code_schema
|
|
782
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 004_synapses_schema
|
|
783
|
-
2026-02-27T11:01:17.693Z [info] Applying migration 005_fts_indexes
|
|
784
|
-
2026-02-27T11:01:17.693Z [info] Applying migration 006_synapses_phase3
|
|
785
|
-
2026-02-27T11:01:17.694Z [info] Applying migration 007_feedback
|
|
786
|
-
2026-02-27T11:01:17.695Z [info] Applying migration 008_git_integration
|
|
787
|
-
2026-02-27T11:01:17.690Z [info] Applying migration 001_core_schema
|
|
788
|
-
2026-02-27T11:01:17.696Z [info] Applying migration 009_embeddings
|
|
789
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 002_learning_schema
|
|
790
|
-
2026-02-27T11:01:17.697Z [info] Migrations complete. Now at version 9
|
|
791
|
-
2026-02-27T11:01:17.700Z [info] Running 9 migration(s) from version 0
|
|
792
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 001_core_schema
|
|
793
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 003_code_schema
|
|
794
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 002_learning_schema
|
|
795
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 003_code_schema
|
|
796
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 004_synapses_schema
|
|
797
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 004_synapses_schema
|
|
798
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 005_fts_indexes
|
|
799
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 006_synapses_phase3
|
|
800
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 005_fts_indexes
|
|
801
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 007_feedback
|
|
802
|
-
2026-02-27T11:01:17.703Z [info] Applying migration 008_git_integration
|
|
803
|
-
2026-02-27T11:01:17.704Z [info] Applying migration 009_embeddings
|
|
804
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 006_synapses_phase3
|
|
805
|
-
2026-02-27T11:01:17.705Z [info] Migrations complete. Now at version 9
|
|
806
|
-
2026-02-27T11:01:17.693Z [info] Applying migration 007_feedback
|
|
807
|
-
2026-02-27T11:01:17.707Z [info] Trend analysis complete: 0 insights
|
|
808
|
-
2026-02-27T11:01:17.694Z [info] Applying migration 008_git_integration
|
|
809
|
-
2026-02-27T11:01:17.695Z [info] Applying migration 009_embeddings
|
|
810
|
-
2026-02-27T11:01:17.696Z [info] Migrations complete. Now at version 9
|
|
811
|
-
2026-02-27T11:01:17.698Z [info] Running 9 migration(s) from version 0
|
|
812
|
-
2026-02-27T11:01:17.698Z [info] Applying migration 001_core_schema
|
|
813
|
-
2026-02-27T11:01:17.699Z [info] Applying migration 002_learning_schema
|
|
814
|
-
2026-02-27T11:01:17.699Z [info] Applying migration 003_code_schema
|
|
815
|
-
2026-02-27T11:01:17.699Z [info] Applying migration 004_synapses_schema
|
|
816
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 005_fts_indexes
|
|
817
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 006_synapses_phase3
|
|
818
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 007_feedback
|
|
819
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 008_git_integration
|
|
820
|
-
2026-02-27T11:01:17.704Z [info] Applying migration 009_embeddings
|
|
821
|
-
2026-02-27T11:01:17.705Z [info] Migrations complete. Now at version 9
|
|
822
|
-
2026-02-27T11:01:17.707Z [info] Gap analysis complete: 1 insights
|
|
823
|
-
2026-02-27T11:01:17.689Z [info] Running 9 migration(s) from version 0
|
|
824
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 001_core_schema
|
|
825
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 002_learning_schema
|
|
826
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 003_code_schema
|
|
827
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 004_synapses_schema
|
|
828
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 005_fts_indexes
|
|
829
|
-
2026-02-27T11:01:17.693Z [info] Applying migration 006_synapses_phase3
|
|
830
|
-
2026-02-27T11:01:17.693Z [info] Applying migration 007_feedback
|
|
831
|
-
2026-02-27T11:01:17.695Z [info] Applying migration 008_git_integration
|
|
832
|
-
2026-02-27T11:01:17.695Z [info] Applying migration 009_embeddings
|
|
833
|
-
2026-02-27T11:01:17.696Z [info] Migrations complete. Now at version 9
|
|
834
|
-
2026-02-27T11:01:17.699Z [info] Running 9 migration(s) from version 0
|
|
835
|
-
2026-02-27T11:01:17.699Z [info] Applying migration 001_core_schema
|
|
836
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 002_learning_schema
|
|
837
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 003_code_schema
|
|
838
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 004_synapses_schema
|
|
839
|
-
2026-02-27T11:01:17.700Z [info] Applying migration 005_fts_indexes
|
|
840
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 006_synapses_phase3
|
|
841
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 007_feedback
|
|
842
|
-
2026-02-27T11:01:17.703Z [info] Applying migration 008_git_integration
|
|
843
|
-
2026-02-27T11:01:17.703Z [info] Applying migration 009_embeddings
|
|
844
|
-
2026-02-27T11:01:17.704Z [info] Migrations complete. Now at version 9
|
|
845
|
-
2026-02-27T11:01:17.706Z [info] Running 9 migration(s) from version 0
|
|
846
|
-
2026-02-27T11:01:17.706Z [info] Applying migration 001_core_schema
|
|
847
|
-
2026-02-27T11:01:17.706Z [info] Applying migration 002_learning_schema
|
|
848
|
-
2026-02-27T11:01:17.706Z [info] Applying migration 003_code_schema
|
|
849
|
-
2026-02-27T11:01:17.707Z [info] Applying migration 004_synapses_schema
|
|
850
|
-
2026-02-27T11:01:17.707Z [info] Applying migration 005_fts_indexes
|
|
851
|
-
2026-02-27T11:01:17.707Z [info] Applying migration 006_synapses_phase3
|
|
852
|
-
2026-02-27T11:01:17.708Z [info] Applying migration 007_feedback
|
|
853
|
-
2026-02-27T11:01:17.709Z [info] Applying migration 008_git_integration
|
|
854
|
-
2026-02-27T11:01:17.710Z [info] Applying migration 009_embeddings
|
|
855
|
-
2026-02-27T11:01:17.710Z [info] Migrations complete. Now at version 9
|
|
856
|
-
2026-02-27T11:01:17.713Z [info] Running 9 migration(s) from version 0
|
|
857
|
-
2026-02-27T11:01:17.713Z [info] Applying migration 001_core_schema
|
|
858
|
-
2026-02-27T11:01:17.713Z [info] Applying migration 002_learning_schema
|
|
859
|
-
2026-02-27T11:01:17.714Z [info] Applying migration 003_code_schema
|
|
860
|
-
2026-02-27T11:01:17.714Z [info] Applying migration 004_synapses_schema
|
|
861
|
-
2026-02-27T11:01:17.714Z [info] Applying migration 005_fts_indexes
|
|
862
|
-
2026-02-27T11:01:17.715Z [info] Applying migration 006_synapses_phase3
|
|
863
|
-
2026-02-27T11:01:17.715Z [info] Applying migration 007_feedback
|
|
864
|
-
2026-02-27T11:01:17.716Z [info] Applying migration 008_git_integration
|
|
865
|
-
2026-02-27T11:01:17.717Z [info] Applying migration 009_embeddings
|
|
866
|
-
2026-02-27T11:01:17.718Z [info] Migrations complete. Now at version 9
|
|
867
|
-
2026-02-27T11:01:17.689Z [info] Running 9 migration(s) from version 0
|
|
868
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 001_core_schema
|
|
869
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 002_learning_schema
|
|
870
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 003_code_schema
|
|
871
|
-
2026-02-27T11:01:17.693Z [info] Applying migration 004_synapses_schema
|
|
872
|
-
2026-02-27T11:01:17.693Z [info] Applying migration 005_fts_indexes
|
|
873
|
-
2026-02-27T11:01:17.694Z [info] Applying migration 006_synapses_phase3
|
|
874
|
-
2026-02-27T11:01:17.694Z [info] Applying migration 007_feedback
|
|
875
|
-
2026-02-27T11:01:17.696Z [info] Applying migration 008_git_integration
|
|
876
|
-
2026-02-27T11:01:17.696Z [info] Applying migration 009_embeddings
|
|
877
|
-
2026-02-27T11:01:17.697Z [info] Migrations complete. Now at version 9
|
|
878
|
-
2026-02-27T11:01:17.701Z [info] Running 9 migration(s) from version 0
|
|
879
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 001_core_schema
|
|
880
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 002_learning_schema
|
|
881
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 003_code_schema
|
|
882
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 004_synapses_schema
|
|
883
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 005_fts_indexes
|
|
884
|
-
2026-02-27T11:01:17.703Z [info] Applying migration 006_synapses_phase3
|
|
885
|
-
2026-02-27T11:01:17.703Z [info] Applying migration 007_feedback
|
|
886
|
-
2026-02-27T11:01:17.704Z [info] Applying migration 008_git_integration
|
|
887
|
-
2026-02-27T11:01:17.705Z [info] Applying migration 009_embeddings
|
|
888
|
-
2026-02-27T11:01:17.705Z [info] Migrations complete. Now at version 9
|
|
889
|
-
2026-02-27T11:01:17.708Z [info] Running 9 migration(s) from version 0
|
|
890
|
-
2026-02-27T11:01:17.708Z [info] Applying migration 001_core_schema
|
|
891
|
-
2026-02-27T11:01:17.708Z [info] Applying migration 002_learning_schema
|
|
892
|
-
2026-02-27T11:01:17.708Z [info] Applying migration 003_code_schema
|
|
893
|
-
2026-02-27T11:01:17.708Z [info] Applying migration 004_synapses_schema
|
|
894
|
-
2026-02-27T11:01:17.709Z [info] Applying migration 005_fts_indexes
|
|
895
|
-
2026-02-27T11:01:17.709Z [info] Applying migration 006_synapses_phase3
|
|
896
|
-
2026-02-27T11:01:17.710Z [info] Applying migration 007_feedback
|
|
897
|
-
2026-02-27T11:01:17.711Z [info] Applying migration 008_git_integration
|
|
898
|
-
2026-02-27T11:01:17.712Z [info] Applying migration 009_embeddings
|
|
899
|
-
2026-02-27T11:01:17.712Z [info] Migrations complete. Now at version 9
|
|
900
|
-
2026-02-27T11:01:17.716Z [info] Running 9 migration(s) from version 0
|
|
901
|
-
2026-02-27T11:01:17.716Z [info] Applying migration 001_core_schema
|
|
902
|
-
2026-02-27T11:01:17.717Z [info] Applying migration 002_learning_schema
|
|
903
|
-
2026-02-27T11:01:17.717Z [info] Applying migration 003_code_schema
|
|
904
|
-
2026-02-27T11:01:17.717Z [info] Applying migration 004_synapses_schema
|
|
905
|
-
2026-02-27T11:01:17.717Z [info] Applying migration 005_fts_indexes
|
|
906
|
-
2026-02-27T11:01:17.718Z [info] Applying migration 006_synapses_phase3
|
|
907
|
-
2026-02-27T11:01:17.719Z [info] Applying migration 007_feedback
|
|
908
|
-
2026-02-27T11:01:17.720Z [info] Applying migration 008_git_integration
|
|
909
|
-
2026-02-27T11:01:17.720Z [info] Applying migration 009_embeddings
|
|
910
|
-
2026-02-27T11:01:17.721Z [info] Migrations complete. Now at version 9
|
|
911
|
-
2026-02-27T11:01:17.689Z [info] Running 9 migration(s) from version 0
|
|
912
|
-
2026-02-27T11:01:17.691Z [info] Applying migration 001_core_schema
|
|
913
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 002_learning_schema
|
|
914
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 003_code_schema
|
|
915
|
-
2026-02-27T11:01:17.692Z [info] Applying migration 004_synapses_schema
|
|
916
|
-
2026-02-27T11:01:17.693Z [info] Applying migration 005_fts_indexes
|
|
917
|
-
2026-02-27T11:01:17.694Z [info] Applying migration 006_synapses_phase3
|
|
918
|
-
2026-02-27T11:01:17.694Z [info] Applying migration 007_feedback
|
|
919
|
-
2026-02-27T11:01:17.696Z [info] Applying migration 008_git_integration
|
|
920
|
-
2026-02-27T11:01:17.697Z [info] Applying migration 009_embeddings
|
|
921
|
-
2026-02-27T11:01:17.697Z [info] Migrations complete. Now at version 9
|
|
922
|
-
2026-02-27T11:01:17.701Z [info] Running 9 migration(s) from version 0
|
|
923
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 001_core_schema
|
|
924
|
-
2026-02-27T11:01:17.701Z [info] Applying migration 002_learning_schema
|
|
925
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 003_code_schema
|
|
926
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 004_synapses_schema
|
|
927
|
-
2026-02-27T11:01:17.702Z [info] Applying migration 005_fts_indexes
|
|
928
|
-
2026-02-27T11:01:17.703Z [info] Applying migration 006_synapses_phase3
|
|
929
|
-
2026-02-27T11:01:17.704Z [info] Applying migration 007_feedback
|
|
930
|
-
2026-02-27T11:01:17.705Z [info] Applying migration 008_git_integration
|
|
931
|
-
2026-02-27T11:01:17.706Z [info] Applying migration 009_embeddings
|
|
932
|
-
2026-02-27T11:01:17.706Z [info] Migrations complete. Now at version 9
|
|
933
|
-
2026-02-27T11:01:17.710Z [info] Running 9 migration(s) from version 0
|
|
934
|
-
2026-02-27T11:01:17.710Z [info] Applying migration 001_core_schema
|
|
935
|
-
2026-02-27T11:01:17.711Z [info] Applying migration 002_learning_schema
|
|
936
|
-
2026-02-27T11:01:17.711Z [info] Applying migration 003_code_schema
|
|
937
|
-
2026-02-27T11:01:17.711Z [info] Applying migration 004_synapses_schema
|
|
938
|
-
2026-02-27T11:01:17.711Z [info] Applying migration 005_fts_indexes
|
|
939
|
-
2026-02-27T11:01:17.712Z [info] Applying migration 006_synapses_phase3
|
|
940
|
-
2026-02-27T11:01:17.712Z [info] Applying migration 007_feedback
|
|
941
|
-
2026-02-27T11:01:17.714Z [info] Applying migration 008_git_integration
|
|
942
|
-
2026-02-27T11:01:17.714Z [info] Applying migration 009_embeddings
|
|
943
|
-
2026-02-27T11:01:17.715Z [info] Migrations complete. Now at version 9
|
|
944
|
-
2026-02-27T11:01:17.717Z [info] Running 9 migration(s) from version 0
|
|
945
|
-
2026-02-27T11:01:17.718Z [info] Applying migration 001_core_schema
|
|
946
|
-
2026-02-27T11:01:17.718Z [info] Applying migration 002_learning_schema
|
|
947
|
-
2026-02-27T11:01:17.718Z [info] Applying migration 003_code_schema
|
|
948
|
-
2026-02-27T11:01:17.719Z [info] Applying migration 004_synapses_schema
|
|
949
|
-
2026-02-27T11:01:17.719Z [info] Applying migration 005_fts_indexes
|
|
950
|
-
2026-02-27T11:01:17.720Z [info] Applying migration 006_synapses_phase3
|
|
951
|
-
2026-02-27T11:01:17.720Z [info] Applying migration 007_feedback
|
|
952
|
-
2026-02-27T11:01:17.721Z [info] Applying migration 008_git_integration
|
|
953
|
-
2026-02-27T11:01:17.722Z [info] Applying migration 009_embeddings
|
|
954
|
-
2026-02-27T11:01:17.722Z [info] Migrations complete. Now at version 9
|
|
955
|
-
2026-02-27T11:01:17.719Z [info] Running 9 migration(s) from version 0
|
|
956
|
-
2026-02-27T11:01:17.720Z [info] Applying migration 001_core_schema
|
|
957
|
-
2026-02-27T11:01:17.721Z [info] Applying migration 002_learning_schema
|
|
958
|
-
2026-02-27T11:01:17.721Z [info] Applying migration 003_code_schema
|
|
959
|
-
2026-02-27T11:01:17.722Z [info] Applying migration 004_synapses_schema
|
|
960
|
-
2026-02-27T11:01:17.722Z [info] Applying migration 005_fts_indexes
|
|
961
|
-
2026-02-27T11:01:17.723Z [info] Applying migration 006_synapses_phase3
|
|
962
|
-
2026-02-27T11:01:17.724Z [info] Applying migration 007_feedback
|
|
963
|
-
2026-02-27T11:01:17.725Z [info] Applying migration 008_git_integration
|
|
964
|
-
2026-02-27T11:01:17.726Z [info] Applying migration 009_embeddings
|
|
965
|
-
2026-02-27T11:01:17.727Z [info] Migrations complete. Now at version 9
|
|
966
|
-
2026-02-27T11:01:17.729Z [info] Learning cycle starting
|
|
967
|
-
2026-02-27T11:01:17.730Z [info] Running synapse decay cycle
|
|
968
|
-
2026-02-27T11:01:17.730Z [info] Decay complete: 0 decayed, 0 pruned
|
|
969
|
-
2026-02-27T11:01:17.730Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
970
|
-
2026-02-27T11:01:17.731Z [info] Running 9 migration(s) from version 0
|
|
971
|
-
2026-02-27T11:01:17.731Z [info] Applying migration 001_core_schema
|
|
972
|
-
2026-02-27T11:01:17.731Z [info] Applying migration 002_learning_schema
|
|
973
|
-
2026-02-27T11:01:17.731Z [info] Applying migration 003_code_schema
|
|
974
|
-
2026-02-27T11:01:17.732Z [info] Applying migration 004_synapses_schema
|
|
975
|
-
2026-02-27T11:01:17.732Z [info] Applying migration 005_fts_indexes
|
|
976
|
-
2026-02-27T11:01:17.732Z [info] Applying migration 006_synapses_phase3
|
|
977
|
-
2026-02-27T11:01:17.733Z [info] Applying migration 007_feedback
|
|
978
|
-
2026-02-27T11:01:17.734Z [info] Applying migration 008_git_integration
|
|
979
|
-
2026-02-27T11:01:17.735Z [info] Applying migration 009_embeddings
|
|
980
|
-
2026-02-27T11:01:17.735Z [info] Migrations complete. Now at version 9
|
|
981
|
-
2026-02-27T11:01:17.737Z [info] Learning cycle starting
|
|
982
|
-
2026-02-27T11:01:17.737Z [info] Running synapse decay cycle
|
|
983
|
-
2026-02-27T11:01:17.737Z [info] Decay complete: 0 decayed, 0 pruned
|
|
984
|
-
2026-02-27T11:01:17.737Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (0ms)
|
|
985
|
-
2026-02-27T11:01:17.738Z [info] Running 9 migration(s) from version 0
|
|
986
|
-
2026-02-27T11:01:17.738Z [info] Applying migration 001_core_schema
|
|
987
|
-
2026-02-27T11:01:17.738Z [info] Applying migration 002_learning_schema
|
|
988
|
-
2026-02-27T11:01:17.738Z [info] Applying migration 003_code_schema
|
|
989
|
-
2026-02-27T11:01:17.739Z [info] Applying migration 004_synapses_schema
|
|
990
|
-
2026-02-27T11:01:17.739Z [info] Applying migration 005_fts_indexes
|
|
991
|
-
2026-02-27T11:01:17.739Z [info] Applying migration 006_synapses_phase3
|
|
992
|
-
2026-02-27T11:01:17.740Z [info] Applying migration 007_feedback
|
|
993
|
-
2026-02-27T11:01:17.741Z [info] Applying migration 008_git_integration
|
|
994
|
-
2026-02-27T11:01:17.742Z [info] Applying migration 009_embeddings
|
|
995
|
-
2026-02-27T11:01:17.742Z [info] Migrations complete. Now at version 9
|
|
996
|
-
2026-02-27T11:01:17.744Z [info] Learning engine starting (interval: 900000ms)
|
|
997
|
-
2026-02-27T11:01:17.744Z [info] Learning engine stopped
|
|
998
|
-
2026-02-27T11:01:17.714Z [info] Running 9 migration(s) from version 0
|
|
999
|
-
2026-02-27T11:01:17.715Z [info] Applying migration 001_core_schema
|
|
1000
|
-
2026-02-27T11:01:17.716Z [info] Applying migration 002_learning_schema
|
|
1001
|
-
2026-02-27T11:01:17.716Z [info] Applying migration 003_code_schema
|
|
1002
|
-
2026-02-27T11:01:17.716Z [info] Applying migration 004_synapses_schema
|
|
1003
|
-
2026-02-27T11:01:17.717Z [info] Applying migration 005_fts_indexes
|
|
1004
|
-
2026-02-27T11:01:17.717Z [info] Applying migration 006_synapses_phase3
|
|
1005
|
-
2026-02-27T11:01:17.718Z [info] Applying migration 007_feedback
|
|
1006
|
-
2026-02-27T11:01:17.720Z [info] Applying migration 008_git_integration
|
|
1007
|
-
2026-02-27T11:01:17.721Z [info] Applying migration 009_embeddings
|
|
1008
|
-
2026-02-27T11:01:17.721Z [info] Migrations complete. Now at version 9
|
|
1009
|
-
2026-02-27T11:01:17.725Z [info] Running 9 migration(s) from version 0
|
|
1010
|
-
2026-02-27T11:01:17.725Z [info] Applying migration 001_core_schema
|
|
1011
|
-
2026-02-27T11:01:17.725Z [info] Applying migration 002_learning_schema
|
|
1012
|
-
2026-02-27T11:01:17.725Z [info] Applying migration 003_code_schema
|
|
1013
|
-
2026-02-27T11:01:17.726Z [info] Applying migration 004_synapses_schema
|
|
1014
|
-
2026-02-27T11:01:17.726Z [info] Applying migration 005_fts_indexes
|
|
1015
|
-
2026-02-27T11:01:17.726Z [info] Applying migration 006_synapses_phase3
|
|
1016
|
-
2026-02-27T11:01:17.727Z [info] Applying migration 007_feedback
|
|
1017
|
-
2026-02-27T11:01:17.728Z [info] Applying migration 008_git_integration
|
|
1018
|
-
2026-02-27T11:01:17.729Z [info] Applying migration 009_embeddings
|
|
1019
|
-
2026-02-27T11:01:17.729Z [info] Migrations complete. Now at version 9
|
|
1020
|
-
2026-02-27T11:01:17.731Z [info] Running 9 migration(s) from version 0
|
|
1021
|
-
2026-02-27T11:01:17.731Z [info] Applying migration 001_core_schema
|
|
1022
|
-
2026-02-27T11:01:17.732Z [info] Applying migration 002_learning_schema
|
|
1023
|
-
2026-02-27T11:01:17.732Z [info] Applying migration 003_code_schema
|
|
1024
|
-
2026-02-27T11:01:17.732Z [info] Applying migration 004_synapses_schema
|
|
1025
|
-
2026-02-27T11:01:17.732Z [info] Applying migration 005_fts_indexes
|
|
1026
|
-
2026-02-27T11:01:17.733Z [info] Applying migration 006_synapses_phase3
|
|
1027
|
-
2026-02-27T11:01:17.734Z [info] Applying migration 007_feedback
|
|
1028
|
-
2026-02-27T11:01:17.735Z [info] Applying migration 008_git_integration
|
|
1029
|
-
2026-02-27T11:01:17.736Z [info] Applying migration 009_embeddings
|
|
1030
|
-
2026-02-27T11:01:17.736Z [info] Migrations complete. Now at version 9
|
|
1031
|
-
2026-02-27T11:01:17.739Z [info] Running 9 migration(s) from version 0
|
|
1032
|
-
2026-02-27T11:01:17.739Z [info] Applying migration 001_core_schema
|
|
1033
|
-
2026-02-27T11:01:17.739Z [info] Applying migration 002_learning_schema
|
|
1034
|
-
2026-02-27T11:01:17.739Z [info] Applying migration 003_code_schema
|
|
1035
|
-
2026-02-27T11:01:17.740Z [info] Applying migration 004_synapses_schema
|
|
1036
|
-
2026-02-27T11:01:17.740Z [info] Applying migration 005_fts_indexes
|
|
1037
|
-
2026-02-27T11:01:17.740Z [info] Applying migration 006_synapses_phase3
|
|
1038
|
-
2026-02-27T11:01:17.741Z [info] Applying migration 007_feedback
|
|
1039
|
-
2026-02-27T11:01:17.742Z [info] Applying migration 008_git_integration
|
|
1040
|
-
2026-02-27T11:01:17.743Z [info] Applying migration 009_embeddings
|
|
1041
|
-
2026-02-27T11:01:17.743Z [info] Migrations complete. Now at version 9
|
|
1042
|
-
2026-02-27T11:01:17.745Z [info] Running 9 migration(s) from version 0
|
|
1043
|
-
2026-02-27T11:01:17.745Z [info] Applying migration 001_core_schema
|
|
1044
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 002_learning_schema
|
|
1045
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 003_code_schema
|
|
1046
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 004_synapses_schema
|
|
1047
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 005_fts_indexes
|
|
1048
|
-
2026-02-27T11:01:17.747Z [info] Applying migration 006_synapses_phase3
|
|
1049
|
-
2026-02-27T11:01:17.747Z [info] Applying migration 007_feedback
|
|
1050
|
-
2026-02-27T11:01:17.748Z [info] Applying migration 008_git_integration
|
|
1051
|
-
2026-02-27T11:01:17.749Z [info] Applying migration 009_embeddings
|
|
1052
|
-
2026-02-27T11:01:17.750Z [info] Migrations complete. Now at version 9
|
|
1053
|
-
2026-02-27T11:01:17.752Z [info] Running synapse decay cycle
|
|
1054
|
-
2026-02-27T11:01:17.752Z [info] Decay complete: 0 decayed, 1 pruned
|
|
1055
|
-
2026-02-27T11:01:17.734Z [info] Running 9 migration(s) from version 0
|
|
1056
|
-
2026-02-27T11:01:17.735Z [info] Applying migration 001_core_schema
|
|
1057
|
-
2026-02-27T11:01:17.736Z [info] Applying migration 002_learning_schema
|
|
1058
|
-
2026-02-27T11:01:17.736Z [info] Applying migration 003_code_schema
|
|
1059
|
-
2026-02-27T11:01:17.737Z [info] Applying migration 004_synapses_schema
|
|
1060
|
-
2026-02-27T11:01:17.737Z [info] Applying migration 005_fts_indexes
|
|
1061
|
-
2026-02-27T11:01:17.738Z [info] Applying migration 006_synapses_phase3
|
|
1062
|
-
2026-02-27T11:01:17.738Z [info] Applying migration 007_feedback
|
|
1063
|
-
2026-02-27T11:01:17.739Z [info] Applying migration 008_git_integration
|
|
1064
|
-
2026-02-27T11:01:17.740Z [info] Applying migration 009_embeddings
|
|
1065
|
-
2026-02-27T11:01:17.741Z [info] Migrations complete. Now at version 9
|
|
1066
|
-
2026-02-27T11:01:17.744Z [info] New error reported (id=1, type=TypeError)
|
|
1067
|
-
2026-02-27T11:01:17.745Z [info] Running 9 migration(s) from version 0
|
|
1068
|
-
2026-02-27T11:01:17.745Z [info] Applying migration 001_core_schema
|
|
1069
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 002_learning_schema
|
|
1070
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 003_code_schema
|
|
1071
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 004_synapses_schema
|
|
1072
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 005_fts_indexes
|
|
1073
|
-
2026-02-27T11:01:17.747Z [info] Applying migration 006_synapses_phase3
|
|
1074
|
-
2026-02-27T11:01:17.747Z [info] Applying migration 007_feedback
|
|
1075
|
-
2026-02-27T11:01:17.749Z [info] Applying migration 008_git_integration
|
|
1076
|
-
2026-02-27T11:01:17.749Z [info] Applying migration 009_embeddings
|
|
1077
|
-
2026-02-27T11:01:17.750Z [info] Migrations complete. Now at version 9
|
|
1078
|
-
2026-02-27T11:01:17.752Z [info] New error reported (id=1, type=TypeError)
|
|
1079
|
-
2026-02-27T11:01:17.752Z [info] Solution reported (id=1) for error 1
|
|
1080
|
-
2026-02-27T11:01:17.752Z [info] Running 9 migration(s) from version 0
|
|
1081
|
-
2026-02-27T11:01:17.753Z [info] Applying migration 001_core_schema
|
|
1082
|
-
2026-02-27T11:01:17.753Z [info] Applying migration 002_learning_schema
|
|
1083
|
-
2026-02-27T11:01:17.753Z [info] Applying migration 003_code_schema
|
|
1084
|
-
2026-02-27T11:01:17.753Z [info] Applying migration 004_synapses_schema
|
|
1085
|
-
2026-02-27T11:01:17.754Z [info] Applying migration 005_fts_indexes
|
|
1086
|
-
2026-02-27T11:01:17.754Z [info] Applying migration 006_synapses_phase3
|
|
1087
|
-
2026-02-27T11:01:17.755Z [info] Applying migration 007_feedback
|
|
1088
|
-
2026-02-27T11:01:17.756Z [info] Applying migration 008_git_integration
|
|
1089
|
-
2026-02-27T11:01:17.756Z [info] Applying migration 009_embeddings
|
|
1090
|
-
2026-02-27T11:01:17.757Z [info] Migrations complete. Now at version 9
|
|
1091
|
-
2026-02-27T11:01:17.759Z [info] New error reported (id=1, type=TypeError)
|
|
1092
|
-
2026-02-27T11:01:17.759Z [info] Known error (id=1), occurrence incremented
|
|
1093
|
-
2026-02-27T11:01:17.760Z [info] Running 9 migration(s) from version 0
|
|
1094
|
-
2026-02-27T11:01:17.760Z [info] Applying migration 001_core_schema
|
|
1095
|
-
2026-02-27T11:01:17.760Z [info] Applying migration 002_learning_schema
|
|
1096
|
-
2026-02-27T11:01:17.760Z [info] Applying migration 003_code_schema
|
|
1097
|
-
2026-02-27T11:01:17.761Z [info] Applying migration 004_synapses_schema
|
|
1098
|
-
2026-02-27T11:01:17.761Z [info] Applying migration 005_fts_indexes
|
|
1099
|
-
2026-02-27T11:01:17.761Z [info] Applying migration 006_synapses_phase3
|
|
1100
|
-
2026-02-27T11:01:17.762Z [info] Applying migration 007_feedback
|
|
1101
|
-
2026-02-27T11:01:17.763Z [info] Applying migration 008_git_integration
|
|
1102
|
-
2026-02-27T11:01:17.764Z [info] Applying migration 009_embeddings
|
|
1103
|
-
2026-02-27T11:01:17.764Z [info] Migrations complete. Now at version 9
|
|
1104
|
-
2026-02-27T11:01:17.766Z [info] New error reported (id=1, type=Error)
|
|
1105
|
-
2026-02-27T11:01:17.781Z [info] Running 9 migration(s) from version 0
|
|
1106
|
-
2026-02-27T11:01:17.744Z [info] Running 9 migration(s) from version 0
|
|
1107
|
-
2026-02-27T11:01:17.745Z [info] Applying migration 001_core_schema
|
|
1108
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 002_learning_schema
|
|
1109
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 003_code_schema
|
|
1110
|
-
2026-02-27T11:01:17.746Z [info] Applying migration 004_synapses_schema
|
|
1111
|
-
2026-02-27T11:01:17.747Z [info] Applying migration 005_fts_indexes
|
|
1112
|
-
2026-02-27T11:01:17.747Z [info] Applying migration 006_synapses_phase3
|
|
1113
|
-
2026-02-27T11:01:17.748Z [info] Applying migration 007_feedback
|
|
1114
|
-
2026-02-27T11:01:17.749Z [info] Applying migration 008_git_integration
|
|
1115
|
-
2026-02-27T11:01:17.750Z [info] Applying migration 009_embeddings
|
|
1116
|
-
2026-02-27T11:01:17.750Z [info] Migrations complete. Now at version 9
|
|
1117
|
-
2026-02-27T11:01:17.755Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1118
|
-
2026-02-27T11:01:17.756Z [info] Running 9 migration(s) from version 0
|
|
1119
|
-
2026-02-27T11:01:17.756Z [info] Applying migration 001_core_schema
|
|
1120
|
-
2026-02-27T11:01:17.756Z [info] Applying migration 002_learning_schema
|
|
1121
|
-
2026-02-27T11:01:17.756Z [info] Applying migration 003_code_schema
|
|
1122
|
-
2026-02-27T11:01:17.757Z [info] Applying migration 004_synapses_schema
|
|
1123
|
-
2026-02-27T11:01:17.757Z [info] Applying migration 005_fts_indexes
|
|
1124
|
-
2026-02-27T11:01:17.758Z [info] Applying migration 006_synapses_phase3
|
|
1125
|
-
2026-02-27T11:01:17.758Z [info] Applying migration 007_feedback
|
|
1126
|
-
2026-02-27T11:01:17.759Z [info] Applying migration 008_git_integration
|
|
1127
|
-
2026-02-27T11:01:17.760Z [info] Applying migration 009_embeddings
|
|
1128
|
-
2026-02-27T11:01:17.760Z [info] Migrations complete. Now at version 9
|
|
1129
|
-
2026-02-27T11:01:17.763Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1130
|
-
2026-02-27T11:01:17.763Z [info] Running 9 migration(s) from version 0
|
|
1131
|
-
2026-02-27T11:01:17.763Z [info] Applying migration 001_core_schema
|
|
1132
|
-
2026-02-27T11:01:17.764Z [info] Applying migration 002_learning_schema
|
|
1133
|
-
2026-02-27T11:01:17.764Z [info] Applying migration 003_code_schema
|
|
1134
|
-
2026-02-27T11:01:17.764Z [info] Applying migration 004_synapses_schema
|
|
1135
|
-
2026-02-27T11:01:17.764Z [info] Applying migration 005_fts_indexes
|
|
1136
|
-
2026-02-27T11:01:17.765Z [info] Applying migration 006_synapses_phase3
|
|
1137
|
-
2026-02-27T11:01:17.766Z [info] Applying migration 007_feedback
|
|
1138
|
-
2026-02-27T11:01:17.767Z [info] Applying migration 008_git_integration
|
|
1139
|
-
2026-02-27T11:01:17.767Z [info] Applying migration 009_embeddings
|
|
1140
|
-
2026-02-27T11:01:17.768Z [info] Migrations complete. Now at version 9
|
|
1141
|
-
2026-02-27T11:01:17.771Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1142
|
-
2026-02-27T11:01:17.772Z [info] Running 9 migration(s) from version 0
|
|
1143
|
-
2026-02-27T11:01:17.772Z [info] Applying migration 001_core_schema
|
|
1144
|
-
2026-02-27T11:01:17.772Z [info] Applying migration 002_learning_schema
|
|
1145
|
-
2026-02-27T11:01:17.772Z [info] Applying migration 003_code_schema
|
|
1146
|
-
2026-02-27T11:01:17.773Z [info] Applying migration 004_synapses_schema
|
|
1147
|
-
2026-02-27T11:01:17.773Z [info] Applying migration 005_fts_indexes
|
|
1148
|
-
2026-02-27T11:01:17.773Z [info] Applying migration 006_synapses_phase3
|
|
1149
|
-
2026-02-27T11:01:17.774Z [info] Applying migration 007_feedback
|
|
1150
|
-
2026-02-27T11:01:17.775Z [info] Applying migration 008_git_integration
|
|
1151
|
-
2026-02-27T11:01:17.776Z [info] Applying migration 009_embeddings
|
|
1152
|
-
2026-02-27T11:01:17.776Z [info] Migrations complete. Now at version 9
|
|
1153
|
-
2026-02-27T11:01:17.779Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1154
|
-
2026-02-27T11:01:17.782Z [info] Applying migration 001_core_schema
|
|
1155
|
-
2026-02-27T11:01:17.783Z [info] Applying migration 002_learning_schema
|
|
1156
|
-
2026-02-27T11:01:17.783Z [info] Applying migration 003_code_schema
|
|
1157
|
-
2026-02-27T11:01:17.784Z [info] Applying migration 004_synapses_schema
|
|
1158
|
-
2026-02-27T11:01:17.784Z [info] Applying migration 005_fts_indexes
|
|
1159
|
-
2026-02-27T11:01:17.785Z [info] Applying migration 006_synapses_phase3
|
|
1160
|
-
2026-02-27T11:01:17.785Z [info] Applying migration 007_feedback
|
|
1161
|
-
2026-02-27T11:01:17.786Z [info] Applying migration 008_git_integration
|
|
1162
|
-
2026-02-27T11:01:17.787Z [info] Applying migration 009_embeddings
|
|
1163
|
-
2026-02-27T11:01:17.788Z [info] Migrations complete. Now at version 9
|
|
1164
|
-
2026-02-27T11:01:17.792Z [info] New error reported (id=1, type=Error)
|
|
1165
|
-
2026-02-27T15:14:28.069Z [info] Running 9 migration(s) from version 0
|
|
1166
|
-
2026-02-27T15:14:28.071Z [info] Applying migration 001_core_schema
|
|
1167
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 002_learning_schema
|
|
1168
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 003_code_schema
|
|
1169
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 004_synapses_schema
|
|
1170
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 005_fts_indexes
|
|
1171
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 006_synapses_phase3
|
|
1172
|
-
2026-02-27T15:14:28.074Z [info] Applying migration 007_feedback
|
|
1173
|
-
2026-02-27T15:14:28.076Z [info] Applying migration 008_git_integration
|
|
1174
|
-
2026-02-27T15:14:28.076Z [info] Applying migration 009_embeddings
|
|
1175
|
-
2026-02-27T15:14:28.077Z [info] Migrations complete. Now at version 9
|
|
1176
|
-
2026-02-27T15:14:28.080Z [info] Running 9 migration(s) from version 0
|
|
1177
|
-
2026-02-27T15:14:28.081Z [info] Applying migration 001_core_schema
|
|
1178
|
-
2026-02-27T15:14:28.081Z [info] Applying migration 002_learning_schema
|
|
1179
|
-
2026-02-27T15:14:28.081Z [info] Applying migration 003_code_schema
|
|
1180
|
-
2026-02-27T15:14:28.081Z [info] Applying migration 004_synapses_schema
|
|
1181
|
-
2026-02-27T15:14:28.082Z [info] Applying migration 005_fts_indexes
|
|
1182
|
-
2026-02-27T15:14:28.082Z [info] Applying migration 006_synapses_phase3
|
|
1183
|
-
2026-02-27T15:14:28.083Z [info] Applying migration 007_feedback
|
|
1184
|
-
2026-02-27T15:14:28.084Z [info] Applying migration 008_git_integration
|
|
1185
|
-
2026-02-27T15:14:28.085Z [info] Applying migration 009_embeddings
|
|
1186
|
-
2026-02-27T15:14:28.085Z [info] Migrations complete. Now at version 9
|
|
1187
|
-
2026-02-27T15:14:28.087Z [info] Trend analysis complete: 0 insights
|
|
1188
|
-
2026-02-27T15:14:28.070Z [info] Running 9 migration(s) from version 0
|
|
1189
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 001_core_schema
|
|
1190
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 002_learning_schema
|
|
1191
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 003_code_schema
|
|
1192
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 004_synapses_schema
|
|
1193
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 005_fts_indexes
|
|
1194
|
-
2026-02-27T15:14:28.074Z [info] Applying migration 006_synapses_phase3
|
|
1195
|
-
2026-02-27T15:14:28.075Z [info] Applying migration 007_feedback
|
|
1196
|
-
2026-02-27T15:14:28.077Z [info] Applying migration 008_git_integration
|
|
1197
|
-
2026-02-27T15:14:28.078Z [info] Applying migration 009_embeddings
|
|
1198
|
-
2026-02-27T15:14:28.078Z [info] Migrations complete. Now at version 9
|
|
1199
|
-
2026-02-27T15:14:28.082Z [info] Running 9 migration(s) from version 0
|
|
1200
|
-
2026-02-27T15:14:28.082Z [info] Applying migration 001_core_schema
|
|
1201
|
-
2026-02-27T15:14:28.083Z [info] Applying migration 002_learning_schema
|
|
1202
|
-
2026-02-27T15:14:28.083Z [info] Applying migration 003_code_schema
|
|
1203
|
-
2026-02-27T15:14:28.083Z [info] Applying migration 004_synapses_schema
|
|
1204
|
-
2026-02-27T15:14:28.084Z [info] Applying migration 005_fts_indexes
|
|
1205
|
-
2026-02-27T15:14:28.084Z [info] Applying migration 006_synapses_phase3
|
|
1206
|
-
2026-02-27T15:14:28.085Z [info] Applying migration 007_feedback
|
|
1207
|
-
2026-02-27T15:14:28.086Z [info] Applying migration 008_git_integration
|
|
1208
|
-
2026-02-27T15:14:28.087Z [info] Applying migration 009_embeddings
|
|
1209
|
-
2026-02-27T15:14:28.088Z [info] Migrations complete. Now at version 9
|
|
1210
|
-
2026-02-27T15:14:28.090Z [info] Gap analysis complete: 1 insights
|
|
1211
|
-
2026-02-27T15:14:28.071Z [info] Running 9 migration(s) from version 0
|
|
1212
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 001_core_schema
|
|
1213
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 002_learning_schema
|
|
1214
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 003_code_schema
|
|
1215
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 004_synapses_schema
|
|
1216
|
-
2026-02-27T15:14:28.074Z [info] Applying migration 005_fts_indexes
|
|
1217
|
-
2026-02-27T15:14:28.075Z [info] Applying migration 006_synapses_phase3
|
|
1218
|
-
2026-02-27T15:14:28.075Z [info] Applying migration 007_feedback
|
|
1219
|
-
2026-02-27T15:14:28.077Z [info] Applying migration 008_git_integration
|
|
1220
|
-
2026-02-27T15:14:28.078Z [info] Applying migration 009_embeddings
|
|
1221
|
-
2026-02-27T15:14:28.078Z [info] Migrations complete. Now at version 9
|
|
1222
|
-
2026-02-27T15:14:28.081Z [info] Running 9 migration(s) from version 0
|
|
1223
|
-
2026-02-27T15:14:28.082Z [info] Applying migration 001_core_schema
|
|
1224
|
-
2026-02-27T15:14:28.082Z [info] Applying migration 002_learning_schema
|
|
1225
|
-
2026-02-27T15:14:28.082Z [info] Applying migration 003_code_schema
|
|
1226
|
-
2026-02-27T15:14:28.082Z [info] Applying migration 004_synapses_schema
|
|
1227
|
-
2026-02-27T15:14:28.083Z [info] Applying migration 005_fts_indexes
|
|
1228
|
-
2026-02-27T15:14:28.083Z [info] Applying migration 006_synapses_phase3
|
|
1229
|
-
2026-02-27T15:14:28.084Z [info] Applying migration 007_feedback
|
|
1230
|
-
2026-02-27T15:14:28.085Z [info] Applying migration 008_git_integration
|
|
1231
|
-
2026-02-27T15:14:28.085Z [info] Applying migration 009_embeddings
|
|
1232
|
-
2026-02-27T15:14:28.086Z [info] Migrations complete. Now at version 9
|
|
1233
|
-
2026-02-27T15:14:28.089Z [info] Running 9 migration(s) from version 0
|
|
1234
|
-
2026-02-27T15:14:28.089Z [info] Applying migration 001_core_schema
|
|
1235
|
-
2026-02-27T15:14:28.089Z [info] Applying migration 002_learning_schema
|
|
1236
|
-
2026-02-27T15:14:28.089Z [info] Applying migration 003_code_schema
|
|
1237
|
-
2026-02-27T15:14:28.089Z [info] Applying migration 004_synapses_schema
|
|
1238
|
-
2026-02-27T15:14:28.090Z [info] Applying migration 005_fts_indexes
|
|
1239
|
-
2026-02-27T15:14:28.090Z [info] Applying migration 006_synapses_phase3
|
|
1240
|
-
2026-02-27T15:14:28.091Z [info] Applying migration 007_feedback
|
|
1241
|
-
2026-02-27T15:14:28.092Z [info] Applying migration 008_git_integration
|
|
1242
|
-
2026-02-27T15:14:28.092Z [info] Applying migration 009_embeddings
|
|
1243
|
-
2026-02-27T15:14:28.093Z [info] Migrations complete. Now at version 9
|
|
1244
|
-
2026-02-27T15:14:28.095Z [info] Running 9 migration(s) from version 0
|
|
1245
|
-
2026-02-27T15:14:28.095Z [info] Applying migration 001_core_schema
|
|
1246
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 002_learning_schema
|
|
1247
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 003_code_schema
|
|
1248
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 004_synapses_schema
|
|
1249
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 005_fts_indexes
|
|
1250
|
-
2026-02-27T15:14:28.097Z [info] Applying migration 006_synapses_phase3
|
|
1251
|
-
2026-02-27T15:14:28.098Z [info] Applying migration 007_feedback
|
|
1252
|
-
2026-02-27T15:14:28.099Z [info] Applying migration 008_git_integration
|
|
1253
|
-
2026-02-27T15:14:28.099Z [info] Applying migration 009_embeddings
|
|
1254
|
-
2026-02-27T15:14:28.100Z [info] Migrations complete. Now at version 9
|
|
1255
|
-
2026-02-27T15:14:28.069Z [info] Running 9 migration(s) from version 0
|
|
1256
|
-
2026-02-27T15:14:28.071Z [info] Applying migration 001_core_schema
|
|
1257
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 002_learning_schema
|
|
1258
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 003_code_schema
|
|
1259
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 004_synapses_schema
|
|
1260
|
-
2026-02-27T15:14:28.074Z [info] Applying migration 005_fts_indexes
|
|
1261
|
-
2026-02-27T15:14:28.075Z [info] Applying migration 006_synapses_phase3
|
|
1262
|
-
2026-02-27T15:14:28.076Z [info] Applying migration 007_feedback
|
|
1263
|
-
2026-02-27T15:14:28.078Z [info] Applying migration 008_git_integration
|
|
1264
|
-
2026-02-27T15:14:28.079Z [info] Applying migration 009_embeddings
|
|
1265
|
-
2026-02-27T15:14:28.080Z [info] Migrations complete. Now at version 9
|
|
1266
|
-
2026-02-27T15:14:28.085Z [info] Running 9 migration(s) from version 0
|
|
1267
|
-
2026-02-27T15:14:28.085Z [info] Applying migration 001_core_schema
|
|
1268
|
-
2026-02-27T15:14:28.086Z [info] Applying migration 002_learning_schema
|
|
1269
|
-
2026-02-27T15:14:28.086Z [info] Applying migration 003_code_schema
|
|
1270
|
-
2026-02-27T15:14:28.086Z [info] Applying migration 004_synapses_schema
|
|
1271
|
-
2026-02-27T15:14:28.086Z [info] Applying migration 005_fts_indexes
|
|
1272
|
-
2026-02-27T15:14:28.087Z [info] Applying migration 006_synapses_phase3
|
|
1273
|
-
2026-02-27T15:14:28.088Z [info] Applying migration 007_feedback
|
|
1274
|
-
2026-02-27T15:14:28.089Z [info] Applying migration 008_git_integration
|
|
1275
|
-
2026-02-27T15:14:28.090Z [info] Applying migration 009_embeddings
|
|
1276
|
-
2026-02-27T15:14:28.091Z [info] Migrations complete. Now at version 9
|
|
1277
|
-
2026-02-27T15:14:28.094Z [info] Running 9 migration(s) from version 0
|
|
1278
|
-
2026-02-27T15:14:28.094Z [info] Applying migration 001_core_schema
|
|
1279
|
-
2026-02-27T15:14:28.094Z [info] Applying migration 002_learning_schema
|
|
1280
|
-
2026-02-27T15:14:28.095Z [info] Applying migration 003_code_schema
|
|
1281
|
-
2026-02-27T15:14:28.095Z [info] Applying migration 004_synapses_schema
|
|
1282
|
-
2026-02-27T15:14:28.095Z [info] Applying migration 005_fts_indexes
|
|
1283
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 006_synapses_phase3
|
|
1284
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 007_feedback
|
|
1285
|
-
2026-02-27T15:14:28.098Z [info] Applying migration 008_git_integration
|
|
1286
|
-
2026-02-27T15:14:28.098Z [info] Applying migration 009_embeddings
|
|
1287
|
-
2026-02-27T15:14:28.099Z [info] Migrations complete. Now at version 9
|
|
1288
|
-
2026-02-27T15:14:28.101Z [info] Running 9 migration(s) from version 0
|
|
1289
|
-
2026-02-27T15:14:28.101Z [info] Applying migration 001_core_schema
|
|
1290
|
-
2026-02-27T15:14:28.102Z [info] Applying migration 002_learning_schema
|
|
1291
|
-
2026-02-27T15:14:28.102Z [info] Applying migration 003_code_schema
|
|
1292
|
-
2026-02-27T15:14:28.102Z [info] Applying migration 004_synapses_schema
|
|
1293
|
-
2026-02-27T15:14:28.103Z [info] Applying migration 005_fts_indexes
|
|
1294
|
-
2026-02-27T15:14:28.103Z [info] Applying migration 006_synapses_phase3
|
|
1295
|
-
2026-02-27T15:14:28.104Z [info] Applying migration 007_feedback
|
|
1296
|
-
2026-02-27T15:14:28.106Z [info] Applying migration 008_git_integration
|
|
1297
|
-
2026-02-27T15:14:28.107Z [info] Applying migration 009_embeddings
|
|
1298
|
-
2026-02-27T15:14:28.108Z [info] Migrations complete. Now at version 9
|
|
1299
|
-
2026-02-27T15:14:28.069Z [info] Running 9 migration(s) from version 0
|
|
1300
|
-
2026-02-27T15:14:28.071Z [info] Applying migration 001_core_schema
|
|
1301
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 002_learning_schema
|
|
1302
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 003_code_schema
|
|
1303
|
-
2026-02-27T15:14:28.072Z [info] Applying migration 004_synapses_schema
|
|
1304
|
-
2026-02-27T15:14:28.073Z [info] Applying migration 005_fts_indexes
|
|
1305
|
-
2026-02-27T15:14:28.074Z [info] Applying migration 006_synapses_phase3
|
|
1306
|
-
2026-02-27T15:14:28.075Z [info] Applying migration 007_feedback
|
|
1307
|
-
2026-02-27T15:14:28.077Z [info] Applying migration 008_git_integration
|
|
1308
|
-
2026-02-27T15:14:28.078Z [info] Applying migration 009_embeddings
|
|
1309
|
-
2026-02-27T15:14:28.079Z [info] Migrations complete. Now at version 9
|
|
1310
|
-
2026-02-27T15:14:28.083Z [info] Running 9 migration(s) from version 0
|
|
1311
|
-
2026-02-27T15:14:28.083Z [info] Applying migration 001_core_schema
|
|
1312
|
-
2026-02-27T15:14:28.083Z [info] Applying migration 002_learning_schema
|
|
1313
|
-
2026-02-27T15:14:28.084Z [info] Applying migration 003_code_schema
|
|
1314
|
-
2026-02-27T15:14:28.084Z [info] Applying migration 004_synapses_schema
|
|
1315
|
-
2026-02-27T15:14:28.084Z [info] Applying migration 005_fts_indexes
|
|
1316
|
-
2026-02-27T15:14:28.085Z [info] Applying migration 006_synapses_phase3
|
|
1317
|
-
2026-02-27T15:14:28.086Z [info] Applying migration 007_feedback
|
|
1318
|
-
2026-02-27T15:14:28.087Z [info] Applying migration 008_git_integration
|
|
1319
|
-
2026-02-27T15:14:28.088Z [info] Applying migration 009_embeddings
|
|
1320
|
-
2026-02-27T15:14:28.090Z [info] Migrations complete. Now at version 9
|
|
1321
|
-
2026-02-27T15:14:28.093Z [info] Running 9 migration(s) from version 0
|
|
1322
|
-
2026-02-27T15:14:28.093Z [info] Applying migration 001_core_schema
|
|
1323
|
-
2026-02-27T15:14:28.093Z [info] Applying migration 002_learning_schema
|
|
1324
|
-
2026-02-27T15:14:28.093Z [info] Applying migration 003_code_schema
|
|
1325
|
-
2026-02-27T15:14:28.094Z [info] Applying migration 004_synapses_schema
|
|
1326
|
-
2026-02-27T15:14:28.094Z [info] Applying migration 005_fts_indexes
|
|
1327
|
-
2026-02-27T15:14:28.094Z [info] Applying migration 006_synapses_phase3
|
|
1328
|
-
2026-02-27T15:14:28.095Z [info] Applying migration 007_feedback
|
|
1329
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 008_git_integration
|
|
1330
|
-
2026-02-27T15:14:28.097Z [info] Applying migration 009_embeddings
|
|
1331
|
-
2026-02-27T15:14:28.098Z [info] Migrations complete. Now at version 9
|
|
1332
|
-
2026-02-27T15:14:28.102Z [info] Running 9 migration(s) from version 0
|
|
1333
|
-
2026-02-27T15:14:28.102Z [info] Applying migration 001_core_schema
|
|
1334
|
-
2026-02-27T15:14:28.102Z [info] Applying migration 002_learning_schema
|
|
1335
|
-
2026-02-27T15:14:28.102Z [info] Applying migration 003_code_schema
|
|
1336
|
-
2026-02-27T15:14:28.103Z [info] Applying migration 004_synapses_schema
|
|
1337
|
-
2026-02-27T15:14:28.103Z [info] Applying migration 005_fts_indexes
|
|
1338
|
-
2026-02-27T15:14:28.104Z [info] Applying migration 006_synapses_phase3
|
|
1339
|
-
2026-02-27T15:14:28.105Z [info] Applying migration 007_feedback
|
|
1340
|
-
2026-02-27T15:14:28.107Z [info] Applying migration 008_git_integration
|
|
1341
|
-
2026-02-27T15:14:28.107Z [info] Applying migration 009_embeddings
|
|
1342
|
-
2026-02-27T15:14:28.108Z [info] Migrations complete. Now at version 9
|
|
1343
|
-
2026-02-27T15:14:28.093Z [info] Running 9 migration(s) from version 0
|
|
1344
|
-
2026-02-27T15:14:28.094Z [info] Applying migration 001_core_schema
|
|
1345
|
-
2026-02-27T15:14:28.095Z [info] Applying migration 002_learning_schema
|
|
1346
|
-
2026-02-27T15:14:28.095Z [info] Applying migration 003_code_schema
|
|
1347
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 004_synapses_schema
|
|
1348
|
-
2026-02-27T15:14:28.096Z [info] Applying migration 005_fts_indexes
|
|
1349
|
-
2026-02-27T15:14:28.097Z [info] Applying migration 006_synapses_phase3
|
|
1350
|
-
2026-02-27T15:14:28.098Z [info] Applying migration 007_feedback
|
|
1351
|
-
2026-02-27T15:14:28.099Z [info] Applying migration 008_git_integration
|
|
1352
|
-
2026-02-27T15:14:28.100Z [info] Applying migration 009_embeddings
|
|
1353
|
-
2026-02-27T15:14:28.101Z [info] Migrations complete. Now at version 9
|
|
1354
|
-
2026-02-27T15:14:28.104Z [info] Learning cycle starting
|
|
1355
|
-
2026-02-27T15:14:28.106Z [info] Running synapse decay cycle
|
|
1356
|
-
2026-02-27T15:14:28.106Z [info] Decay complete: 0 decayed, 0 pruned
|
|
1357
|
-
2026-02-27T15:14:28.106Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (2ms)
|
|
1358
|
-
2026-02-27T15:14:28.107Z [info] Running 9 migration(s) from version 0
|
|
1359
|
-
2026-02-27T15:14:28.107Z [info] Applying migration 001_core_schema
|
|
1360
|
-
2026-02-27T15:14:28.108Z [info] Applying migration 002_learning_schema
|
|
1361
|
-
2026-02-27T15:14:28.108Z [info] Applying migration 003_code_schema
|
|
1362
|
-
2026-02-27T15:14:28.108Z [info] Applying migration 004_synapses_schema
|
|
1363
|
-
2026-02-27T15:14:28.109Z [info] Applying migration 005_fts_indexes
|
|
1364
|
-
2026-02-27T15:14:28.109Z [info] Applying migration 006_synapses_phase3
|
|
1365
|
-
2026-02-27T15:14:28.110Z [info] Applying migration 007_feedback
|
|
1366
|
-
2026-02-27T15:14:28.111Z [info] Applying migration 008_git_integration
|
|
1367
|
-
2026-02-27T15:14:28.112Z [info] Applying migration 009_embeddings
|
|
1368
|
-
2026-02-27T15:14:28.113Z [info] Migrations complete. Now at version 9
|
|
1369
|
-
2026-02-27T15:14:28.115Z [info] Learning cycle starting
|
|
1370
|
-
2026-02-27T15:14:28.115Z [info] Running synapse decay cycle
|
|
1371
|
-
2026-02-27T15:14:28.115Z [info] Decay complete: 0 decayed, 0 pruned
|
|
1372
|
-
2026-02-27T15:14:28.116Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
1373
|
-
2026-02-27T15:14:28.116Z [info] Running 9 migration(s) from version 0
|
|
1374
|
-
2026-02-27T15:14:28.116Z [info] Applying migration 001_core_schema
|
|
1375
|
-
2026-02-27T15:14:28.117Z [info] Applying migration 002_learning_schema
|
|
1376
|
-
2026-02-27T15:14:28.117Z [info] Applying migration 003_code_schema
|
|
1377
|
-
2026-02-27T15:14:28.117Z [info] Applying migration 004_synapses_schema
|
|
1378
|
-
2026-02-27T15:14:28.117Z [info] Applying migration 005_fts_indexes
|
|
1379
|
-
2026-02-27T15:14:28.118Z [info] Applying migration 006_synapses_phase3
|
|
1380
|
-
2026-02-27T15:14:28.119Z [info] Applying migration 007_feedback
|
|
1381
|
-
2026-02-27T15:14:28.120Z [info] Applying migration 008_git_integration
|
|
1382
|
-
2026-02-27T15:14:28.121Z [info] Applying migration 009_embeddings
|
|
1383
|
-
2026-02-27T15:14:28.122Z [info] Migrations complete. Now at version 9
|
|
1384
|
-
2026-02-27T15:14:28.124Z [info] Learning engine starting (interval: 900000ms)
|
|
1385
|
-
2026-02-27T15:14:28.124Z [info] Learning engine stopped
|
|
1386
|
-
2026-02-27T15:14:28.086Z [info] Running 9 migration(s) from version 0
|
|
1387
|
-
2026-02-27T15:14:28.088Z [info] Applying migration 001_core_schema
|
|
1388
|
-
2026-02-27T15:14:28.088Z [info] Applying migration 002_learning_schema
|
|
1389
|
-
2026-02-27T15:14:28.089Z [info] Applying migration 003_code_schema
|
|
1390
|
-
2026-02-27T15:14:28.089Z [info] Applying migration 004_synapses_schema
|
|
1391
|
-
2026-02-27T15:14:28.090Z [info] Applying migration 005_fts_indexes
|
|
1392
|
-
2026-02-27T15:14:28.091Z [info] Applying migration 006_synapses_phase3
|
|
1393
|
-
2026-02-27T15:14:28.091Z [info] Applying migration 007_feedback
|
|
1394
|
-
2026-02-27T15:14:28.093Z [info] Applying migration 008_git_integration
|
|
1395
|
-
2026-02-27T15:14:28.094Z [info] Applying migration 009_embeddings
|
|
1396
|
-
2026-02-27T15:14:28.095Z [info] Migrations complete. Now at version 9
|
|
1397
|
-
2026-02-27T15:14:28.099Z [info] Running 9 migration(s) from version 0
|
|
1398
|
-
2026-02-27T15:14:28.100Z [info] Applying migration 001_core_schema
|
|
1399
|
-
2026-02-27T15:14:28.100Z [info] Applying migration 002_learning_schema
|
|
1400
|
-
2026-02-27T15:14:28.100Z [info] Applying migration 003_code_schema
|
|
1401
|
-
2026-02-27T15:14:28.101Z [info] Applying migration 004_synapses_schema
|
|
1402
|
-
2026-02-27T15:14:28.101Z [info] Applying migration 005_fts_indexes
|
|
1403
|
-
2026-02-27T15:14:28.102Z [info] Applying migration 006_synapses_phase3
|
|
1404
|
-
2026-02-27T15:14:28.103Z [info] Applying migration 007_feedback
|
|
1405
|
-
2026-02-27T15:14:28.104Z [info] Applying migration 008_git_integration
|
|
1406
|
-
2026-02-27T15:14:28.105Z [info] Applying migration 009_embeddings
|
|
1407
|
-
2026-02-27T15:14:28.106Z [info] Migrations complete. Now at version 9
|
|
1408
|
-
2026-02-27T15:14:28.109Z [info] Running 9 migration(s) from version 0
|
|
1409
|
-
2026-02-27T15:14:28.109Z [info] Applying migration 001_core_schema
|
|
1410
|
-
2026-02-27T15:14:28.110Z [info] Applying migration 002_learning_schema
|
|
1411
|
-
2026-02-27T15:14:28.110Z [info] Applying migration 003_code_schema
|
|
1412
|
-
2026-02-27T15:14:28.110Z [info] Applying migration 004_synapses_schema
|
|
1413
|
-
2026-02-27T15:14:28.110Z [info] Applying migration 005_fts_indexes
|
|
1414
|
-
2026-02-27T15:14:28.111Z [info] Applying migration 006_synapses_phase3
|
|
1415
|
-
2026-02-27T15:14:28.112Z [info] Applying migration 007_feedback
|
|
1416
|
-
2026-02-27T15:14:28.113Z [info] Applying migration 008_git_integration
|
|
1417
|
-
2026-02-27T15:14:28.114Z [info] Applying migration 009_embeddings
|
|
1418
|
-
2026-02-27T15:14:28.114Z [info] Migrations complete. Now at version 9
|
|
1419
|
-
2026-02-27T15:14:28.118Z [info] Running 9 migration(s) from version 0
|
|
1420
|
-
2026-02-27T15:14:28.118Z [info] Applying migration 001_core_schema
|
|
1421
|
-
2026-02-27T15:14:28.118Z [info] Applying migration 002_learning_schema
|
|
1422
|
-
2026-02-27T15:14:28.119Z [info] Applying migration 003_code_schema
|
|
1423
|
-
2026-02-27T15:14:28.119Z [info] Applying migration 004_synapses_schema
|
|
1424
|
-
2026-02-27T15:14:28.119Z [info] Applying migration 005_fts_indexes
|
|
1425
|
-
2026-02-27T15:14:28.120Z [info] Applying migration 006_synapses_phase3
|
|
1426
|
-
2026-02-27T15:14:28.121Z [info] Applying migration 007_feedback
|
|
1427
|
-
2026-02-27T15:14:28.122Z [info] Applying migration 008_git_integration
|
|
1428
|
-
2026-02-27T15:14:28.123Z [info] Applying migration 009_embeddings
|
|
1429
|
-
2026-02-27T15:14:28.123Z [info] Migrations complete. Now at version 9
|
|
1430
|
-
2026-02-27T15:14:28.125Z [info] Running 9 migration(s) from version 0
|
|
1431
|
-
2026-02-27T15:14:28.125Z [info] Applying migration 001_core_schema
|
|
1432
|
-
2026-02-27T15:14:28.125Z [info] Applying migration 002_learning_schema
|
|
1433
|
-
2026-02-27T15:14:28.126Z [info] Applying migration 003_code_schema
|
|
1434
|
-
2026-02-27T15:14:28.126Z [info] Applying migration 004_synapses_schema
|
|
1435
|
-
2026-02-27T15:14:28.126Z [info] Applying migration 005_fts_indexes
|
|
1436
|
-
2026-02-27T15:14:28.127Z [info] Applying migration 006_synapses_phase3
|
|
1437
|
-
2026-02-27T15:14:28.127Z [info] Applying migration 007_feedback
|
|
1438
|
-
2026-02-27T15:14:28.128Z [info] Applying migration 008_git_integration
|
|
1439
|
-
2026-02-27T15:14:28.129Z [info] Applying migration 009_embeddings
|
|
1440
|
-
2026-02-27T15:14:28.129Z [info] Migrations complete. Now at version 9
|
|
1441
|
-
2026-02-27T15:14:28.131Z [info] Running synapse decay cycle
|
|
1442
|
-
2026-02-27T15:14:28.131Z [info] Decay complete: 0 decayed, 1 pruned
|
|
1443
|
-
2026-02-27T15:14:28.107Z [info] Running 9 migration(s) from version 0
|
|
1444
|
-
2026-02-27T15:14:28.109Z [info] Applying migration 001_core_schema
|
|
1445
|
-
2026-02-27T15:14:28.110Z [info] Applying migration 002_learning_schema
|
|
1446
|
-
2026-02-27T15:14:28.110Z [info] Applying migration 003_code_schema
|
|
1447
|
-
2026-02-27T15:14:28.111Z [info] Applying migration 004_synapses_schema
|
|
1448
|
-
2026-02-27T15:14:28.111Z [info] Applying migration 005_fts_indexes
|
|
1449
|
-
2026-02-27T15:14:28.112Z [info] Applying migration 006_synapses_phase3
|
|
1450
|
-
2026-02-27T15:14:28.113Z [info] Applying migration 007_feedback
|
|
1451
|
-
2026-02-27T15:14:28.114Z [info] Applying migration 008_git_integration
|
|
1452
|
-
2026-02-27T15:14:28.115Z [info] Applying migration 009_embeddings
|
|
1453
|
-
2026-02-27T15:14:28.116Z [info] Migrations complete. Now at version 9
|
|
1454
|
-
2026-02-27T15:14:28.122Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1455
|
-
2026-02-27T15:14:28.123Z [info] Running 9 migration(s) from version 0
|
|
1456
|
-
2026-02-27T15:14:28.123Z [info] Applying migration 001_core_schema
|
|
1457
|
-
2026-02-27T15:14:28.124Z [info] Applying migration 002_learning_schema
|
|
1458
|
-
2026-02-27T15:14:28.124Z [info] Applying migration 003_code_schema
|
|
1459
|
-
2026-02-27T15:14:28.124Z [info] Applying migration 004_synapses_schema
|
|
1460
|
-
2026-02-27T15:14:28.125Z [info] Applying migration 005_fts_indexes
|
|
1461
|
-
2026-02-27T15:14:28.125Z [info] Applying migration 006_synapses_phase3
|
|
1462
|
-
2026-02-27T15:14:28.126Z [info] Applying migration 007_feedback
|
|
1463
|
-
2026-02-27T15:14:28.127Z [info] Applying migration 008_git_integration
|
|
1464
|
-
2026-02-27T15:14:28.128Z [info] Applying migration 009_embeddings
|
|
1465
|
-
2026-02-27T15:14:28.109Z [info] Running 9 migration(s) from version 0
|
|
1466
|
-
2026-02-27T15:14:28.129Z [info] Migrations complete. Now at version 9
|
|
1467
|
-
2026-02-27T15:14:28.131Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1468
|
-
2026-02-27T15:14:28.132Z [info] Running 9 migration(s) from version 0
|
|
1469
|
-
2026-02-27T15:14:28.132Z [info] Applying migration 001_core_schema
|
|
1470
|
-
2026-02-27T15:14:28.133Z [info] Applying migration 002_learning_schema
|
|
1471
|
-
2026-02-27T15:14:28.133Z [info] Applying migration 003_code_schema
|
|
1472
|
-
2026-02-27T15:14:28.133Z [info] Applying migration 004_synapses_schema
|
|
1473
|
-
2026-02-27T15:14:28.133Z [info] Applying migration 005_fts_indexes
|
|
1474
|
-
2026-02-27T15:14:28.134Z [info] Applying migration 006_synapses_phase3
|
|
1475
|
-
2026-02-27T15:14:28.135Z [info] Applying migration 007_feedback
|
|
1476
|
-
2026-02-27T15:14:28.137Z [info] Applying migration 008_git_integration
|
|
1477
|
-
2026-02-27T15:14:28.138Z [info] Applying migration 009_embeddings
|
|
1478
|
-
2026-02-27T15:14:28.139Z [info] Migrations complete. Now at version 9
|
|
1479
|
-
2026-02-27T15:14:28.141Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1480
|
-
2026-02-27T15:14:28.142Z [info] Running 9 migration(s) from version 0
|
|
1481
|
-
2026-02-27T15:14:28.142Z [info] Applying migration 001_core_schema
|
|
1482
|
-
2026-02-27T15:14:28.143Z [info] Applying migration 002_learning_schema
|
|
1483
|
-
2026-02-27T15:14:28.143Z [info] Applying migration 003_code_schema
|
|
1484
|
-
2026-02-27T15:14:28.143Z [info] Applying migration 004_synapses_schema
|
|
1485
|
-
2026-02-27T15:14:28.143Z [info] Applying migration 005_fts_indexes
|
|
1486
|
-
2026-02-27T15:14:28.144Z [info] Applying migration 006_synapses_phase3
|
|
1487
|
-
2026-02-27T15:14:28.145Z [info] Applying migration 007_feedback
|
|
1488
|
-
2026-02-27T15:14:28.146Z [info] Applying migration 008_git_integration
|
|
1489
|
-
2026-02-27T15:14:28.147Z [info] Applying migration 009_embeddings
|
|
1490
|
-
2026-02-27T15:14:28.148Z [info] Migrations complete. Now at version 9
|
|
1491
|
-
2026-02-27T15:14:28.151Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1492
|
-
2026-02-27T15:14:28.111Z [info] Applying migration 001_core_schema
|
|
1493
|
-
2026-02-27T15:14:28.112Z [info] Applying migration 002_learning_schema
|
|
1494
|
-
2026-02-27T15:14:28.112Z [info] Applying migration 003_code_schema
|
|
1495
|
-
2026-02-27T15:14:28.113Z [info] Applying migration 004_synapses_schema
|
|
1496
|
-
2026-02-27T15:14:28.113Z [info] Applying migration 005_fts_indexes
|
|
1497
|
-
2026-02-27T15:14:28.114Z [info] Applying migration 006_synapses_phase3
|
|
1498
|
-
2026-02-27T15:14:28.115Z [info] Applying migration 007_feedback
|
|
1499
|
-
2026-02-27T15:14:28.116Z [info] Applying migration 008_git_integration
|
|
1500
|
-
2026-02-27T15:14:28.117Z [info] Applying migration 009_embeddings
|
|
1501
|
-
2026-02-27T15:14:28.119Z [info] Migrations complete. Now at version 9
|
|
1502
|
-
2026-02-27T15:14:28.124Z [info] New error reported (id=1, type=TypeError)
|
|
1503
|
-
2026-02-27T15:14:28.125Z [info] Running 9 migration(s) from version 0
|
|
1504
|
-
2026-02-27T15:14:28.125Z [info] Applying migration 001_core_schema
|
|
1505
|
-
2026-02-27T15:14:28.126Z [info] Applying migration 002_learning_schema
|
|
1506
|
-
2026-02-27T15:14:28.126Z [info] Applying migration 003_code_schema
|
|
1507
|
-
2026-02-27T15:14:28.126Z [info] Applying migration 004_synapses_schema
|
|
1508
|
-
2026-02-27T15:14:28.126Z [info] Applying migration 005_fts_indexes
|
|
1509
|
-
2026-02-27T15:14:28.127Z [info] Applying migration 006_synapses_phase3
|
|
1510
|
-
2026-02-27T15:14:28.128Z [info] Applying migration 007_feedback
|
|
1511
|
-
2026-02-27T15:14:28.129Z [info] Applying migration 008_git_integration
|
|
1512
|
-
2026-02-27T15:14:28.130Z [info] Applying migration 009_embeddings
|
|
1513
|
-
2026-02-27T15:14:28.130Z [info] Migrations complete. Now at version 9
|
|
1514
|
-
2026-02-27T15:14:28.133Z [info] New error reported (id=1, type=TypeError)
|
|
1515
|
-
2026-02-27T15:14:28.133Z [info] Solution reported (id=1) for error 1
|
|
1516
|
-
2026-02-27T15:14:28.134Z [info] Running 9 migration(s) from version 0
|
|
1517
|
-
2026-02-27T15:14:28.134Z [info] Applying migration 001_core_schema
|
|
1518
|
-
2026-02-27T15:14:28.135Z [info] Applying migration 002_learning_schema
|
|
1519
|
-
2026-02-27T15:14:28.135Z [info] Applying migration 003_code_schema
|
|
1520
|
-
2026-02-27T15:14:28.135Z [info] Applying migration 004_synapses_schema
|
|
1521
|
-
2026-02-27T15:14:28.135Z [info] Applying migration 005_fts_indexes
|
|
1522
|
-
2026-02-27T15:14:28.136Z [info] Applying migration 006_synapses_phase3
|
|
1523
|
-
2026-02-27T15:14:28.137Z [info] Applying migration 007_feedback
|
|
1524
|
-
2026-02-27T15:14:28.138Z [info] Applying migration 008_git_integration
|
|
1525
|
-
2026-02-27T15:14:28.139Z [info] Applying migration 009_embeddings
|
|
1526
|
-
2026-02-27T15:14:28.140Z [info] Migrations complete. Now at version 9
|
|
1527
|
-
2026-02-27T15:14:28.142Z [info] New error reported (id=1, type=TypeError)
|
|
1528
|
-
2026-02-27T15:14:28.143Z [info] Known error (id=1), occurrence incremented
|
|
1529
|
-
2026-02-27T15:14:28.143Z [info] Running 9 migration(s) from version 0
|
|
1530
|
-
2026-02-27T15:14:28.143Z [info] Applying migration 001_core_schema
|
|
1531
|
-
2026-02-27T15:14:28.144Z [info] Applying migration 002_learning_schema
|
|
1532
|
-
2026-02-27T15:14:28.144Z [info] Applying migration 003_code_schema
|
|
1533
|
-
2026-02-27T15:14:28.144Z [info] Applying migration 004_synapses_schema
|
|
1534
|
-
2026-02-27T15:14:28.145Z [info] Applying migration 005_fts_indexes
|
|
1535
|
-
2026-02-27T15:14:28.145Z [info] Applying migration 006_synapses_phase3
|
|
1536
|
-
2026-02-27T15:14:28.146Z [info] Applying migration 007_feedback
|
|
1537
|
-
2026-02-27T15:14:28.148Z [info] Applying migration 008_git_integration
|
|
1538
|
-
2026-02-27T15:14:28.148Z [info] Applying migration 009_embeddings
|
|
1539
|
-
2026-02-27T15:14:28.149Z [info] Migrations complete. Now at version 9
|
|
1540
|
-
2026-02-27T15:14:28.152Z [info] New error reported (id=1, type=Error)
|
|
1541
|
-
2026-02-27T15:14:28.161Z [info] Running 9 migration(s) from version 0
|
|
1542
|
-
2026-02-27T15:14:28.163Z [info] Applying migration 001_core_schema
|
|
1543
|
-
2026-02-27T15:14:28.164Z [info] Applying migration 002_learning_schema
|
|
1544
|
-
2026-02-27T15:14:28.164Z [info] Applying migration 003_code_schema
|
|
1545
|
-
2026-02-27T15:14:28.165Z [info] Applying migration 004_synapses_schema
|
|
1546
|
-
2026-02-27T15:14:28.165Z [info] Applying migration 005_fts_indexes
|
|
1547
|
-
2026-02-27T15:14:28.166Z [info] Applying migration 006_synapses_phase3
|
|
1548
|
-
2026-02-27T15:14:28.167Z [info] Applying migration 007_feedback
|
|
1549
|
-
2026-02-27T15:14:28.169Z [info] Applying migration 008_git_integration
|
|
1550
|
-
2026-02-27T15:14:28.169Z [info] Applying migration 009_embeddings
|
|
1551
|
-
2026-02-27T15:14:28.170Z [info] Migrations complete. Now at version 9
|
|
1552
|
-
2026-02-27T15:14:28.174Z [info] New error reported (id=1, type=Error)
|
|
1553
|
-
2026-02-27T15:19:04.971Z [info] Running 9 migration(s) from version 0
|
|
1554
|
-
2026-02-27T15:19:04.973Z [info] Applying migration 001_core_schema
|
|
1555
|
-
2026-02-27T15:19:04.973Z [info] Applying migration 002_learning_schema
|
|
1556
|
-
2026-02-27T15:19:04.974Z [info] Applying migration 003_code_schema
|
|
1557
|
-
2026-02-27T15:19:04.974Z [info] Applying migration 004_synapses_schema
|
|
1558
|
-
2026-02-27T15:19:04.974Z [info] Applying migration 005_fts_indexes
|
|
1559
|
-
2026-02-27T15:19:04.975Z [info] Applying migration 006_synapses_phase3
|
|
1560
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 007_feedback
|
|
1561
|
-
2026-02-27T15:19:04.977Z [info] Applying migration 008_git_integration
|
|
1562
|
-
2026-02-27T15:19:04.978Z [info] Applying migration 009_embeddings
|
|
1563
|
-
2026-02-27T15:19:04.979Z [info] Migrations complete. Now at version 9
|
|
1564
|
-
2026-02-27T15:19:04.982Z [info] Running 9 migration(s) from version 0
|
|
1565
|
-
2026-02-27T15:19:04.982Z [info] Applying migration 001_core_schema
|
|
1566
|
-
2026-02-27T15:19:04.982Z [info] Applying migration 002_learning_schema
|
|
1567
|
-
2026-02-27T15:19:04.982Z [info] Applying migration 003_code_schema
|
|
1568
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 004_synapses_schema
|
|
1569
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 005_fts_indexes
|
|
1570
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 006_synapses_phase3
|
|
1571
|
-
2026-02-27T15:19:04.984Z [info] Applying migration 007_feedback
|
|
1572
|
-
2026-02-27T15:19:04.985Z [info] Applying migration 008_git_integration
|
|
1573
|
-
2026-02-27T15:19:04.986Z [info] Applying migration 009_embeddings
|
|
1574
|
-
2026-02-27T15:19:04.986Z [info] Migrations complete. Now at version 9
|
|
1575
|
-
2026-02-27T15:19:04.989Z [info] Gap analysis complete: 1 insights
|
|
1576
|
-
2026-02-27T15:19:04.973Z [info] Running 9 migration(s) from version 0
|
|
1577
|
-
2026-02-27T15:19:04.974Z [info] Applying migration 001_core_schema
|
|
1578
|
-
2026-02-27T15:19:04.975Z [info] Applying migration 002_learning_schema
|
|
1579
|
-
2026-02-27T15:19:04.975Z [info] Applying migration 003_code_schema
|
|
1580
|
-
2026-02-27T15:19:04.975Z [info] Applying migration 004_synapses_schema
|
|
1581
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 005_fts_indexes
|
|
1582
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 006_synapses_phase3
|
|
1583
|
-
2026-02-27T15:19:04.977Z [info] Applying migration 007_feedback
|
|
1584
|
-
2026-02-27T15:19:04.978Z [info] Applying migration 008_git_integration
|
|
1585
|
-
2026-02-27T15:19:04.979Z [info] Applying migration 009_embeddings
|
|
1586
|
-
2026-02-27T15:19:04.980Z [info] Migrations complete. Now at version 9
|
|
1587
|
-
2026-02-27T15:19:04.983Z [info] Running 9 migration(s) from version 0
|
|
1588
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 001_core_schema
|
|
1589
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 002_learning_schema
|
|
1590
|
-
2026-02-27T15:19:04.984Z [info] Applying migration 003_code_schema
|
|
1591
|
-
2026-02-27T15:19:04.984Z [info] Applying migration 004_synapses_schema
|
|
1592
|
-
2026-02-27T15:19:04.984Z [info] Applying migration 005_fts_indexes
|
|
1593
|
-
2026-02-27T15:19:04.985Z [info] Applying migration 006_synapses_phase3
|
|
1594
|
-
2026-02-27T15:19:04.985Z [info] Applying migration 007_feedback
|
|
1595
|
-
2026-02-27T15:19:04.986Z [info] Applying migration 008_git_integration
|
|
1596
|
-
2026-02-27T15:19:04.987Z [info] Applying migration 009_embeddings
|
|
1597
|
-
2026-02-27T15:19:04.987Z [info] Migrations complete. Now at version 9
|
|
1598
|
-
2026-02-27T15:19:04.990Z [info] Trend analysis complete: 0 insights
|
|
1599
|
-
2026-02-27T15:19:04.973Z [info] Running 9 migration(s) from version 0
|
|
1600
|
-
2026-02-27T15:19:04.975Z [info] Applying migration 001_core_schema
|
|
1601
|
-
2026-02-27T15:19:04.975Z [info] Applying migration 002_learning_schema
|
|
1602
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 003_code_schema
|
|
1603
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 004_synapses_schema
|
|
1604
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 005_fts_indexes
|
|
1605
|
-
2026-02-27T15:19:04.977Z [info] Applying migration 006_synapses_phase3
|
|
1606
|
-
2026-02-27T15:19:04.978Z [info] Applying migration 007_feedback
|
|
1607
|
-
2026-02-27T15:19:04.979Z [info] Applying migration 008_git_integration
|
|
1608
|
-
2026-02-27T15:19:04.980Z [info] Applying migration 009_embeddings
|
|
1609
|
-
2026-02-27T15:19:04.980Z [info] Migrations complete. Now at version 9
|
|
1610
|
-
2026-02-27T15:19:04.984Z [info] Running 9 migration(s) from version 0
|
|
1611
|
-
2026-02-27T15:19:04.984Z [info] Applying migration 001_core_schema
|
|
1612
|
-
2026-02-27T15:19:04.984Z [info] Applying migration 002_learning_schema
|
|
1613
|
-
2026-02-27T15:19:04.985Z [info] Applying migration 003_code_schema
|
|
1614
|
-
2026-02-27T15:19:04.985Z [info] Applying migration 004_synapses_schema
|
|
1615
|
-
2026-02-27T15:19:04.985Z [info] Applying migration 005_fts_indexes
|
|
1616
|
-
2026-02-27T15:19:04.986Z [info] Applying migration 006_synapses_phase3
|
|
1617
|
-
2026-02-27T15:19:04.986Z [info] Applying migration 007_feedback
|
|
1618
|
-
2026-02-27T15:19:04.987Z [info] Applying migration 008_git_integration
|
|
1619
|
-
2026-02-27T15:19:04.988Z [info] Applying migration 009_embeddings
|
|
1620
|
-
2026-02-27T15:19:04.989Z [info] Migrations complete. Now at version 9
|
|
1621
|
-
2026-02-27T15:19:04.991Z [info] Running 9 migration(s) from version 0
|
|
1622
|
-
2026-02-27T15:19:04.991Z [info] Applying migration 001_core_schema
|
|
1623
|
-
2026-02-27T15:19:04.991Z [info] Applying migration 002_learning_schema
|
|
1624
|
-
2026-02-27T15:19:04.991Z [info] Applying migration 003_code_schema
|
|
1625
|
-
2026-02-27T15:19:04.992Z [info] Applying migration 004_synapses_schema
|
|
1626
|
-
2026-02-27T15:19:04.992Z [info] Applying migration 005_fts_indexes
|
|
1627
|
-
2026-02-27T15:19:04.993Z [info] Applying migration 006_synapses_phase3
|
|
1628
|
-
2026-02-27T15:19:04.993Z [info] Applying migration 007_feedback
|
|
1629
|
-
2026-02-27T15:19:04.994Z [info] Applying migration 008_git_integration
|
|
1630
|
-
2026-02-27T15:19:04.995Z [info] Applying migration 009_embeddings
|
|
1631
|
-
2026-02-27T15:19:04.995Z [info] Migrations complete. Now at version 9
|
|
1632
|
-
2026-02-27T15:19:04.997Z [info] Running 9 migration(s) from version 0
|
|
1633
|
-
2026-02-27T15:19:04.997Z [info] Applying migration 001_core_schema
|
|
1634
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 002_learning_schema
|
|
1635
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 003_code_schema
|
|
1636
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 004_synapses_schema
|
|
1637
|
-
2026-02-27T15:19:04.999Z [info] Applying migration 005_fts_indexes
|
|
1638
|
-
2026-02-27T15:19:04.999Z [info] Applying migration 006_synapses_phase3
|
|
1639
|
-
2026-02-27T15:19:05.000Z [info] Applying migration 007_feedback
|
|
1640
|
-
2026-02-27T15:19:05.001Z [info] Applying migration 008_git_integration
|
|
1641
|
-
2026-02-27T15:19:05.002Z [info] Applying migration 009_embeddings
|
|
1642
|
-
2026-02-27T15:19:05.003Z [info] Migrations complete. Now at version 9
|
|
1643
|
-
2026-02-27T15:19:04.972Z [info] Running 9 migration(s) from version 0
|
|
1644
|
-
2026-02-27T15:19:04.973Z [info] Applying migration 001_core_schema
|
|
1645
|
-
2026-02-27T15:19:04.974Z [info] Applying migration 002_learning_schema
|
|
1646
|
-
2026-02-27T15:19:04.974Z [info] Applying migration 003_code_schema
|
|
1647
|
-
2026-02-27T15:19:04.974Z [info] Applying migration 004_synapses_schema
|
|
1648
|
-
2026-02-27T15:19:04.975Z [info] Applying migration 005_fts_indexes
|
|
1649
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 006_synapses_phase3
|
|
1650
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 007_feedback
|
|
1651
|
-
2026-02-27T15:19:04.978Z [info] Applying migration 008_git_integration
|
|
1652
|
-
2026-02-27T15:19:04.978Z [info] Applying migration 009_embeddings
|
|
1653
|
-
2026-02-27T15:19:04.979Z [info] Migrations complete. Now at version 9
|
|
1654
|
-
2026-02-27T15:19:04.982Z [info] Running 9 migration(s) from version 0
|
|
1655
|
-
2026-02-27T15:19:04.982Z [info] Applying migration 001_core_schema
|
|
1656
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 002_learning_schema
|
|
1657
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 003_code_schema
|
|
1658
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 004_synapses_schema
|
|
1659
|
-
2026-02-27T15:19:04.983Z [info] Applying migration 005_fts_indexes
|
|
1660
|
-
2026-02-27T15:19:04.984Z [info] Applying migration 006_synapses_phase3
|
|
1661
|
-
2026-02-27T15:19:04.985Z [info] Applying migration 007_feedback
|
|
1662
|
-
2026-02-27T15:19:04.986Z [info] Applying migration 008_git_integration
|
|
1663
|
-
2026-02-27T15:19:04.986Z [info] Applying migration 009_embeddings
|
|
1664
|
-
2026-02-27T15:19:04.987Z [info] Migrations complete. Now at version 9
|
|
1665
|
-
2026-02-27T15:19:04.990Z [info] Running 9 migration(s) from version 0
|
|
1666
|
-
2026-02-27T15:19:04.990Z [info] Applying migration 001_core_schema
|
|
1667
|
-
2026-02-27T15:19:04.990Z [info] Applying migration 002_learning_schema
|
|
1668
|
-
2026-02-27T15:19:04.990Z [info] Applying migration 003_code_schema
|
|
1669
|
-
2026-02-27T15:19:04.991Z [info] Applying migration 004_synapses_schema
|
|
1670
|
-
2026-02-27T15:19:04.991Z [info] Applying migration 005_fts_indexes
|
|
1671
|
-
2026-02-27T15:19:04.992Z [info] Applying migration 006_synapses_phase3
|
|
1672
|
-
2026-02-27T15:19:04.993Z [info] Applying migration 007_feedback
|
|
1673
|
-
2026-02-27T15:19:04.994Z [info] Applying migration 008_git_integration
|
|
1674
|
-
2026-02-27T15:19:04.995Z [info] Applying migration 009_embeddings
|
|
1675
|
-
2026-02-27T15:19:04.995Z [info] Migrations complete. Now at version 9
|
|
1676
|
-
2026-02-27T15:19:04.998Z [info] Running 9 migration(s) from version 0
|
|
1677
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 001_core_schema
|
|
1678
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 002_learning_schema
|
|
1679
|
-
2026-02-27T15:19:04.999Z [info] Applying migration 003_code_schema
|
|
1680
|
-
2026-02-27T15:19:04.999Z [info] Applying migration 004_synapses_schema
|
|
1681
|
-
2026-02-27T15:19:04.999Z [info] Applying migration 005_fts_indexes
|
|
1682
|
-
2026-02-27T15:19:05.000Z [info] Applying migration 006_synapses_phase3
|
|
1683
|
-
2026-02-27T15:19:05.001Z [info] Applying migration 007_feedback
|
|
1684
|
-
2026-02-27T15:19:05.002Z [info] Applying migration 008_git_integration
|
|
1685
|
-
2026-02-27T15:19:05.003Z [info] Applying migration 009_embeddings
|
|
1686
|
-
2026-02-27T15:19:05.004Z [info] Migrations complete. Now at version 9
|
|
1687
|
-
2026-02-27T15:19:04.973Z [info] Running 9 migration(s) from version 0
|
|
1688
|
-
2026-02-27T15:19:04.974Z [info] Applying migration 001_core_schema
|
|
1689
|
-
2026-02-27T15:19:04.975Z [info] Applying migration 002_learning_schema
|
|
1690
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 003_code_schema
|
|
1691
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 004_synapses_schema
|
|
1692
|
-
2026-02-27T15:19:04.976Z [info] Applying migration 005_fts_indexes
|
|
1693
|
-
2026-02-27T15:19:04.977Z [info] Applying migration 006_synapses_phase3
|
|
1694
|
-
2026-02-27T15:19:04.978Z [info] Applying migration 007_feedback
|
|
1695
|
-
2026-02-27T15:19:04.980Z [info] Applying migration 008_git_integration
|
|
1696
|
-
2026-02-27T15:19:04.981Z [info] Applying migration 009_embeddings
|
|
1697
|
-
2026-02-27T15:19:04.982Z [info] Migrations complete. Now at version 9
|
|
1698
|
-
2026-02-27T15:19:04.986Z [info] Running 9 migration(s) from version 0
|
|
1699
|
-
2026-02-27T15:19:04.986Z [info] Applying migration 001_core_schema
|
|
1700
|
-
2026-02-27T15:19:04.986Z [info] Applying migration 002_learning_schema
|
|
1701
|
-
2026-02-27T15:19:04.987Z [info] Applying migration 003_code_schema
|
|
1702
|
-
2026-02-27T15:19:04.987Z [info] Applying migration 004_synapses_schema
|
|
1703
|
-
2026-02-27T15:19:04.987Z [info] Applying migration 005_fts_indexes
|
|
1704
|
-
2026-02-27T15:19:04.988Z [info] Applying migration 006_synapses_phase3
|
|
1705
|
-
2026-02-27T15:19:04.989Z [info] Applying migration 007_feedback
|
|
1706
|
-
2026-02-27T15:19:04.990Z [info] Applying migration 008_git_integration
|
|
1707
|
-
2026-02-27T15:19:04.991Z [info] Applying migration 009_embeddings
|
|
1708
|
-
2026-02-27T15:19:04.992Z [info] Migrations complete. Now at version 9
|
|
1709
|
-
2026-02-27T15:19:04.994Z [info] Running 9 migration(s) from version 0
|
|
1710
|
-
2026-02-27T15:19:04.994Z [info] Applying migration 001_core_schema
|
|
1711
|
-
2026-02-27T15:19:04.994Z [info] Applying migration 002_learning_schema
|
|
1712
|
-
2026-02-27T15:19:04.995Z [info] Applying migration 003_code_schema
|
|
1713
|
-
2026-02-27T15:19:04.995Z [info] Applying migration 004_synapses_schema
|
|
1714
|
-
2026-02-27T15:19:04.995Z [info] Applying migration 005_fts_indexes
|
|
1715
|
-
2026-02-27T15:19:04.996Z [info] Applying migration 006_synapses_phase3
|
|
1716
|
-
2026-02-27T15:19:04.996Z [info] Applying migration 007_feedback
|
|
1717
|
-
2026-02-27T15:19:04.997Z [info] Applying migration 008_git_integration
|
|
1718
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 009_embeddings
|
|
1719
|
-
2026-02-27T15:19:04.999Z [info] Migrations complete. Now at version 9
|
|
1720
|
-
2026-02-27T15:19:05.003Z [info] Running 9 migration(s) from version 0
|
|
1721
|
-
2026-02-27T15:19:05.003Z [info] Applying migration 001_core_schema
|
|
1722
|
-
2026-02-27T15:19:05.003Z [info] Applying migration 002_learning_schema
|
|
1723
|
-
2026-02-27T15:19:05.003Z [info] Applying migration 003_code_schema
|
|
1724
|
-
2026-02-27T15:19:05.004Z [info] Applying migration 004_synapses_schema
|
|
1725
|
-
2026-02-27T15:19:05.004Z [info] Applying migration 005_fts_indexes
|
|
1726
|
-
2026-02-27T15:19:05.004Z [info] Applying migration 006_synapses_phase3
|
|
1727
|
-
2026-02-27T15:19:05.005Z [info] Applying migration 007_feedback
|
|
1728
|
-
2026-02-27T15:19:05.006Z [info] Applying migration 008_git_integration
|
|
1729
|
-
2026-02-27T15:19:05.007Z [info] Applying migration 009_embeddings
|
|
1730
|
-
2026-02-27T15:19:05.007Z [info] Migrations complete. Now at version 9
|
|
1731
|
-
2026-02-27T15:19:04.996Z [info] Running 9 migration(s) from version 0
|
|
1732
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 001_core_schema
|
|
1733
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 002_learning_schema
|
|
1734
|
-
2026-02-27T15:19:04.998Z [info] Applying migration 003_code_schema
|
|
1735
|
-
2026-02-27T15:19:04.999Z [info] Applying migration 004_synapses_schema
|
|
1736
|
-
2026-02-27T15:19:04.999Z [info] Applying migration 005_fts_indexes
|
|
1737
|
-
2026-02-27T15:19:05.000Z [info] Applying migration 006_synapses_phase3
|
|
1738
|
-
2026-02-27T15:19:05.001Z [info] Applying migration 007_feedback
|
|
1739
|
-
2026-02-27T15:19:05.002Z [info] Applying migration 008_git_integration
|
|
1740
|
-
2026-02-27T15:19:05.003Z [info] Applying migration 009_embeddings
|
|
1741
|
-
2026-02-27T15:19:05.003Z [info] Migrations complete. Now at version 9
|
|
1742
|
-
2026-02-27T15:19:05.006Z [info] Learning cycle starting
|
|
1743
|
-
2026-02-27T15:19:05.007Z [info] Running synapse decay cycle
|
|
1744
|
-
2026-02-27T15:19:05.007Z [info] Decay complete: 0 decayed, 0 pruned
|
|
1745
|
-
2026-02-27T15:19:05.007Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
1746
|
-
2026-02-27T15:19:05.008Z [info] Running 9 migration(s) from version 0
|
|
1747
|
-
2026-02-27T15:19:05.008Z [info] Applying migration 001_core_schema
|
|
1748
|
-
2026-02-27T15:19:05.009Z [info] Applying migration 002_learning_schema
|
|
1749
|
-
2026-02-27T15:19:05.009Z [info] Applying migration 003_code_schema
|
|
1750
|
-
2026-02-27T15:19:05.009Z [info] Applying migration 004_synapses_schema
|
|
1751
|
-
2026-02-27T15:19:05.009Z [info] Applying migration 005_fts_indexes
|
|
1752
|
-
2026-02-27T15:19:05.010Z [info] Applying migration 006_synapses_phase3
|
|
1753
|
-
2026-02-27T15:19:05.011Z [info] Applying migration 007_feedback
|
|
1754
|
-
2026-02-27T15:19:05.012Z [info] Applying migration 008_git_integration
|
|
1755
|
-
2026-02-27T15:19:05.012Z [info] Applying migration 009_embeddings
|
|
1756
|
-
2026-02-27T15:19:05.013Z [info] Migrations complete. Now at version 9
|
|
1757
|
-
2026-02-27T15:19:05.015Z [info] Learning cycle starting
|
|
1758
|
-
2026-02-27T15:19:05.016Z [info] Running synapse decay cycle
|
|
1759
|
-
2026-02-27T15:19:05.016Z [info] Decay complete: 0 decayed, 0 pruned
|
|
1760
|
-
2026-02-27T15:19:05.016Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
1761
|
-
2026-02-27T15:19:05.016Z [info] Running 9 migration(s) from version 0
|
|
1762
|
-
2026-02-27T15:19:05.016Z [info] Applying migration 001_core_schema
|
|
1763
|
-
2026-02-27T15:19:05.017Z [info] Applying migration 002_learning_schema
|
|
1764
|
-
2026-02-27T15:19:05.017Z [info] Applying migration 003_code_schema
|
|
1765
|
-
2026-02-27T15:19:05.017Z [info] Applying migration 004_synapses_schema
|
|
1766
|
-
2026-02-27T15:19:05.018Z [info] Applying migration 005_fts_indexes
|
|
1767
|
-
2026-02-27T15:19:05.018Z [info] Applying migration 006_synapses_phase3
|
|
1768
|
-
2026-02-27T15:19:05.019Z [info] Applying migration 007_feedback
|
|
1769
|
-
2026-02-27T15:19:05.020Z [info] Applying migration 008_git_integration
|
|
1770
|
-
2026-02-27T15:19:05.021Z [info] Applying migration 009_embeddings
|
|
1771
|
-
2026-02-27T15:19:05.021Z [info] Migrations complete. Now at version 9
|
|
1772
|
-
2026-02-27T15:19:05.023Z [info] Learning engine starting (interval: 900000ms)
|
|
1773
|
-
2026-02-27T15:19:05.023Z [info] Learning engine stopped
|
|
1774
|
-
2026-02-27T15:19:04.990Z [info] Running 9 migration(s) from version 0
|
|
1775
|
-
2026-02-27T15:19:04.992Z [info] Applying migration 001_core_schema
|
|
1776
|
-
2026-02-27T15:19:04.992Z [info] Applying migration 002_learning_schema
|
|
1777
|
-
2026-02-27T15:19:04.993Z [info] Applying migration 003_code_schema
|
|
1778
|
-
2026-02-27T15:19:04.993Z [info] Applying migration 004_synapses_schema
|
|
1779
|
-
2026-02-27T15:19:04.993Z [info] Applying migration 005_fts_indexes
|
|
1780
|
-
2026-02-27T15:19:04.994Z [info] Applying migration 006_synapses_phase3
|
|
1781
|
-
2026-02-27T15:19:04.995Z [info] Applying migration 007_feedback
|
|
1782
|
-
2026-02-27T15:19:04.996Z [info] Applying migration 008_git_integration
|
|
1783
|
-
2026-02-27T15:19:04.997Z [info] Applying migration 009_embeddings
|
|
1784
|
-
2026-02-27T15:19:04.997Z [info] Migrations complete. Now at version 9
|
|
1785
|
-
2026-02-27T15:19:05.001Z [info] Running 9 migration(s) from version 0
|
|
1786
|
-
2026-02-27T15:19:05.001Z [info] Applying migration 001_core_schema
|
|
1787
|
-
2026-02-27T15:19:05.001Z [info] Applying migration 002_learning_schema
|
|
1788
|
-
2026-02-27T15:19:05.002Z [info] Applying migration 003_code_schema
|
|
1789
|
-
2026-02-27T15:19:05.002Z [info] Applying migration 004_synapses_schema
|
|
1790
|
-
2026-02-27T15:19:05.002Z [info] Applying migration 005_fts_indexes
|
|
1791
|
-
2026-02-27T15:19:05.002Z [info] Applying migration 006_synapses_phase3
|
|
1792
|
-
2026-02-27T15:19:05.003Z [info] Applying migration 007_feedback
|
|
1793
|
-
2026-02-27T15:19:05.004Z [info] Applying migration 008_git_integration
|
|
1794
|
-
2026-02-27T15:19:05.005Z [info] Applying migration 009_embeddings
|
|
1795
|
-
2026-02-27T15:19:05.005Z [info] Migrations complete. Now at version 9
|
|
1796
|
-
2026-02-27T15:19:05.008Z [info] Running 9 migration(s) from version 0
|
|
1797
|
-
2026-02-27T15:19:05.008Z [info] Applying migration 001_core_schema
|
|
1798
|
-
2026-02-27T15:19:05.008Z [info] Applying migration 002_learning_schema
|
|
1799
|
-
2026-02-27T15:19:05.008Z [info] Applying migration 003_code_schema
|
|
1800
|
-
2026-02-27T15:19:05.009Z [info] Applying migration 004_synapses_schema
|
|
1801
|
-
2026-02-27T15:19:05.009Z [info] Applying migration 005_fts_indexes
|
|
1802
|
-
2026-02-27T15:19:05.010Z [info] Applying migration 006_synapses_phase3
|
|
1803
|
-
2026-02-27T15:19:05.010Z [info] Applying migration 007_feedback
|
|
1804
|
-
2026-02-27T15:19:05.011Z [info] Applying migration 008_git_integration
|
|
1805
|
-
2026-02-27T15:19:05.012Z [info] Applying migration 009_embeddings
|
|
1806
|
-
2026-02-27T15:19:05.012Z [info] Migrations complete. Now at version 9
|
|
1807
|
-
2026-02-27T15:19:05.015Z [info] Running 9 migration(s) from version 0
|
|
1808
|
-
2026-02-27T15:19:05.015Z [info] Applying migration 001_core_schema
|
|
1809
|
-
2026-02-27T15:19:05.016Z [info] Applying migration 002_learning_schema
|
|
1810
|
-
2026-02-27T15:19:05.016Z [info] Applying migration 003_code_schema
|
|
1811
|
-
2026-02-27T15:19:05.016Z [info] Applying migration 004_synapses_schema
|
|
1812
|
-
2026-02-27T15:19:05.016Z [info] Applying migration 005_fts_indexes
|
|
1813
|
-
2026-02-27T15:19:05.017Z [info] Applying migration 006_synapses_phase3
|
|
1814
|
-
2026-02-27T15:19:05.018Z [info] Applying migration 007_feedback
|
|
1815
|
-
2026-02-27T15:19:05.019Z [info] Applying migration 008_git_integration
|
|
1816
|
-
2026-02-27T15:19:05.020Z [info] Applying migration 009_embeddings
|
|
1817
|
-
2026-02-27T15:19:05.021Z [info] Migrations complete. Now at version 9
|
|
1818
|
-
2026-02-27T15:19:05.023Z [info] Running 9 migration(s) from version 0
|
|
1819
|
-
2026-02-27T15:19:05.023Z [info] Applying migration 001_core_schema
|
|
1820
|
-
2026-02-27T15:19:05.024Z [info] Applying migration 002_learning_schema
|
|
1821
|
-
2026-02-27T15:19:05.024Z [info] Applying migration 003_code_schema
|
|
1822
|
-
2026-02-27T15:19:05.024Z [info] Applying migration 004_synapses_schema
|
|
1823
|
-
2026-02-27T15:19:05.024Z [info] Applying migration 005_fts_indexes
|
|
1824
|
-
2026-02-27T15:19:05.025Z [info] Applying migration 006_synapses_phase3
|
|
1825
|
-
2026-02-27T15:19:05.026Z [info] Applying migration 007_feedback
|
|
1826
|
-
2026-02-27T15:19:05.027Z [info] Applying migration 008_git_integration
|
|
1827
|
-
2026-02-27T15:19:05.028Z [info] Applying migration 009_embeddings
|
|
1828
|
-
2026-02-27T15:19:05.028Z [info] Migrations complete. Now at version 9
|
|
1829
|
-
2026-02-27T15:19:05.030Z [info] Running synapse decay cycle
|
|
1830
|
-
2026-02-27T15:19:05.031Z [info] Decay complete: 0 decayed, 1 pruned
|
|
1831
|
-
2026-02-27T15:19:05.011Z [info] Running 9 migration(s) from version 0
|
|
1832
|
-
2026-02-27T15:19:05.013Z [info] Applying migration 001_core_schema
|
|
1833
|
-
2026-02-27T15:19:05.013Z [info] Applying migration 002_learning_schema
|
|
1834
|
-
2026-02-27T15:19:05.013Z [info] Applying migration 003_code_schema
|
|
1835
|
-
2026-02-27T15:19:05.014Z [info] Applying migration 004_synapses_schema
|
|
1836
|
-
2026-02-27T15:19:05.014Z [info] Applying migration 005_fts_indexes
|
|
1837
|
-
2026-02-27T15:19:05.015Z [info] Applying migration 006_synapses_phase3
|
|
1838
|
-
2026-02-27T15:19:05.016Z [info] Applying migration 007_feedback
|
|
1839
|
-
2026-02-27T15:19:05.017Z [info] Applying migration 008_git_integration
|
|
1840
|
-
2026-02-27T15:19:05.018Z [info] Applying migration 009_embeddings
|
|
1841
|
-
2026-02-27T15:19:05.019Z [info] Migrations complete. Now at version 9
|
|
1842
|
-
2026-02-27T15:19:05.023Z [info] New error reported (id=1, type=TypeError)
|
|
1843
|
-
2026-02-27T15:19:05.024Z [info] Running 9 migration(s) from version 0
|
|
1844
|
-
2026-02-27T15:19:05.024Z [info] Applying migration 001_core_schema
|
|
1845
|
-
2026-02-27T15:19:05.024Z [info] Applying migration 002_learning_schema
|
|
1846
|
-
2026-02-27T15:19:05.024Z [info] Applying migration 003_code_schema
|
|
1847
|
-
2026-02-27T15:19:05.024Z [info] Applying migration 004_synapses_schema
|
|
1848
|
-
2026-02-27T15:19:05.025Z [info] Applying migration 005_fts_indexes
|
|
1849
|
-
2026-02-27T15:19:05.025Z [info] Applying migration 006_synapses_phase3
|
|
1850
|
-
2026-02-27T15:19:05.026Z [info] Applying migration 007_feedback
|
|
1851
|
-
2026-02-27T15:19:05.027Z [info] Applying migration 008_git_integration
|
|
1852
|
-
2026-02-27T15:19:05.028Z [info] Applying migration 009_embeddings
|
|
1853
|
-
2026-02-27T15:19:05.028Z [info] Migrations complete. Now at version 9
|
|
1854
|
-
2026-02-27T15:19:05.030Z [info] New error reported (id=1, type=TypeError)
|
|
1855
|
-
2026-02-27T15:19:05.030Z [info] Solution reported (id=1) for error 1
|
|
1856
|
-
2026-02-27T15:19:05.031Z [info] Running 9 migration(s) from version 0
|
|
1857
|
-
2026-02-27T15:19:05.031Z [info] Applying migration 001_core_schema
|
|
1858
|
-
2026-02-27T15:19:05.031Z [info] Applying migration 002_learning_schema
|
|
1859
|
-
2026-02-27T15:19:05.031Z [info] Applying migration 003_code_schema
|
|
1860
|
-
2026-02-27T15:19:05.032Z [info] Applying migration 004_synapses_schema
|
|
1861
|
-
2026-02-27T15:19:05.032Z [info] Applying migration 005_fts_indexes
|
|
1862
|
-
2026-02-27T15:19:05.032Z [info] Applying migration 006_synapses_phase3
|
|
1863
|
-
2026-02-27T15:19:05.033Z [info] Applying migration 007_feedback
|
|
1864
|
-
2026-02-27T15:19:05.034Z [info] Applying migration 008_git_integration
|
|
1865
|
-
2026-02-27T15:19:05.035Z [info] Applying migration 009_embeddings
|
|
1866
|
-
2026-02-27T15:19:05.036Z [info] Migrations complete. Now at version 9
|
|
1867
|
-
2026-02-27T15:19:05.038Z [info] New error reported (id=1, type=TypeError)
|
|
1868
|
-
2026-02-27T15:19:05.038Z [info] Known error (id=1), occurrence incremented
|
|
1869
|
-
2026-02-27T15:19:05.038Z [info] Running 9 migration(s) from version 0
|
|
1870
|
-
2026-02-27T15:19:05.038Z [info] Applying migration 001_core_schema
|
|
1871
|
-
2026-02-27T15:19:05.039Z [info] Applying migration 002_learning_schema
|
|
1872
|
-
2026-02-27T15:19:05.039Z [info] Applying migration 003_code_schema
|
|
1873
|
-
2026-02-27T15:19:05.039Z [info] Applying migration 004_synapses_schema
|
|
1874
|
-
2026-02-27T15:19:05.039Z [info] Applying migration 005_fts_indexes
|
|
1875
|
-
2026-02-27T15:19:05.040Z [info] Applying migration 006_synapses_phase3
|
|
1876
|
-
2026-02-27T15:19:05.041Z [info] Applying migration 007_feedback
|
|
1877
|
-
2026-02-27T15:19:05.042Z [info] Applying migration 008_git_integration
|
|
1878
|
-
2026-02-27T15:19:05.043Z [info] Applying migration 009_embeddings
|
|
1879
|
-
2026-02-27T15:19:05.043Z [info] Migrations complete. Now at version 9
|
|
1880
|
-
2026-02-27T15:19:05.045Z [info] New error reported (id=1, type=Error)
|
|
1881
|
-
2026-02-27T15:19:05.010Z [info] Running 9 migration(s) from version 0
|
|
1882
|
-
2026-02-27T15:19:05.011Z [info] Applying migration 001_core_schema
|
|
1883
|
-
2026-02-27T15:19:05.012Z [info] Applying migration 002_learning_schema
|
|
1884
|
-
2026-02-27T15:19:05.012Z [info] Applying migration 003_code_schema
|
|
1885
|
-
2026-02-27T15:19:05.013Z [info] Applying migration 004_synapses_schema
|
|
1886
|
-
2026-02-27T15:19:05.013Z [info] Applying migration 005_fts_indexes
|
|
1887
|
-
2026-02-27T15:19:05.014Z [info] Applying migration 006_synapses_phase3
|
|
1888
|
-
2026-02-27T15:19:05.015Z [info] Applying migration 007_feedback
|
|
1889
|
-
2026-02-27T15:19:05.017Z [info] Applying migration 008_git_integration
|
|
1890
|
-
2026-02-27T15:19:05.018Z [info] Applying migration 009_embeddings
|
|
1891
|
-
2026-02-27T15:19:05.018Z [info] Migrations complete. Now at version 9
|
|
1892
|
-
2026-02-27T15:19:05.024Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1893
|
-
2026-02-27T15:19:05.025Z [info] Running 9 migration(s) from version 0
|
|
1894
|
-
2026-02-27T15:19:05.025Z [info] Applying migration 001_core_schema
|
|
1895
|
-
2026-02-27T15:19:05.025Z [info] Applying migration 002_learning_schema
|
|
1896
|
-
2026-02-27T15:19:05.025Z [info] Applying migration 003_code_schema
|
|
1897
|
-
2026-02-27T15:19:05.026Z [info] Applying migration 004_synapses_schema
|
|
1898
|
-
2026-02-27T15:19:05.026Z [info] Applying migration 005_fts_indexes
|
|
1899
|
-
2026-02-27T15:19:05.027Z [info] Applying migration 006_synapses_phase3
|
|
1900
|
-
2026-02-27T15:19:05.027Z [info] Applying migration 007_feedback
|
|
1901
|
-
2026-02-27T15:19:05.028Z [info] Applying migration 008_git_integration
|
|
1902
|
-
2026-02-27T15:19:05.029Z [info] Applying migration 009_embeddings
|
|
1903
|
-
2026-02-27T15:19:05.029Z [info] Migrations complete. Now at version 9
|
|
1904
|
-
2026-02-27T15:19:05.032Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1905
|
-
2026-02-27T15:19:05.032Z [info] Running 9 migration(s) from version 0
|
|
1906
|
-
2026-02-27T15:19:05.032Z [info] Applying migration 001_core_schema
|
|
1907
|
-
2026-02-27T15:19:05.033Z [info] Applying migration 002_learning_schema
|
|
1908
|
-
2026-02-27T15:19:05.033Z [info] Applying migration 003_code_schema
|
|
1909
|
-
2026-02-27T15:19:05.033Z [info] Applying migration 004_synapses_schema
|
|
1910
|
-
2026-02-27T15:19:05.033Z [info] Applying migration 005_fts_indexes
|
|
1911
|
-
2026-02-27T15:19:05.034Z [info] Applying migration 006_synapses_phase3
|
|
1912
|
-
2026-02-27T15:19:05.035Z [info] Applying migration 007_feedback
|
|
1913
|
-
2026-02-27T15:19:05.036Z [info] Applying migration 008_git_integration
|
|
1914
|
-
2026-02-27T15:19:05.036Z [info] Applying migration 009_embeddings
|
|
1915
|
-
2026-02-27T15:19:05.037Z [info] Migrations complete. Now at version 9
|
|
1916
|
-
2026-02-27T15:19:05.040Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1917
|
-
2026-02-27T15:19:05.040Z [info] Running 9 migration(s) from version 0
|
|
1918
|
-
2026-02-27T15:19:05.040Z [info] Applying migration 001_core_schema
|
|
1919
|
-
2026-02-27T15:19:05.041Z [info] Applying migration 002_learning_schema
|
|
1920
|
-
2026-02-27T15:19:05.041Z [info] Applying migration 003_code_schema
|
|
1921
|
-
2026-02-27T15:19:05.041Z [info] Applying migration 004_synapses_schema
|
|
1922
|
-
2026-02-27T15:19:05.041Z [info] Applying migration 005_fts_indexes
|
|
1923
|
-
2026-02-27T15:19:05.042Z [info] Applying migration 006_synapses_phase3
|
|
1924
|
-
2026-02-27T15:19:05.043Z [info] Applying migration 007_feedback
|
|
1925
|
-
2026-02-27T15:19:05.044Z [info] Applying migration 008_git_integration
|
|
1926
|
-
2026-02-27T15:19:05.044Z [info] Applying migration 009_embeddings
|
|
1927
|
-
2026-02-27T15:19:05.045Z [info] Migrations complete. Now at version 9
|
|
1928
|
-
2026-02-27T15:19:05.047Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
1929
|
-
2026-02-27T15:19:05.056Z [info] Running 9 migration(s) from version 0
|
|
1930
|
-
2026-02-27T15:19:05.057Z [info] Applying migration 001_core_schema
|
|
1931
|
-
2026-02-27T15:19:05.058Z [info] Applying migration 002_learning_schema
|
|
1932
|
-
2026-02-27T15:19:05.058Z [info] Applying migration 003_code_schema
|
|
1933
|
-
2026-02-27T15:19:05.058Z [info] Applying migration 004_synapses_schema
|
|
1934
|
-
2026-02-27T15:19:05.059Z [info] Applying migration 005_fts_indexes
|
|
1935
|
-
2026-02-27T15:19:05.059Z [info] Applying migration 006_synapses_phase3
|
|
1936
|
-
2026-02-27T15:19:05.060Z [info] Applying migration 007_feedback
|
|
1937
|
-
2026-02-27T15:19:05.062Z [info] Applying migration 008_git_integration
|
|
1938
|
-
2026-02-27T15:19:05.062Z [info] Applying migration 009_embeddings
|
|
1939
|
-
2026-02-27T15:19:05.063Z [info] Migrations complete. Now at version 9
|
|
1940
|
-
2026-02-27T15:19:05.067Z [info] New error reported (id=1, type=Error)
|
|
1941
|
-
2026-02-27T15:23:18.611Z [info] Running 9 migration(s) from version 0
|
|
1942
|
-
2026-02-27T15:23:18.613Z [info] Applying migration 001_core_schema
|
|
1943
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 002_learning_schema
|
|
1944
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 003_code_schema
|
|
1945
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 004_synapses_schema
|
|
1946
|
-
2026-02-27T15:23:18.615Z [info] Applying migration 005_fts_indexes
|
|
1947
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 006_synapses_phase3
|
|
1948
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 007_feedback
|
|
1949
|
-
2026-02-27T15:23:18.618Z [info] Applying migration 008_git_integration
|
|
1950
|
-
2026-02-27T15:23:18.619Z [info] Applying migration 009_embeddings
|
|
1951
|
-
2026-02-27T15:23:18.620Z [info] Migrations complete. Now at version 9
|
|
1952
|
-
2026-02-27T15:23:18.623Z [info] Running 9 migration(s) from version 0
|
|
1953
|
-
2026-02-27T15:23:18.624Z [info] Applying migration 001_core_schema
|
|
1954
|
-
2026-02-27T15:23:18.624Z [info] Applying migration 002_learning_schema
|
|
1955
|
-
2026-02-27T15:23:18.624Z [info] Applying migration 003_code_schema
|
|
1956
|
-
2026-02-27T15:23:18.625Z [info] Applying migration 004_synapses_schema
|
|
1957
|
-
2026-02-27T15:23:18.625Z [info] Applying migration 005_fts_indexes
|
|
1958
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 006_synapses_phase3
|
|
1959
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 007_feedback
|
|
1960
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 008_git_integration
|
|
1961
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 009_embeddings
|
|
1962
|
-
2026-02-27T15:23:18.629Z [info] Migrations complete. Now at version 9
|
|
1963
|
-
2026-02-27T15:23:18.632Z [info] Gap analysis complete: 1 insights
|
|
1964
|
-
2026-02-27T15:23:18.612Z [info] Running 9 migration(s) from version 0
|
|
1965
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 001_core_schema
|
|
1966
|
-
2026-02-27T15:23:18.615Z [info] Applying migration 002_learning_schema
|
|
1967
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 003_code_schema
|
|
1968
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 004_synapses_schema
|
|
1969
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 005_fts_indexes
|
|
1970
|
-
2026-02-27T15:23:18.617Z [info] Applying migration 006_synapses_phase3
|
|
1971
|
-
2026-02-27T15:23:18.618Z [info] Applying migration 007_feedback
|
|
1972
|
-
2026-02-27T15:23:18.620Z [info] Applying migration 008_git_integration
|
|
1973
|
-
2026-02-27T15:23:18.620Z [info] Applying migration 009_embeddings
|
|
1974
|
-
2026-02-27T15:23:18.621Z [info] Migrations complete. Now at version 9
|
|
1975
|
-
2026-02-27T15:23:18.625Z [info] Running 9 migration(s) from version 0
|
|
1976
|
-
2026-02-27T15:23:18.625Z [info] Applying migration 001_core_schema
|
|
1977
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 002_learning_schema
|
|
1978
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 003_code_schema
|
|
1979
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 004_synapses_schema
|
|
1980
|
-
2026-02-27T15:23:18.627Z [info] Applying migration 005_fts_indexes
|
|
1981
|
-
2026-02-27T15:23:18.627Z [info] Applying migration 006_synapses_phase3
|
|
1982
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 007_feedback
|
|
1983
|
-
2026-02-27T15:23:18.630Z [info] Applying migration 008_git_integration
|
|
1984
|
-
2026-02-27T15:23:18.630Z [info] Applying migration 009_embeddings
|
|
1985
|
-
2026-02-27T15:23:18.631Z [info] Migrations complete. Now at version 9
|
|
1986
|
-
2026-02-27T15:23:18.634Z [info] Trend analysis complete: 0 insights
|
|
1987
|
-
2026-02-27T15:23:18.611Z [info] Running 9 migration(s) from version 0
|
|
1988
|
-
2026-02-27T15:23:18.613Z [info] Applying migration 001_core_schema
|
|
1989
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 002_learning_schema
|
|
1990
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 003_code_schema
|
|
1991
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 004_synapses_schema
|
|
1992
|
-
2026-02-27T15:23:18.615Z [info] Applying migration 005_fts_indexes
|
|
1993
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 006_synapses_phase3
|
|
1994
|
-
2026-02-27T15:23:18.617Z [info] Applying migration 007_feedback
|
|
1995
|
-
2026-02-27T15:23:18.618Z [info] Applying migration 008_git_integration
|
|
1996
|
-
2026-02-27T15:23:18.619Z [info] Applying migration 009_embeddings
|
|
1997
|
-
2026-02-27T15:23:18.620Z [info] Migrations complete. Now at version 9
|
|
1998
|
-
2026-02-27T15:23:18.624Z [info] Running 9 migration(s) from version 0
|
|
1999
|
-
2026-02-27T15:23:18.624Z [info] Applying migration 001_core_schema
|
|
2000
|
-
2026-02-27T15:23:18.624Z [info] Applying migration 002_learning_schema
|
|
2001
|
-
2026-02-27T15:23:18.625Z [info] Applying migration 003_code_schema
|
|
2002
|
-
2026-02-27T15:23:18.625Z [info] Applying migration 004_synapses_schema
|
|
2003
|
-
2026-02-27T15:23:18.625Z [info] Applying migration 005_fts_indexes
|
|
2004
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 006_synapses_phase3
|
|
2005
|
-
2026-02-27T15:23:18.627Z [info] Applying migration 007_feedback
|
|
2006
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 008_git_integration
|
|
2007
|
-
2026-02-27T15:23:18.629Z [info] Applying migration 009_embeddings
|
|
2008
|
-
2026-02-27T15:23:18.629Z [info] Migrations complete. Now at version 9
|
|
2009
|
-
2026-02-27T15:23:18.632Z [info] Running 9 migration(s) from version 0
|
|
2010
|
-
2026-02-27T15:23:18.633Z [info] Applying migration 001_core_schema
|
|
2011
|
-
2026-02-27T15:23:18.633Z [info] Applying migration 002_learning_schema
|
|
2012
|
-
2026-02-27T15:23:18.633Z [info] Applying migration 003_code_schema
|
|
2013
|
-
2026-02-27T15:23:18.634Z [info] Applying migration 004_synapses_schema
|
|
2014
|
-
2026-02-27T15:23:18.634Z [info] Applying migration 005_fts_indexes
|
|
2015
|
-
2026-02-27T15:23:18.635Z [info] Applying migration 006_synapses_phase3
|
|
2016
|
-
2026-02-27T15:23:18.635Z [info] Applying migration 007_feedback
|
|
2017
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 008_git_integration
|
|
2018
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 009_embeddings
|
|
2019
|
-
2026-02-27T15:23:18.638Z [info] Migrations complete. Now at version 9
|
|
2020
|
-
2026-02-27T15:23:18.641Z [info] Running 9 migration(s) from version 0
|
|
2021
|
-
2026-02-27T15:23:18.641Z [info] Applying migration 001_core_schema
|
|
2022
|
-
2026-02-27T15:23:18.642Z [info] Applying migration 002_learning_schema
|
|
2023
|
-
2026-02-27T15:23:18.642Z [info] Applying migration 003_code_schema
|
|
2024
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 004_synapses_schema
|
|
2025
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 005_fts_indexes
|
|
2026
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 006_synapses_phase3
|
|
2027
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 007_feedback
|
|
2028
|
-
2026-02-27T15:23:18.646Z [info] Applying migration 008_git_integration
|
|
2029
|
-
2026-02-27T15:23:18.647Z [info] Applying migration 009_embeddings
|
|
2030
|
-
2026-02-27T15:23:18.647Z [info] Migrations complete. Now at version 9
|
|
2031
|
-
2026-02-27T15:23:18.612Z [info] Running 9 migration(s) from version 0
|
|
2032
|
-
2026-02-27T15:23:18.613Z [info] Running 9 migration(s) from version 0
|
|
2033
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 001_core_schema
|
|
2034
|
-
2026-02-27T15:23:18.615Z [info] Applying migration 002_learning_schema
|
|
2035
|
-
2026-02-27T15:23:18.615Z [info] Applying migration 003_code_schema
|
|
2036
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 004_synapses_schema
|
|
2037
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 005_fts_indexes
|
|
2038
|
-
2026-02-27T15:23:18.617Z [info] Applying migration 006_synapses_phase3
|
|
2039
|
-
2026-02-27T15:23:18.618Z [info] Applying migration 007_feedback
|
|
2040
|
-
2026-02-27T15:23:18.619Z [info] Applying migration 008_git_integration
|
|
2041
|
-
2026-02-27T15:23:18.620Z [info] Applying migration 009_embeddings
|
|
2042
|
-
2026-02-27T15:23:18.621Z [info] Migrations complete. Now at version 9
|
|
2043
|
-
2026-02-27T15:23:18.625Z [info] Running 9 migration(s) from version 0
|
|
2044
|
-
2026-02-27T15:23:18.625Z [info] Applying migration 001_core_schema
|
|
2045
|
-
2026-02-27T15:23:18.625Z [info] Applying migration 002_learning_schema
|
|
2046
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 003_code_schema
|
|
2047
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 004_synapses_schema
|
|
2048
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 005_fts_indexes
|
|
2049
|
-
2026-02-27T15:23:18.627Z [info] Applying migration 006_synapses_phase3
|
|
2050
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 007_feedback
|
|
2051
|
-
2026-02-27T15:23:18.629Z [info] Applying migration 008_git_integration
|
|
2052
|
-
2026-02-27T15:23:18.630Z [info] Applying migration 009_embeddings
|
|
2053
|
-
2026-02-27T15:23:18.630Z [info] Migrations complete. Now at version 9
|
|
2054
|
-
2026-02-27T15:23:18.633Z [info] Running 9 migration(s) from version 0
|
|
2055
|
-
2026-02-27T15:23:18.633Z [info] Applying migration 001_core_schema
|
|
2056
|
-
2026-02-27T15:23:18.634Z [info] Applying migration 002_learning_schema
|
|
2057
|
-
2026-02-27T15:23:18.634Z [info] Applying migration 003_code_schema
|
|
2058
|
-
2026-02-27T15:23:18.634Z [info] Applying migration 004_synapses_schema
|
|
2059
|
-
2026-02-27T15:23:18.634Z [info] Applying migration 005_fts_indexes
|
|
2060
|
-
2026-02-27T15:23:18.635Z [info] Applying migration 006_synapses_phase3
|
|
2061
|
-
2026-02-27T15:23:18.636Z [info] Applying migration 007_feedback
|
|
2062
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 008_git_integration
|
|
2063
|
-
2026-02-27T15:23:18.638Z [info] Applying migration 009_embeddings
|
|
2064
|
-
2026-02-27T15:23:18.614Z [info] Applying migration 001_core_schema
|
|
2065
|
-
2026-02-27T15:23:18.639Z [info] Migrations complete. Now at version 9
|
|
2066
|
-
2026-02-27T15:23:18.615Z [info] Applying migration 002_learning_schema
|
|
2067
|
-
2026-02-27T15:23:18.643Z [info] Running 9 migration(s) from version 0
|
|
2068
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 003_code_schema
|
|
2069
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 001_core_schema
|
|
2070
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 004_synapses_schema
|
|
2071
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 002_learning_schema
|
|
2072
|
-
2026-02-27T15:23:18.616Z [info] Applying migration 005_fts_indexes
|
|
2073
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 003_code_schema
|
|
2074
|
-
2026-02-27T15:23:18.617Z [info] Applying migration 006_synapses_phase3
|
|
2075
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 004_synapses_schema
|
|
2076
|
-
2026-02-27T15:23:18.618Z [info] Applying migration 007_feedback
|
|
2077
|
-
2026-02-27T15:23:18.645Z [info] Applying migration 005_fts_indexes
|
|
2078
|
-
2026-02-27T15:23:18.619Z [info] Applying migration 008_git_integration
|
|
2079
|
-
2026-02-27T15:23:18.645Z [info] Applying migration 006_synapses_phase3
|
|
2080
|
-
2026-02-27T15:23:18.620Z [info] Applying migration 009_embeddings
|
|
2081
|
-
2026-02-27T15:23:18.646Z [info] Applying migration 007_feedback
|
|
2082
|
-
2026-02-27T15:23:18.621Z [info] Migrations complete. Now at version 9
|
|
2083
|
-
2026-02-27T15:23:18.647Z [info] Applying migration 008_git_integration
|
|
2084
|
-
2026-02-27T15:23:18.625Z [info] Running 9 migration(s) from version 0
|
|
2085
|
-
2026-02-27T15:23:18.648Z [info] Applying migration 009_embeddings
|
|
2086
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 001_core_schema
|
|
2087
|
-
2026-02-27T15:23:18.649Z [info] Migrations complete. Now at version 9
|
|
2088
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 002_learning_schema
|
|
2089
|
-
2026-02-27T15:23:18.626Z [info] Applying migration 003_code_schema
|
|
2090
|
-
2026-02-27T15:23:18.627Z [info] Applying migration 004_synapses_schema
|
|
2091
|
-
2026-02-27T15:23:18.627Z [info] Applying migration 005_fts_indexes
|
|
2092
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 006_synapses_phase3
|
|
2093
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 007_feedback
|
|
2094
|
-
2026-02-27T15:23:18.630Z [info] Applying migration 008_git_integration
|
|
2095
|
-
2026-02-27T15:23:18.631Z [info] Applying migration 009_embeddings
|
|
2096
|
-
2026-02-27T15:23:18.631Z [info] Migrations complete. Now at version 9
|
|
2097
|
-
2026-02-27T15:23:18.634Z [info] Running 9 migration(s) from version 0
|
|
2098
|
-
2026-02-27T15:23:18.634Z [info] Applying migration 001_core_schema
|
|
2099
|
-
2026-02-27T15:23:18.635Z [info] Applying migration 002_learning_schema
|
|
2100
|
-
2026-02-27T15:23:18.635Z [info] Applying migration 003_code_schema
|
|
2101
|
-
2026-02-27T15:23:18.635Z [info] Applying migration 004_synapses_schema
|
|
2102
|
-
2026-02-27T15:23:18.636Z [info] Applying migration 005_fts_indexes
|
|
2103
|
-
2026-02-27T15:23:18.636Z [info] Applying migration 006_synapses_phase3
|
|
2104
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 007_feedback
|
|
2105
|
-
2026-02-27T15:23:18.638Z [info] Applying migration 008_git_integration
|
|
2106
|
-
2026-02-27T15:23:18.639Z [info] Applying migration 009_embeddings
|
|
2107
|
-
2026-02-27T15:23:18.640Z [info] Migrations complete. Now at version 9
|
|
2108
|
-
2026-02-27T15:23:18.643Z [info] Running 9 migration(s) from version 0
|
|
2109
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 001_core_schema
|
|
2110
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 002_learning_schema
|
|
2111
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 003_code_schema
|
|
2112
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 004_synapses_schema
|
|
2113
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 005_fts_indexes
|
|
2114
|
-
2026-02-27T15:23:18.645Z [info] Applying migration 006_synapses_phase3
|
|
2115
|
-
2026-02-27T15:23:18.646Z [info] Applying migration 007_feedback
|
|
2116
|
-
2026-02-27T15:23:18.647Z [info] Applying migration 008_git_integration
|
|
2117
|
-
2026-02-27T15:23:18.648Z [info] Applying migration 009_embeddings
|
|
2118
|
-
2026-02-27T15:23:18.648Z [info] Migrations complete. Now at version 9
|
|
2119
|
-
2026-02-27T15:23:18.635Z [info] Running 9 migration(s) from version 0
|
|
2120
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 001_core_schema
|
|
2121
|
-
2026-02-27T15:23:18.638Z [info] Applying migration 002_learning_schema
|
|
2122
|
-
2026-02-27T15:23:18.638Z [info] Applying migration 003_code_schema
|
|
2123
|
-
2026-02-27T15:23:18.639Z [info] Applying migration 004_synapses_schema
|
|
2124
|
-
2026-02-27T15:23:18.639Z [info] Applying migration 005_fts_indexes
|
|
2125
|
-
2026-02-27T15:23:18.640Z [info] Applying migration 006_synapses_phase3
|
|
2126
|
-
2026-02-27T15:23:18.641Z [info] Applying migration 007_feedback
|
|
2127
|
-
2026-02-27T15:23:18.642Z [info] Applying migration 008_git_integration
|
|
2128
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 009_embeddings
|
|
2129
|
-
2026-02-27T15:23:18.644Z [info] Migrations complete. Now at version 9
|
|
2130
|
-
2026-02-27T15:23:18.647Z [info] Learning cycle starting
|
|
2131
|
-
2026-02-27T15:23:18.648Z [info] Running synapse decay cycle
|
|
2132
|
-
2026-02-27T15:23:18.648Z [info] Decay complete: 0 decayed, 0 pruned
|
|
2133
|
-
2026-02-27T15:23:18.648Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
2134
|
-
2026-02-27T15:23:18.649Z [info] Running 9 migration(s) from version 0
|
|
2135
|
-
2026-02-27T15:23:18.649Z [info] Applying migration 001_core_schema
|
|
2136
|
-
2026-02-27T15:23:18.650Z [info] Applying migration 002_learning_schema
|
|
2137
|
-
2026-02-27T15:23:18.650Z [info] Applying migration 003_code_schema
|
|
2138
|
-
2026-02-27T15:23:18.650Z [info] Applying migration 004_synapses_schema
|
|
2139
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 005_fts_indexes
|
|
2140
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 006_synapses_phase3
|
|
2141
|
-
2026-02-27T15:23:18.652Z [info] Applying migration 007_feedback
|
|
2142
|
-
2026-02-27T15:23:18.653Z [info] Applying migration 008_git_integration
|
|
2143
|
-
2026-02-27T15:23:18.653Z [info] Applying migration 009_embeddings
|
|
2144
|
-
2026-02-27T15:23:18.654Z [info] Migrations complete. Now at version 9
|
|
2145
|
-
2026-02-27T15:23:18.655Z [info] Learning cycle starting
|
|
2146
|
-
2026-02-27T15:23:18.656Z [info] Running synapse decay cycle
|
|
2147
|
-
2026-02-27T15:23:18.656Z [info] Decay complete: 0 decayed, 0 pruned
|
|
2148
|
-
2026-02-27T15:23:18.656Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
2149
|
-
2026-02-27T15:23:18.656Z [info] Running 9 migration(s) from version 0
|
|
2150
|
-
2026-02-27T15:23:18.656Z [info] Applying migration 001_core_schema
|
|
2151
|
-
2026-02-27T15:23:18.656Z [info] Applying migration 002_learning_schema
|
|
2152
|
-
2026-02-27T15:23:18.657Z [info] Applying migration 003_code_schema
|
|
2153
|
-
2026-02-27T15:23:18.657Z [info] Applying migration 004_synapses_schema
|
|
2154
|
-
2026-02-27T15:23:18.657Z [info] Applying migration 005_fts_indexes
|
|
2155
|
-
2026-02-27T15:23:18.657Z [info] Applying migration 006_synapses_phase3
|
|
2156
|
-
2026-02-27T15:23:18.658Z [info] Applying migration 007_feedback
|
|
2157
|
-
2026-02-27T15:23:18.659Z [info] Applying migration 008_git_integration
|
|
2158
|
-
2026-02-27T15:23:18.660Z [info] Applying migration 009_embeddings
|
|
2159
|
-
2026-02-27T15:23:18.660Z [info] Migrations complete. Now at version 9
|
|
2160
|
-
2026-02-27T15:23:18.662Z [info] Learning engine starting (interval: 900000ms)
|
|
2161
|
-
2026-02-27T15:23:18.662Z [info] Learning engine stopped
|
|
2162
|
-
2026-02-27T15:23:18.626Z [info] Running 9 migration(s) from version 0
|
|
2163
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 001_core_schema
|
|
2164
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 002_learning_schema
|
|
2165
|
-
2026-02-27T15:23:18.628Z [info] Applying migration 003_code_schema
|
|
2166
|
-
2026-02-27T15:23:18.629Z [info] Applying migration 004_synapses_schema
|
|
2167
|
-
2026-02-27T15:23:18.629Z [info] Applying migration 005_fts_indexes
|
|
2168
|
-
2026-02-27T15:23:18.630Z [info] Applying migration 006_synapses_phase3
|
|
2169
|
-
2026-02-27T15:23:18.630Z [info] Applying migration 007_feedback
|
|
2170
|
-
2026-02-27T15:23:18.632Z [info] Applying migration 008_git_integration
|
|
2171
|
-
2026-02-27T15:23:18.632Z [info] Applying migration 009_embeddings
|
|
2172
|
-
2026-02-27T15:23:18.633Z [info] Migrations complete. Now at version 9
|
|
2173
|
-
2026-02-27T15:23:18.636Z [info] Running 9 migration(s) from version 0
|
|
2174
|
-
2026-02-27T15:23:18.636Z [info] Applying migration 001_core_schema
|
|
2175
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 002_learning_schema
|
|
2176
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 003_code_schema
|
|
2177
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 004_synapses_schema
|
|
2178
|
-
2026-02-27T15:23:18.637Z [info] Applying migration 005_fts_indexes
|
|
2179
|
-
2026-02-27T15:23:18.638Z [info] Applying migration 006_synapses_phase3
|
|
2180
|
-
2026-02-27T15:23:18.638Z [info] Applying migration 007_feedback
|
|
2181
|
-
2026-02-27T15:23:18.639Z [info] Applying migration 008_git_integration
|
|
2182
|
-
2026-02-27T15:23:18.640Z [info] Applying migration 009_embeddings
|
|
2183
|
-
2026-02-27T15:23:18.640Z [info] Migrations complete. Now at version 9
|
|
2184
|
-
2026-02-27T15:23:18.642Z [info] Running 9 migration(s) from version 0
|
|
2185
|
-
2026-02-27T15:23:18.642Z [info] Applying migration 001_core_schema
|
|
2186
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 002_learning_schema
|
|
2187
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 003_code_schema
|
|
2188
|
-
2026-02-27T15:23:18.643Z [info] Applying migration 004_synapses_schema
|
|
2189
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 005_fts_indexes
|
|
2190
|
-
2026-02-27T15:23:18.644Z [info] Applying migration 006_synapses_phase3
|
|
2191
|
-
2026-02-27T15:23:18.645Z [info] Applying migration 007_feedback
|
|
2192
|
-
2026-02-27T15:23:18.646Z [info] Applying migration 008_git_integration
|
|
2193
|
-
2026-02-27T15:23:18.647Z [info] Applying migration 009_embeddings
|
|
2194
|
-
2026-02-27T15:23:18.647Z [info] Migrations complete. Now at version 9
|
|
2195
|
-
2026-02-27T15:23:18.650Z [info] Running 9 migration(s) from version 0
|
|
2196
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 001_core_schema
|
|
2197
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 002_learning_schema
|
|
2198
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 003_code_schema
|
|
2199
|
-
2026-02-27T15:23:18.652Z [info] Applying migration 004_synapses_schema
|
|
2200
|
-
2026-02-27T15:23:18.652Z [info] Applying migration 005_fts_indexes
|
|
2201
|
-
2026-02-27T15:23:18.653Z [info] Applying migration 006_synapses_phase3
|
|
2202
|
-
2026-02-27T15:23:18.653Z [info] Applying migration 007_feedback
|
|
2203
|
-
2026-02-27T15:23:18.655Z [info] Applying migration 008_git_integration
|
|
2204
|
-
2026-02-27T15:23:18.655Z [info] Applying migration 009_embeddings
|
|
2205
|
-
2026-02-27T15:23:18.656Z [info] Migrations complete. Now at version 9
|
|
2206
|
-
2026-02-27T15:23:18.658Z [info] Running 9 migration(s) from version 0
|
|
2207
|
-
2026-02-27T15:23:18.658Z [info] Applying migration 001_core_schema
|
|
2208
|
-
2026-02-27T15:23:18.659Z [info] Applying migration 002_learning_schema
|
|
2209
|
-
2026-02-27T15:23:18.659Z [info] Applying migration 003_code_schema
|
|
2210
|
-
2026-02-27T15:23:18.660Z [info] Applying migration 004_synapses_schema
|
|
2211
|
-
2026-02-27T15:23:18.660Z [info] Applying migration 005_fts_indexes
|
|
2212
|
-
2026-02-27T15:23:18.661Z [info] Applying migration 006_synapses_phase3
|
|
2213
|
-
2026-02-27T15:23:18.661Z [info] Applying migration 007_feedback
|
|
2214
|
-
2026-02-27T15:23:18.663Z [info] Applying migration 008_git_integration
|
|
2215
|
-
2026-02-27T15:23:18.664Z [info] Applying migration 009_embeddings
|
|
2216
|
-
2026-02-27T15:23:18.664Z [info] Migrations complete. Now at version 9
|
|
2217
|
-
2026-02-27T15:23:18.667Z [info] Running synapse decay cycle
|
|
2218
|
-
2026-02-27T15:23:18.667Z [info] Decay complete: 0 decayed, 1 pruned
|
|
2219
|
-
2026-02-27T15:23:18.649Z [info] Running 9 migration(s) from version 0
|
|
2220
|
-
2026-02-27T15:23:18.650Z [info] Applying migration 001_core_schema
|
|
2221
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 002_learning_schema
|
|
2222
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 003_code_schema
|
|
2223
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 004_synapses_schema
|
|
2224
|
-
2026-02-27T15:23:18.651Z [info] Applying migration 005_fts_indexes
|
|
2225
|
-
2026-02-27T15:23:18.652Z [info] Applying migration 006_synapses_phase3
|
|
2226
|
-
2026-02-27T15:23:18.653Z [info] Applying migration 007_feedback
|
|
2227
|
-
2026-02-27T15:23:18.654Z [info] Applying migration 008_git_integration
|
|
2228
|
-
2026-02-27T15:23:18.654Z [info] Applying migration 009_embeddings
|
|
2229
|
-
2026-02-27T15:23:18.655Z [info] Migrations complete. Now at version 9
|
|
2230
|
-
2026-02-27T15:23:18.659Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
2231
|
-
2026-02-27T15:23:18.660Z [info] Running 9 migration(s) from version 0
|
|
2232
|
-
2026-02-27T15:23:18.660Z [info] Applying migration 001_core_schema
|
|
2233
|
-
2026-02-27T15:23:18.661Z [info] Applying migration 002_learning_schema
|
|
2234
|
-
2026-02-27T15:23:18.661Z [info] Applying migration 003_code_schema
|
|
2235
|
-
2026-02-27T15:23:18.661Z [info] Applying migration 004_synapses_schema
|
|
2236
|
-
2026-02-27T15:23:18.661Z [info] Applying migration 005_fts_indexes
|
|
2237
|
-
2026-02-27T15:23:18.662Z [info] Applying migration 006_synapses_phase3
|
|
2238
|
-
2026-02-27T15:23:18.663Z [info] Applying migration 007_feedback
|
|
2239
|
-
2026-02-27T15:23:18.664Z [info] Applying migration 008_git_integration
|
|
2240
|
-
2026-02-27T15:23:18.664Z [info] Applying migration 009_embeddings
|
|
2241
|
-
2026-02-27T15:23:18.665Z [info] Migrations complete. Now at version 9
|
|
2242
|
-
2026-02-27T15:23:18.667Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
2243
|
-
2026-02-27T15:23:18.668Z [info] Running 9 migration(s) from version 0
|
|
2244
|
-
2026-02-27T15:23:18.668Z [info] Applying migration 001_core_schema
|
|
2245
|
-
2026-02-27T15:23:18.668Z [info] Applying migration 002_learning_schema
|
|
2246
|
-
2026-02-27T15:23:18.668Z [info] Applying migration 003_code_schema
|
|
2247
|
-
2026-02-27T15:23:18.668Z [info] Applying migration 004_synapses_schema
|
|
2248
|
-
2026-02-27T15:23:18.669Z [info] Applying migration 005_fts_indexes
|
|
2249
|
-
2026-02-27T15:23:18.669Z [info] Applying migration 006_synapses_phase3
|
|
2250
|
-
2026-02-27T15:23:18.670Z [info] Applying migration 007_feedback
|
|
2251
|
-
2026-02-27T15:23:18.671Z [info] Applying migration 008_git_integration
|
|
2252
|
-
2026-02-27T15:23:18.671Z [info] Applying migration 009_embeddings
|
|
2253
|
-
2026-02-27T15:23:18.672Z [info] Migrations complete. Now at version 9
|
|
2254
|
-
2026-02-27T15:23:18.674Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
2255
|
-
2026-02-27T15:23:18.674Z [info] Running 9 migration(s) from version 0
|
|
2256
|
-
2026-02-27T15:23:18.674Z [info] Applying migration 001_core_schema
|
|
2257
|
-
2026-02-27T15:23:18.675Z [info] Applying migration 002_learning_schema
|
|
2258
|
-
2026-02-27T15:23:18.675Z [info] Applying migration 003_code_schema
|
|
2259
|
-
2026-02-27T15:23:18.675Z [info] Applying migration 004_synapses_schema
|
|
2260
|
-
2026-02-27T15:23:18.675Z [info] Applying migration 005_fts_indexes
|
|
2261
|
-
2026-02-27T15:23:18.676Z [info] Applying migration 006_synapses_phase3
|
|
2262
|
-
2026-02-27T15:23:18.677Z [info] Applying migration 007_feedback
|
|
2263
|
-
2026-02-27T15:23:18.678Z [info] Applying migration 008_git_integration
|
|
2264
|
-
2026-02-27T15:23:18.678Z [info] Applying migration 009_embeddings
|
|
2265
|
-
2026-02-27T15:23:18.679Z [info] Migrations complete. Now at version 9
|
|
2266
|
-
2026-02-27T15:23:18.681Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
2267
|
-
2026-02-27T15:23:18.653Z [info] Running 9 migration(s) from version 0
|
|
2268
|
-
2026-02-27T15:23:18.655Z [info] Applying migration 001_core_schema
|
|
2269
|
-
2026-02-27T15:23:18.655Z [info] Applying migration 002_learning_schema
|
|
2270
|
-
2026-02-27T15:23:18.656Z [info] Applying migration 003_code_schema
|
|
2271
|
-
2026-02-27T15:23:18.656Z [info] Applying migration 004_synapses_schema
|
|
2272
|
-
2026-02-27T15:23:18.656Z [info] Applying migration 005_fts_indexes
|
|
2273
|
-
2026-02-27T15:23:18.657Z [info] Applying migration 006_synapses_phase3
|
|
2274
|
-
2026-02-27T15:23:18.658Z [info] Applying migration 007_feedback
|
|
2275
|
-
2026-02-27T15:23:18.660Z [info] Applying migration 008_git_integration
|
|
2276
|
-
2026-02-27T15:23:18.661Z [info] Applying migration 009_embeddings
|
|
2277
|
-
2026-02-27T15:23:18.661Z [info] Migrations complete. Now at version 9
|
|
2278
|
-
2026-02-27T15:23:18.666Z [info] New error reported (id=1, type=TypeError)
|
|
2279
|
-
2026-02-27T15:23:18.667Z [info] Running 9 migration(s) from version 0
|
|
2280
|
-
2026-02-27T15:23:18.667Z [info] Applying migration 001_core_schema
|
|
2281
|
-
2026-02-27T15:23:18.668Z [info] Applying migration 002_learning_schema
|
|
2282
|
-
2026-02-27T15:23:18.668Z [info] Applying migration 003_code_schema
|
|
2283
|
-
2026-02-27T15:23:18.668Z [info] Applying migration 004_synapses_schema
|
|
2284
|
-
2026-02-27T15:23:18.669Z [info] Applying migration 005_fts_indexes
|
|
2285
|
-
2026-02-27T15:23:18.669Z [info] Applying migration 006_synapses_phase3
|
|
2286
|
-
2026-02-27T15:23:18.670Z [info] Applying migration 007_feedback
|
|
2287
|
-
2026-02-27T15:23:18.672Z [info] Applying migration 008_git_integration
|
|
2288
|
-
2026-02-27T15:23:18.672Z [info] Applying migration 009_embeddings
|
|
2289
|
-
2026-02-27T15:23:18.673Z [info] Migrations complete. Now at version 9
|
|
2290
|
-
2026-02-27T15:23:18.676Z [info] New error reported (id=1, type=TypeError)
|
|
2291
|
-
2026-02-27T15:23:18.676Z [info] Solution reported (id=1) for error 1
|
|
2292
|
-
2026-02-27T15:23:18.676Z [info] Running 9 migration(s) from version 0
|
|
2293
|
-
2026-02-27T15:23:18.676Z [info] Applying migration 001_core_schema
|
|
2294
|
-
2026-02-27T15:23:18.677Z [info] Applying migration 002_learning_schema
|
|
2295
|
-
2026-02-27T15:23:18.677Z [info] Applying migration 003_code_schema
|
|
2296
|
-
2026-02-27T15:23:18.677Z [info] Applying migration 004_synapses_schema
|
|
2297
|
-
2026-02-27T15:23:18.677Z [info] Applying migration 005_fts_indexes
|
|
2298
|
-
2026-02-27T15:23:18.678Z [info] Applying migration 006_synapses_phase3
|
|
2299
|
-
2026-02-27T15:23:18.678Z [info] Applying migration 007_feedback
|
|
2300
|
-
2026-02-27T15:23:18.680Z [info] Applying migration 008_git_integration
|
|
2301
|
-
2026-02-27T15:23:18.681Z [info] Applying migration 009_embeddings
|
|
2302
|
-
2026-02-27T15:23:18.681Z [info] Migrations complete. Now at version 9
|
|
2303
|
-
2026-02-27T15:23:18.684Z [info] New error reported (id=1, type=TypeError)
|
|
2304
|
-
2026-02-27T15:23:18.684Z [info] Known error (id=1), occurrence incremented
|
|
2305
|
-
2026-02-27T15:23:18.685Z [info] Running 9 migration(s) from version 0
|
|
2306
|
-
2026-02-27T15:23:18.685Z [info] Applying migration 001_core_schema
|
|
2307
|
-
2026-02-27T15:23:18.686Z [info] Applying migration 002_learning_schema
|
|
2308
|
-
2026-02-27T15:23:18.686Z [info] Applying migration 003_code_schema
|
|
2309
|
-
2026-02-27T15:23:18.686Z [info] Applying migration 004_synapses_schema
|
|
2310
|
-
2026-02-27T15:23:18.686Z [info] Applying migration 005_fts_indexes
|
|
2311
|
-
2026-02-27T15:23:18.687Z [info] Applying migration 006_synapses_phase3
|
|
2312
|
-
2026-02-27T15:23:18.688Z [info] Applying migration 007_feedback
|
|
2313
|
-
2026-02-27T15:23:18.689Z [info] Applying migration 008_git_integration
|
|
2314
|
-
2026-02-27T15:23:18.690Z [info] Applying migration 009_embeddings
|
|
2315
|
-
2026-02-27T15:23:18.690Z [info] Migrations complete. Now at version 9
|
|
2316
|
-
2026-02-27T15:23:18.693Z [info] New error reported (id=1, type=Error)
|
|
2317
|
-
2026-02-27T15:23:18.713Z [info] Running 9 migration(s) from version 0
|
|
2318
|
-
2026-02-27T15:23:18.715Z [info] Applying migration 001_core_schema
|
|
2319
|
-
2026-02-27T15:23:18.715Z [info] Applying migration 002_learning_schema
|
|
2320
|
-
2026-02-27T15:23:18.716Z [info] Applying migration 003_code_schema
|
|
2321
|
-
2026-02-27T15:23:18.716Z [info] Applying migration 004_synapses_schema
|
|
2322
|
-
2026-02-27T15:23:18.716Z [info] Applying migration 005_fts_indexes
|
|
2323
|
-
2026-02-27T15:23:18.717Z [info] Applying migration 006_synapses_phase3
|
|
2324
|
-
2026-02-27T15:23:18.717Z [info] Applying migration 007_feedback
|
|
2325
|
-
2026-02-27T15:23:18.718Z [info] Applying migration 008_git_integration
|
|
2326
|
-
2026-02-27T15:23:18.719Z [info] Applying migration 009_embeddings
|
|
2327
|
-
2026-02-27T15:23:18.720Z [info] Migrations complete. Now at version 9
|
|
2328
|
-
2026-02-27T15:23:18.724Z [info] New error reported (id=1, type=Error)
|
|
2329
|
-
2026-02-27T15:27:28.581Z [info] Running 9 migration(s) from version 0
|
|
2330
|
-
2026-02-27T15:27:28.582Z [info] Applying migration 001_core_schema
|
|
2331
|
-
2026-02-27T15:27:28.583Z [info] Applying migration 002_learning_schema
|
|
2332
|
-
2026-02-27T15:27:28.583Z [info] Applying migration 003_code_schema
|
|
2333
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 004_synapses_schema
|
|
2334
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 005_fts_indexes
|
|
2335
|
-
2026-02-27T15:27:28.585Z [info] Applying migration 006_synapses_phase3
|
|
2336
|
-
2026-02-27T15:27:28.586Z [info] Applying migration 007_feedback
|
|
2337
|
-
2026-02-27T15:27:28.587Z [info] Applying migration 008_git_integration
|
|
2338
|
-
2026-02-27T15:27:28.588Z [info] Applying migration 009_embeddings
|
|
2339
|
-
2026-02-27T15:27:28.589Z [info] Migrations complete. Now at version 9
|
|
2340
|
-
2026-02-27T15:27:28.592Z [info] Running 9 migration(s) from version 0
|
|
2341
|
-
2026-02-27T15:27:28.593Z [info] Applying migration 001_core_schema
|
|
2342
|
-
2026-02-27T15:27:28.593Z [info] Applying migration 002_learning_schema
|
|
2343
|
-
2026-02-27T15:27:28.593Z [info] Applying migration 003_code_schema
|
|
2344
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 004_synapses_schema
|
|
2345
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 005_fts_indexes
|
|
2346
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 006_synapses_phase3
|
|
2347
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 007_feedback
|
|
2348
|
-
2026-02-27T15:27:28.597Z [info] Applying migration 008_git_integration
|
|
2349
|
-
2026-02-27T15:27:28.598Z [info] Applying migration 009_embeddings
|
|
2350
|
-
2026-02-27T15:27:28.598Z [info] Migrations complete. Now at version 9
|
|
2351
|
-
2026-02-27T15:27:28.601Z [info] Gap analysis complete: 1 insights
|
|
2352
|
-
2026-02-27T15:27:28.581Z [info] Running 9 migration(s) from version 0
|
|
2353
|
-
2026-02-27T15:27:28.583Z [info] Applying migration 001_core_schema
|
|
2354
|
-
2026-02-27T15:27:28.583Z [info] Applying migration 002_learning_schema
|
|
2355
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 003_code_schema
|
|
2356
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 004_synapses_schema
|
|
2357
|
-
2026-02-27T15:27:28.585Z [info] Applying migration 005_fts_indexes
|
|
2358
|
-
2026-02-27T15:27:28.585Z [info] Applying migration 006_synapses_phase3
|
|
2359
|
-
2026-02-27T15:27:28.586Z [info] Applying migration 007_feedback
|
|
2360
|
-
2026-02-27T15:27:28.588Z [info] Applying migration 008_git_integration
|
|
2361
|
-
2026-02-27T15:27:28.589Z [info] Applying migration 009_embeddings
|
|
2362
|
-
2026-02-27T15:27:28.589Z [info] Migrations complete. Now at version 9
|
|
2363
|
-
2026-02-27T15:27:28.593Z [info] Running 9 migration(s) from version 0
|
|
2364
|
-
2026-02-27T15:27:28.593Z [info] Applying migration 001_core_schema
|
|
2365
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 002_learning_schema
|
|
2366
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 003_code_schema
|
|
2367
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 004_synapses_schema
|
|
2368
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 005_fts_indexes
|
|
2369
|
-
2026-02-27T15:27:28.596Z [info] Applying migration 006_synapses_phase3
|
|
2370
|
-
2026-02-27T15:27:28.596Z [info] Applying migration 007_feedback
|
|
2371
|
-
2026-02-27T15:27:28.598Z [info] Applying migration 008_git_integration
|
|
2372
|
-
2026-02-27T15:27:28.598Z [info] Applying migration 009_embeddings
|
|
2373
|
-
2026-02-27T15:27:28.599Z [info] Migrations complete. Now at version 9
|
|
2374
|
-
2026-02-27T15:27:28.602Z [info] Trend analysis complete: 0 insights
|
|
2375
|
-
2026-02-27T15:27:28.582Z [info] Running 9 migration(s) from version 0
|
|
2376
|
-
2026-02-27T15:27:28.583Z [info] Applying migration 001_core_schema
|
|
2377
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 002_learning_schema
|
|
2378
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 003_code_schema
|
|
2379
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 004_synapses_schema
|
|
2380
|
-
2026-02-27T15:27:28.585Z [info] Applying migration 005_fts_indexes
|
|
2381
|
-
2026-02-27T15:27:28.585Z [info] Applying migration 006_synapses_phase3
|
|
2382
|
-
2026-02-27T15:27:28.586Z [info] Applying migration 007_feedback
|
|
2383
|
-
2026-02-27T15:27:28.587Z [info] Applying migration 008_git_integration
|
|
2384
|
-
2026-02-27T15:27:28.588Z [info] Applying migration 009_embeddings
|
|
2385
|
-
2026-02-27T15:27:28.589Z [info] Migrations complete. Now at version 9
|
|
2386
|
-
2026-02-27T15:27:28.592Z [info] Running 9 migration(s) from version 0
|
|
2387
|
-
2026-02-27T15:27:28.592Z [info] Applying migration 001_core_schema
|
|
2388
|
-
2026-02-27T15:27:28.592Z [info] Applying migration 002_learning_schema
|
|
2389
|
-
2026-02-27T15:27:28.592Z [info] Applying migration 003_code_schema
|
|
2390
|
-
2026-02-27T15:27:28.592Z [info] Applying migration 004_synapses_schema
|
|
2391
|
-
2026-02-27T15:27:28.593Z [info] Applying migration 005_fts_indexes
|
|
2392
|
-
2026-02-27T15:27:28.593Z [info] Applying migration 006_synapses_phase3
|
|
2393
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 007_feedback
|
|
2394
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 008_git_integration
|
|
2395
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 009_embeddings
|
|
2396
|
-
2026-02-27T15:27:28.596Z [info] Migrations complete. Now at version 9
|
|
2397
|
-
2026-02-27T15:27:28.598Z [info] Running 9 migration(s) from version 0
|
|
2398
|
-
2026-02-27T15:27:28.598Z [info] Applying migration 001_core_schema
|
|
2399
|
-
2026-02-27T15:27:28.598Z [info] Applying migration 002_learning_schema
|
|
2400
|
-
2026-02-27T15:27:28.599Z [info] Applying migration 003_code_schema
|
|
2401
|
-
2026-02-27T15:27:28.599Z [info] Applying migration 004_synapses_schema
|
|
2402
|
-
2026-02-27T15:27:28.599Z [info] Applying migration 005_fts_indexes
|
|
2403
|
-
2026-02-27T15:27:28.600Z [info] Applying migration 006_synapses_phase3
|
|
2404
|
-
2026-02-27T15:27:28.600Z [info] Applying migration 007_feedback
|
|
2405
|
-
2026-02-27T15:27:28.601Z [info] Applying migration 008_git_integration
|
|
2406
|
-
2026-02-27T15:27:28.602Z [info] Applying migration 009_embeddings
|
|
2407
|
-
2026-02-27T15:27:28.602Z [info] Migrations complete. Now at version 9
|
|
2408
|
-
2026-02-27T15:27:28.605Z [info] Running 9 migration(s) from version 0
|
|
2409
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 001_core_schema
|
|
2410
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 002_learning_schema
|
|
2411
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 003_code_schema
|
|
2412
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 004_synapses_schema
|
|
2413
|
-
2026-02-27T15:27:28.607Z [info] Applying migration 005_fts_indexes
|
|
2414
|
-
2026-02-27T15:27:28.607Z [info] Applying migration 006_synapses_phase3
|
|
2415
|
-
2026-02-27T15:27:28.608Z [info] Applying migration 007_feedback
|
|
2416
|
-
2026-02-27T15:27:28.609Z [info] Applying migration 008_git_integration
|
|
2417
|
-
2026-02-27T15:27:28.610Z [info] Applying migration 009_embeddings
|
|
2418
|
-
2026-02-27T15:27:28.610Z [info] Migrations complete. Now at version 9
|
|
2419
|
-
2026-02-27T15:27:28.580Z [info] Running 9 migration(s) from version 0
|
|
2420
|
-
2026-02-27T15:27:28.582Z [info] Applying migration 001_core_schema
|
|
2421
|
-
2026-02-27T15:27:28.582Z [info] Applying migration 002_learning_schema
|
|
2422
|
-
2026-02-27T15:27:28.583Z [info] Applying migration 003_code_schema
|
|
2423
|
-
2026-02-27T15:27:28.583Z [info] Applying migration 004_synapses_schema
|
|
2424
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 005_fts_indexes
|
|
2425
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 006_synapses_phase3
|
|
2426
|
-
2026-02-27T15:27:28.585Z [info] Applying migration 007_feedback
|
|
2427
|
-
2026-02-27T15:27:28.587Z [info] Applying migration 008_git_integration
|
|
2428
|
-
2026-02-27T15:27:28.588Z [info] Applying migration 009_embeddings
|
|
2429
|
-
2026-02-27T15:27:28.589Z [info] Migrations complete. Now at version 9
|
|
2430
|
-
2026-02-27T15:27:28.593Z [info] Running 9 migration(s) from version 0
|
|
2431
|
-
2026-02-27T15:27:28.593Z [info] Applying migration 001_core_schema
|
|
2432
|
-
2026-02-27T15:27:28.593Z [info] Applying migration 002_learning_schema
|
|
2433
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 003_code_schema
|
|
2434
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 004_synapses_schema
|
|
2435
|
-
2026-02-27T15:27:28.594Z [info] Applying migration 005_fts_indexes
|
|
2436
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 006_synapses_phase3
|
|
2437
|
-
2026-02-27T15:27:28.596Z [info] Applying migration 007_feedback
|
|
2438
|
-
2026-02-27T15:27:28.597Z [info] Applying migration 008_git_integration
|
|
2439
|
-
2026-02-27T15:27:28.598Z [info] Applying migration 009_embeddings
|
|
2440
|
-
2026-02-27T15:27:28.599Z [info] Migrations complete. Now at version 9
|
|
2441
|
-
2026-02-27T15:27:28.602Z [info] Running 9 migration(s) from version 0
|
|
2442
|
-
2026-02-27T15:27:28.602Z [info] Applying migration 001_core_schema
|
|
2443
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 002_learning_schema
|
|
2444
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 003_code_schema
|
|
2445
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 004_synapses_schema
|
|
2446
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 005_fts_indexes
|
|
2447
|
-
2026-02-27T15:27:28.604Z [info] Applying migration 006_synapses_phase3
|
|
2448
|
-
2026-02-27T15:27:28.605Z [info] Applying migration 007_feedback
|
|
2449
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 008_git_integration
|
|
2450
|
-
2026-02-27T15:27:28.607Z [info] Applying migration 009_embeddings
|
|
2451
|
-
2026-02-27T15:27:28.607Z [info] Migrations complete. Now at version 9
|
|
2452
|
-
2026-02-27T15:27:28.610Z [info] Running 9 migration(s) from version 0
|
|
2453
|
-
2026-02-27T15:27:28.610Z [info] Applying migration 001_core_schema
|
|
2454
|
-
2026-02-27T15:27:28.610Z [info] Applying migration 002_learning_schema
|
|
2455
|
-
2026-02-27T15:27:28.610Z [info] Applying migration 003_code_schema
|
|
2456
|
-
2026-02-27T15:27:28.610Z [info] Applying migration 004_synapses_schema
|
|
2457
|
-
2026-02-27T15:27:28.611Z [info] Applying migration 005_fts_indexes
|
|
2458
|
-
2026-02-27T15:27:28.611Z [info] Applying migration 006_synapses_phase3
|
|
2459
|
-
2026-02-27T15:27:28.612Z [info] Applying migration 007_feedback
|
|
2460
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 008_git_integration
|
|
2461
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 009_embeddings
|
|
2462
|
-
2026-02-27T15:27:28.614Z [info] Migrations complete. Now at version 9
|
|
2463
|
-
2026-02-27T15:27:28.582Z [info] Running 9 migration(s) from version 0
|
|
2464
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 001_core_schema
|
|
2465
|
-
2026-02-27T15:27:28.584Z [info] Applying migration 002_learning_schema
|
|
2466
|
-
2026-02-27T15:27:28.585Z [info] Applying migration 003_code_schema
|
|
2467
|
-
2026-02-27T15:27:28.585Z [info] Applying migration 004_synapses_schema
|
|
2468
|
-
2026-02-27T15:27:28.586Z [info] Applying migration 005_fts_indexes
|
|
2469
|
-
2026-02-27T15:27:28.586Z [info] Applying migration 006_synapses_phase3
|
|
2470
|
-
2026-02-27T15:27:28.587Z [info] Applying migration 007_feedback
|
|
2471
|
-
2026-02-27T15:27:28.589Z [info] Applying migration 008_git_integration
|
|
2472
|
-
2026-02-27T15:27:28.590Z [info] Applying migration 009_embeddings
|
|
2473
|
-
2026-02-27T15:27:28.591Z [info] Migrations complete. Now at version 9
|
|
2474
|
-
2026-02-27T15:27:28.595Z [info] Running 9 migration(s) from version 0
|
|
2475
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 001_core_schema
|
|
2476
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 002_learning_schema
|
|
2477
|
-
2026-02-27T15:27:28.595Z [info] Applying migration 003_code_schema
|
|
2478
|
-
2026-02-27T15:27:28.596Z [info] Applying migration 004_synapses_schema
|
|
2479
|
-
2026-02-27T15:27:28.596Z [info] Applying migration 005_fts_indexes
|
|
2480
|
-
2026-02-27T15:27:28.597Z [info] Applying migration 006_synapses_phase3
|
|
2481
|
-
2026-02-27T15:27:28.597Z [info] Applying migration 007_feedback
|
|
2482
|
-
2026-02-27T15:27:28.599Z [info] Applying migration 008_git_integration
|
|
2483
|
-
2026-02-27T15:27:28.600Z [info] Applying migration 009_embeddings
|
|
2484
|
-
2026-02-27T15:27:28.600Z [info] Migrations complete. Now at version 9
|
|
2485
|
-
2026-02-27T15:27:28.603Z [info] Running 9 migration(s) from version 0
|
|
2486
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 001_core_schema
|
|
2487
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 002_learning_schema
|
|
2488
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 003_code_schema
|
|
2489
|
-
2026-02-27T15:27:28.604Z [info] Applying migration 004_synapses_schema
|
|
2490
|
-
2026-02-27T15:27:28.604Z [info] Applying migration 005_fts_indexes
|
|
2491
|
-
2026-02-27T15:27:28.605Z [info] Applying migration 006_synapses_phase3
|
|
2492
|
-
2026-02-27T15:27:28.605Z [info] Applying migration 007_feedback
|
|
2493
|
-
2026-02-27T15:27:28.607Z [info] Applying migration 008_git_integration
|
|
2494
|
-
2026-02-27T15:27:28.607Z [info] Applying migration 009_embeddings
|
|
2495
|
-
2026-02-27T15:27:28.608Z [info] Migrations complete. Now at version 9
|
|
2496
|
-
2026-02-27T15:27:28.610Z [info] Running 9 migration(s) from version 0
|
|
2497
|
-
2026-02-27T15:27:28.611Z [info] Applying migration 001_core_schema
|
|
2498
|
-
2026-02-27T15:27:28.611Z [info] Applying migration 002_learning_schema
|
|
2499
|
-
2026-02-27T15:27:28.611Z [info] Applying migration 003_code_schema
|
|
2500
|
-
2026-02-27T15:27:28.611Z [info] Applying migration 004_synapses_schema
|
|
2501
|
-
2026-02-27T15:27:28.612Z [info] Applying migration 005_fts_indexes
|
|
2502
|
-
2026-02-27T15:27:28.612Z [info] Applying migration 006_synapses_phase3
|
|
2503
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 007_feedback
|
|
2504
|
-
2026-02-27T15:27:28.614Z [info] Applying migration 008_git_integration
|
|
2505
|
-
2026-02-27T15:27:28.615Z [info] Applying migration 009_embeddings
|
|
2506
|
-
2026-02-27T15:27:28.616Z [info] Migrations complete. Now at version 9
|
|
2507
|
-
2026-02-27T15:27:28.601Z [info] Running 9 migration(s) from version 0
|
|
2508
|
-
2026-02-27T15:27:28.602Z [info] Applying migration 001_core_schema
|
|
2509
|
-
2026-02-27T15:27:28.602Z [info] Applying migration 002_learning_schema
|
|
2510
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 003_code_schema
|
|
2511
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 004_synapses_schema
|
|
2512
|
-
2026-02-27T15:27:28.603Z [info] Applying migration 005_fts_indexes
|
|
2513
|
-
2026-02-27T15:27:28.604Z [info] Applying migration 006_synapses_phase3
|
|
2514
|
-
2026-02-27T15:27:28.604Z [info] Applying migration 007_feedback
|
|
2515
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 008_git_integration
|
|
2516
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 009_embeddings
|
|
2517
|
-
2026-02-27T15:27:28.607Z [info] Migrations complete. Now at version 9
|
|
2518
|
-
2026-02-27T15:27:28.610Z [info] Learning cycle starting
|
|
2519
|
-
2026-02-27T15:27:28.611Z [info] Running synapse decay cycle
|
|
2520
|
-
2026-02-27T15:27:28.611Z [info] Decay complete: 0 decayed, 0 pruned
|
|
2521
|
-
2026-02-27T15:27:28.611Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
2522
|
-
2026-02-27T15:27:28.612Z [info] Running 9 migration(s) from version 0
|
|
2523
|
-
2026-02-27T15:27:28.612Z [info] Applying migration 001_core_schema
|
|
2524
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 002_learning_schema
|
|
2525
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 003_code_schema
|
|
2526
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 004_synapses_schema
|
|
2527
|
-
2026-02-27T15:27:28.614Z [info] Applying migration 005_fts_indexes
|
|
2528
|
-
2026-02-27T15:27:28.614Z [info] Applying migration 006_synapses_phase3
|
|
2529
|
-
2026-02-27T15:27:28.615Z [info] Applying migration 007_feedback
|
|
2530
|
-
2026-02-27T15:27:28.616Z [info] Applying migration 008_git_integration
|
|
2531
|
-
2026-02-27T15:27:28.617Z [info] Applying migration 009_embeddings
|
|
2532
|
-
2026-02-27T15:27:28.618Z [info] Migrations complete. Now at version 9
|
|
2533
|
-
2026-02-27T15:27:28.620Z [info] Learning cycle starting
|
|
2534
|
-
2026-02-27T15:27:28.620Z [info] Running synapse decay cycle
|
|
2535
|
-
2026-02-27T15:27:28.620Z [info] Decay complete: 0 decayed, 0 pruned
|
|
2536
|
-
2026-02-27T15:27:28.620Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (0ms)
|
|
2537
|
-
2026-02-27T15:27:28.621Z [info] Running 9 migration(s) from version 0
|
|
2538
|
-
2026-02-27T15:27:28.621Z [info] Applying migration 001_core_schema
|
|
2539
|
-
2026-02-27T15:27:28.621Z [info] Applying migration 002_learning_schema
|
|
2540
|
-
2026-02-27T15:27:28.622Z [info] Applying migration 003_code_schema
|
|
2541
|
-
2026-02-27T15:27:28.622Z [info] Applying migration 004_synapses_schema
|
|
2542
|
-
2026-02-27T15:27:28.622Z [info] Applying migration 005_fts_indexes
|
|
2543
|
-
2026-02-27T15:27:28.623Z [info] Applying migration 006_synapses_phase3
|
|
2544
|
-
2026-02-27T15:27:28.624Z [info] Applying migration 007_feedback
|
|
2545
|
-
2026-02-27T15:27:28.625Z [info] Applying migration 008_git_integration
|
|
2546
|
-
2026-02-27T15:27:28.626Z [info] Applying migration 009_embeddings
|
|
2547
|
-
2026-02-27T15:27:28.626Z [info] Migrations complete. Now at version 9
|
|
2548
|
-
2026-02-27T15:27:28.628Z [info] Learning engine starting (interval: 900000ms)
|
|
2549
|
-
2026-02-27T15:27:28.628Z [info] Learning engine stopped
|
|
2550
|
-
2026-02-27T15:27:28.596Z [info] Running 9 migration(s) from version 0
|
|
2551
|
-
2026-02-27T15:27:28.598Z [info] Applying migration 001_core_schema
|
|
2552
|
-
2026-02-27T15:27:28.598Z [info] Applying migration 002_learning_schema
|
|
2553
|
-
2026-02-27T15:27:28.599Z [info] Applying migration 003_code_schema
|
|
2554
|
-
2026-02-27T15:27:28.599Z [info] Applying migration 004_synapses_schema
|
|
2555
|
-
2026-02-27T15:27:28.599Z [info] Applying migration 005_fts_indexes
|
|
2556
|
-
2026-02-27T15:27:28.600Z [info] Applying migration 006_synapses_phase3
|
|
2557
|
-
2026-02-27T15:27:28.600Z [info] Applying migration 007_feedback
|
|
2558
|
-
2026-02-27T15:27:28.602Z [info] Applying migration 008_git_integration
|
|
2559
|
-
2026-02-27T15:27:28.602Z [info] Applying migration 009_embeddings
|
|
2560
|
-
2026-02-27T15:27:28.603Z [info] Migrations complete. Now at version 9
|
|
2561
|
-
2026-02-27T15:27:28.606Z [info] Running 9 migration(s) from version 0
|
|
2562
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 001_core_schema
|
|
2563
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 002_learning_schema
|
|
2564
|
-
2026-02-27T15:27:28.606Z [info] Applying migration 003_code_schema
|
|
2565
|
-
2026-02-27T15:27:28.607Z [info] Applying migration 004_synapses_schema
|
|
2566
|
-
2026-02-27T15:27:28.607Z [info] Applying migration 005_fts_indexes
|
|
2567
|
-
2026-02-27T15:27:28.607Z [info] Applying migration 006_synapses_phase3
|
|
2568
|
-
2026-02-27T15:27:28.608Z [info] Applying migration 007_feedback
|
|
2569
|
-
2026-02-27T15:27:28.609Z [info] Applying migration 008_git_integration
|
|
2570
|
-
2026-02-27T15:27:28.609Z [info] Applying migration 009_embeddings
|
|
2571
|
-
2026-02-27T15:27:28.610Z [info] Migrations complete. Now at version 9
|
|
2572
|
-
2026-02-27T15:27:28.612Z [info] Running 9 migration(s) from version 0
|
|
2573
|
-
2026-02-27T15:27:28.612Z [info] Applying migration 001_core_schema
|
|
2574
|
-
2026-02-27T15:27:28.612Z [info] Applying migration 002_learning_schema
|
|
2575
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 003_code_schema
|
|
2576
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 004_synapses_schema
|
|
2577
|
-
2026-02-27T15:27:28.613Z [info] Applying migration 005_fts_indexes
|
|
2578
|
-
2026-02-27T15:27:28.614Z [info] Applying migration 006_synapses_phase3
|
|
2579
|
-
2026-02-27T15:27:28.614Z [info] Applying migration 007_feedback
|
|
2580
|
-
2026-02-27T15:27:28.615Z [info] Applying migration 008_git_integration
|
|
2581
|
-
2026-02-27T15:27:28.616Z [info] Applying migration 009_embeddings
|
|
2582
|
-
2026-02-27T15:27:28.616Z [info] Migrations complete. Now at version 9
|
|
2583
|
-
2026-02-27T15:27:28.618Z [info] Running 9 migration(s) from version 0
|
|
2584
|
-
2026-02-27T15:27:28.618Z [info] Applying migration 001_core_schema
|
|
2585
|
-
2026-02-27T15:27:28.619Z [info] Applying migration 002_learning_schema
|
|
2586
|
-
2026-02-27T15:27:28.619Z [info] Applying migration 003_code_schema
|
|
2587
|
-
2026-02-27T15:27:28.619Z [info] Applying migration 004_synapses_schema
|
|
2588
|
-
2026-02-27T15:27:28.619Z [info] Applying migration 005_fts_indexes
|
|
2589
|
-
2026-02-27T15:27:28.620Z [info] Applying migration 006_synapses_phase3
|
|
2590
|
-
2026-02-27T15:27:28.620Z [info] Applying migration 007_feedback
|
|
2591
|
-
2026-02-27T15:27:28.621Z [info] Applying migration 008_git_integration
|
|
2592
|
-
2026-02-27T15:27:28.622Z [info] Applying migration 009_embeddings
|
|
2593
|
-
2026-02-27T15:27:28.622Z [info] Migrations complete. Now at version 9
|
|
2594
|
-
2026-02-27T15:27:28.624Z [info] Running 9 migration(s) from version 0
|
|
2595
|
-
2026-02-27T15:27:28.624Z [info] Applying migration 001_core_schema
|
|
2596
|
-
2026-02-27T15:27:28.625Z [info] Applying migration 002_learning_schema
|
|
2597
|
-
2026-02-27T15:27:28.625Z [info] Applying migration 003_code_schema
|
|
2598
|
-
2026-02-27T15:27:28.625Z [info] Applying migration 004_synapses_schema
|
|
2599
|
-
2026-02-27T15:27:28.625Z [info] Applying migration 005_fts_indexes
|
|
2600
|
-
2026-02-27T15:27:28.626Z [info] Applying migration 006_synapses_phase3
|
|
2601
|
-
2026-02-27T15:27:28.626Z [info] Applying migration 007_feedback
|
|
2602
|
-
2026-02-27T15:27:28.627Z [info] Applying migration 008_git_integration
|
|
2603
|
-
2026-02-27T15:27:28.628Z [info] Applying migration 009_embeddings
|
|
2604
|
-
2026-02-27T15:27:28.628Z [info] Migrations complete. Now at version 9
|
|
2605
|
-
2026-02-27T15:27:28.630Z [info] Running synapse decay cycle
|
|
2606
|
-
2026-02-27T15:27:28.630Z [info] Decay complete: 0 decayed, 1 pruned
|
|
2607
|
-
2026-02-27T15:27:28.615Z [info] Running 9 migration(s) from version 0
|
|
2608
|
-
2026-02-27T15:27:28.617Z [info] Applying migration 001_core_schema
|
|
2609
|
-
2026-02-27T15:27:28.618Z [info] Applying migration 002_learning_schema
|
|
2610
|
-
2026-02-27T15:27:28.618Z [info] Applying migration 003_code_schema
|
|
2611
|
-
2026-02-27T15:27:28.619Z [info] Applying migration 004_synapses_schema
|
|
2612
|
-
2026-02-27T15:27:28.619Z [info] Applying migration 005_fts_indexes
|
|
2613
|
-
2026-02-27T15:27:28.620Z [info] Applying migration 006_synapses_phase3
|
|
2614
|
-
2026-02-27T15:27:28.621Z [info] Applying migration 007_feedback
|
|
2615
|
-
2026-02-27T15:27:28.622Z [info] Applying migration 008_git_integration
|
|
2616
|
-
2026-02-27T15:27:28.623Z [info] Applying migration 009_embeddings
|
|
2617
|
-
2026-02-27T15:27:28.624Z [info] Migrations complete. Now at version 9
|
|
2618
|
-
2026-02-27T15:27:28.629Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
2619
|
-
2026-02-27T15:27:28.630Z [info] Running 9 migration(s) from version 0
|
|
2620
|
-
2026-02-27T15:27:28.630Z [info] Applying migration 001_core_schema
|
|
2621
|
-
2026-02-27T15:27:28.631Z [info] Applying migration 002_learning_schema
|
|
2622
|
-
2026-02-27T15:27:28.631Z [info] Applying migration 003_code_schema
|
|
2623
|
-
2026-02-27T15:27:28.631Z [info] Applying migration 004_synapses_schema
|
|
2624
|
-
2026-02-27T15:27:28.631Z [info] Applying migration 005_fts_indexes
|
|
2625
|
-
2026-02-27T15:27:28.632Z [info] Applying migration 006_synapses_phase3
|
|
2626
|
-
2026-02-27T15:27:28.633Z [info] Applying migration 007_feedback
|
|
2627
|
-
2026-02-27T15:27:28.635Z [info] Applying migration 008_git_integration
|
|
2628
|
-
2026-02-27T15:27:28.635Z [info] Applying migration 009_embeddings
|
|
2629
|
-
2026-02-27T15:27:28.636Z [info] Migrations complete. Now at version 9
|
|
2630
|
-
2026-02-27T15:27:28.639Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
2631
|
-
2026-02-27T15:27:28.639Z [info] Running 9 migration(s) from version 0
|
|
2632
|
-
2026-02-27T15:27:28.639Z [info] Applying migration 001_core_schema
|
|
2633
|
-
2026-02-27T15:27:28.640Z [info] Applying migration 002_learning_schema
|
|
2634
|
-
2026-02-27T15:27:28.640Z [info] Applying migration 003_code_schema
|
|
2635
|
-
2026-02-27T15:27:28.640Z [info] Applying migration 004_synapses_schema
|
|
2636
|
-
2026-02-27T15:27:28.641Z [info] Applying migration 005_fts_indexes
|
|
2637
|
-
2026-02-27T15:27:28.641Z [info] Applying migration 006_synapses_phase3
|
|
2638
|
-
2026-02-27T15:27:28.642Z [info] Applying migration 007_feedback
|
|
2639
|
-
2026-02-27T15:27:28.643Z [info] Applying migration 008_git_integration
|
|
2640
|
-
2026-02-27T15:27:28.644Z [info] Applying migration 009_embeddings
|
|
2641
|
-
2026-02-27T15:27:28.645Z [info] Migrations complete. Now at version 9
|
|
2642
|
-
2026-02-27T15:27:28.648Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
2643
|
-
2026-02-27T15:27:28.648Z [info] Running 9 migration(s) from version 0
|
|
2644
|
-
2026-02-27T15:27:28.648Z [info] Applying migration 001_core_schema
|
|
2645
|
-
2026-02-27T15:27:28.649Z [info] Applying migration 002_learning_schema
|
|
2646
|
-
2026-02-27T15:27:28.649Z [info] Applying migration 003_code_schema
|
|
2647
|
-
2026-02-27T15:27:28.649Z [info] Applying migration 004_synapses_schema
|
|
2648
|
-
2026-02-27T15:27:28.649Z [info] Applying migration 005_fts_indexes
|
|
2649
|
-
2026-02-27T15:27:28.650Z [info] Applying migration 006_synapses_phase3
|
|
2650
|
-
2026-02-27T15:27:28.651Z [info] Applying migration 007_feedback
|
|
2651
|
-
2026-02-27T15:27:28.652Z [info] Applying migration 008_git_integration
|
|
2652
|
-
2026-02-27T15:27:28.653Z [info] Applying migration 009_embeddings
|
|
2653
|
-
2026-02-27T15:27:28.654Z [info] Migrations complete. Now at version 9
|
|
2654
|
-
2026-02-27T15:27:28.656Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
2655
|
-
2026-02-27T15:27:28.621Z [info] Running 9 migration(s) from version 0
|
|
2656
|
-
2026-02-27T15:27:28.625Z [info] Applying migration 001_core_schema
|
|
2657
|
-
2026-02-27T15:27:28.627Z [info] Applying migration 002_learning_schema
|
|
2658
|
-
2026-02-27T15:27:28.627Z [info] Applying migration 003_code_schema
|
|
2659
|
-
2026-02-27T15:27:28.628Z [info] Applying migration 004_synapses_schema
|
|
2660
|
-
2026-02-27T15:27:28.628Z [info] Applying migration 005_fts_indexes
|
|
2661
|
-
2026-02-27T15:27:28.628Z [info] Applying migration 006_synapses_phase3
|
|
2662
|
-
2026-02-27T15:27:28.629Z [info] Applying migration 007_feedback
|
|
2663
|
-
2026-02-27T15:27:28.630Z [info] Applying migration 008_git_integration
|
|
2664
|
-
2026-02-27T15:27:28.631Z [info] Applying migration 009_embeddings
|
|
2665
|
-
2026-02-27T15:27:28.631Z [info] Migrations complete. Now at version 9
|
|
2666
|
-
2026-02-27T15:27:28.635Z [info] New error reported (id=1, type=TypeError)
|
|
2667
|
-
2026-02-27T15:27:28.636Z [info] Running 9 migration(s) from version 0
|
|
2668
|
-
2026-02-27T15:27:28.636Z [info] Applying migration 001_core_schema
|
|
2669
|
-
2026-02-27T15:27:28.636Z [info] Applying migration 002_learning_schema
|
|
2670
|
-
2026-02-27T15:27:28.636Z [info] Applying migration 003_code_schema
|
|
2671
|
-
2026-02-27T15:27:28.637Z [info] Applying migration 004_synapses_schema
|
|
2672
|
-
2026-02-27T15:27:28.637Z [info] Applying migration 005_fts_indexes
|
|
2673
|
-
2026-02-27T15:27:28.637Z [info] Applying migration 006_synapses_phase3
|
|
2674
|
-
2026-02-27T15:27:28.638Z [info] Applying migration 007_feedback
|
|
2675
|
-
2026-02-27T15:27:28.639Z [info] Applying migration 008_git_integration
|
|
2676
|
-
2026-02-27T15:27:28.640Z [info] Applying migration 009_embeddings
|
|
2677
|
-
2026-02-27T15:27:28.641Z [info] Migrations complete. Now at version 9
|
|
2678
|
-
2026-02-27T15:27:28.643Z [info] New error reported (id=1, type=TypeError)
|
|
2679
|
-
2026-02-27T15:27:28.643Z [info] Solution reported (id=1) for error 1
|
|
2680
|
-
2026-02-27T15:27:28.644Z [info] Running 9 migration(s) from version 0
|
|
2681
|
-
2026-02-27T15:27:28.644Z [info] Applying migration 001_core_schema
|
|
2682
|
-
2026-02-27T15:27:28.644Z [info] Applying migration 002_learning_schema
|
|
2683
|
-
2026-02-27T15:27:28.645Z [info] Applying migration 003_code_schema
|
|
2684
|
-
2026-02-27T15:27:28.645Z [info] Applying migration 004_synapses_schema
|
|
2685
|
-
2026-02-27T15:27:28.645Z [info] Applying migration 005_fts_indexes
|
|
2686
|
-
2026-02-27T15:27:28.646Z [info] Applying migration 006_synapses_phase3
|
|
2687
|
-
2026-02-27T15:27:28.647Z [info] Applying migration 007_feedback
|
|
2688
|
-
2026-02-27T15:27:28.648Z [info] Applying migration 008_git_integration
|
|
2689
|
-
2026-02-27T15:27:28.649Z [info] Applying migration 009_embeddings
|
|
2690
|
-
2026-02-27T15:27:28.650Z [info] Migrations complete. Now at version 9
|
|
2691
|
-
2026-02-27T15:27:28.652Z [info] New error reported (id=1, type=TypeError)
|
|
2692
|
-
2026-02-27T15:27:28.652Z [info] Known error (id=1), occurrence incremented
|
|
2693
|
-
2026-02-27T15:27:28.653Z [info] Running 9 migration(s) from version 0
|
|
2694
|
-
2026-02-27T15:27:28.653Z [info] Applying migration 001_core_schema
|
|
2695
|
-
2026-02-27T15:27:28.653Z [info] Applying migration 002_learning_schema
|
|
2696
|
-
2026-02-27T15:27:28.654Z [info] Applying migration 003_code_schema
|
|
2697
|
-
2026-02-27T15:27:28.654Z [info] Applying migration 004_synapses_schema
|
|
2698
|
-
2026-02-27T15:27:28.654Z [info] Applying migration 005_fts_indexes
|
|
2699
|
-
2026-02-27T15:27:28.655Z [info] Applying migration 006_synapses_phase3
|
|
2700
|
-
2026-02-27T15:27:28.656Z [info] Applying migration 007_feedback
|
|
2701
|
-
2026-02-27T15:27:28.658Z [info] Applying migration 008_git_integration
|
|
2702
|
-
2026-02-27T15:27:28.659Z [info] Applying migration 009_embeddings
|
|
2703
|
-
2026-02-27T15:27:28.659Z [info] Migrations complete. Now at version 9
|
|
2704
|
-
2026-02-27T15:27:28.662Z [info] New error reported (id=1, type=Error)
|
|
2705
|
-
2026-02-27T15:27:28.689Z [info] Running 9 migration(s) from version 0
|
|
2706
|
-
2026-02-27T15:27:28.690Z [info] Applying migration 001_core_schema
|
|
2707
|
-
2026-02-27T15:27:28.691Z [info] Applying migration 002_learning_schema
|
|
2708
|
-
2026-02-27T15:27:28.691Z [info] Applying migration 003_code_schema
|
|
2709
|
-
2026-02-27T15:27:28.691Z [info] Applying migration 004_synapses_schema
|
|
2710
|
-
2026-02-27T15:27:28.692Z [info] Applying migration 005_fts_indexes
|
|
2711
|
-
2026-02-27T15:27:28.692Z [info] Applying migration 006_synapses_phase3
|
|
2712
|
-
2026-02-27T15:27:28.693Z [info] Applying migration 007_feedback
|
|
2713
|
-
2026-02-27T15:27:28.694Z [info] Applying migration 008_git_integration
|
|
2714
|
-
2026-02-27T15:27:28.695Z [info] Applying migration 009_embeddings
|
|
2715
|
-
2026-02-27T15:27:28.696Z [info] Migrations complete. Now at version 9
|
|
2716
|
-
2026-02-27T15:27:28.699Z [info] New error reported (id=1, type=Error)
|
|
2717
|
-
2026-02-27T15:32:21.098Z [info] Running 9 migration(s) from version 0
|
|
2718
|
-
2026-02-27T15:32:21.100Z [info] Applying migration 001_core_schema
|
|
2719
|
-
2026-02-27T15:32:21.100Z [info] Applying migration 002_learning_schema
|
|
2720
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 003_code_schema
|
|
2721
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 004_synapses_schema
|
|
2722
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 005_fts_indexes
|
|
2723
|
-
2026-02-27T15:32:21.102Z [info] Applying migration 006_synapses_phase3
|
|
2724
|
-
2026-02-27T15:32:21.103Z [info] Applying migration 007_feedback
|
|
2725
|
-
2026-02-27T15:32:21.104Z [info] Applying migration 008_git_integration
|
|
2726
|
-
2026-02-27T15:32:21.104Z [info] Applying migration 009_embeddings
|
|
2727
|
-
2026-02-27T15:32:21.105Z [info] Migrations complete. Now at version 9
|
|
2728
|
-
2026-02-27T15:32:21.108Z [info] Running 9 migration(s) from version 0
|
|
2729
|
-
2026-02-27T15:32:21.108Z [info] Applying migration 001_core_schema
|
|
2730
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 002_learning_schema
|
|
2731
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 003_code_schema
|
|
2732
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 004_synapses_schema
|
|
2733
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 005_fts_indexes
|
|
2734
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 006_synapses_phase3
|
|
2735
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 007_feedback
|
|
2736
|
-
2026-02-27T15:32:21.111Z [info] Applying migration 008_git_integration
|
|
2737
|
-
2026-02-27T15:32:21.112Z [info] Applying migration 009_embeddings
|
|
2738
|
-
2026-02-27T15:32:21.113Z [info] Migrations complete. Now at version 9
|
|
2739
|
-
2026-02-27T15:32:21.115Z [info] Trend analysis complete: 0 insights
|
|
2740
|
-
2026-02-27T15:32:21.098Z [info] Running 9 migration(s) from version 0
|
|
2741
|
-
2026-02-27T15:32:21.100Z [info] Applying migration 001_core_schema
|
|
2742
|
-
2026-02-27T15:32:21.100Z [info] Applying migration 002_learning_schema
|
|
2743
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 003_code_schema
|
|
2744
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 004_synapses_schema
|
|
2745
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 005_fts_indexes
|
|
2746
|
-
2026-02-27T15:32:21.102Z [info] Applying migration 006_synapses_phase3
|
|
2747
|
-
2026-02-27T15:32:21.103Z [info] Applying migration 007_feedback
|
|
2748
|
-
2026-02-27T15:32:21.104Z [info] Applying migration 008_git_integration
|
|
2749
|
-
2026-02-27T15:32:21.105Z [info] Applying migration 009_embeddings
|
|
2750
|
-
2026-02-27T15:32:21.105Z [info] Migrations complete. Now at version 9
|
|
2751
|
-
2026-02-27T15:32:21.108Z [info] Running 9 migration(s) from version 0
|
|
2752
|
-
2026-02-27T15:32:21.108Z [info] Applying migration 001_core_schema
|
|
2753
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 002_learning_schema
|
|
2754
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 003_code_schema
|
|
2755
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 004_synapses_schema
|
|
2756
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 005_fts_indexes
|
|
2757
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 006_synapses_phase3
|
|
2758
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 007_feedback
|
|
2759
|
-
2026-02-27T15:32:21.112Z [info] Applying migration 008_git_integration
|
|
2760
|
-
2026-02-27T15:32:21.112Z [info] Applying migration 009_embeddings
|
|
2761
|
-
2026-02-27T15:32:21.113Z [info] Migrations complete. Now at version 9
|
|
2762
|
-
2026-02-27T15:32:21.115Z [info] Gap analysis complete: 1 insights
|
|
2763
|
-
2026-02-27T15:32:21.099Z [info] Running 9 migration(s) from version 0
|
|
2764
|
-
2026-02-27T15:32:21.100Z [info] Applying migration 001_core_schema
|
|
2765
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 002_learning_schema
|
|
2766
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 003_code_schema
|
|
2767
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 004_synapses_schema
|
|
2768
|
-
2026-02-27T15:32:21.102Z [info] Applying migration 005_fts_indexes
|
|
2769
|
-
2026-02-27T15:32:21.102Z [info] Applying migration 006_synapses_phase3
|
|
2770
|
-
2026-02-27T15:32:21.103Z [info] Applying migration 007_feedback
|
|
2771
|
-
2026-02-27T15:32:21.104Z [info] Applying migration 008_git_integration
|
|
2772
|
-
2026-02-27T15:32:21.105Z [info] Applying migration 009_embeddings
|
|
2773
|
-
2026-02-27T15:32:21.105Z [info] Migrations complete. Now at version 9
|
|
2774
|
-
2026-02-27T15:32:21.109Z [info] Running 9 migration(s) from version 0
|
|
2775
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 001_core_schema
|
|
2776
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 002_learning_schema
|
|
2777
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 003_code_schema
|
|
2778
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 004_synapses_schema
|
|
2779
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 005_fts_indexes
|
|
2780
|
-
2026-02-27T15:32:21.111Z [info] Applying migration 006_synapses_phase3
|
|
2781
|
-
2026-02-27T15:32:21.111Z [info] Applying migration 007_feedback
|
|
2782
|
-
2026-02-27T15:32:21.113Z [info] Applying migration 008_git_integration
|
|
2783
|
-
2026-02-27T15:32:21.114Z [info] Applying migration 009_embeddings
|
|
2784
|
-
2026-02-27T15:32:21.114Z [info] Migrations complete. Now at version 9
|
|
2785
|
-
2026-02-27T15:32:21.116Z [info] Running 9 migration(s) from version 0
|
|
2786
|
-
2026-02-27T15:32:21.116Z [info] Applying migration 001_core_schema
|
|
2787
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 002_learning_schema
|
|
2788
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 003_code_schema
|
|
2789
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 004_synapses_schema
|
|
2790
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 005_fts_indexes
|
|
2791
|
-
2026-02-27T15:32:21.118Z [info] Applying migration 006_synapses_phase3
|
|
2792
|
-
2026-02-27T15:32:21.118Z [info] Applying migration 007_feedback
|
|
2793
|
-
2026-02-27T15:32:21.120Z [info] Applying migration 008_git_integration
|
|
2794
|
-
2026-02-27T15:32:21.120Z [info] Applying migration 009_embeddings
|
|
2795
|
-
2026-02-27T15:32:21.121Z [info] Migrations complete. Now at version 9
|
|
2796
|
-
2026-02-27T15:32:21.123Z [info] Running 9 migration(s) from version 0
|
|
2797
|
-
2026-02-27T15:32:21.123Z [info] Applying migration 001_core_schema
|
|
2798
|
-
2026-02-27T15:32:21.123Z [info] Applying migration 002_learning_schema
|
|
2799
|
-
2026-02-27T15:32:21.123Z [info] Applying migration 003_code_schema
|
|
2800
|
-
2026-02-27T15:32:21.124Z [info] Applying migration 004_synapses_schema
|
|
2801
|
-
2026-02-27T15:32:21.124Z [info] Applying migration 005_fts_indexes
|
|
2802
|
-
2026-02-27T15:32:21.124Z [info] Applying migration 006_synapses_phase3
|
|
2803
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 007_feedback
|
|
2804
|
-
2026-02-27T15:32:21.126Z [info] Applying migration 008_git_integration
|
|
2805
|
-
2026-02-27T15:32:21.127Z [info] Applying migration 009_embeddings
|
|
2806
|
-
2026-02-27T15:32:21.127Z [info] Migrations complete. Now at version 9
|
|
2807
|
-
2026-02-27T15:32:21.098Z [info] Running 9 migration(s) from version 0
|
|
2808
|
-
2026-02-27T15:32:21.100Z [info] Applying migration 001_core_schema
|
|
2809
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 002_learning_schema
|
|
2810
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 003_code_schema
|
|
2811
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 004_synapses_schema
|
|
2812
|
-
2026-02-27T15:32:21.102Z [info] Applying migration 005_fts_indexes
|
|
2813
|
-
2026-02-27T15:32:21.102Z [info] Applying migration 006_synapses_phase3
|
|
2814
|
-
2026-02-27T15:32:21.103Z [info] Applying migration 007_feedback
|
|
2815
|
-
2026-02-27T15:32:21.104Z [info] Applying migration 008_git_integration
|
|
2816
|
-
2026-02-27T15:32:21.105Z [info] Applying migration 009_embeddings
|
|
2817
|
-
2026-02-27T15:32:21.105Z [info] Migrations complete. Now at version 9
|
|
2818
|
-
2026-02-27T15:32:21.109Z [info] Running 9 migration(s) from version 0
|
|
2819
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 001_core_schema
|
|
2820
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 002_learning_schema
|
|
2821
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 003_code_schema
|
|
2822
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 004_synapses_schema
|
|
2823
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 005_fts_indexes
|
|
2824
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 006_synapses_phase3
|
|
2825
|
-
2026-02-27T15:32:21.111Z [info] Applying migration 007_feedback
|
|
2826
|
-
2026-02-27T15:32:21.112Z [info] Applying migration 008_git_integration
|
|
2827
|
-
2026-02-27T15:32:21.112Z [info] Applying migration 009_embeddings
|
|
2828
|
-
2026-02-27T15:32:21.113Z [info] Migrations complete. Now at version 9
|
|
2829
|
-
2026-02-27T15:32:21.115Z [info] Running 9 migration(s) from version 0
|
|
2830
|
-
2026-02-27T15:32:21.115Z [info] Applying migration 001_core_schema
|
|
2831
|
-
2026-02-27T15:32:21.116Z [info] Applying migration 002_learning_schema
|
|
2832
|
-
2026-02-27T15:32:21.116Z [info] Applying migration 003_code_schema
|
|
2833
|
-
2026-02-27T15:32:21.116Z [info] Applying migration 004_synapses_schema
|
|
2834
|
-
2026-02-27T15:32:21.116Z [info] Applying migration 005_fts_indexes
|
|
2835
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 006_synapses_phase3
|
|
2836
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 007_feedback
|
|
2837
|
-
2026-02-27T15:32:21.118Z [info] Applying migration 008_git_integration
|
|
2838
|
-
2026-02-27T15:32:21.119Z [info] Applying migration 009_embeddings
|
|
2839
|
-
2026-02-27T15:32:21.120Z [info] Migrations complete. Now at version 9
|
|
2840
|
-
2026-02-27T15:32:21.123Z [info] Running 9 migration(s) from version 0
|
|
2841
|
-
2026-02-27T15:32:21.123Z [info] Applying migration 001_core_schema
|
|
2842
|
-
2026-02-27T15:32:21.124Z [info] Applying migration 002_learning_schema
|
|
2843
|
-
2026-02-27T15:32:21.124Z [info] Applying migration 003_code_schema
|
|
2844
|
-
2026-02-27T15:32:21.124Z [info] Applying migration 004_synapses_schema
|
|
2845
|
-
2026-02-27T15:32:21.124Z [info] Applying migration 005_fts_indexes
|
|
2846
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 006_synapses_phase3
|
|
2847
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 007_feedback
|
|
2848
|
-
2026-02-27T15:32:21.127Z [info] Applying migration 008_git_integration
|
|
2849
|
-
2026-02-27T15:32:21.127Z [info] Applying migration 009_embeddings
|
|
2850
|
-
2026-02-27T15:32:21.127Z [info] Migrations complete. Now at version 9
|
|
2851
|
-
2026-02-27T15:32:21.098Z [info] Running 9 migration(s) from version 0
|
|
2852
|
-
2026-02-27T15:32:21.100Z [info] Applying migration 001_core_schema
|
|
2853
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 002_learning_schema
|
|
2854
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 003_code_schema
|
|
2855
|
-
2026-02-27T15:32:21.101Z [info] Applying migration 004_synapses_schema
|
|
2856
|
-
2026-02-27T15:32:21.102Z [info] Applying migration 005_fts_indexes
|
|
2857
|
-
2026-02-27T15:32:21.102Z [info] Applying migration 006_synapses_phase3
|
|
2858
|
-
2026-02-27T15:32:21.103Z [info] Applying migration 007_feedback
|
|
2859
|
-
2026-02-27T15:32:21.104Z [info] Applying migration 008_git_integration
|
|
2860
|
-
2026-02-27T15:32:21.105Z [info] Applying migration 009_embeddings
|
|
2861
|
-
2026-02-27T15:32:21.105Z [info] Migrations complete. Now at version 9
|
|
2862
|
-
2026-02-27T15:32:21.109Z [info] Running 9 migration(s) from version 0
|
|
2863
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 001_core_schema
|
|
2864
|
-
2026-02-27T15:32:21.109Z [info] Applying migration 002_learning_schema
|
|
2865
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 003_code_schema
|
|
2866
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 004_synapses_schema
|
|
2867
|
-
2026-02-27T15:32:21.110Z [info] Applying migration 005_fts_indexes
|
|
2868
|
-
2026-02-27T15:32:21.111Z [info] Applying migration 006_synapses_phase3
|
|
2869
|
-
2026-02-27T15:32:21.112Z [info] Applying migration 007_feedback
|
|
2870
|
-
2026-02-27T15:32:21.113Z [info] Applying migration 008_git_integration
|
|
2871
|
-
2026-02-27T15:32:21.114Z [info] Applying migration 009_embeddings
|
|
2872
|
-
2026-02-27T15:32:21.114Z [info] Migrations complete. Now at version 9
|
|
2873
|
-
2026-02-27T15:32:21.117Z [info] Running 9 migration(s) from version 0
|
|
2874
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 001_core_schema
|
|
2875
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 002_learning_schema
|
|
2876
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 003_code_schema
|
|
2877
|
-
2026-02-27T15:32:21.118Z [info] Applying migration 004_synapses_schema
|
|
2878
|
-
2026-02-27T15:32:21.118Z [info] Applying migration 005_fts_indexes
|
|
2879
|
-
2026-02-27T15:32:21.118Z [info] Applying migration 006_synapses_phase3
|
|
2880
|
-
2026-02-27T15:32:21.119Z [info] Applying migration 007_feedback
|
|
2881
|
-
2026-02-27T15:32:21.120Z [info] Applying migration 008_git_integration
|
|
2882
|
-
2026-02-27T15:32:21.121Z [info] Applying migration 009_embeddings
|
|
2883
|
-
2026-02-27T15:32:21.121Z [info] Migrations complete. Now at version 9
|
|
2884
|
-
2026-02-27T15:32:21.124Z [info] Running 9 migration(s) from version 0
|
|
2885
|
-
2026-02-27T15:32:21.124Z [info] Applying migration 001_core_schema
|
|
2886
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 002_learning_schema
|
|
2887
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 003_code_schema
|
|
2888
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 004_synapses_schema
|
|
2889
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 005_fts_indexes
|
|
2890
|
-
2026-02-27T15:32:21.126Z [info] Applying migration 006_synapses_phase3
|
|
2891
|
-
2026-02-27T15:32:21.127Z [info] Applying migration 007_feedback
|
|
2892
|
-
2026-02-27T15:32:21.128Z [info] Applying migration 008_git_integration
|
|
2893
|
-
2026-02-27T15:32:21.129Z [info] Applying migration 009_embeddings
|
|
2894
|
-
2026-02-27T15:32:21.130Z [info] Migrations complete. Now at version 9
|
|
2895
|
-
2026-02-27T15:32:21.119Z [info] Running 9 migration(s) from version 0
|
|
2896
|
-
2026-02-27T15:32:21.121Z [info] Applying migration 001_core_schema
|
|
2897
|
-
2026-02-27T15:32:21.121Z [info] Applying migration 002_learning_schema
|
|
2898
|
-
2026-02-27T15:32:21.121Z [info] Applying migration 003_code_schema
|
|
2899
|
-
2026-02-27T15:32:21.122Z [info] Applying migration 004_synapses_schema
|
|
2900
|
-
2026-02-27T15:32:21.122Z [info] Applying migration 005_fts_indexes
|
|
2901
|
-
2026-02-27T15:32:21.123Z [info] Applying migration 006_synapses_phase3
|
|
2902
|
-
2026-02-27T15:32:21.123Z [info] Applying migration 007_feedback
|
|
2903
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 008_git_integration
|
|
2904
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 009_embeddings
|
|
2905
|
-
2026-02-27T15:32:21.126Z [info] Migrations complete. Now at version 9
|
|
2906
|
-
2026-02-27T15:32:21.128Z [info] Learning cycle starting
|
|
2907
|
-
2026-02-27T15:32:21.129Z [info] Running synapse decay cycle
|
|
2908
|
-
2026-02-27T15:32:21.129Z [info] Decay complete: 0 decayed, 0 pruned
|
|
2909
|
-
2026-02-27T15:32:21.129Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
2910
|
-
2026-02-27T15:32:21.130Z [info] Running 9 migration(s) from version 0
|
|
2911
|
-
2026-02-27T15:32:21.130Z [info] Applying migration 001_core_schema
|
|
2912
|
-
2026-02-27T15:32:21.131Z [info] Applying migration 002_learning_schema
|
|
2913
|
-
2026-02-27T15:32:21.131Z [info] Applying migration 003_code_schema
|
|
2914
|
-
2026-02-27T15:32:21.131Z [info] Applying migration 004_synapses_schema
|
|
2915
|
-
2026-02-27T15:32:21.131Z [info] Applying migration 005_fts_indexes
|
|
2916
|
-
2026-02-27T15:32:21.132Z [info] Applying migration 006_synapses_phase3
|
|
2917
|
-
2026-02-27T15:32:21.132Z [info] Applying migration 007_feedback
|
|
2918
|
-
2026-02-27T15:32:21.134Z [info] Applying migration 008_git_integration
|
|
2919
|
-
2026-02-27T15:32:21.134Z [info] Applying migration 009_embeddings
|
|
2920
|
-
2026-02-27T15:32:21.135Z [info] Migrations complete. Now at version 9
|
|
2921
|
-
2026-02-27T15:32:21.136Z [info] Learning cycle starting
|
|
2922
|
-
2026-02-27T15:32:21.137Z [info] Running synapse decay cycle
|
|
2923
|
-
2026-02-27T15:32:21.137Z [info] Decay complete: 0 decayed, 0 pruned
|
|
2924
|
-
2026-02-27T15:32:21.137Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
2925
|
-
2026-02-27T15:32:21.137Z [info] Running 9 migration(s) from version 0
|
|
2926
|
-
2026-02-27T15:32:21.137Z [info] Applying migration 001_core_schema
|
|
2927
|
-
2026-02-27T15:32:21.137Z [info] Applying migration 002_learning_schema
|
|
2928
|
-
2026-02-27T15:32:21.138Z [info] Applying migration 003_code_schema
|
|
2929
|
-
2026-02-27T15:32:21.138Z [info] Applying migration 004_synapses_schema
|
|
2930
|
-
2026-02-27T15:32:21.138Z [info] Applying migration 005_fts_indexes
|
|
2931
|
-
2026-02-27T15:32:21.139Z [info] Applying migration 006_synapses_phase3
|
|
2932
|
-
2026-02-27T15:32:21.139Z [info] Applying migration 007_feedback
|
|
2933
|
-
2026-02-27T15:32:21.140Z [info] Applying migration 008_git_integration
|
|
2934
|
-
2026-02-27T15:32:21.141Z [info] Applying migration 009_embeddings
|
|
2935
|
-
2026-02-27T15:32:21.141Z [info] Migrations complete. Now at version 9
|
|
2936
|
-
2026-02-27T15:32:21.143Z [info] Learning engine starting (interval: 900000ms)
|
|
2937
|
-
2026-02-27T15:32:21.143Z [info] Learning engine stopped
|
|
2938
|
-
2026-02-27T15:32:21.114Z [info] Running 9 migration(s) from version 0
|
|
2939
|
-
2026-02-27T15:32:21.115Z [info] Applying migration 001_core_schema
|
|
2940
|
-
2026-02-27T15:32:21.116Z [info] Applying migration 002_learning_schema
|
|
2941
|
-
2026-02-27T15:32:21.116Z [info] Applying migration 003_code_schema
|
|
2942
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 004_synapses_schema
|
|
2943
|
-
2026-02-27T15:32:21.117Z [info] Applying migration 005_fts_indexes
|
|
2944
|
-
2026-02-27T15:32:21.118Z [info] Applying migration 006_synapses_phase3
|
|
2945
|
-
2026-02-27T15:32:21.119Z [info] Applying migration 007_feedback
|
|
2946
|
-
2026-02-27T15:32:21.121Z [info] Applying migration 008_git_integration
|
|
2947
|
-
2026-02-27T15:32:21.121Z [info] Applying migration 009_embeddings
|
|
2948
|
-
2026-02-27T15:32:21.122Z [info] Migrations complete. Now at version 9
|
|
2949
|
-
2026-02-27T15:32:21.125Z [info] Running 9 migration(s) from version 0
|
|
2950
|
-
2026-02-27T15:32:21.125Z [info] Applying migration 001_core_schema
|
|
2951
|
-
2026-02-27T15:32:21.126Z [info] Applying migration 002_learning_schema
|
|
2952
|
-
2026-02-27T15:32:21.126Z [info] Applying migration 003_code_schema
|
|
2953
|
-
2026-02-27T15:32:21.126Z [info] Applying migration 004_synapses_schema
|
|
2954
|
-
2026-02-27T15:32:21.127Z [info] Applying migration 005_fts_indexes
|
|
2955
|
-
2026-02-27T15:32:21.127Z [info] Applying migration 006_synapses_phase3
|
|
2956
|
-
2026-02-27T15:32:21.128Z [info] Applying migration 007_feedback
|
|
2957
|
-
2026-02-27T15:32:21.129Z [info] Applying migration 008_git_integration
|
|
2958
|
-
2026-02-27T15:32:21.129Z [info] Applying migration 009_embeddings
|
|
2959
|
-
2026-02-27T15:32:21.130Z [info] Migrations complete. Now at version 9
|
|
2960
|
-
2026-02-27T15:32:21.132Z [info] Running 9 migration(s) from version 0
|
|
2961
|
-
2026-02-27T15:32:21.132Z [info] Applying migration 001_core_schema
|
|
2962
|
-
2026-02-27T15:32:21.133Z [info] Applying migration 002_learning_schema
|
|
2963
|
-
2026-02-27T15:32:21.133Z [info] Applying migration 003_code_schema
|
|
2964
|
-
2026-02-27T15:32:21.133Z [info] Applying migration 004_synapses_schema
|
|
2965
|
-
2026-02-27T15:32:21.133Z [info] Applying migration 005_fts_indexes
|
|
2966
|
-
2026-02-27T15:32:21.134Z [info] Applying migration 006_synapses_phase3
|
|
2967
|
-
2026-02-27T15:32:21.134Z [info] Applying migration 007_feedback
|
|
2968
|
-
2026-02-27T15:32:21.135Z [info] Applying migration 008_git_integration
|
|
2969
|
-
2026-02-27T15:32:21.136Z [info] Applying migration 009_embeddings
|
|
2970
|
-
2026-02-27T15:32:21.136Z [info] Migrations complete. Now at version 9
|
|
2971
|
-
2026-02-27T15:32:21.139Z [info] Running 9 migration(s) from version 0
|
|
2972
|
-
2026-02-27T15:32:21.139Z [info] Applying migration 001_core_schema
|
|
2973
|
-
2026-02-27T15:32:21.139Z [info] Applying migration 002_learning_schema
|
|
2974
|
-
2026-02-27T15:32:21.140Z [info] Applying migration 003_code_schema
|
|
2975
|
-
2026-02-27T15:32:21.140Z [info] Applying migration 004_synapses_schema
|
|
2976
|
-
2026-02-27T15:32:21.140Z [info] Applying migration 005_fts_indexes
|
|
2977
|
-
2026-02-27T15:32:21.140Z [info] Applying migration 006_synapses_phase3
|
|
2978
|
-
2026-02-27T15:32:21.141Z [info] Applying migration 007_feedback
|
|
2979
|
-
2026-02-27T15:32:21.142Z [info] Applying migration 008_git_integration
|
|
2980
|
-
2026-02-27T15:32:21.143Z [info] Applying migration 009_embeddings
|
|
2981
|
-
2026-02-27T15:32:21.143Z [info] Migrations complete. Now at version 9
|
|
2982
|
-
2026-02-27T15:32:21.145Z [info] Running 9 migration(s) from version 0
|
|
2983
|
-
2026-02-27T15:32:21.145Z [info] Applying migration 001_core_schema
|
|
2984
|
-
2026-02-27T15:32:21.145Z [info] Applying migration 002_learning_schema
|
|
2985
|
-
2026-02-27T15:32:21.146Z [info] Applying migration 003_code_schema
|
|
2986
|
-
2026-02-27T15:32:21.146Z [info] Applying migration 004_synapses_schema
|
|
2987
|
-
2026-02-27T15:32:21.146Z [info] Applying migration 005_fts_indexes
|
|
2988
|
-
2026-02-27T15:32:21.147Z [info] Applying migration 006_synapses_phase3
|
|
2989
|
-
2026-02-27T15:32:21.147Z [info] Applying migration 007_feedback
|
|
2990
|
-
2026-02-27T15:32:21.148Z [info] Applying migration 008_git_integration
|
|
2991
|
-
2026-02-27T15:32:21.149Z [info] Applying migration 009_embeddings
|
|
2992
|
-
2026-02-27T15:32:21.149Z [info] Migrations complete. Now at version 9
|
|
2993
|
-
2026-02-27T15:32:21.151Z [info] Running synapse decay cycle
|
|
2994
|
-
2026-02-27T15:32:21.151Z [info] Decay complete: 0 decayed, 1 pruned
|
|
2995
|
-
2026-02-27T15:32:21.130Z [info] Running 9 migration(s) from version 0
|
|
2996
|
-
2026-02-27T15:32:21.131Z [info] Applying migration 001_core_schema
|
|
2997
|
-
2026-02-27T15:32:21.132Z [info] Applying migration 002_learning_schema
|
|
2998
|
-
2026-02-27T15:32:21.132Z [info] Applying migration 003_code_schema
|
|
2999
|
-
2026-02-27T15:32:21.132Z [info] Applying migration 004_synapses_schema
|
|
3000
|
-
2026-02-27T15:32:21.132Z [info] Applying migration 005_fts_indexes
|
|
3001
|
-
2026-02-27T15:32:21.133Z [info] Applying migration 006_synapses_phase3
|
|
3002
|
-
2026-02-27T15:32:21.134Z [info] Applying migration 007_feedback
|
|
3003
|
-
2026-02-27T15:32:21.135Z [info] Applying migration 008_git_integration
|
|
3004
|
-
2026-02-27T15:32:21.136Z [info] Applying migration 009_embeddings
|
|
3005
|
-
2026-02-27T15:32:21.136Z [info] Migrations complete. Now at version 9
|
|
3006
|
-
2026-02-27T15:32:21.141Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3007
|
-
2026-02-27T15:32:21.142Z [info] Running 9 migration(s) from version 0
|
|
3008
|
-
2026-02-27T15:32:21.142Z [info] Applying migration 001_core_schema
|
|
3009
|
-
2026-02-27T15:32:21.142Z [info] Applying migration 002_learning_schema
|
|
3010
|
-
2026-02-27T15:32:21.143Z [info] Applying migration 003_code_schema
|
|
3011
|
-
2026-02-27T15:32:21.143Z [info] Applying migration 004_synapses_schema
|
|
3012
|
-
2026-02-27T15:32:21.143Z [info] Applying migration 005_fts_indexes
|
|
3013
|
-
2026-02-27T15:32:21.144Z [info] Applying migration 006_synapses_phase3
|
|
3014
|
-
2026-02-27T15:32:21.144Z [info] Applying migration 007_feedback
|
|
3015
|
-
2026-02-27T15:32:21.145Z [info] Applying migration 008_git_integration
|
|
3016
|
-
2026-02-27T15:32:21.146Z [info] Applying migration 009_embeddings
|
|
3017
|
-
2026-02-27T15:32:21.146Z [info] Migrations complete. Now at version 9
|
|
3018
|
-
2026-02-27T15:32:21.148Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3019
|
-
2026-02-27T15:32:21.149Z [info] Running 9 migration(s) from version 0
|
|
3020
|
-
2026-02-27T15:32:21.149Z [info] Applying migration 001_core_schema
|
|
3021
|
-
2026-02-27T15:32:21.149Z [info] Applying migration 002_learning_schema
|
|
3022
|
-
2026-02-27T15:32:21.149Z [info] Applying migration 003_code_schema
|
|
3023
|
-
2026-02-27T15:32:21.150Z [info] Applying migration 004_synapses_schema
|
|
3024
|
-
2026-02-27T15:32:21.150Z [info] Applying migration 005_fts_indexes
|
|
3025
|
-
2026-02-27T15:32:21.150Z [info] Applying migration 006_synapses_phase3
|
|
3026
|
-
2026-02-27T15:32:21.151Z [info] Applying migration 007_feedback
|
|
3027
|
-
2026-02-27T15:32:21.152Z [info] Applying migration 008_git_integration
|
|
3028
|
-
2026-02-27T15:32:21.153Z [info] Applying migration 009_embeddings
|
|
3029
|
-
2026-02-27T15:32:21.153Z [info] Migrations complete. Now at version 9
|
|
3030
|
-
2026-02-27T15:32:21.155Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3031
|
-
2026-02-27T15:32:21.156Z [info] Running 9 migration(s) from version 0
|
|
3032
|
-
2026-02-27T15:32:21.156Z [info] Applying migration 001_core_schema
|
|
3033
|
-
2026-02-27T15:32:21.156Z [info] Applying migration 002_learning_schema
|
|
3034
|
-
2026-02-27T15:32:21.156Z [info] Applying migration 003_code_schema
|
|
3035
|
-
2026-02-27T15:32:21.156Z [info] Applying migration 004_synapses_schema
|
|
3036
|
-
2026-02-27T15:32:21.157Z [info] Applying migration 005_fts_indexes
|
|
3037
|
-
2026-02-27T15:32:21.157Z [info] Applying migration 006_synapses_phase3
|
|
3038
|
-
2026-02-27T15:32:21.158Z [info] Applying migration 007_feedback
|
|
3039
|
-
2026-02-27T15:32:21.159Z [info] Applying migration 008_git_integration
|
|
3040
|
-
2026-02-27T15:32:21.160Z [info] Applying migration 009_embeddings
|
|
3041
|
-
2026-02-27T15:32:21.160Z [info] Migrations complete. Now at version 9
|
|
3042
|
-
2026-02-27T15:32:21.162Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3043
|
-
2026-02-27T15:32:21.133Z [info] Running 9 migration(s) from version 0
|
|
3044
|
-
2026-02-27T15:32:21.134Z [info] Applying migration 001_core_schema
|
|
3045
|
-
2026-02-27T15:32:21.134Z [info] Applying migration 002_learning_schema
|
|
3046
|
-
2026-02-27T15:32:21.135Z [info] Applying migration 003_code_schema
|
|
3047
|
-
2026-02-27T15:32:21.135Z [info] Applying migration 004_synapses_schema
|
|
3048
|
-
2026-02-27T15:32:21.135Z [info] Applying migration 005_fts_indexes
|
|
3049
|
-
2026-02-27T15:32:21.136Z [info] Applying migration 006_synapses_phase3
|
|
3050
|
-
2026-02-27T15:32:21.137Z [info] Applying migration 007_feedback
|
|
3051
|
-
2026-02-27T15:32:21.138Z [info] Applying migration 008_git_integration
|
|
3052
|
-
2026-02-27T15:32:21.140Z [info] Applying migration 009_embeddings
|
|
3053
|
-
2026-02-27T15:32:21.140Z [info] Migrations complete. Now at version 9
|
|
3054
|
-
2026-02-27T15:32:21.145Z [info] New error reported (id=1, type=TypeError)
|
|
3055
|
-
2026-02-27T15:32:21.147Z [info] Running 9 migration(s) from version 0
|
|
3056
|
-
2026-02-27T15:32:21.147Z [info] Applying migration 001_core_schema
|
|
3057
|
-
2026-02-27T15:32:21.148Z [info] Applying migration 002_learning_schema
|
|
3058
|
-
2026-02-27T15:32:21.148Z [info] Applying migration 003_code_schema
|
|
3059
|
-
2026-02-27T15:32:21.148Z [info] Applying migration 004_synapses_schema
|
|
3060
|
-
2026-02-27T15:32:21.148Z [info] Applying migration 005_fts_indexes
|
|
3061
|
-
2026-02-27T15:32:21.149Z [info] Applying migration 006_synapses_phase3
|
|
3062
|
-
2026-02-27T15:32:21.149Z [info] Applying migration 007_feedback
|
|
3063
|
-
2026-02-27T15:32:21.150Z [info] Applying migration 008_git_integration
|
|
3064
|
-
2026-02-27T15:32:21.151Z [info] Applying migration 009_embeddings
|
|
3065
|
-
2026-02-27T15:32:21.151Z [info] Migrations complete. Now at version 9
|
|
3066
|
-
2026-02-27T15:32:21.154Z [info] New error reported (id=1, type=TypeError)
|
|
3067
|
-
2026-02-27T15:32:21.154Z [info] Solution reported (id=1) for error 1
|
|
3068
|
-
2026-02-27T15:32:21.154Z [info] Running 9 migration(s) from version 0
|
|
3069
|
-
2026-02-27T15:32:21.154Z [info] Applying migration 001_core_schema
|
|
3070
|
-
2026-02-27T15:32:21.155Z [info] Applying migration 002_learning_schema
|
|
3071
|
-
2026-02-27T15:32:21.155Z [info] Applying migration 003_code_schema
|
|
3072
|
-
2026-02-27T15:32:21.155Z [info] Applying migration 004_synapses_schema
|
|
3073
|
-
2026-02-27T15:32:21.155Z [info] Applying migration 005_fts_indexes
|
|
3074
|
-
2026-02-27T15:32:21.156Z [info] Applying migration 006_synapses_phase3
|
|
3075
|
-
2026-02-27T15:32:21.157Z [info] Applying migration 007_feedback
|
|
3076
|
-
2026-02-27T15:32:21.158Z [info] Applying migration 008_git_integration
|
|
3077
|
-
2026-02-27T15:32:21.158Z [info] Applying migration 009_embeddings
|
|
3078
|
-
2026-02-27T15:32:21.159Z [info] Migrations complete. Now at version 9
|
|
3079
|
-
2026-02-27T15:32:21.161Z [info] New error reported (id=1, type=TypeError)
|
|
3080
|
-
2026-02-27T15:32:21.161Z [info] Known error (id=1), occurrence incremented
|
|
3081
|
-
2026-02-27T15:32:21.162Z [info] Running 9 migration(s) from version 0
|
|
3082
|
-
2026-02-27T15:32:21.162Z [info] Applying migration 001_core_schema
|
|
3083
|
-
2026-02-27T15:32:21.162Z [info] Applying migration 002_learning_schema
|
|
3084
|
-
2026-02-27T15:32:21.162Z [info] Applying migration 003_code_schema
|
|
3085
|
-
2026-02-27T15:32:21.163Z [info] Applying migration 004_synapses_schema
|
|
3086
|
-
2026-02-27T15:32:21.163Z [info] Applying migration 005_fts_indexes
|
|
3087
|
-
2026-02-27T15:32:21.164Z [info] Applying migration 006_synapses_phase3
|
|
3088
|
-
2026-02-27T15:32:21.164Z [info] Applying migration 007_feedback
|
|
3089
|
-
2026-02-27T15:32:21.165Z [info] Applying migration 008_git_integration
|
|
3090
|
-
2026-02-27T15:32:21.166Z [info] Applying migration 009_embeddings
|
|
3091
|
-
2026-02-27T15:32:21.166Z [info] Migrations complete. Now at version 9
|
|
3092
|
-
2026-02-27T15:32:21.168Z [info] New error reported (id=1, type=Error)
|
|
3093
|
-
2026-02-27T15:32:21.175Z [info] Running 9 migration(s) from version 0
|
|
3094
|
-
2026-02-27T15:32:21.177Z [info] Applying migration 001_core_schema
|
|
3095
|
-
2026-02-27T15:32:21.177Z [info] Applying migration 002_learning_schema
|
|
3096
|
-
2026-02-27T15:32:21.177Z [info] Applying migration 003_code_schema
|
|
3097
|
-
2026-02-27T15:32:21.178Z [info] Applying migration 004_synapses_schema
|
|
3098
|
-
2026-02-27T15:32:21.178Z [info] Applying migration 005_fts_indexes
|
|
3099
|
-
2026-02-27T15:32:21.179Z [info] Applying migration 006_synapses_phase3
|
|
3100
|
-
2026-02-27T15:32:21.179Z [info] Applying migration 007_feedback
|
|
3101
|
-
2026-02-27T15:32:21.180Z [info] Applying migration 008_git_integration
|
|
3102
|
-
2026-02-27T15:32:21.181Z [info] Applying migration 009_embeddings
|
|
3103
|
-
2026-02-27T15:32:21.182Z [info] Migrations complete. Now at version 9
|
|
3104
|
-
2026-02-27T15:32:21.186Z [info] New error reported (id=1, type=Error)
|
|
3105
|
-
2026-02-27T15:36:08.570Z [info] Running 9 migration(s) from version 0
|
|
3106
|
-
2026-02-27T15:36:08.572Z [info] Applying migration 001_core_schema
|
|
3107
|
-
2026-02-27T15:36:08.572Z [info] Applying migration 002_learning_schema
|
|
3108
|
-
2026-02-27T15:36:08.573Z [info] Applying migration 003_code_schema
|
|
3109
|
-
2026-02-27T15:36:08.573Z [info] Applying migration 004_synapses_schema
|
|
3110
|
-
2026-02-27T15:36:08.573Z [info] Applying migration 005_fts_indexes
|
|
3111
|
-
2026-02-27T15:36:08.574Z [info] Applying migration 006_synapses_phase3
|
|
3112
|
-
2026-02-27T15:36:08.574Z [info] Applying migration 007_feedback
|
|
3113
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 008_git_integration
|
|
3114
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 009_embeddings
|
|
3115
|
-
2026-02-27T15:36:08.577Z [info] Migrations complete. Now at version 9
|
|
3116
|
-
2026-02-27T15:36:08.580Z [info] Running 9 migration(s) from version 0
|
|
3117
|
-
2026-02-27T15:36:08.580Z [info] Applying migration 001_core_schema
|
|
3118
|
-
2026-02-27T15:36:08.580Z [info] Applying migration 002_learning_schema
|
|
3119
|
-
2026-02-27T15:36:08.580Z [info] Applying migration 003_code_schema
|
|
3120
|
-
2026-02-27T15:36:08.581Z [info] Applying migration 004_synapses_schema
|
|
3121
|
-
2026-02-27T15:36:08.581Z [info] Applying migration 005_fts_indexes
|
|
3122
|
-
2026-02-27T15:36:08.581Z [info] Applying migration 006_synapses_phase3
|
|
3123
|
-
2026-02-27T15:36:08.582Z [info] Applying migration 007_feedback
|
|
3124
|
-
2026-02-27T15:36:08.583Z [info] Applying migration 008_git_integration
|
|
3125
|
-
2026-02-27T15:36:08.583Z [info] Applying migration 009_embeddings
|
|
3126
|
-
2026-02-27T15:36:08.584Z [info] Migrations complete. Now at version 9
|
|
3127
|
-
2026-02-27T15:36:08.586Z [info] Gap analysis complete: 1 insights
|
|
3128
|
-
2026-02-27T15:36:08.574Z [info] Running 9 migration(s) from version 0
|
|
3129
|
-
2026-02-27T15:36:08.575Z [info] Applying migration 001_core_schema
|
|
3130
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 002_learning_schema
|
|
3131
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 003_code_schema
|
|
3132
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 004_synapses_schema
|
|
3133
|
-
2026-02-27T15:36:08.577Z [info] Applying migration 005_fts_indexes
|
|
3134
|
-
2026-02-27T15:36:08.577Z [info] Applying migration 006_synapses_phase3
|
|
3135
|
-
2026-02-27T15:36:08.578Z [info] Applying migration 007_feedback
|
|
3136
|
-
2026-02-27T15:36:08.579Z [info] Applying migration 008_git_integration
|
|
3137
|
-
2026-02-27T15:36:08.580Z [info] Applying migration 009_embeddings
|
|
3138
|
-
2026-02-27T15:36:08.580Z [info] Migrations complete. Now at version 9
|
|
3139
|
-
2026-02-27T15:36:08.583Z [info] Running 9 migration(s) from version 0
|
|
3140
|
-
2026-02-27T15:36:08.583Z [info] Applying migration 001_core_schema
|
|
3141
|
-
2026-02-27T15:36:08.584Z [info] Applying migration 002_learning_schema
|
|
3142
|
-
2026-02-27T15:36:08.584Z [info] Applying migration 003_code_schema
|
|
3143
|
-
2026-02-27T15:36:08.584Z [info] Applying migration 004_synapses_schema
|
|
3144
|
-
2026-02-27T15:36:08.584Z [info] Applying migration 005_fts_indexes
|
|
3145
|
-
2026-02-27T15:36:08.585Z [info] Applying migration 006_synapses_phase3
|
|
3146
|
-
2026-02-27T15:36:08.585Z [info] Applying migration 007_feedback
|
|
3147
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 008_git_integration
|
|
3148
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 009_embeddings
|
|
3149
|
-
2026-02-27T15:36:08.588Z [info] Migrations complete. Now at version 9
|
|
3150
|
-
2026-02-27T15:36:08.590Z [info] Trend analysis complete: 0 insights
|
|
3151
|
-
2026-02-27T15:36:08.572Z [info] Running 9 migration(s) from version 0
|
|
3152
|
-
2026-02-27T15:36:08.574Z [info] Applying migration 001_core_schema
|
|
3153
|
-
2026-02-27T15:36:08.575Z [info] Applying migration 002_learning_schema
|
|
3154
|
-
2026-02-27T15:36:08.575Z [info] Applying migration 003_code_schema
|
|
3155
|
-
2026-02-27T15:36:08.575Z [info] Applying migration 004_synapses_schema
|
|
3156
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 005_fts_indexes
|
|
3157
|
-
2026-02-27T15:36:08.577Z [info] Applying migration 006_synapses_phase3
|
|
3158
|
-
2026-02-27T15:36:08.577Z [info] Applying migration 007_feedback
|
|
3159
|
-
2026-02-27T15:36:08.578Z [info] Applying migration 008_git_integration
|
|
3160
|
-
2026-02-27T15:36:08.579Z [info] Applying migration 009_embeddings
|
|
3161
|
-
2026-02-27T15:36:08.580Z [info] Migrations complete. Now at version 9
|
|
3162
|
-
2026-02-27T15:36:08.583Z [info] Running 9 migration(s) from version 0
|
|
3163
|
-
2026-02-27T15:36:08.583Z [info] Applying migration 001_core_schema
|
|
3164
|
-
2026-02-27T15:36:08.583Z [info] Applying migration 002_learning_schema
|
|
3165
|
-
2026-02-27T15:36:08.583Z [info] Applying migration 003_code_schema
|
|
3166
|
-
2026-02-27T15:36:08.584Z [info] Applying migration 004_synapses_schema
|
|
3167
|
-
2026-02-27T15:36:08.584Z [info] Applying migration 005_fts_indexes
|
|
3168
|
-
2026-02-27T15:36:08.584Z [info] Applying migration 006_synapses_phase3
|
|
3169
|
-
2026-02-27T15:36:08.585Z [info] Applying migration 007_feedback
|
|
3170
|
-
2026-02-27T15:36:08.586Z [info] Applying migration 008_git_integration
|
|
3171
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 009_embeddings
|
|
3172
|
-
2026-02-27T15:36:08.587Z [info] Migrations complete. Now at version 9
|
|
3173
|
-
2026-02-27T15:36:08.589Z [info] Running 9 migration(s) from version 0
|
|
3174
|
-
2026-02-27T15:36:08.589Z [info] Applying migration 001_core_schema
|
|
3175
|
-
2026-02-27T15:36:08.590Z [info] Applying migration 002_learning_schema
|
|
3176
|
-
2026-02-27T15:36:08.590Z [info] Applying migration 003_code_schema
|
|
3177
|
-
2026-02-27T15:36:08.590Z [info] Applying migration 004_synapses_schema
|
|
3178
|
-
2026-02-27T15:36:08.591Z [info] Applying migration 005_fts_indexes
|
|
3179
|
-
2026-02-27T15:36:08.592Z [info] Applying migration 006_synapses_phase3
|
|
3180
|
-
2026-02-27T15:36:08.592Z [info] Applying migration 007_feedback
|
|
3181
|
-
2026-02-27T15:36:08.594Z [info] Applying migration 008_git_integration
|
|
3182
|
-
2026-02-27T15:36:08.595Z [info] Applying migration 009_embeddings
|
|
3183
|
-
2026-02-27T15:36:08.596Z [info] Migrations complete. Now at version 9
|
|
3184
|
-
2026-02-27T15:36:08.598Z [info] Running 9 migration(s) from version 0
|
|
3185
|
-
2026-02-27T15:36:08.599Z [info] Applying migration 001_core_schema
|
|
3186
|
-
2026-02-27T15:36:08.599Z [info] Applying migration 002_learning_schema
|
|
3187
|
-
2026-02-27T15:36:08.599Z [info] Applying migration 003_code_schema
|
|
3188
|
-
2026-02-27T15:36:08.600Z [info] Applying migration 004_synapses_schema
|
|
3189
|
-
2026-02-27T15:36:08.600Z [info] Applying migration 005_fts_indexes
|
|
3190
|
-
2026-02-27T15:36:08.601Z [info] Applying migration 006_synapses_phase3
|
|
3191
|
-
2026-02-27T15:36:08.601Z [info] Applying migration 007_feedback
|
|
3192
|
-
2026-02-27T15:36:08.603Z [info] Applying migration 008_git_integration
|
|
3193
|
-
2026-02-27T15:36:08.603Z [info] Applying migration 009_embeddings
|
|
3194
|
-
2026-02-27T15:36:08.604Z [info] Migrations complete. Now at version 9
|
|
3195
|
-
2026-02-27T15:36:08.573Z [info] Running 9 migration(s) from version 0
|
|
3196
|
-
2026-02-27T15:36:08.575Z [info] Applying migration 001_core_schema
|
|
3197
|
-
2026-02-27T15:36:08.575Z [info] Applying migration 002_learning_schema
|
|
3198
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 003_code_schema
|
|
3199
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 004_synapses_schema
|
|
3200
|
-
2026-02-27T15:36:08.577Z [info] Applying migration 005_fts_indexes
|
|
3201
|
-
2026-02-27T15:36:08.578Z [info] Applying migration 006_synapses_phase3
|
|
3202
|
-
2026-02-27T15:36:08.578Z [info] Applying migration 007_feedback
|
|
3203
|
-
2026-02-27T15:36:08.580Z [info] Applying migration 008_git_integration
|
|
3204
|
-
2026-02-27T15:36:08.581Z [info] Applying migration 009_embeddings
|
|
3205
|
-
2026-02-27T15:36:08.582Z [info] Migrations complete. Now at version 9
|
|
3206
|
-
2026-02-27T15:36:08.586Z [info] Running 9 migration(s) from version 0
|
|
3207
|
-
2026-02-27T15:36:08.586Z [info] Applying migration 001_core_schema
|
|
3208
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 002_learning_schema
|
|
3209
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 003_code_schema
|
|
3210
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 004_synapses_schema
|
|
3211
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 005_fts_indexes
|
|
3212
|
-
2026-02-27T15:36:08.588Z [info] Applying migration 006_synapses_phase3
|
|
3213
|
-
2026-02-27T15:36:08.589Z [info] Applying migration 007_feedback
|
|
3214
|
-
2026-02-27T15:36:08.590Z [info] Applying migration 008_git_integration
|
|
3215
|
-
2026-02-27T15:36:08.591Z [info] Applying migration 009_embeddings
|
|
3216
|
-
2026-02-27T15:36:08.591Z [info] Migrations complete. Now at version 9
|
|
3217
|
-
2026-02-27T15:36:08.593Z [info] Running 9 migration(s) from version 0
|
|
3218
|
-
2026-02-27T15:36:08.593Z [info] Applying migration 001_core_schema
|
|
3219
|
-
2026-02-27T15:36:08.594Z [info] Applying migration 002_learning_schema
|
|
3220
|
-
2026-02-27T15:36:08.594Z [info] Applying migration 003_code_schema
|
|
3221
|
-
2026-02-27T15:36:08.594Z [info] Applying migration 004_synapses_schema
|
|
3222
|
-
2026-02-27T15:36:08.594Z [info] Applying migration 005_fts_indexes
|
|
3223
|
-
2026-02-27T15:36:08.595Z [info] Applying migration 006_synapses_phase3
|
|
3224
|
-
2026-02-27T15:36:08.596Z [info] Applying migration 007_feedback
|
|
3225
|
-
2026-02-27T15:36:08.597Z [info] Applying migration 008_git_integration
|
|
3226
|
-
2026-02-27T15:36:08.598Z [info] Applying migration 009_embeddings
|
|
3227
|
-
2026-02-27T15:36:08.599Z [info] Migrations complete. Now at version 9
|
|
3228
|
-
2026-02-27T15:36:08.604Z [info] Running 9 migration(s) from version 0
|
|
3229
|
-
2026-02-27T15:36:08.604Z [info] Applying migration 001_core_schema
|
|
3230
|
-
2026-02-27T15:36:08.605Z [info] Applying migration 002_learning_schema
|
|
3231
|
-
2026-02-27T15:36:08.605Z [info] Applying migration 003_code_schema
|
|
3232
|
-
2026-02-27T15:36:08.605Z [info] Applying migration 004_synapses_schema
|
|
3233
|
-
2026-02-27T15:36:08.606Z [info] Applying migration 005_fts_indexes
|
|
3234
|
-
2026-02-27T15:36:08.606Z [info] Applying migration 006_synapses_phase3
|
|
3235
|
-
2026-02-27T15:36:08.607Z [info] Applying migration 007_feedback
|
|
3236
|
-
2026-02-27T15:36:08.609Z [info] Applying migration 008_git_integration
|
|
3237
|
-
2026-02-27T15:36:08.609Z [info] Applying migration 009_embeddings
|
|
3238
|
-
2026-02-27T15:36:08.610Z [info] Migrations complete. Now at version 9
|
|
3239
|
-
2026-02-27T15:36:08.574Z [info] Running 9 migration(s) from version 0
|
|
3240
|
-
2026-02-27T15:36:08.575Z [info] Applying migration 001_core_schema
|
|
3241
|
-
2026-02-27T15:36:08.576Z [info] Applying migration 002_learning_schema
|
|
3242
|
-
2026-02-27T15:36:08.577Z [info] Applying migration 003_code_schema
|
|
3243
|
-
2026-02-27T15:36:08.577Z [info] Applying migration 004_synapses_schema
|
|
3244
|
-
2026-02-27T15:36:08.577Z [info] Applying migration 005_fts_indexes
|
|
3245
|
-
2026-02-27T15:36:08.578Z [info] Applying migration 006_synapses_phase3
|
|
3246
|
-
2026-02-27T15:36:08.579Z [info] Applying migration 007_feedback
|
|
3247
|
-
2026-02-27T15:36:08.581Z [info] Applying migration 008_git_integration
|
|
3248
|
-
2026-02-27T15:36:08.582Z [info] Applying migration 009_embeddings
|
|
3249
|
-
2026-02-27T15:36:08.582Z [info] Migrations complete. Now at version 9
|
|
3250
|
-
2026-02-27T15:36:08.587Z [info] Running 9 migration(s) from version 0
|
|
3251
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 001_core_schema
|
|
3252
|
-
2026-02-27T15:36:08.587Z [info] Applying migration 002_learning_schema
|
|
3253
|
-
2026-02-27T15:36:08.588Z [info] Applying migration 003_code_schema
|
|
3254
|
-
2026-02-27T15:36:08.588Z [info] Applying migration 004_synapses_schema
|
|
3255
|
-
2026-02-27T15:36:08.588Z [info] Applying migration 005_fts_indexes
|
|
3256
|
-
2026-02-27T15:36:08.589Z [info] Applying migration 006_synapses_phase3
|
|
3257
|
-
2026-02-27T15:36:08.590Z [info] Applying migration 007_feedback
|
|
3258
|
-
2026-02-27T15:36:08.592Z [info] Applying migration 008_git_integration
|
|
3259
|
-
2026-02-27T15:36:08.593Z [info] Applying migration 009_embeddings
|
|
3260
|
-
2026-02-27T15:36:08.593Z [info] Migrations complete. Now at version 9
|
|
3261
|
-
2026-02-27T15:36:08.597Z [info] Running 9 migration(s) from version 0
|
|
3262
|
-
2026-02-27T15:36:08.597Z [info] Applying migration 001_core_schema
|
|
3263
|
-
2026-02-27T15:36:08.597Z [info] Applying migration 002_learning_schema
|
|
3264
|
-
2026-02-27T15:36:08.597Z [info] Applying migration 003_code_schema
|
|
3265
|
-
2026-02-27T15:36:08.598Z [info] Applying migration 004_synapses_schema
|
|
3266
|
-
2026-02-27T15:36:08.598Z [info] Applying migration 005_fts_indexes
|
|
3267
|
-
2026-02-27T15:36:08.599Z [info] Applying migration 006_synapses_phase3
|
|
3268
|
-
2026-02-27T15:36:08.600Z [info] Applying migration 007_feedback
|
|
3269
|
-
2026-02-27T15:36:08.602Z [info] Applying migration 008_git_integration
|
|
3270
|
-
2026-02-27T15:36:08.602Z [info] Applying migration 009_embeddings
|
|
3271
|
-
2026-02-27T15:36:08.603Z [info] Migrations complete. Now at version 9
|
|
3272
|
-
2026-02-27T15:36:08.606Z [info] Running 9 migration(s) from version 0
|
|
3273
|
-
2026-02-27T15:36:08.606Z [info] Applying migration 001_core_schema
|
|
3274
|
-
2026-02-27T15:36:08.607Z [info] Applying migration 002_learning_schema
|
|
3275
|
-
2026-02-27T15:36:08.607Z [info] Applying migration 003_code_schema
|
|
3276
|
-
2026-02-27T15:36:08.607Z [info] Applying migration 004_synapses_schema
|
|
3277
|
-
2026-02-27T15:36:08.608Z [info] Applying migration 005_fts_indexes
|
|
3278
|
-
2026-02-27T15:36:08.608Z [info] Applying migration 006_synapses_phase3
|
|
3279
|
-
2026-02-27T15:36:08.609Z [info] Applying migration 007_feedback
|
|
3280
|
-
2026-02-27T15:36:08.610Z [info] Applying migration 008_git_integration
|
|
3281
|
-
2026-02-27T15:36:08.611Z [info] Applying migration 009_embeddings
|
|
3282
|
-
2026-02-27T15:36:08.612Z [info] Migrations complete. Now at version 9
|
|
3283
|
-
2026-02-27T15:36:08.592Z [info] Running 9 migration(s) from version 0
|
|
3284
|
-
2026-02-27T15:36:08.594Z [info] Applying migration 001_core_schema
|
|
3285
|
-
2026-02-27T15:36:08.594Z [info] Applying migration 002_learning_schema
|
|
3286
|
-
2026-02-27T15:36:08.595Z [info] Applying migration 003_code_schema
|
|
3287
|
-
2026-02-27T15:36:08.595Z [info] Applying migration 004_synapses_schema
|
|
3288
|
-
2026-02-27T15:36:08.596Z [info] Applying migration 005_fts_indexes
|
|
3289
|
-
2026-02-27T15:36:08.596Z [info] Applying migration 006_synapses_phase3
|
|
3290
|
-
2026-02-27T15:36:08.597Z [info] Applying migration 007_feedback
|
|
3291
|
-
2026-02-27T15:36:08.598Z [info] Applying migration 008_git_integration
|
|
3292
|
-
2026-02-27T15:36:08.599Z [info] Applying migration 009_embeddings
|
|
3293
|
-
2026-02-27T15:36:08.599Z [info] Migrations complete. Now at version 9
|
|
3294
|
-
2026-02-27T15:36:08.603Z [info] Running 9 migration(s) from version 0
|
|
3295
|
-
2026-02-27T15:36:08.603Z [info] Applying migration 001_core_schema
|
|
3296
|
-
2026-02-27T15:36:08.603Z [info] Applying migration 002_learning_schema
|
|
3297
|
-
2026-02-27T15:36:08.603Z [info] Applying migration 003_code_schema
|
|
3298
|
-
2026-02-27T15:36:08.604Z [info] Applying migration 004_synapses_schema
|
|
3299
|
-
2026-02-27T15:36:08.604Z [info] Applying migration 005_fts_indexes
|
|
3300
|
-
2026-02-27T15:36:08.604Z [info] Applying migration 006_synapses_phase3
|
|
3301
|
-
2026-02-27T15:36:08.605Z [info] Applying migration 007_feedback
|
|
3302
|
-
2026-02-27T15:36:08.606Z [info] Applying migration 008_git_integration
|
|
3303
|
-
2026-02-27T15:36:08.607Z [info] Applying migration 009_embeddings
|
|
3304
|
-
2026-02-27T15:36:08.607Z [info] Migrations complete. Now at version 9
|
|
3305
|
-
2026-02-27T15:36:08.609Z [info] Running 9 migration(s) from version 0
|
|
3306
|
-
2026-02-27T15:36:08.609Z [info] Applying migration 001_core_schema
|
|
3307
|
-
2026-02-27T15:36:08.610Z [info] Applying migration 002_learning_schema
|
|
3308
|
-
2026-02-27T15:36:08.610Z [info] Applying migration 003_code_schema
|
|
3309
|
-
2026-02-27T15:36:08.610Z [info] Applying migration 004_synapses_schema
|
|
3310
|
-
2026-02-27T15:36:08.610Z [info] Applying migration 005_fts_indexes
|
|
3311
|
-
2026-02-27T15:36:08.611Z [info] Applying migration 006_synapses_phase3
|
|
3312
|
-
2026-02-27T15:36:08.611Z [info] Applying migration 007_feedback
|
|
3313
|
-
2026-02-27T15:36:08.612Z [info] Applying migration 008_git_integration
|
|
3314
|
-
2026-02-27T15:36:08.613Z [info] Applying migration 009_embeddings
|
|
3315
|
-
2026-02-27T15:36:08.613Z [info] Migrations complete. Now at version 9
|
|
3316
|
-
2026-02-27T15:36:08.616Z [info] Running 9 migration(s) from version 0
|
|
3317
|
-
2026-02-27T15:36:08.616Z [info] Applying migration 001_core_schema
|
|
3318
|
-
2026-02-27T15:36:08.616Z [info] Applying migration 002_learning_schema
|
|
3319
|
-
2026-02-27T15:36:08.616Z [info] Applying migration 003_code_schema
|
|
3320
|
-
2026-02-27T15:36:08.617Z [info] Applying migration 004_synapses_schema
|
|
3321
|
-
2026-02-27T15:36:08.617Z [info] Applying migration 005_fts_indexes
|
|
3322
|
-
2026-02-27T15:36:08.617Z [info] Applying migration 006_synapses_phase3
|
|
3323
|
-
2026-02-27T15:36:08.618Z [info] Applying migration 007_feedback
|
|
3324
|
-
2026-02-27T15:36:08.619Z [info] Applying migration 008_git_integration
|
|
3325
|
-
2026-02-27T15:36:08.619Z [info] Applying migration 009_embeddings
|
|
3326
|
-
2026-02-27T15:36:08.620Z [info] Migrations complete. Now at version 9
|
|
3327
|
-
2026-02-27T15:36:08.622Z [info] Running 9 migration(s) from version 0
|
|
3328
|
-
2026-02-27T15:36:08.622Z [info] Applying migration 001_core_schema
|
|
3329
|
-
2026-02-27T15:36:08.622Z [info] Applying migration 002_learning_schema
|
|
3330
|
-
2026-02-27T15:36:08.622Z [info] Applying migration 003_code_schema
|
|
3331
|
-
2026-02-27T15:36:08.622Z [info] Applying migration 004_synapses_schema
|
|
3332
|
-
2026-02-27T15:36:08.623Z [info] Applying migration 005_fts_indexes
|
|
3333
|
-
2026-02-27T15:36:08.623Z [info] Applying migration 006_synapses_phase3
|
|
3334
|
-
2026-02-27T15:36:08.624Z [info] Applying migration 007_feedback
|
|
3335
|
-
2026-02-27T15:36:08.625Z [info] Applying migration 008_git_integration
|
|
3336
|
-
2026-02-27T15:36:08.625Z [info] Applying migration 009_embeddings
|
|
3337
|
-
2026-02-27T15:36:08.626Z [info] Migrations complete. Now at version 9
|
|
3338
|
-
2026-02-27T15:36:08.627Z [info] Running synapse decay cycle
|
|
3339
|
-
2026-02-27T15:36:08.628Z [info] Decay complete: 0 decayed, 1 pruned
|
|
3340
|
-
2026-02-27T15:36:08.597Z [info] Running 9 migration(s) from version 0
|
|
3341
|
-
2026-02-27T15:36:08.598Z [info] Applying migration 001_core_schema
|
|
3342
|
-
2026-02-27T15:36:08.599Z [info] Applying migration 002_learning_schema
|
|
3343
|
-
2026-02-27T15:36:08.599Z [info] Applying migration 003_code_schema
|
|
3344
|
-
2026-02-27T15:36:08.600Z [info] Applying migration 004_synapses_schema
|
|
3345
|
-
2026-02-27T15:36:08.600Z [info] Applying migration 005_fts_indexes
|
|
3346
|
-
2026-02-27T15:36:08.601Z [info] Applying migration 006_synapses_phase3
|
|
3347
|
-
2026-02-27T15:36:08.601Z [info] Applying migration 007_feedback
|
|
3348
|
-
2026-02-27T15:36:08.603Z [info] Applying migration 008_git_integration
|
|
3349
|
-
2026-02-27T15:36:08.604Z [info] Applying migration 009_embeddings
|
|
3350
|
-
2026-02-27T15:36:08.605Z [info] Migrations complete. Now at version 9
|
|
3351
|
-
2026-02-27T15:36:08.608Z [info] Learning cycle starting
|
|
3352
|
-
2026-02-27T15:36:08.609Z [info] Running synapse decay cycle
|
|
3353
|
-
2026-02-27T15:36:08.609Z [info] Decay complete: 0 decayed, 0 pruned
|
|
3354
|
-
2026-02-27T15:36:08.609Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
3355
|
-
2026-02-27T15:36:08.610Z [info] Running 9 migration(s) from version 0
|
|
3356
|
-
2026-02-27T15:36:08.610Z [info] Applying migration 001_core_schema
|
|
3357
|
-
2026-02-27T15:36:08.611Z [info] Applying migration 002_learning_schema
|
|
3358
|
-
2026-02-27T15:36:08.611Z [info] Applying migration 003_code_schema
|
|
3359
|
-
2026-02-27T15:36:08.611Z [info] Applying migration 004_synapses_schema
|
|
3360
|
-
2026-02-27T15:36:08.612Z [info] Applying migration 005_fts_indexes
|
|
3361
|
-
2026-02-27T15:36:08.612Z [info] Applying migration 006_synapses_phase3
|
|
3362
|
-
2026-02-27T15:36:08.613Z [info] Applying migration 007_feedback
|
|
3363
|
-
2026-02-27T15:36:08.615Z [info] Applying migration 008_git_integration
|
|
3364
|
-
2026-02-27T15:36:08.615Z [info] Applying migration 009_embeddings
|
|
3365
|
-
2026-02-27T15:36:08.616Z [info] Migrations complete. Now at version 9
|
|
3366
|
-
2026-02-27T15:36:08.619Z [info] Learning cycle starting
|
|
3367
|
-
2026-02-27T15:36:08.619Z [info] Running synapse decay cycle
|
|
3368
|
-
2026-02-27T15:36:08.619Z [info] Decay complete: 0 decayed, 0 pruned
|
|
3369
|
-
2026-02-27T15:36:08.619Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (0ms)
|
|
3370
|
-
2026-02-27T15:36:08.620Z [info] Running 9 migration(s) from version 0
|
|
3371
|
-
2026-02-27T15:36:08.620Z [info] Applying migration 001_core_schema
|
|
3372
|
-
2026-02-27T15:36:08.620Z [info] Applying migration 002_learning_schema
|
|
3373
|
-
2026-02-27T15:36:08.621Z [info] Applying migration 003_code_schema
|
|
3374
|
-
2026-02-27T15:36:08.621Z [info] Applying migration 004_synapses_schema
|
|
3375
|
-
2026-02-27T15:36:08.621Z [info] Applying migration 005_fts_indexes
|
|
3376
|
-
2026-02-27T15:36:08.622Z [info] Applying migration 006_synapses_phase3
|
|
3377
|
-
2026-02-27T15:36:08.623Z [info] Applying migration 007_feedback
|
|
3378
|
-
2026-02-27T15:36:08.624Z [info] Applying migration 008_git_integration
|
|
3379
|
-
2026-02-27T15:36:08.625Z [info] Applying migration 009_embeddings
|
|
3380
|
-
2026-02-27T15:36:08.625Z [info] Migrations complete. Now at version 9
|
|
3381
|
-
2026-02-27T15:36:08.611Z [info] Running 9 migration(s) from version 0
|
|
3382
|
-
2026-02-27T15:36:08.612Z [info] Applying migration 001_core_schema
|
|
3383
|
-
2026-02-27T15:36:08.613Z [info] Applying migration 002_learning_schema
|
|
3384
|
-
2026-02-27T15:36:08.613Z [info] Applying migration 003_code_schema
|
|
3385
|
-
2026-02-27T15:36:08.614Z [info] Applying migration 004_synapses_schema
|
|
3386
|
-
2026-02-27T15:36:08.614Z [info] Applying migration 005_fts_indexes
|
|
3387
|
-
2026-02-27T15:36:08.615Z [info] Applying migration 006_synapses_phase3
|
|
3388
|
-
2026-02-27T15:36:08.615Z [info] Applying migration 007_feedback
|
|
3389
|
-
2026-02-27T15:36:08.616Z [info] Applying migration 008_git_integration
|
|
3390
|
-
2026-02-27T15:36:08.617Z [info] Applying migration 009_embeddings
|
|
3391
|
-
2026-02-27T15:36:08.618Z [info] Migrations complete. Now at version 9
|
|
3392
|
-
2026-02-27T15:36:08.621Z [info] New error reported (id=1, type=TypeError)
|
|
3393
|
-
2026-02-27T15:36:08.622Z [info] Running 9 migration(s) from version 0
|
|
3394
|
-
2026-02-27T15:36:08.622Z [info] Applying migration 001_core_schema
|
|
3395
|
-
2026-02-27T15:36:08.622Z [info] Applying migration 002_learning_schema
|
|
3396
|
-
2026-02-27T15:36:08.623Z [info] Applying migration 003_code_schema
|
|
3397
|
-
2026-02-27T15:36:08.623Z [info] Applying migration 004_synapses_schema
|
|
3398
|
-
2026-02-27T15:36:08.623Z [info] Applying migration 005_fts_indexes
|
|
3399
|
-
2026-02-27T15:36:08.623Z [info] Applying migration 006_synapses_phase3
|
|
3400
|
-
2026-02-27T15:36:08.624Z [info] Applying migration 007_feedback
|
|
3401
|
-
2026-02-27T15:36:08.625Z [info] Applying migration 008_git_integration
|
|
3402
|
-
2026-02-27T15:36:08.626Z [info] Applying migration 009_embeddings
|
|
3403
|
-
2026-02-27T15:36:08.626Z [info] Migrations complete. Now at version 9
|
|
3404
|
-
2026-02-27T15:36:08.628Z [info] New error reported (id=1, type=TypeError)
|
|
3405
|
-
2026-02-27T15:36:08.628Z [info] Solution reported (id=1) for error 1
|
|
3406
|
-
2026-02-27T15:36:08.629Z [info] Running 9 migration(s) from version 0
|
|
3407
|
-
2026-02-27T15:36:08.629Z [info] Applying migration 001_core_schema
|
|
3408
|
-
2026-02-27T15:36:08.629Z [info] Applying migration 002_learning_schema
|
|
3409
|
-
2026-02-27T15:36:08.629Z [info] Applying migration 003_code_schema
|
|
3410
|
-
2026-02-27T15:36:08.630Z [info] Applying migration 004_synapses_schema
|
|
3411
|
-
2026-02-27T15:36:08.630Z [info] Applying migration 005_fts_indexes
|
|
3412
|
-
2026-02-27T15:36:08.630Z [info] Applying migration 006_synapses_phase3
|
|
3413
|
-
2026-02-27T15:36:08.631Z [info] Applying migration 007_feedback
|
|
3414
|
-
2026-02-27T15:36:08.632Z [info] Applying migration 008_git_integration
|
|
3415
|
-
2026-02-27T15:36:08.633Z [info] Applying migration 009_embeddings
|
|
3416
|
-
2026-02-27T15:36:08.633Z [info] Migrations complete. Now at version 9
|
|
3417
|
-
2026-02-27T15:36:08.635Z [info] New error reported (id=1, type=TypeError)
|
|
3418
|
-
2026-02-27T15:36:08.635Z [info] Known error (id=1), occurrence incremented
|
|
3419
|
-
2026-02-27T15:36:08.636Z [info] Running 9 migration(s) from version 0
|
|
3420
|
-
2026-02-27T15:36:08.636Z [info] Applying migration 001_core_schema
|
|
3421
|
-
2026-02-27T15:36:08.636Z [info] Applying migration 002_learning_schema
|
|
3422
|
-
2026-02-27T15:36:08.636Z [info] Applying migration 003_code_schema
|
|
3423
|
-
2026-02-27T15:36:08.636Z [info] Applying migration 004_synapses_schema
|
|
3424
|
-
2026-02-27T15:36:08.637Z [info] Applying migration 005_fts_indexes
|
|
3425
|
-
2026-02-27T15:36:08.637Z [info] Applying migration 006_synapses_phase3
|
|
3426
|
-
2026-02-27T15:36:08.638Z [info] Applying migration 007_feedback
|
|
3427
|
-
2026-02-27T15:36:08.639Z [info] Applying migration 008_git_integration
|
|
3428
|
-
2026-02-27T15:36:08.639Z [info] Applying migration 009_embeddings
|
|
3429
|
-
2026-02-27T15:36:08.640Z [info] Migrations complete. Now at version 9
|
|
3430
|
-
2026-02-27T15:36:08.641Z [info] New error reported (id=1, type=Error)
|
|
3431
|
-
2026-02-27T15:36:08.609Z [info] Running 9 migration(s) from version 0
|
|
3432
|
-
2026-02-27T15:36:08.610Z [info] Applying migration 001_core_schema
|
|
3433
|
-
2026-02-27T15:36:08.611Z [info] Applying migration 002_learning_schema
|
|
3434
|
-
2026-02-27T15:36:08.612Z [info] Applying migration 003_code_schema
|
|
3435
|
-
2026-02-27T15:36:08.612Z [info] Applying migration 004_synapses_schema
|
|
3436
|
-
2026-02-27T15:36:08.613Z [info] Applying migration 005_fts_indexes
|
|
3437
|
-
2026-02-27T15:36:08.613Z [info] Applying migration 006_synapses_phase3
|
|
3438
|
-
2026-02-27T15:36:08.614Z [info] Applying migration 007_feedback
|
|
3439
|
-
2026-02-27T15:36:08.616Z [info] Applying migration 008_git_integration
|
|
3440
|
-
2026-02-27T15:36:08.617Z [info] Applying migration 009_embeddings
|
|
3441
|
-
2026-02-27T15:36:08.618Z [info] Migrations complete. Now at version 9
|
|
3442
|
-
2026-02-27T15:36:08.623Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3443
|
-
2026-02-27T15:36:08.624Z [info] Running 9 migration(s) from version 0
|
|
3444
|
-
2026-02-27T15:36:08.624Z [info] Applying migration 001_core_schema
|
|
3445
|
-
2026-02-27T15:36:08.625Z [info] Applying migration 002_learning_schema
|
|
3446
|
-
2026-02-27T15:36:08.625Z [info] Applying migration 003_code_schema
|
|
3447
|
-
2026-02-27T15:36:08.625Z [info] Applying migration 004_synapses_schema
|
|
3448
|
-
2026-02-27T15:36:08.626Z [info] Applying migration 005_fts_indexes
|
|
3449
|
-
2026-02-27T15:36:08.627Z [info] Applying migration 006_synapses_phase3
|
|
3450
|
-
2026-02-27T15:36:08.627Z [info] Applying migration 007_feedback
|
|
3451
|
-
2026-02-27T15:36:08.629Z [info] Applying migration 008_git_integration
|
|
3452
|
-
2026-02-27T15:36:08.630Z [info] Applying migration 009_embeddings
|
|
3453
|
-
2026-02-27T15:36:08.630Z [info] Migrations complete. Now at version 9
|
|
3454
|
-
2026-02-27T15:36:08.633Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3455
|
-
2026-02-27T15:36:08.634Z [info] Running 9 migration(s) from version 0
|
|
3456
|
-
2026-02-27T15:36:08.634Z [info] Applying migration 001_core_schema
|
|
3457
|
-
2026-02-27T15:36:08.634Z [info] Applying migration 002_learning_schema
|
|
3458
|
-
2026-02-27T15:36:08.635Z [info] Applying migration 003_code_schema
|
|
3459
|
-
2026-02-27T15:36:08.635Z [info] Applying migration 004_synapses_schema
|
|
3460
|
-
2026-02-27T15:36:08.635Z [info] Applying migration 005_fts_indexes
|
|
3461
|
-
2026-02-27T15:36:08.636Z [info] Applying migration 006_synapses_phase3
|
|
3462
|
-
2026-02-27T15:36:08.637Z [info] Applying migration 007_feedback
|
|
3463
|
-
2026-02-27T15:36:08.638Z [info] Applying migration 008_git_integration
|
|
3464
|
-
2026-02-27T15:36:08.639Z [info] Applying migration 009_embeddings
|
|
3465
|
-
2026-02-27T15:36:08.640Z [info] Migrations complete. Now at version 9
|
|
3466
|
-
2026-02-27T15:36:08.642Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3467
|
-
2026-02-27T15:36:08.643Z [info] Running 9 migration(s) from version 0
|
|
3468
|
-
2026-02-27T15:36:08.643Z [info] Applying migration 001_core_schema
|
|
3469
|
-
2026-02-27T15:36:08.643Z [info] Applying migration 002_learning_schema
|
|
3470
|
-
2026-02-27T15:36:08.644Z [info] Applying migration 003_code_schema
|
|
3471
|
-
2026-02-27T15:36:08.644Z [info] Applying migration 004_synapses_schema
|
|
3472
|
-
2026-02-27T15:36:08.644Z [info] Applying migration 005_fts_indexes
|
|
3473
|
-
2026-02-27T15:36:08.645Z [info] Applying migration 006_synapses_phase3
|
|
3474
|
-
2026-02-27T15:36:08.645Z [info] Applying migration 007_feedback
|
|
3475
|
-
2026-02-27T15:36:08.647Z [info] Applying migration 008_git_integration
|
|
3476
|
-
2026-02-27T15:36:08.647Z [info] Applying migration 009_embeddings
|
|
3477
|
-
2026-02-27T15:36:08.648Z [info] Migrations complete. Now at version 9
|
|
3478
|
-
2026-02-27T15:36:08.650Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3479
|
-
2026-02-27T15:36:08.662Z [info] Running 9 migration(s) from version 0
|
|
3480
|
-
2026-02-27T15:36:08.664Z [info] Applying migration 001_core_schema
|
|
3481
|
-
2026-02-27T15:36:08.665Z [info] Applying migration 002_learning_schema
|
|
3482
|
-
2026-02-27T15:36:08.665Z [info] Applying migration 003_code_schema
|
|
3483
|
-
2026-02-27T15:36:08.666Z [info] Applying migration 004_synapses_schema
|
|
3484
|
-
2026-02-27T15:36:08.666Z [info] Applying migration 005_fts_indexes
|
|
3485
|
-
2026-02-27T15:36:08.667Z [info] Applying migration 006_synapses_phase3
|
|
3486
|
-
2026-02-27T15:36:08.668Z [info] Applying migration 007_feedback
|
|
3487
|
-
2026-02-27T15:36:08.669Z [info] Applying migration 008_git_integration
|
|
3488
|
-
2026-02-27T15:36:08.670Z [info] Applying migration 009_embeddings
|
|
3489
|
-
2026-02-27T15:36:08.670Z [info] Migrations complete. Now at version 9
|
|
3490
|
-
2026-02-27T15:36:08.675Z [info] New error reported (id=1, type=Error)
|
|
3491
|
-
2026-02-27T15:40:46.742Z [info] Running 9 migration(s) from version 0
|
|
3492
|
-
2026-02-27T15:40:46.744Z [info] Applying migration 001_core_schema
|
|
3493
|
-
2026-02-27T15:40:46.745Z [info] Applying migration 002_learning_schema
|
|
3494
|
-
2026-02-27T15:40:46.745Z [info] Applying migration 003_code_schema
|
|
3495
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 004_synapses_schema
|
|
3496
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 005_fts_indexes
|
|
3497
|
-
2026-02-27T15:40:46.747Z [info] Applying migration 006_synapses_phase3
|
|
3498
|
-
2026-02-27T15:40:46.748Z [info] Applying migration 007_feedback
|
|
3499
|
-
2026-02-27T15:40:46.749Z [info] Applying migration 008_git_integration
|
|
3500
|
-
2026-02-27T15:40:46.750Z [info] Applying migration 009_embeddings
|
|
3501
|
-
2026-02-27T15:40:46.750Z [info] Migrations complete. Now at version 9
|
|
3502
|
-
2026-02-27T15:40:46.754Z [info] Running 9 migration(s) from version 0
|
|
3503
|
-
2026-02-27T15:40:46.754Z [info] Applying migration 001_core_schema
|
|
3504
|
-
2026-02-27T15:40:46.755Z [info] Applying migration 002_learning_schema
|
|
3505
|
-
2026-02-27T15:40:46.755Z [info] Applying migration 003_code_schema
|
|
3506
|
-
2026-02-27T15:40:46.755Z [info] Applying migration 004_synapses_schema
|
|
3507
|
-
2026-02-27T15:40:46.755Z [info] Applying migration 005_fts_indexes
|
|
3508
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 006_synapses_phase3
|
|
3509
|
-
2026-02-27T15:40:46.757Z [info] Applying migration 007_feedback
|
|
3510
|
-
2026-02-27T15:40:46.758Z [info] Applying migration 008_git_integration
|
|
3511
|
-
2026-02-27T15:40:46.759Z [info] Applying migration 009_embeddings
|
|
3512
|
-
2026-02-27T15:40:46.759Z [info] Migrations complete. Now at version 9
|
|
3513
|
-
2026-02-27T15:40:46.762Z [info] Gap analysis complete: 1 insights
|
|
3514
|
-
2026-02-27T15:40:46.743Z [info] Running 9 migration(s) from version 0
|
|
3515
|
-
2026-02-27T15:40:46.745Z [info] Applying migration 001_core_schema
|
|
3516
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 002_learning_schema
|
|
3517
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 003_code_schema
|
|
3518
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 004_synapses_schema
|
|
3519
|
-
2026-02-27T15:40:46.747Z [info] Applying migration 005_fts_indexes
|
|
3520
|
-
2026-02-27T15:40:46.748Z [info] Applying migration 006_synapses_phase3
|
|
3521
|
-
2026-02-27T15:40:46.748Z [info] Applying migration 007_feedback
|
|
3522
|
-
2026-02-27T15:40:46.750Z [info] Applying migration 008_git_integration
|
|
3523
|
-
2026-02-27T15:40:46.751Z [info] Applying migration 009_embeddings
|
|
3524
|
-
2026-02-27T15:40:46.752Z [info] Migrations complete. Now at version 9
|
|
3525
|
-
2026-02-27T15:40:46.755Z [info] Running 9 migration(s) from version 0
|
|
3526
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 001_core_schema
|
|
3527
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 002_learning_schema
|
|
3528
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 003_code_schema
|
|
3529
|
-
2026-02-27T15:40:46.757Z [info] Applying migration 004_synapses_schema
|
|
3530
|
-
2026-02-27T15:40:46.757Z [info] Applying migration 005_fts_indexes
|
|
3531
|
-
2026-02-27T15:40:46.758Z [info] Applying migration 006_synapses_phase3
|
|
3532
|
-
2026-02-27T15:40:46.758Z [info] Applying migration 007_feedback
|
|
3533
|
-
2026-02-27T15:40:46.760Z [info] Applying migration 008_git_integration
|
|
3534
|
-
2026-02-27T15:40:46.761Z [info] Applying migration 009_embeddings
|
|
3535
|
-
2026-02-27T15:40:46.761Z [info] Migrations complete. Now at version 9
|
|
3536
|
-
2026-02-27T15:40:46.764Z [info] Trend analysis complete: 0 insights
|
|
3537
|
-
2026-02-27T15:40:46.742Z [info] Running 9 migration(s) from version 0
|
|
3538
|
-
2026-02-27T15:40:46.745Z [info] Applying migration 001_core_schema
|
|
3539
|
-
2026-02-27T15:40:46.745Z [info] Applying migration 002_learning_schema
|
|
3540
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 003_code_schema
|
|
3541
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 004_synapses_schema
|
|
3542
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 005_fts_indexes
|
|
3543
|
-
2026-02-27T15:40:46.747Z [info] Applying migration 006_synapses_phase3
|
|
3544
|
-
2026-02-27T15:40:46.748Z [info] Applying migration 007_feedback
|
|
3545
|
-
2026-02-27T15:40:46.750Z [info] Applying migration 008_git_integration
|
|
3546
|
-
2026-02-27T15:40:46.750Z [info] Applying migration 009_embeddings
|
|
3547
|
-
2026-02-27T15:40:46.751Z [info] Migrations complete. Now at version 9
|
|
3548
|
-
2026-02-27T15:40:46.755Z [info] Running 9 migration(s) from version 0
|
|
3549
|
-
2026-02-27T15:40:46.755Z [info] Applying migration 001_core_schema
|
|
3550
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 002_learning_schema
|
|
3551
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 003_code_schema
|
|
3552
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 004_synapses_schema
|
|
3553
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 005_fts_indexes
|
|
3554
|
-
2026-02-27T15:40:46.757Z [info] Applying migration 006_synapses_phase3
|
|
3555
|
-
2026-02-27T15:40:46.758Z [info] Applying migration 007_feedback
|
|
3556
|
-
2026-02-27T15:40:46.759Z [info] Applying migration 008_git_integration
|
|
3557
|
-
2026-02-27T15:40:46.760Z [info] Applying migration 009_embeddings
|
|
3558
|
-
2026-02-27T15:40:46.761Z [info] Migrations complete. Now at version 9
|
|
3559
|
-
2026-02-27T15:40:46.763Z [info] Running 9 migration(s) from version 0
|
|
3560
|
-
2026-02-27T15:40:46.763Z [info] Applying migration 001_core_schema
|
|
3561
|
-
2026-02-27T15:40:46.764Z [info] Applying migration 002_learning_schema
|
|
3562
|
-
2026-02-27T15:40:46.764Z [info] Applying migration 003_code_schema
|
|
3563
|
-
2026-02-27T15:40:46.764Z [info] Applying migration 004_synapses_schema
|
|
3564
|
-
2026-02-27T15:40:46.765Z [info] Applying migration 005_fts_indexes
|
|
3565
|
-
2026-02-27T15:40:46.765Z [info] Applying migration 006_synapses_phase3
|
|
3566
|
-
2026-02-27T15:40:46.766Z [info] Applying migration 007_feedback
|
|
3567
|
-
2026-02-27T15:40:46.767Z [info] Applying migration 008_git_integration
|
|
3568
|
-
2026-02-27T15:40:46.768Z [info] Applying migration 009_embeddings
|
|
3569
|
-
2026-02-27T15:40:46.769Z [info] Migrations complete. Now at version 9
|
|
3570
|
-
2026-02-27T15:40:46.771Z [info] Running 9 migration(s) from version 0
|
|
3571
|
-
2026-02-27T15:40:46.771Z [info] Applying migration 001_core_schema
|
|
3572
|
-
2026-02-27T15:40:46.772Z [info] Applying migration 002_learning_schema
|
|
3573
|
-
2026-02-27T15:40:46.772Z [info] Applying migration 003_code_schema
|
|
3574
|
-
2026-02-27T15:40:46.772Z [info] Applying migration 004_synapses_schema
|
|
3575
|
-
2026-02-27T15:40:46.773Z [info] Applying migration 005_fts_indexes
|
|
3576
|
-
2026-02-27T15:40:46.773Z [info] Applying migration 006_synapses_phase3
|
|
3577
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 007_feedback
|
|
3578
|
-
2026-02-27T15:40:46.775Z [info] Applying migration 008_git_integration
|
|
3579
|
-
2026-02-27T15:40:46.776Z [info] Applying migration 009_embeddings
|
|
3580
|
-
2026-02-27T15:40:46.777Z [info] Migrations complete. Now at version 9
|
|
3581
|
-
2026-02-27T15:40:46.743Z [info] Running 9 migration(s) from version 0
|
|
3582
|
-
2026-02-27T15:40:46.741Z [info] Running 9 migration(s) from version 0
|
|
3583
|
-
2026-02-27T15:40:46.743Z [info] Applying migration 001_core_schema
|
|
3584
|
-
2026-02-27T15:40:46.743Z [info] Applying migration 002_learning_schema
|
|
3585
|
-
2026-02-27T15:40:46.744Z [info] Applying migration 003_code_schema
|
|
3586
|
-
2026-02-27T15:40:46.744Z [info] Applying migration 004_synapses_schema
|
|
3587
|
-
2026-02-27T15:40:46.745Z [info] Applying migration 005_fts_indexes
|
|
3588
|
-
2026-02-27T15:40:46.745Z [info] Applying migration 006_synapses_phase3
|
|
3589
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 007_feedback
|
|
3590
|
-
2026-02-27T15:40:46.748Z [info] Applying migration 008_git_integration
|
|
3591
|
-
2026-02-27T15:40:46.749Z [info] Applying migration 009_embeddings
|
|
3592
|
-
2026-02-27T15:40:46.749Z [info] Migrations complete. Now at version 9
|
|
3593
|
-
2026-02-27T15:40:46.753Z [info] Running 9 migration(s) from version 0
|
|
3594
|
-
2026-02-27T15:40:46.753Z [info] Applying migration 001_core_schema
|
|
3595
|
-
2026-02-27T15:40:46.754Z [info] Applying migration 002_learning_schema
|
|
3596
|
-
2026-02-27T15:40:46.754Z [info] Applying migration 003_code_schema
|
|
3597
|
-
2026-02-27T15:40:46.755Z [info] Applying migration 004_synapses_schema
|
|
3598
|
-
2026-02-27T15:40:46.755Z [info] Applying migration 005_fts_indexes
|
|
3599
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 006_synapses_phase3
|
|
3600
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 007_feedback
|
|
3601
|
-
2026-02-27T15:40:46.758Z [info] Applying migration 008_git_integration
|
|
3602
|
-
2026-02-27T15:40:46.759Z [info] Applying migration 009_embeddings
|
|
3603
|
-
2026-02-27T15:40:46.759Z [info] Migrations complete. Now at version 9
|
|
3604
|
-
2026-02-27T15:40:46.762Z [info] Running 9 migration(s) from version 0
|
|
3605
|
-
2026-02-27T15:40:46.762Z [info] Applying migration 001_core_schema
|
|
3606
|
-
2026-02-27T15:40:46.763Z [info] Applying migration 002_learning_schema
|
|
3607
|
-
2026-02-27T15:40:46.763Z [info] Applying migration 003_code_schema
|
|
3608
|
-
2026-02-27T15:40:46.763Z [info] Applying migration 004_synapses_schema
|
|
3609
|
-
2026-02-27T15:40:46.764Z [info] Applying migration 005_fts_indexes
|
|
3610
|
-
2026-02-27T15:40:46.764Z [info] Applying migration 006_synapses_phase3
|
|
3611
|
-
2026-02-27T15:40:46.765Z [info] Applying migration 007_feedback
|
|
3612
|
-
2026-02-27T15:40:46.767Z [info] Applying migration 008_git_integration
|
|
3613
|
-
2026-02-27T15:40:46.767Z [info] Applying migration 009_embeddings
|
|
3614
|
-
2026-02-27T15:40:46.768Z [info] Migrations complete. Now at version 9
|
|
3615
|
-
2026-02-27T15:40:46.773Z [info] Running 9 migration(s) from version 0
|
|
3616
|
-
2026-02-27T15:40:46.773Z [info] Applying migration 001_core_schema
|
|
3617
|
-
2026-02-27T15:40:46.773Z [info] Applying migration 002_learning_schema
|
|
3618
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 003_code_schema
|
|
3619
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 004_synapses_schema
|
|
3620
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 005_fts_indexes
|
|
3621
|
-
2026-02-27T15:40:46.775Z [info] Applying migration 006_synapses_phase3
|
|
3622
|
-
2026-02-27T15:40:46.776Z [info] Applying migration 007_feedback
|
|
3623
|
-
2026-02-27T15:40:46.777Z [info] Applying migration 008_git_integration
|
|
3624
|
-
2026-02-27T15:40:46.778Z [info] Applying migration 009_embeddings
|
|
3625
|
-
2026-02-27T15:40:46.778Z [info] Migrations complete. Now at version 9
|
|
3626
|
-
2026-02-27T15:40:46.745Z [info] Applying migration 001_core_schema
|
|
3627
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 002_learning_schema
|
|
3628
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 003_code_schema
|
|
3629
|
-
2026-02-27T15:40:46.746Z [info] Applying migration 004_synapses_schema
|
|
3630
|
-
2026-02-27T15:40:46.747Z [info] Applying migration 005_fts_indexes
|
|
3631
|
-
2026-02-27T15:40:46.748Z [info] Applying migration 006_synapses_phase3
|
|
3632
|
-
2026-02-27T15:40:46.748Z [info] Applying migration 007_feedback
|
|
3633
|
-
2026-02-27T15:40:46.750Z [info] Applying migration 008_git_integration
|
|
3634
|
-
2026-02-27T15:40:46.751Z [info] Applying migration 009_embeddings
|
|
3635
|
-
2026-02-27T15:40:46.751Z [info] Migrations complete. Now at version 9
|
|
3636
|
-
2026-02-27T15:40:46.756Z [info] Running 9 migration(s) from version 0
|
|
3637
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 001_core_schema
|
|
3638
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 002_learning_schema
|
|
3639
|
-
2026-02-27T15:40:46.756Z [info] Applying migration 003_code_schema
|
|
3640
|
-
2026-02-27T15:40:46.757Z [info] Applying migration 004_synapses_schema
|
|
3641
|
-
2026-02-27T15:40:46.757Z [info] Applying migration 005_fts_indexes
|
|
3642
|
-
2026-02-27T15:40:46.758Z [info] Applying migration 006_synapses_phase3
|
|
3643
|
-
2026-02-27T15:40:46.758Z [info] Applying migration 007_feedback
|
|
3644
|
-
2026-02-27T15:40:46.760Z [info] Applying migration 008_git_integration
|
|
3645
|
-
2026-02-27T15:40:46.761Z [info] Applying migration 009_embeddings
|
|
3646
|
-
2026-02-27T15:40:46.761Z [info] Migrations complete. Now at version 9
|
|
3647
|
-
2026-02-27T15:40:46.764Z [info] Running 9 migration(s) from version 0
|
|
3648
|
-
2026-02-27T15:40:46.764Z [info] Applying migration 001_core_schema
|
|
3649
|
-
2026-02-27T15:40:46.765Z [info] Applying migration 002_learning_schema
|
|
3650
|
-
2026-02-27T15:40:46.765Z [info] Applying migration 003_code_schema
|
|
3651
|
-
2026-02-27T15:40:46.765Z [info] Applying migration 004_synapses_schema
|
|
3652
|
-
2026-02-27T15:40:46.766Z [info] Applying migration 005_fts_indexes
|
|
3653
|
-
2026-02-27T15:40:46.766Z [info] Applying migration 006_synapses_phase3
|
|
3654
|
-
2026-02-27T15:40:46.767Z [info] Applying migration 007_feedback
|
|
3655
|
-
2026-02-27T15:40:46.768Z [info] Applying migration 008_git_integration
|
|
3656
|
-
2026-02-27T15:40:46.769Z [info] Applying migration 009_embeddings
|
|
3657
|
-
2026-02-27T15:40:46.770Z [info] Migrations complete. Now at version 9
|
|
3658
|
-
2026-02-27T15:40:46.773Z [info] Running 9 migration(s) from version 0
|
|
3659
|
-
2026-02-27T15:40:46.773Z [info] Applying migration 001_core_schema
|
|
3660
|
-
2026-02-27T15:40:46.773Z [info] Applying migration 002_learning_schema
|
|
3661
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 003_code_schema
|
|
3662
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 004_synapses_schema
|
|
3663
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 005_fts_indexes
|
|
3664
|
-
2026-02-27T15:40:46.775Z [info] Applying migration 006_synapses_phase3
|
|
3665
|
-
2026-02-27T15:40:46.775Z [info] Applying migration 007_feedback
|
|
3666
|
-
2026-02-27T15:40:46.777Z [info] Applying migration 008_git_integration
|
|
3667
|
-
2026-02-27T15:40:46.778Z [info] Applying migration 009_embeddings
|
|
3668
|
-
2026-02-27T15:40:46.778Z [info] Migrations complete. Now at version 9
|
|
3669
|
-
2026-02-27T15:40:46.776Z [info] Running 9 migration(s) from version 0
|
|
3670
|
-
2026-02-27T15:40:46.778Z [info] Applying migration 001_core_schema
|
|
3671
|
-
2026-02-27T15:40:46.779Z [info] Applying migration 002_learning_schema
|
|
3672
|
-
2026-02-27T15:40:46.779Z [info] Applying migration 003_code_schema
|
|
3673
|
-
2026-02-27T15:40:46.779Z [info] Applying migration 004_synapses_schema
|
|
3674
|
-
2026-02-27T15:40:46.780Z [info] Applying migration 005_fts_indexes
|
|
3675
|
-
2026-02-27T15:40:46.781Z [info] Applying migration 006_synapses_phase3
|
|
3676
|
-
2026-02-27T15:40:46.781Z [info] Applying migration 007_feedback
|
|
3677
|
-
2026-02-27T15:40:46.783Z [info] Applying migration 008_git_integration
|
|
3678
|
-
2026-02-27T15:40:46.784Z [info] Applying migration 009_embeddings
|
|
3679
|
-
2026-02-27T15:40:46.785Z [info] Migrations complete. Now at version 9
|
|
3680
|
-
2026-02-27T15:40:46.788Z [info] Learning cycle starting
|
|
3681
|
-
2026-02-27T15:40:46.789Z [info] Running synapse decay cycle
|
|
3682
|
-
2026-02-27T15:40:46.789Z [info] Decay complete: 0 decayed, 0 pruned
|
|
3683
|
-
2026-02-27T15:40:46.789Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
3684
|
-
2026-02-27T15:40:46.790Z [info] Running 9 migration(s) from version 0
|
|
3685
|
-
2026-02-27T15:40:46.790Z [info] Applying migration 001_core_schema
|
|
3686
|
-
2026-02-27T15:40:46.791Z [info] Applying migration 002_learning_schema
|
|
3687
|
-
2026-02-27T15:40:46.791Z [info] Applying migration 003_code_schema
|
|
3688
|
-
2026-02-27T15:40:46.791Z [info] Applying migration 004_synapses_schema
|
|
3689
|
-
2026-02-27T15:40:46.792Z [info] Applying migration 005_fts_indexes
|
|
3690
|
-
2026-02-27T15:40:46.792Z [info] Applying migration 006_synapses_phase3
|
|
3691
|
-
2026-02-27T15:40:46.793Z [info] Applying migration 007_feedback
|
|
3692
|
-
2026-02-27T15:40:46.794Z [info] Applying migration 008_git_integration
|
|
3693
|
-
2026-02-27T15:40:46.795Z [info] Applying migration 009_embeddings
|
|
3694
|
-
2026-02-27T15:40:46.796Z [info] Migrations complete. Now at version 9
|
|
3695
|
-
2026-02-27T15:40:46.799Z [info] Learning cycle starting
|
|
3696
|
-
2026-02-27T15:40:46.799Z [info] Running synapse decay cycle
|
|
3697
|
-
2026-02-27T15:40:46.799Z [info] Decay complete: 0 decayed, 0 pruned
|
|
3698
|
-
2026-02-27T15:40:46.799Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
3699
|
-
2026-02-27T15:40:46.800Z [info] Running 9 migration(s) from version 0
|
|
3700
|
-
2026-02-27T15:40:46.800Z [info] Applying migration 001_core_schema
|
|
3701
|
-
2026-02-27T15:40:46.800Z [info] Applying migration 002_learning_schema
|
|
3702
|
-
2026-02-27T15:40:46.800Z [info] Applying migration 003_code_schema
|
|
3703
|
-
2026-02-27T15:40:46.801Z [info] Applying migration 004_synapses_schema
|
|
3704
|
-
2026-02-27T15:40:46.801Z [info] Applying migration 005_fts_indexes
|
|
3705
|
-
2026-02-27T15:40:46.802Z [info] Applying migration 006_synapses_phase3
|
|
3706
|
-
2026-02-27T15:40:46.802Z [info] Applying migration 007_feedback
|
|
3707
|
-
2026-02-27T15:40:46.804Z [info] Applying migration 008_git_integration
|
|
3708
|
-
2026-02-27T15:40:46.805Z [info] Applying migration 009_embeddings
|
|
3709
|
-
2026-02-27T15:40:46.805Z [info] Migrations complete. Now at version 9
|
|
3710
|
-
2026-02-27T15:40:46.770Z [info] Running 9 migration(s) from version 0
|
|
3711
|
-
2026-02-27T15:40:46.772Z [info] Applying migration 001_core_schema
|
|
3712
|
-
2026-02-27T15:40:46.772Z [info] Applying migration 002_learning_schema
|
|
3713
|
-
2026-02-27T15:40:46.773Z [info] Applying migration 003_code_schema
|
|
3714
|
-
2026-02-27T15:40:46.773Z [info] Applying migration 004_synapses_schema
|
|
3715
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 005_fts_indexes
|
|
3716
|
-
2026-02-27T15:40:46.774Z [info] Applying migration 006_synapses_phase3
|
|
3717
|
-
2026-02-27T15:40:46.775Z [info] Applying migration 007_feedback
|
|
3718
|
-
2026-02-27T15:40:46.777Z [info] Applying migration 008_git_integration
|
|
3719
|
-
2026-02-27T15:40:46.777Z [info] Applying migration 009_embeddings
|
|
3720
|
-
2026-02-27T15:40:46.778Z [info] Migrations complete. Now at version 9
|
|
3721
|
-
2026-02-27T15:40:46.782Z [info] Running 9 migration(s) from version 0
|
|
3722
|
-
2026-02-27T15:40:46.783Z [info] Applying migration 001_core_schema
|
|
3723
|
-
2026-02-27T15:40:46.783Z [info] Applying migration 002_learning_schema
|
|
3724
|
-
2026-02-27T15:40:46.783Z [info] Applying migration 003_code_schema
|
|
3725
|
-
2026-02-27T15:40:46.784Z [info] Applying migration 004_synapses_schema
|
|
3726
|
-
2026-02-27T15:40:46.784Z [info] Applying migration 005_fts_indexes
|
|
3727
|
-
2026-02-27T15:40:46.785Z [info] Applying migration 006_synapses_phase3
|
|
3728
|
-
2026-02-27T15:40:46.785Z [info] Applying migration 007_feedback
|
|
3729
|
-
2026-02-27T15:40:46.787Z [info] Applying migration 008_git_integration
|
|
3730
|
-
2026-02-27T15:40:46.787Z [info] Applying migration 009_embeddings
|
|
3731
|
-
2026-02-27T15:40:46.788Z [info] Migrations complete. Now at version 9
|
|
3732
|
-
2026-02-27T15:40:46.791Z [info] Running 9 migration(s) from version 0
|
|
3733
|
-
2026-02-27T15:40:46.791Z [info] Applying migration 001_core_schema
|
|
3734
|
-
2026-02-27T15:40:46.791Z [info] Applying migration 002_learning_schema
|
|
3735
|
-
2026-02-27T15:40:46.792Z [info] Applying migration 003_code_schema
|
|
3736
|
-
2026-02-27T15:40:46.792Z [info] Applying migration 004_synapses_schema
|
|
3737
|
-
2026-02-27T15:40:46.792Z [info] Applying migration 005_fts_indexes
|
|
3738
|
-
2026-02-27T15:40:46.793Z [info] Applying migration 006_synapses_phase3
|
|
3739
|
-
2026-02-27T15:40:46.793Z [info] Applying migration 007_feedback
|
|
3740
|
-
2026-02-27T15:40:46.795Z [info] Applying migration 008_git_integration
|
|
3741
|
-
2026-02-27T15:40:46.796Z [info] Applying migration 009_embeddings
|
|
3742
|
-
2026-02-27T15:40:46.796Z [info] Migrations complete. Now at version 9
|
|
3743
|
-
2026-02-27T15:40:46.800Z [info] Running 9 migration(s) from version 0
|
|
3744
|
-
2026-02-27T15:40:46.800Z [info] Applying migration 001_core_schema
|
|
3745
|
-
2026-02-27T15:40:46.800Z [info] Applying migration 002_learning_schema
|
|
3746
|
-
2026-02-27T15:40:46.800Z [info] Applying migration 003_code_schema
|
|
3747
|
-
2026-02-27T15:40:46.801Z [info] Applying migration 004_synapses_schema
|
|
3748
|
-
2026-02-27T15:40:46.801Z [info] Applying migration 005_fts_indexes
|
|
3749
|
-
2026-02-27T15:40:46.802Z [info] Applying migration 006_synapses_phase3
|
|
3750
|
-
2026-02-27T15:40:46.802Z [info] Applying migration 007_feedback
|
|
3751
|
-
2026-02-27T15:40:46.804Z [info] Applying migration 008_git_integration
|
|
3752
|
-
2026-02-27T15:40:46.805Z [info] Applying migration 009_embeddings
|
|
3753
|
-
2026-02-27T15:40:46.805Z [info] Migrations complete. Now at version 9
|
|
3754
|
-
2026-02-27T15:40:46.808Z [info] Running 9 migration(s) from version 0
|
|
3755
|
-
2026-02-27T15:40:46.808Z [info] Applying migration 001_core_schema
|
|
3756
|
-
2026-02-27T15:40:46.809Z [info] Applying migration 002_learning_schema
|
|
3757
|
-
2026-02-27T15:40:46.809Z [info] Applying migration 003_code_schema
|
|
3758
|
-
2026-02-27T15:40:46.809Z [info] Applying migration 004_synapses_schema
|
|
3759
|
-
2026-02-27T15:40:46.809Z [info] Applying migration 005_fts_indexes
|
|
3760
|
-
2026-02-27T15:40:46.810Z [info] Applying migration 006_synapses_phase3
|
|
3761
|
-
2026-02-27T15:40:46.811Z [info] Applying migration 007_feedback
|
|
3762
|
-
2026-02-27T15:40:46.812Z [info] Applying migration 008_git_integration
|
|
3763
|
-
2026-02-27T15:40:46.813Z [info] Applying migration 009_embeddings
|
|
3764
|
-
2026-02-27T15:40:46.813Z [info] Migrations complete. Now at version 9
|
|
3765
|
-
2026-02-27T15:40:46.815Z [info] Running synapse decay cycle
|
|
3766
|
-
2026-02-27T15:40:46.816Z [info] Decay complete: 0 decayed, 1 pruned
|
|
3767
|
-
2026-02-27T15:40:46.784Z [info] Running 9 migration(s) from version 0
|
|
3768
|
-
2026-02-27T15:40:46.785Z [info] Applying migration 001_core_schema
|
|
3769
|
-
2026-02-27T15:40:46.786Z [info] Applying migration 002_learning_schema
|
|
3770
|
-
2026-02-27T15:40:46.786Z [info] Applying migration 003_code_schema
|
|
3771
|
-
2026-02-27T15:40:46.787Z [info] Applying migration 004_synapses_schema
|
|
3772
|
-
2026-02-27T15:40:46.787Z [info] Applying migration 005_fts_indexes
|
|
3773
|
-
2026-02-27T15:40:46.788Z [info] Applying migration 006_synapses_phase3
|
|
3774
|
-
2026-02-27T15:40:46.789Z [info] Applying migration 007_feedback
|
|
3775
|
-
2026-02-27T15:40:46.790Z [info] Applying migration 008_git_integration
|
|
3776
|
-
2026-02-27T15:40:46.791Z [info] Applying migration 009_embeddings
|
|
3777
|
-
2026-02-27T15:40:46.792Z [info] Migrations complete. Now at version 9
|
|
3778
|
-
2026-02-27T15:40:46.795Z [info] New error reported (id=1, type=TypeError)
|
|
3779
|
-
2026-02-27T15:40:46.796Z [info] Running 9 migration(s) from version 0
|
|
3780
|
-
2026-02-27T15:40:46.797Z [info] Applying migration 001_core_schema
|
|
3781
|
-
2026-02-27T15:40:46.797Z [info] Applying migration 002_learning_schema
|
|
3782
|
-
2026-02-27T15:40:46.797Z [info] Applying migration 003_code_schema
|
|
3783
|
-
2026-02-27T15:40:46.798Z [info] Applying migration 004_synapses_schema
|
|
3784
|
-
2026-02-27T15:40:46.798Z [info] Applying migration 005_fts_indexes
|
|
3785
|
-
2026-02-27T15:40:46.799Z [info] Applying migration 006_synapses_phase3
|
|
3786
|
-
2026-02-27T15:40:46.799Z [info] Applying migration 007_feedback
|
|
3787
|
-
2026-02-27T15:40:46.800Z [info] Applying migration 008_git_integration
|
|
3788
|
-
2026-02-27T15:40:46.801Z [info] Applying migration 009_embeddings
|
|
3789
|
-
2026-02-27T15:40:46.801Z [info] Migrations complete. Now at version 9
|
|
3790
|
-
2026-02-27T15:40:46.803Z [info] New error reported (id=1, type=TypeError)
|
|
3791
|
-
2026-02-27T15:40:46.803Z [info] Solution reported (id=1) for error 1
|
|
3792
|
-
2026-02-27T15:40:46.804Z [info] Running 9 migration(s) from version 0
|
|
3793
|
-
2026-02-27T15:40:46.804Z [info] Applying migration 001_core_schema
|
|
3794
|
-
2026-02-27T15:40:46.804Z [info] Applying migration 002_learning_schema
|
|
3795
|
-
2026-02-27T15:40:46.804Z [info] Applying migration 003_code_schema
|
|
3796
|
-
2026-02-27T15:40:46.805Z [info] Applying migration 004_synapses_schema
|
|
3797
|
-
2026-02-27T15:40:46.805Z [info] Applying migration 005_fts_indexes
|
|
3798
|
-
2026-02-27T15:40:46.805Z [info] Applying migration 006_synapses_phase3
|
|
3799
|
-
2026-02-27T15:40:46.806Z [info] Applying migration 007_feedback
|
|
3800
|
-
2026-02-27T15:40:46.807Z [info] Applying migration 008_git_integration
|
|
3801
|
-
2026-02-27T15:40:46.807Z [info] Applying migration 009_embeddings
|
|
3802
|
-
2026-02-27T15:40:46.808Z [info] Migrations complete. Now at version 9
|
|
3803
|
-
2026-02-27T15:40:46.810Z [info] New error reported (id=1, type=TypeError)
|
|
3804
|
-
2026-02-27T15:40:46.810Z [info] Known error (id=1), occurrence incremented
|
|
3805
|
-
2026-02-27T15:40:46.810Z [info] Running 9 migration(s) from version 0
|
|
3806
|
-
2026-02-27T15:40:46.810Z [info] Applying migration 001_core_schema
|
|
3807
|
-
2026-02-27T15:40:46.811Z [info] Applying migration 002_learning_schema
|
|
3808
|
-
2026-02-27T15:40:46.811Z [info] Applying migration 003_code_schema
|
|
3809
|
-
2026-02-27T15:40:46.811Z [info] Applying migration 004_synapses_schema
|
|
3810
|
-
2026-02-27T15:40:46.811Z [info] Applying migration 005_fts_indexes
|
|
3811
|
-
2026-02-27T15:40:46.812Z [info] Applying migration 006_synapses_phase3
|
|
3812
|
-
2026-02-27T15:40:46.812Z [info] Applying migration 007_feedback
|
|
3813
|
-
2026-02-27T15:40:46.813Z [info] Applying migration 008_git_integration
|
|
3814
|
-
2026-02-27T15:40:46.814Z [info] Applying migration 009_embeddings
|
|
3815
|
-
2026-02-27T15:40:46.816Z [info] Migrations complete. Now at version 9
|
|
3816
|
-
2026-02-27T15:40:46.819Z [info] New error reported (id=1, type=Error)
|
|
3817
|
-
2026-02-27T15:40:46.785Z [info] Running 9 migration(s) from version 0
|
|
3818
|
-
2026-02-27T15:40:46.787Z [info] Applying migration 001_core_schema
|
|
3819
|
-
2026-02-27T15:40:46.787Z [info] Applying migration 002_learning_schema
|
|
3820
|
-
2026-02-27T15:40:46.788Z [info] Applying migration 003_code_schema
|
|
3821
|
-
2026-02-27T15:40:46.788Z [info] Applying migration 004_synapses_schema
|
|
3822
|
-
2026-02-27T15:40:46.789Z [info] Applying migration 005_fts_indexes
|
|
3823
|
-
2026-02-27T15:40:46.790Z [info] Applying migration 006_synapses_phase3
|
|
3824
|
-
2026-02-27T15:40:46.790Z [info] Applying migration 007_feedback
|
|
3825
|
-
2026-02-27T15:40:46.792Z [info] Applying migration 008_git_integration
|
|
3826
|
-
2026-02-27T15:40:46.793Z [info] Applying migration 009_embeddings
|
|
3827
|
-
2026-02-27T15:40:46.793Z [info] Migrations complete. Now at version 9
|
|
3828
|
-
2026-02-27T15:40:46.800Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3829
|
-
2026-02-27T15:40:46.801Z [info] Running 9 migration(s) from version 0
|
|
3830
|
-
2026-02-27T15:40:46.801Z [info] Applying migration 001_core_schema
|
|
3831
|
-
2026-02-27T15:40:46.801Z [info] Applying migration 002_learning_schema
|
|
3832
|
-
2026-02-27T15:40:46.802Z [info] Applying migration 003_code_schema
|
|
3833
|
-
2026-02-27T15:40:46.802Z [info] Applying migration 004_synapses_schema
|
|
3834
|
-
2026-02-27T15:40:46.802Z [info] Applying migration 005_fts_indexes
|
|
3835
|
-
2026-02-27T15:40:46.803Z [info] Applying migration 006_synapses_phase3
|
|
3836
|
-
2026-02-27T15:40:46.804Z [info] Applying migration 007_feedback
|
|
3837
|
-
2026-02-27T15:40:46.805Z [info] Applying migration 008_git_integration
|
|
3838
|
-
2026-02-27T15:40:46.806Z [info] Applying migration 009_embeddings
|
|
3839
|
-
2026-02-27T15:40:46.806Z [info] Migrations complete. Now at version 9
|
|
3840
|
-
2026-02-27T15:40:46.809Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3841
|
-
2026-02-27T15:40:46.810Z [info] Running 9 migration(s) from version 0
|
|
3842
|
-
2026-02-27T15:40:46.810Z [info] Applying migration 001_core_schema
|
|
3843
|
-
2026-02-27T15:40:46.810Z [info] Applying migration 002_learning_schema
|
|
3844
|
-
2026-02-27T15:40:46.811Z [info] Applying migration 003_code_schema
|
|
3845
|
-
2026-02-27T15:40:46.811Z [info] Applying migration 004_synapses_schema
|
|
3846
|
-
2026-02-27T15:40:46.811Z [info] Applying migration 005_fts_indexes
|
|
3847
|
-
2026-02-27T15:40:46.812Z [info] Applying migration 006_synapses_phase3
|
|
3848
|
-
2026-02-27T15:40:46.812Z [info] Applying migration 007_feedback
|
|
3849
|
-
2026-02-27T15:40:46.814Z [info] Applying migration 008_git_integration
|
|
3850
|
-
2026-02-27T15:40:46.815Z [info] Applying migration 009_embeddings
|
|
3851
|
-
2026-02-27T15:40:46.815Z [info] Migrations complete. Now at version 9
|
|
3852
|
-
2026-02-27T15:40:46.817Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3853
|
-
2026-02-27T15:40:46.818Z [info] Running 9 migration(s) from version 0
|
|
3854
|
-
2026-02-27T15:40:46.818Z [info] Applying migration 001_core_schema
|
|
3855
|
-
2026-02-27T15:40:46.818Z [info] Applying migration 002_learning_schema
|
|
3856
|
-
2026-02-27T15:40:46.819Z [info] Applying migration 003_code_schema
|
|
3857
|
-
2026-02-27T15:40:46.819Z [info] Applying migration 004_synapses_schema
|
|
3858
|
-
2026-02-27T15:40:46.819Z [info] Applying migration 005_fts_indexes
|
|
3859
|
-
2026-02-27T15:40:46.820Z [info] Applying migration 006_synapses_phase3
|
|
3860
|
-
2026-02-27T15:40:46.821Z [info] Applying migration 007_feedback
|
|
3861
|
-
2026-02-27T15:40:46.823Z [info] Applying migration 008_git_integration
|
|
3862
|
-
2026-02-27T15:40:46.824Z [info] Applying migration 009_embeddings
|
|
3863
|
-
2026-02-27T15:40:46.824Z [info] Migrations complete. Now at version 9
|
|
3864
|
-
2026-02-27T15:40:46.827Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
3865
|
-
2026-02-27T15:40:46.837Z [info] Running 9 migration(s) from version 0
|
|
3866
|
-
2026-02-27T15:40:46.838Z [info] Applying migration 001_core_schema
|
|
3867
|
-
2026-02-27T15:40:46.839Z [info] Applying migration 002_learning_schema
|
|
3868
|
-
2026-02-27T15:40:46.840Z [info] Applying migration 003_code_schema
|
|
3869
|
-
2026-02-27T15:40:46.840Z [info] Applying migration 004_synapses_schema
|
|
3870
|
-
2026-02-27T15:40:46.841Z [info] Applying migration 005_fts_indexes
|
|
3871
|
-
2026-02-27T15:40:46.841Z [info] Applying migration 006_synapses_phase3
|
|
3872
|
-
2026-02-27T15:40:46.842Z [info] Applying migration 007_feedback
|
|
3873
|
-
2026-02-27T15:40:46.844Z [info] Applying migration 008_git_integration
|
|
3874
|
-
2026-02-27T15:40:46.845Z [info] Applying migration 009_embeddings
|
|
3875
|
-
2026-02-27T15:40:46.845Z [info] Migrations complete. Now at version 9
|
|
3876
|
-
2026-02-27T15:40:46.850Z [info] New error reported (id=1, type=Error)
|
|
3877
|
-
2026-02-27T16:17:59.261Z [info] Running 9 migration(s) from version 0
|
|
3878
|
-
2026-02-27T16:17:59.262Z [info] Applying migration 001_core_schema
|
|
3879
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 002_learning_schema
|
|
3880
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 003_code_schema
|
|
3881
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 004_synapses_schema
|
|
3882
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 005_fts_indexes
|
|
3883
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 006_synapses_phase3
|
|
3884
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 007_feedback
|
|
3885
|
-
2026-02-27T16:17:59.267Z [info] Applying migration 008_git_integration
|
|
3886
|
-
2026-02-27T16:17:59.267Z [info] Applying migration 009_embeddings
|
|
3887
|
-
2026-02-27T16:17:59.268Z [info] Migrations complete. Now at version 9
|
|
3888
|
-
2026-02-27T16:17:59.271Z [info] Running 9 migration(s) from version 0
|
|
3889
|
-
2026-02-27T16:17:59.271Z [info] Applying migration 001_core_schema
|
|
3890
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 002_learning_schema
|
|
3891
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 003_code_schema
|
|
3892
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 004_synapses_schema
|
|
3893
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 005_fts_indexes
|
|
3894
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 006_synapses_phase3
|
|
3895
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 007_feedback
|
|
3896
|
-
2026-02-27T16:17:59.275Z [info] Applying migration 008_git_integration
|
|
3897
|
-
2026-02-27T16:17:59.276Z [info] Applying migration 009_embeddings
|
|
3898
|
-
2026-02-27T16:17:59.276Z [info] Migrations complete. Now at version 9
|
|
3899
|
-
2026-02-27T16:17:59.279Z [info] Gap analysis complete: 1 insights
|
|
3900
|
-
2026-02-27T16:17:59.261Z [info] Running 9 migration(s) from version 0
|
|
3901
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 001_core_schema
|
|
3902
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 002_learning_schema
|
|
3903
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 003_code_schema
|
|
3904
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 004_synapses_schema
|
|
3905
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 005_fts_indexes
|
|
3906
|
-
2026-02-27T16:17:59.266Z [info] Applying migration 006_synapses_phase3
|
|
3907
|
-
2026-02-27T16:17:59.266Z [info] Applying migration 007_feedback
|
|
3908
|
-
2026-02-27T16:17:59.268Z [info] Applying migration 008_git_integration
|
|
3909
|
-
2026-02-27T16:17:59.269Z [info] Applying migration 009_embeddings
|
|
3910
|
-
2026-02-27T16:17:59.270Z [info] Migrations complete. Now at version 9
|
|
3911
|
-
2026-02-27T16:17:59.273Z [info] Running 9 migration(s) from version 0
|
|
3912
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 001_core_schema
|
|
3913
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 002_learning_schema
|
|
3914
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 003_code_schema
|
|
3915
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 004_synapses_schema
|
|
3916
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 005_fts_indexes
|
|
3917
|
-
2026-02-27T16:17:59.275Z [info] Applying migration 006_synapses_phase3
|
|
3918
|
-
2026-02-27T16:17:59.275Z [info] Applying migration 007_feedback
|
|
3919
|
-
2026-02-27T16:17:59.276Z [info] Applying migration 008_git_integration
|
|
3920
|
-
2026-02-27T16:17:59.277Z [info] Applying migration 009_embeddings
|
|
3921
|
-
2026-02-27T16:17:59.277Z [info] Migrations complete. Now at version 9
|
|
3922
|
-
2026-02-27T16:17:59.280Z [info] Trend analysis complete: 0 insights
|
|
3923
|
-
2026-02-27T16:17:59.261Z [info] Running 9 migration(s) from version 0
|
|
3924
|
-
2026-02-27T16:17:59.261Z [info] Running 9 migration(s) from version 0
|
|
3925
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 001_core_schema
|
|
3926
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 002_learning_schema
|
|
3927
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 003_code_schema
|
|
3928
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 004_synapses_schema
|
|
3929
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 005_fts_indexes
|
|
3930
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 006_synapses_phase3
|
|
3931
|
-
2026-02-27T16:17:59.266Z [info] Applying migration 007_feedback
|
|
3932
|
-
2026-02-27T16:17:59.268Z [info] Applying migration 008_git_integration
|
|
3933
|
-
2026-02-27T16:17:59.268Z [info] Applying migration 009_embeddings
|
|
3934
|
-
2026-02-27T16:17:59.269Z [info] Migrations complete. Now at version 9
|
|
3935
|
-
2026-02-27T16:17:59.272Z [info] Running 9 migration(s) from version 0
|
|
3936
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 001_core_schema
|
|
3937
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 002_learning_schema
|
|
3938
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 003_code_schema
|
|
3939
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 004_synapses_schema
|
|
3940
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 005_fts_indexes
|
|
3941
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 006_synapses_phase3
|
|
3942
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 001_core_schema
|
|
3943
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 007_feedback
|
|
3944
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 002_learning_schema
|
|
3945
|
-
2026-02-27T16:17:59.276Z [info] Applying migration 008_git_integration
|
|
3946
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 003_code_schema
|
|
3947
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 004_synapses_schema
|
|
3948
|
-
2026-02-27T16:17:59.276Z [info] Applying migration 009_embeddings
|
|
3949
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 005_fts_indexes
|
|
3950
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 006_synapses_phase3
|
|
3951
|
-
2026-02-27T16:17:59.277Z [info] Migrations complete. Now at version 9
|
|
3952
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 007_feedback
|
|
3953
|
-
2026-02-27T16:17:59.279Z [info] Running 9 migration(s) from version 0
|
|
3954
|
-
2026-02-27T16:17:59.267Z [info] Applying migration 008_git_integration
|
|
3955
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 001_core_schema
|
|
3956
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 002_learning_schema
|
|
3957
|
-
2026-02-27T16:17:59.267Z [info] Applying migration 009_embeddings
|
|
3958
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 003_code_schema
|
|
3959
|
-
2026-02-27T16:17:59.268Z [info] Migrations complete. Now at version 9
|
|
3960
|
-
2026-02-27T16:17:59.280Z [info] Applying migration 004_synapses_schema
|
|
3961
|
-
2026-02-27T16:17:59.271Z [info] Running 9 migration(s) from version 0
|
|
3962
|
-
2026-02-27T16:17:59.280Z [info] Applying migration 005_fts_indexes
|
|
3963
|
-
2026-02-27T16:17:59.271Z [info] Applying migration 001_core_schema
|
|
3964
|
-
2026-02-27T16:17:59.280Z [info] Applying migration 006_synapses_phase3
|
|
3965
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 002_learning_schema
|
|
3966
|
-
2026-02-27T16:17:59.281Z [info] Applying migration 007_feedback
|
|
3967
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 003_code_schema
|
|
3968
|
-
2026-02-27T16:17:59.282Z [info] Applying migration 008_git_integration
|
|
3969
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 004_synapses_schema
|
|
3970
|
-
2026-02-27T16:17:59.283Z [info] Applying migration 009_embeddings
|
|
3971
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 005_fts_indexes
|
|
3972
|
-
2026-02-27T16:17:59.283Z [info] Migrations complete. Now at version 9
|
|
3973
|
-
2026-02-27T16:17:59.285Z [info] Running 9 migration(s) from version 0
|
|
3974
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 006_synapses_phase3
|
|
3975
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 001_core_schema
|
|
3976
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 007_feedback
|
|
3977
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 002_learning_schema
|
|
3978
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 008_git_integration
|
|
3979
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 003_code_schema
|
|
3980
|
-
2026-02-27T16:17:59.275Z [info] Applying migration 009_embeddings
|
|
3981
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 004_synapses_schema
|
|
3982
|
-
2026-02-27T16:17:59.275Z [info] Migrations complete. Now at version 9
|
|
3983
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 005_fts_indexes
|
|
3984
|
-
2026-02-27T16:17:59.278Z [info] Running 9 migration(s) from version 0
|
|
3985
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 006_synapses_phase3
|
|
3986
|
-
2026-02-27T16:17:59.278Z [info] Applying migration 001_core_schema
|
|
3987
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 007_feedback
|
|
3988
|
-
2026-02-27T16:17:59.278Z [info] Applying migration 002_learning_schema
|
|
3989
|
-
2026-02-27T16:17:59.289Z [info] Applying migration 008_git_integration
|
|
3990
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 003_code_schema
|
|
3991
|
-
2026-02-27T16:17:59.289Z [info] Applying migration 009_embeddings
|
|
3992
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 004_synapses_schema
|
|
3993
|
-
2026-02-27T16:17:59.290Z [info] Migrations complete. Now at version 9
|
|
3994
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 005_fts_indexes
|
|
3995
|
-
2026-02-27T16:17:59.280Z [info] Applying migration 006_synapses_phase3
|
|
3996
|
-
2026-02-27T16:17:59.280Z [info] Applying migration 007_feedback
|
|
3997
|
-
2026-02-27T16:17:59.281Z [info] Applying migration 008_git_integration
|
|
3998
|
-
2026-02-27T16:17:59.282Z [info] Applying migration 009_embeddings
|
|
3999
|
-
2026-02-27T16:17:59.282Z [info] Migrations complete. Now at version 9
|
|
4000
|
-
2026-02-27T16:17:59.285Z [info] Running 9 migration(s) from version 0
|
|
4001
|
-
2026-02-27T16:17:59.285Z [info] Applying migration 001_core_schema
|
|
4002
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 002_learning_schema
|
|
4003
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 003_code_schema
|
|
4004
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 004_synapses_schema
|
|
4005
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 005_fts_indexes
|
|
4006
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 006_synapses_phase3
|
|
4007
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 007_feedback
|
|
4008
|
-
2026-02-27T16:17:59.288Z [info] Applying migration 008_git_integration
|
|
4009
|
-
2026-02-27T16:17:59.289Z [info] Applying migration 009_embeddings
|
|
4010
|
-
2026-02-27T16:17:59.289Z [info] Migrations complete. Now at version 9
|
|
4011
|
-
2026-02-27T16:17:59.261Z [info] Running 9 migration(s) from version 0
|
|
4012
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 001_core_schema
|
|
4013
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 002_learning_schema
|
|
4014
|
-
2026-02-27T16:17:59.263Z [info] Applying migration 003_code_schema
|
|
4015
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 004_synapses_schema
|
|
4016
|
-
2026-02-27T16:17:59.264Z [info] Applying migration 005_fts_indexes
|
|
4017
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 006_synapses_phase3
|
|
4018
|
-
2026-02-27T16:17:59.265Z [info] Applying migration 007_feedback
|
|
4019
|
-
2026-02-27T16:17:59.267Z [info] Applying migration 008_git_integration
|
|
4020
|
-
2026-02-27T16:17:59.267Z [info] Applying migration 009_embeddings
|
|
4021
|
-
2026-02-27T16:17:59.268Z [info] Migrations complete. Now at version 9
|
|
4022
|
-
2026-02-27T16:17:59.271Z [info] Running 9 migration(s) from version 0
|
|
4023
|
-
2026-02-27T16:17:59.271Z [info] Applying migration 001_core_schema
|
|
4024
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 002_learning_schema
|
|
4025
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 003_code_schema
|
|
4026
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 004_synapses_schema
|
|
4027
|
-
2026-02-27T16:17:59.272Z [info] Applying migration 005_fts_indexes
|
|
4028
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 006_synapses_phase3
|
|
4029
|
-
2026-02-27T16:17:59.273Z [info] Applying migration 007_feedback
|
|
4030
|
-
2026-02-27T16:17:59.274Z [info] Applying migration 008_git_integration
|
|
4031
|
-
2026-02-27T16:17:59.275Z [info] Applying migration 009_embeddings
|
|
4032
|
-
2026-02-27T16:17:59.276Z [info] Migrations complete. Now at version 9
|
|
4033
|
-
2026-02-27T16:17:59.278Z [info] Running 9 migration(s) from version 0
|
|
4034
|
-
2026-02-27T16:17:59.278Z [info] Applying migration 001_core_schema
|
|
4035
|
-
2026-02-27T16:17:59.278Z [info] Applying migration 002_learning_schema
|
|
4036
|
-
2026-02-27T16:17:59.278Z [info] Applying migration 003_code_schema
|
|
4037
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 004_synapses_schema
|
|
4038
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 005_fts_indexes
|
|
4039
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 006_synapses_phase3
|
|
4040
|
-
2026-02-27T16:17:59.280Z [info] Applying migration 007_feedback
|
|
4041
|
-
2026-02-27T16:17:59.282Z [info] Applying migration 008_git_integration
|
|
4042
|
-
2026-02-27T16:17:59.282Z [info] Applying migration 009_embeddings
|
|
4043
|
-
2026-02-27T16:17:59.283Z [info] Migrations complete. Now at version 9
|
|
4044
|
-
2026-02-27T16:17:59.286Z [info] Running 9 migration(s) from version 0
|
|
4045
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 001_core_schema
|
|
4046
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 002_learning_schema
|
|
4047
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 003_code_schema
|
|
4048
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 004_synapses_schema
|
|
4049
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 005_fts_indexes
|
|
4050
|
-
2026-02-27T16:17:59.288Z [info] Applying migration 006_synapses_phase3
|
|
4051
|
-
2026-02-27T16:17:59.288Z [info] Applying migration 007_feedback
|
|
4052
|
-
2026-02-27T16:17:59.289Z [info] Applying migration 008_git_integration
|
|
4053
|
-
2026-02-27T16:17:59.290Z [info] Applying migration 009_embeddings
|
|
4054
|
-
2026-02-27T16:17:59.290Z [info] Migrations complete. Now at version 9
|
|
4055
|
-
2026-02-27T16:17:59.279Z [info] Running 9 migration(s) from version 0
|
|
4056
|
-
2026-02-27T16:17:59.281Z [info] Applying migration 001_core_schema
|
|
4057
|
-
2026-02-27T16:17:59.282Z [info] Applying migration 002_learning_schema
|
|
4058
|
-
2026-02-27T16:17:59.282Z [info] Applying migration 003_code_schema
|
|
4059
|
-
2026-02-27T16:17:59.282Z [info] Applying migration 004_synapses_schema
|
|
4060
|
-
2026-02-27T16:17:59.282Z [info] Applying migration 005_fts_indexes
|
|
4061
|
-
2026-02-27T16:17:59.283Z [info] Applying migration 006_synapses_phase3
|
|
4062
|
-
2026-02-27T16:17:59.284Z [info] Applying migration 007_feedback
|
|
4063
|
-
2026-02-27T16:17:59.285Z [info] Applying migration 008_git_integration
|
|
4064
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 009_embeddings
|
|
4065
|
-
2026-02-27T16:17:59.286Z [info] Migrations complete. Now at version 9
|
|
4066
|
-
2026-02-27T16:17:59.289Z [info] Learning cycle starting
|
|
4067
|
-
2026-02-27T16:17:59.290Z [info] Running synapse decay cycle
|
|
4068
|
-
2026-02-27T16:17:59.290Z [info] Decay complete: 0 decayed, 0 pruned
|
|
4069
|
-
2026-02-27T16:17:59.290Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (1ms)
|
|
4070
|
-
2026-02-27T16:17:59.291Z [info] Running 9 migration(s) from version 0
|
|
4071
|
-
2026-02-27T16:17:59.291Z [info] Applying migration 001_core_schema
|
|
4072
|
-
2026-02-27T16:17:59.291Z [info] Applying migration 002_learning_schema
|
|
4073
|
-
2026-02-27T16:17:59.291Z [info] Applying migration 003_code_schema
|
|
4074
|
-
2026-02-27T16:17:59.291Z [info] Applying migration 004_synapses_schema
|
|
4075
|
-
2026-02-27T16:17:59.292Z [info] Applying migration 005_fts_indexes
|
|
4076
|
-
2026-02-27T16:17:59.292Z [info] Applying migration 006_synapses_phase3
|
|
4077
|
-
2026-02-27T16:17:59.293Z [info] Applying migration 007_feedback
|
|
4078
|
-
2026-02-27T16:17:59.294Z [info] Applying migration 008_git_integration
|
|
4079
|
-
2026-02-27T16:17:59.295Z [info] Applying migration 009_embeddings
|
|
4080
|
-
2026-02-27T16:17:59.296Z [info] Migrations complete. Now at version 9
|
|
4081
|
-
2026-02-27T16:17:59.298Z [info] Learning cycle starting
|
|
4082
|
-
2026-02-27T16:17:59.298Z [info] Running synapse decay cycle
|
|
4083
|
-
2026-02-27T16:17:59.298Z [info] Decay complete: 0 decayed, 0 pruned
|
|
4084
|
-
2026-02-27T16:17:59.298Z [info] Learning cycle complete: 1 patterns, 0 rules, 0 pruned, 0 antipatterns (0ms)
|
|
4085
|
-
2026-02-27T16:17:59.299Z [info] Running 9 migration(s) from version 0
|
|
4086
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 001_core_schema
|
|
4087
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 002_learning_schema
|
|
4088
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 003_code_schema
|
|
4089
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 004_synapses_schema
|
|
4090
|
-
2026-02-27T16:17:59.300Z [info] Applying migration 005_fts_indexes
|
|
4091
|
-
2026-02-27T16:17:59.300Z [info] Applying migration 006_synapses_phase3
|
|
4092
|
-
2026-02-27T16:17:59.301Z [info] Applying migration 007_feedback
|
|
4093
|
-
2026-02-27T16:17:59.302Z [info] Applying migration 008_git_integration
|
|
4094
|
-
2026-02-27T16:17:59.303Z [info] Applying migration 009_embeddings
|
|
4095
|
-
2026-02-27T16:17:59.303Z [info] Migrations complete. Now at version 9
|
|
4096
|
-
2026-02-27T16:17:59.275Z [info] Running 9 migration(s) from version 0
|
|
4097
|
-
2026-02-27T16:17:59.276Z [info] Applying migration 001_core_schema
|
|
4098
|
-
2026-02-27T16:17:59.277Z [info] Applying migration 002_learning_schema
|
|
4099
|
-
2026-02-27T16:17:59.277Z [info] Applying migration 003_code_schema
|
|
4100
|
-
2026-02-27T16:17:59.277Z [info] Applying migration 004_synapses_schema
|
|
4101
|
-
2026-02-27T16:17:59.278Z [info] Applying migration 005_fts_indexes
|
|
4102
|
-
2026-02-27T16:17:59.278Z [info] Applying migration 006_synapses_phase3
|
|
4103
|
-
2026-02-27T16:17:59.279Z [info] Applying migration 007_feedback
|
|
4104
|
-
2026-02-27T16:17:59.280Z [info] Applying migration 008_git_integration
|
|
4105
|
-
2026-02-27T16:17:59.281Z [info] Applying migration 009_embeddings
|
|
4106
|
-
2026-02-27T16:17:59.282Z [info] Migrations complete. Now at version 9
|
|
4107
|
-
2026-02-27T16:17:59.285Z [info] Running 9 migration(s) from version 0
|
|
4108
|
-
2026-02-27T16:17:59.285Z [info] Applying migration 001_core_schema
|
|
4109
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 002_learning_schema
|
|
4110
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 003_code_schema
|
|
4111
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 004_synapses_schema
|
|
4112
|
-
2026-02-27T16:17:59.286Z [info] Applying migration 005_fts_indexes
|
|
4113
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 006_synapses_phase3
|
|
4114
|
-
2026-02-27T16:17:59.287Z [info] Applying migration 007_feedback
|
|
4115
|
-
2026-02-27T16:17:59.288Z [info] Applying migration 008_git_integration
|
|
4116
|
-
2026-02-27T16:17:59.289Z [info] Applying migration 009_embeddings
|
|
4117
|
-
2026-02-27T16:17:59.289Z [info] Migrations complete. Now at version 9
|
|
4118
|
-
2026-02-27T16:17:59.291Z [info] Running 9 migration(s) from version 0
|
|
4119
|
-
2026-02-27T16:17:59.291Z [info] Applying migration 001_core_schema
|
|
4120
|
-
2026-02-27T16:17:59.292Z [info] Applying migration 002_learning_schema
|
|
4121
|
-
2026-02-27T16:17:59.292Z [info] Applying migration 003_code_schema
|
|
4122
|
-
2026-02-27T16:17:59.292Z [info] Applying migration 004_synapses_schema
|
|
4123
|
-
2026-02-27T16:17:59.292Z [info] Applying migration 005_fts_indexes
|
|
4124
|
-
2026-02-27T16:17:59.293Z [info] Applying migration 006_synapses_phase3
|
|
4125
|
-
2026-02-27T16:17:59.294Z [info] Applying migration 007_feedback
|
|
4126
|
-
2026-02-27T16:17:59.295Z [info] Applying migration 008_git_integration
|
|
4127
|
-
2026-02-27T16:17:59.295Z [info] Applying migration 009_embeddings
|
|
4128
|
-
2026-02-27T16:17:59.296Z [info] Migrations complete. Now at version 9
|
|
4129
|
-
2026-02-27T16:17:59.298Z [info] Running 9 migration(s) from version 0
|
|
4130
|
-
2026-02-27T16:17:59.298Z [info] Applying migration 001_core_schema
|
|
4131
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 002_learning_schema
|
|
4132
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 003_code_schema
|
|
4133
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 004_synapses_schema
|
|
4134
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 005_fts_indexes
|
|
4135
|
-
2026-02-27T16:17:59.300Z [info] Applying migration 006_synapses_phase3
|
|
4136
|
-
2026-02-27T16:17:59.300Z [info] Applying migration 007_feedback
|
|
4137
|
-
2026-02-27T16:17:59.301Z [info] Applying migration 008_git_integration
|
|
4138
|
-
2026-02-27T16:17:59.302Z [info] Applying migration 009_embeddings
|
|
4139
|
-
2026-02-27T16:17:59.302Z [info] Migrations complete. Now at version 9
|
|
4140
|
-
2026-02-27T16:17:59.304Z [info] Running 9 migration(s) from version 0
|
|
4141
|
-
2026-02-27T16:17:59.304Z [info] Applying migration 001_core_schema
|
|
4142
|
-
2026-02-27T16:17:59.305Z [info] Applying migration 002_learning_schema
|
|
4143
|
-
2026-02-27T16:17:59.305Z [info] Applying migration 003_code_schema
|
|
4144
|
-
2026-02-27T16:17:59.305Z [info] Applying migration 004_synapses_schema
|
|
4145
|
-
2026-02-27T16:17:59.305Z [info] Applying migration 005_fts_indexes
|
|
4146
|
-
2026-02-27T16:17:59.306Z [info] Applying migration 006_synapses_phase3
|
|
4147
|
-
2026-02-27T16:17:59.306Z [info] Applying migration 007_feedback
|
|
4148
|
-
2026-02-27T16:17:59.307Z [info] Applying migration 008_git_integration
|
|
4149
|
-
2026-02-27T16:17:59.308Z [info] Applying migration 009_embeddings
|
|
4150
|
-
2026-02-27T16:17:59.309Z [info] Migrations complete. Now at version 9
|
|
4151
|
-
2026-02-27T16:17:59.311Z [info] Running synapse decay cycle
|
|
4152
|
-
2026-02-27T16:17:59.311Z [info] Decay complete: 0 decayed, 1 pruned
|
|
4153
|
-
2026-02-27T16:17:59.292Z [info] Running 9 migration(s) from version 0
|
|
4154
|
-
2026-02-27T16:17:59.293Z [info] Applying migration 001_core_schema
|
|
4155
|
-
2026-02-27T16:17:59.294Z [info] Applying migration 002_learning_schema
|
|
4156
|
-
2026-02-27T16:17:59.294Z [info] Applying migration 003_code_schema
|
|
4157
|
-
2026-02-27T16:17:59.294Z [info] Applying migration 004_synapses_schema
|
|
4158
|
-
2026-02-27T16:17:59.295Z [info] Applying migration 005_fts_indexes
|
|
4159
|
-
2026-02-27T16:17:59.295Z [info] Applying migration 006_synapses_phase3
|
|
4160
|
-
2026-02-27T16:17:59.296Z [info] Applying migration 007_feedback
|
|
4161
|
-
2026-02-27T16:17:59.297Z [info] Applying migration 008_git_integration
|
|
4162
|
-
2026-02-27T16:17:59.298Z [info] Applying migration 009_embeddings
|
|
4163
|
-
2026-02-27T16:17:59.298Z [info] Migrations complete. Now at version 9
|
|
4164
|
-
2026-02-27T16:17:59.303Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
4165
|
-
2026-02-27T16:17:59.304Z [info] Running 9 migration(s) from version 0
|
|
4166
|
-
2026-02-27T16:17:59.304Z [info] Applying migration 001_core_schema
|
|
4167
|
-
2026-02-27T16:17:59.304Z [info] Applying migration 002_learning_schema
|
|
4168
|
-
2026-02-27T16:17:59.304Z [info] Applying migration 003_code_schema
|
|
4169
|
-
2026-02-27T16:17:59.304Z [info] Applying migration 004_synapses_schema
|
|
4170
|
-
2026-02-27T16:17:59.305Z [info] Applying migration 005_fts_indexes
|
|
4171
|
-
2026-02-27T16:17:59.305Z [info] Applying migration 006_synapses_phase3
|
|
4172
|
-
2026-02-27T16:17:59.306Z [info] Applying migration 007_feedback
|
|
4173
|
-
2026-02-27T16:17:59.307Z [info] Applying migration 008_git_integration
|
|
4174
|
-
2026-02-27T16:17:59.308Z [info] Applying migration 009_embeddings
|
|
4175
|
-
2026-02-27T16:17:59.308Z [info] Migrations complete. Now at version 9
|
|
4176
|
-
2026-02-27T16:17:59.311Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
4177
|
-
2026-02-27T16:17:59.312Z [info] Running 9 migration(s) from version 0
|
|
4178
|
-
2026-02-27T16:17:59.312Z [info] Applying migration 001_core_schema
|
|
4179
|
-
2026-02-27T16:17:59.312Z [info] Applying migration 002_learning_schema
|
|
4180
|
-
2026-02-27T16:17:59.312Z [info] Applying migration 003_code_schema
|
|
4181
|
-
2026-02-27T16:17:59.312Z [info] Applying migration 004_synapses_schema
|
|
4182
|
-
2026-02-27T16:17:59.313Z [info] Applying migration 005_fts_indexes
|
|
4183
|
-
2026-02-27T16:17:59.313Z [info] Applying migration 006_synapses_phase3
|
|
4184
|
-
2026-02-27T16:17:59.314Z [info] Applying migration 007_feedback
|
|
4185
|
-
2026-02-27T16:17:59.315Z [info] Applying migration 008_git_integration
|
|
4186
|
-
2026-02-27T16:17:59.316Z [info] Applying migration 009_embeddings
|
|
4187
|
-
2026-02-27T16:17:59.316Z [info] Migrations complete. Now at version 9
|
|
4188
|
-
2026-02-27T16:17:59.318Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
4189
|
-
2026-02-27T16:17:59.319Z [info] Running 9 migration(s) from version 0
|
|
4190
|
-
2026-02-27T16:17:59.319Z [info] Applying migration 001_core_schema
|
|
4191
|
-
2026-02-27T16:17:59.319Z [info] Applying migration 002_learning_schema
|
|
4192
|
-
2026-02-27T16:17:59.319Z [info] Applying migration 003_code_schema
|
|
4193
|
-
2026-02-27T16:17:59.319Z [info] Applying migration 004_synapses_schema
|
|
4194
|
-
2026-02-27T16:17:59.320Z [info] Applying migration 005_fts_indexes
|
|
4195
|
-
2026-02-27T16:17:59.320Z [info] Applying migration 006_synapses_phase3
|
|
4196
|
-
2026-02-27T16:17:59.321Z [info] Applying migration 007_feedback
|
|
4197
|
-
2026-02-27T16:17:59.322Z [info] Applying migration 008_git_integration
|
|
4198
|
-
2026-02-27T16:17:59.323Z [info] Applying migration 009_embeddings
|
|
4199
|
-
2026-02-27T16:17:59.323Z [info] Migrations complete. Now at version 9
|
|
4200
|
-
2026-02-27T16:17:59.325Z [info] Code module registered (id=1, name=retry, granularity=file, score=0.96)
|
|
4201
|
-
2026-02-27T16:17:59.296Z [info] Running 9 migration(s) from version 0
|
|
4202
|
-
2026-02-27T16:17:59.297Z [info] Applying migration 001_core_schema
|
|
4203
|
-
2026-02-27T16:17:59.298Z [info] Applying migration 002_learning_schema
|
|
4204
|
-
2026-02-27T16:17:59.298Z [info] Applying migration 003_code_schema
|
|
4205
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 004_synapses_schema
|
|
4206
|
-
2026-02-27T16:17:59.299Z [info] Applying migration 005_fts_indexes
|
|
4207
|
-
2026-02-27T16:17:59.300Z [info] Applying migration 006_synapses_phase3
|
|
4208
|
-
2026-02-27T16:17:59.300Z [info] Applying migration 007_feedback
|
|
4209
|
-
2026-02-27T16:17:59.301Z [info] Applying migration 008_git_integration
|
|
4210
|
-
2026-02-27T16:17:59.302Z [info] Applying migration 009_embeddings
|
|
4211
|
-
2026-02-27T16:17:59.303Z [info] Migrations complete. Now at version 9
|
|
4212
|
-
2026-02-27T16:17:59.306Z [info] New error reported (id=1, type=TypeError)
|
|
4213
|
-
2026-02-27T16:17:59.307Z [info] Running 9 migration(s) from version 0
|
|
4214
|
-
2026-02-27T16:17:59.307Z [info] Applying migration 001_core_schema
|
|
4215
|
-
2026-02-27T16:17:59.308Z [info] Applying migration 002_learning_schema
|
|
4216
|
-
2026-02-27T16:17:59.308Z [info] Applying migration 003_code_schema
|
|
4217
|
-
2026-02-27T16:17:59.308Z [info] Applying migration 004_synapses_schema
|
|
4218
|
-
2026-02-27T16:17:59.308Z [info] Applying migration 005_fts_indexes
|
|
4219
|
-
2026-02-27T16:17:59.309Z [info] Applying migration 006_synapses_phase3
|
|
4220
|
-
2026-02-27T16:17:59.309Z [info] Applying migration 007_feedback
|
|
4221
|
-
2026-02-27T16:17:59.311Z [info] Applying migration 008_git_integration
|
|
4222
|
-
2026-02-27T16:17:59.311Z [info] Applying migration 009_embeddings
|
|
4223
|
-
2026-02-27T16:17:59.312Z [info] Migrations complete. Now at version 9
|
|
4224
|
-
2026-02-27T16:17:59.314Z [info] New error reported (id=1, type=TypeError)
|
|
4225
|
-
2026-02-27T16:17:59.314Z [info] Solution reported (id=1) for error 1
|
|
4226
|
-
2026-02-27T16:17:59.315Z [info] Running 9 migration(s) from version 0
|
|
4227
|
-
2026-02-27T16:17:59.315Z [info] Applying migration 001_core_schema
|
|
4228
|
-
2026-02-27T16:17:59.315Z [info] Applying migration 002_learning_schema
|
|
4229
|
-
2026-02-27T16:17:59.315Z [info] Applying migration 003_code_schema
|
|
4230
|
-
2026-02-27T16:17:59.315Z [info] Applying migration 004_synapses_schema
|
|
4231
|
-
2026-02-27T16:17:59.316Z [info] Applying migration 005_fts_indexes
|
|
4232
|
-
2026-02-27T16:17:59.316Z [info] Applying migration 006_synapses_phase3
|
|
4233
|
-
2026-02-27T16:17:59.317Z [info] Applying migration 007_feedback
|
|
4234
|
-
2026-02-27T16:17:59.318Z [info] Applying migration 008_git_integration
|
|
4235
|
-
2026-02-27T16:17:59.318Z [info] Applying migration 009_embeddings
|
|
4236
|
-
2026-02-27T16:17:59.319Z [info] Migrations complete. Now at version 9
|
|
4237
|
-
2026-02-27T16:17:59.321Z [info] New error reported (id=1, type=TypeError)
|
|
4238
|
-
2026-02-27T16:17:59.321Z [info] Known error (id=1), occurrence incremented
|
|
4239
|
-
2026-02-27T16:17:59.321Z [info] Running 9 migration(s) from version 0
|
|
4240
|
-
2026-02-27T16:17:59.322Z [info] Applying migration 001_core_schema
|
|
4241
|
-
2026-02-27T16:17:59.322Z [info] Applying migration 002_learning_schema
|
|
4242
|
-
2026-02-27T16:17:59.322Z [info] Applying migration 003_code_schema
|
|
4243
|
-
2026-02-27T16:17:59.322Z [info] Applying migration 004_synapses_schema
|
|
4244
|
-
2026-02-27T16:17:59.323Z [info] Applying migration 005_fts_indexes
|
|
4245
|
-
2026-02-27T16:17:59.323Z [info] Applying migration 006_synapses_phase3
|
|
4246
|
-
2026-02-27T16:17:59.324Z [info] Applying migration 007_feedback
|
|
4247
|
-
2026-02-27T16:17:59.325Z [info] Applying migration 008_git_integration
|
|
4248
|
-
2026-02-27T16:17:59.325Z [info] Applying migration 009_embeddings
|
|
4249
|
-
2026-02-27T16:17:59.326Z [info] Migrations complete. Now at version 9
|
|
4250
|
-
2026-02-27T16:17:59.328Z [info] New error reported (id=1, type=Error)
|
|
4251
|
-
2026-02-27T16:17:59.341Z [info] Running 9 migration(s) from version 0
|
|
4252
|
-
2026-02-27T16:17:59.342Z [info] Applying migration 001_core_schema
|
|
4253
|
-
2026-02-27T16:17:59.343Z [info] Applying migration 002_learning_schema
|
|
4254
|
-
2026-02-27T16:17:59.343Z [info] Applying migration 003_code_schema
|
|
4255
|
-
2026-02-27T16:17:59.343Z [info] Applying migration 004_synapses_schema
|
|
4256
|
-
2026-02-27T16:17:59.344Z [info] Applying migration 005_fts_indexes
|
|
4257
|
-
2026-02-27T16:17:59.344Z [info] Applying migration 006_synapses_phase3
|
|
4258
|
-
2026-02-27T16:17:59.345Z [info] Applying migration 007_feedback
|
|
4259
|
-
2026-02-27T16:17:59.346Z [info] Applying migration 008_git_integration
|
|
4260
|
-
2026-02-27T16:17:59.347Z [info] Applying migration 009_embeddings
|
|
4261
|
-
2026-02-27T16:17:59.347Z [info] Migrations complete. Now at version 9
|
|
4262
|
-
2026-02-27T16:17:59.351Z [info] New error reported (id=1, type=Error)
|
|
4263
|
-
2026-02-28T09:02:19.228Z [info] Opening database at C:\Users\mecklenburg\.brain\brain.db
|
|
4264
|
-
2026-02-28T09:02:19.815Z [info] Running 5 migration(s) from version 9
|
|
4265
|
-
2026-02-28T09:02:19.816Z [info] Applying migration 010_memory_schema
|
|
4266
|
-
2026-02-28T09:02:19.816Z [info] Applying migration 011_memory_fts
|
|
4267
|
-
2026-02-28T09:02:19.817Z [info] Applying migration 012_decisions_changelog
|
|
4268
|
-
2026-02-28T09:02:19.818Z [info] Applying migration 013_tasks
|
|
4269
|
-
2026-02-28T09:02:19.818Z [info] Applying migration 014_project_docs
|
|
4270
|
-
2026-02-28T09:02:19.822Z [info] Migrations complete. Now at version 14
|
|
4271
|
-
2026-02-28T09:02:19.822Z [info] Database initialized: C:\Users\mecklenburg\.brain\brain.db
|
|
4272
|
-
2026-02-28T09:02:19.860Z [info] Embedding engine started (model will load in background)
|
|
4273
|
-
2026-02-28T09:02:19.860Z [info] Learning engine started (interval: 900000ms)
|
|
4274
|
-
2026-02-28T09:02:19.860Z [info] Research engine started (interval: 3600000ms)
|
|
4275
|
-
2026-02-28T09:02:19.862Z [info] REST API enabled on port 7777
|
|
4276
|
-
2026-02-28T09:02:19.863Z [info] MCP HTTP (SSE) enabled on port 7778
|
|
4277
|
-
2026-02-28T09:02:19.863Z [info] Brain daemon started (PID: 127564)
|
|
4278
|
-
2026-02-28T09:02:19.940Z [info] IPC server listening on \\.\pipe\brain
|
|
4279
|
-
2026-02-28T09:02:19.940Z [info] REST API server started on http://localhost:7777
|
|
4280
|
-
2026-02-28T09:02:19.940Z [info] MCP HTTP server (SSE) started on http://localhost:7778
|
|
4281
|
-
2026-02-28T09:02:20.061Z [info] Embedding model loaded: Xenova/all-MiniLM-L6-v2
|
|
4282
|
-
2026-02-28T09:02:20.234Z [info] Embedding sweep: 0 errors, 50 modules, 0 memories, 0 sessions, 0 decisions, 0 tasks, 0 docs
|
|
4283
|
-
2026-02-28T09:02:26.647Z [info] IPC client connected: d7727d13-ab71-4032-8438-6bf2e840d801
|
|
4284
|
-
2026-02-28T09:02:27.002Z [info] IPC client disconnected: d7727d13-ab71-4032-8438-6bf2e840d801
|