@timmeck/brain 2.0.0 → 2.1.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 +16 -2
- package/brain.log +2712 -0
- package/dashboard.html +7 -1
- package/dist/brain.d.ts +1 -0
- package/dist/brain.js +11 -5
- package/dist/brain.js.map +1 -1
- package/dist/cli/commands/dashboard.js +21 -2
- package/dist/cli/commands/dashboard.js.map +1 -1
- package/dist/cli/commands/status.js +0 -1
- package/dist/cli/commands/status.js.map +1 -1
- package/dist/config.js +2 -29
- package/dist/config.js.map +1 -1
- package/dist/ipc/__tests__/protocol.test.js +1 -1
- package/dist/ipc/__tests__/protocol.test.js.map +1 -1
- package/dist/ipc/router.d.ts +2 -0
- package/dist/ipc/router.js +22 -0
- package/dist/ipc/router.js.map +1 -1
- package/dist/learning/confidence-scorer.d.ts +2 -5
- package/dist/learning/confidence-scorer.js +4 -19
- package/dist/learning/confidence-scorer.js.map +1 -1
- package/dist/learning/decay.js +2 -3
- package/dist/learning/decay.js.map +1 -1
- package/dist/learning/learning-engine.d.ts +2 -5
- package/dist/learning/learning-engine.js +3 -15
- package/dist/learning/learning-engine.js.map +1 -1
- package/dist/mcp/tools.js +36 -0
- package/dist/mcp/tools.js.map +1 -1
- package/dist/parsing/parsers/compiler.js +1 -1
- package/dist/parsing/parsers/compiler.js.map +1 -1
- package/dist/research/research-engine.d.ts +2 -6
- package/dist/research/research-engine.js +3 -23
- package/dist/research/research-engine.js.map +1 -1
- package/dist/services/synapse.service.d.ts +3 -3
- package/dist/synapses/activation.d.ts +3 -13
- package/dist/synapses/activation.js +2 -49
- package/dist/synapses/activation.js.map +1 -1
- package/dist/synapses/decay.d.ts +2 -11
- package/dist/synapses/decay.js +2 -26
- package/dist/synapses/decay.js.map +1 -1
- package/dist/synapses/hebbian.d.ts +2 -13
- package/dist/synapses/hebbian.js +2 -35
- package/dist/synapses/hebbian.js.map +1 -1
- package/dist/synapses/pathfinder.d.ts +2 -14
- package/dist/synapses/pathfinder.js +2 -49
- package/dist/synapses/pathfinder.js.map +1 -1
- package/dist/synapses/synapse-manager.d.ts +7 -23
- package/dist/synapses/synapse-manager.js +6 -63
- package/dist/synapses/synapse-manager.js.map +1 -1
- package/eslint.config.js +14 -0
- package/package.json +56 -50
package/brain.log
CHANGED
|
@@ -1162,3 +1162,2715 @@
|
|
|
1162
1162
|
2026-02-27T11:01:17.787Z [info] Applying migration 009_embeddings
|
|
1163
1163
|
2026-02-27T11:01:17.788Z [info] Migrations complete. Now at version 9
|
|
1164
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)
|