tribunal-kit 5.7.0 → 5.8.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.
Files changed (56) hide show
  1. package/.agent/ARCHITECTURE.md +6 -7
  2. package/.agent/agents/frontend-reviewer.md +13 -0
  3. package/.agent/agents/frontend-specialist.md +14 -0
  4. package/.agent/agents/logic-reviewer.md +11 -0
  5. package/.agent/agents/orchestrator.md +15 -0
  6. package/.agent/agents/security-auditor.md +13 -0
  7. package/.agent/agents/ui-ux-auditor.md +7 -31
  8. package/.agent/history/memory/.memory.idx +766 -0
  9. package/.agent/history/memory/MEMORY.md +62 -0
  10. package/.agent/routing_index.json +694 -714
  11. package/.agent/rules/GEMINI.md +58 -8
  12. package/.agent/scripts/_colors.js +131 -89
  13. package/.agent/scripts/_utils.js +163 -128
  14. package/.agent/scripts/auto_preview.js +207 -197
  15. package/.agent/scripts/bundle_analyzer.js +227 -192
  16. package/.agent/scripts/case_law_manager.js +991 -689
  17. package/.agent/scripts/checklist.js +233 -190
  18. package/.agent/scripts/context_broker.js +930 -605
  19. package/.agent/scripts/dependency_analyzer.js +275 -184
  20. package/.agent/scripts/graph_builder.js +412 -341
  21. package/.agent/scripts/graph_visualizer.js +392 -390
  22. package/.agent/scripts/graph_zoom.js +198 -156
  23. package/.agent/scripts/inner_loop_validator.js +523 -445
  24. package/.agent/scripts/lint_runner.js +199 -157
  25. package/.agent/scripts/marathon_harness.js +819 -661
  26. package/.agent/scripts/minify_context.js +115 -100
  27. package/.agent/scripts/mutation_runner.js +321 -280
  28. package/.agent/scripts/prompt_compiler.js +62 -42
  29. package/.agent/scripts/schema_validator.js +373 -280
  30. package/.agent/scripts/security_scan.js +333 -190
  31. package/.agent/scripts/session_manager.js +306 -270
  32. package/.agent/scripts/skill_evolution.js +810 -637
  33. package/.agent/scripts/skill_integrator.js +327 -307
  34. package/.agent/scripts/strengthen_skills.js +203 -193
  35. package/.agent/scripts/swarm_dispatcher.js +558 -457
  36. package/.agent/scripts/test_runner.js +178 -152
  37. package/.agent/scripts/verify_all.js +200 -168
  38. package/.agent/skills/fabel-protocol/SKILL.md +235 -0
  39. package/.agent/skills/thinking-protocol/SKILL.md +27 -0
  40. package/.agent/workflows/generate.md +1 -1
  41. package/.agent/workflows/tribunal-speed.md +1 -1
  42. package/README.md +53 -53
  43. package/bin/mcp-server.js +460 -175
  44. package/bin/tribunal-kit.js +1245 -987
  45. package/bin/wrapper.js +104 -74
  46. package/dist/cli.js +31 -0
  47. package/dist/commands/case.js +23 -0
  48. package/dist/commands/compile.js +84 -0
  49. package/dist/commands/init.js +42 -0
  50. package/dist/commands/learn.js +57 -0
  51. package/dist/commands/memory.js +456 -0
  52. package/package.json +2 -2
  53. package/scripts/benchmark.js +162 -125
  54. package/scripts/changelog.js +196 -168
  55. package/scripts/sync-version.js +94 -81
  56. package/scripts/validate-payload.js +85 -78
@@ -0,0 +1,766 @@
1
+ {
2
+ "version": 1,
3
+ "entries": [
4
+ {
5
+ "id": 1,
6
+ "memory_type": "semantic",
7
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
8
+ "tags": [
9
+ "project-idiom",
10
+ "auto-learned"
11
+ ],
12
+ "created_at": "1783147927Z",
13
+ "last_accessed": "1783147927Z",
14
+ "access_count": 0,
15
+ "token_estimate": 32,
16
+ "source": "manual",
17
+ "session_id": null
18
+ },
19
+ {
20
+ "id": 2,
21
+ "memory_type": "semantic",
22
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
23
+ "tags": [
24
+ "project-idiom",
25
+ "auto-learned"
26
+ ],
27
+ "created_at": "1783147927Z",
28
+ "last_accessed": "1783147927Z",
29
+ "access_count": 0,
30
+ "token_estimate": 34,
31
+ "source": "manual",
32
+ "session_id": null
33
+ },
34
+ {
35
+ "id": 3,
36
+ "memory_type": "semantic",
37
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
38
+ "tags": [
39
+ "project-idiom",
40
+ "auto-learned"
41
+ ],
42
+ "created_at": "1783147927Z",
43
+ "last_accessed": "1783147927Z",
44
+ "access_count": 0,
45
+ "token_estimate": 20,
46
+ "source": "manual",
47
+ "session_id": null
48
+ },
49
+ {
50
+ "id": 4,
51
+ "memory_type": "semantic",
52
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
53
+ "tags": [
54
+ "project-idiom",
55
+ "auto-learned"
56
+ ],
57
+ "created_at": "1783147927Z",
58
+ "last_accessed": "1783147927Z",
59
+ "access_count": 0,
60
+ "token_estimate": 54,
61
+ "source": "manual",
62
+ "session_id": null
63
+ },
64
+ {
65
+ "id": 5,
66
+ "memory_type": "semantic",
67
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
68
+ "tags": [
69
+ "project-idiom",
70
+ "auto-learned"
71
+ ],
72
+ "created_at": "1783147927Z",
73
+ "last_accessed": "1783147927Z",
74
+ "access_count": 0,
75
+ "token_estimate": 17,
76
+ "source": "manual",
77
+ "session_id": null
78
+ },
79
+ {
80
+ "id": 6,
81
+ "memory_type": "semantic",
82
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
83
+ "tags": [
84
+ "project-idiom",
85
+ "auto-learned"
86
+ ],
87
+ "created_at": "1783147927Z",
88
+ "last_accessed": "1783147927Z",
89
+ "access_count": 0,
90
+ "token_estimate": 19,
91
+ "source": "manual",
92
+ "session_id": null
93
+ },
94
+ {
95
+ "id": 7,
96
+ "memory_type": "semantic",
97
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
98
+ "tags": [
99
+ "project-idiom",
100
+ "auto-learned"
101
+ ],
102
+ "created_at": "1783147927Z",
103
+ "last_accessed": "1783147927Z",
104
+ "access_count": 0,
105
+ "token_estimate": 20,
106
+ "source": "manual",
107
+ "session_id": null
108
+ },
109
+ {
110
+ "id": 8,
111
+ "memory_type": "semantic",
112
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
113
+ "tags": [
114
+ "project-idiom",
115
+ "auto-learned"
116
+ ],
117
+ "created_at": "1783147927Z",
118
+ "last_accessed": "1783147927Z",
119
+ "access_count": 0,
120
+ "token_estimate": 54,
121
+ "source": "manual",
122
+ "session_id": null
123
+ },
124
+ {
125
+ "id": 9,
126
+ "memory_type": "procedural",
127
+ "content": "Run `echo 'No build step required for this project'` to build the project",
128
+ "tags": [
129
+ "build-script",
130
+ "build",
131
+ "auto-learned"
132
+ ],
133
+ "created_at": "1783147927Z",
134
+ "last_accessed": "1783147927Z",
135
+ "access_count": 0,
136
+ "token_estimate": 19,
137
+ "source": "manual",
138
+ "session_id": null
139
+ },
140
+ {
141
+ "id": 10,
142
+ "memory_type": "procedural",
143
+ "content": "Run `npm run validate-payload && jest --coverage` to test the project",
144
+ "tags": [
145
+ "build-script",
146
+ "test",
147
+ "auto-learned"
148
+ ],
149
+ "created_at": "1783147927Z",
150
+ "last_accessed": "1783147927Z",
151
+ "access_count": 0,
152
+ "token_estimate": 18,
153
+ "source": "manual",
154
+ "session_id": null
155
+ },
156
+ {
157
+ "id": 11,
158
+ "memory_type": "semantic",
159
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
160
+ "tags": [
161
+ "project-idiom",
162
+ "auto-learned"
163
+ ],
164
+ "created_at": "1783148175Z",
165
+ "last_accessed": "1783148175Z",
166
+ "access_count": 0,
167
+ "token_estimate": 32,
168
+ "source": "manual",
169
+ "session_id": null
170
+ },
171
+ {
172
+ "id": 12,
173
+ "memory_type": "semantic",
174
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
175
+ "tags": [
176
+ "project-idiom",
177
+ "auto-learned"
178
+ ],
179
+ "created_at": "1783148175Z",
180
+ "last_accessed": "1783148175Z",
181
+ "access_count": 0,
182
+ "token_estimate": 34,
183
+ "source": "manual",
184
+ "session_id": null
185
+ },
186
+ {
187
+ "id": 13,
188
+ "memory_type": "semantic",
189
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
190
+ "tags": [
191
+ "project-idiom",
192
+ "auto-learned"
193
+ ],
194
+ "created_at": "1783148175Z",
195
+ "last_accessed": "1783148175Z",
196
+ "access_count": 0,
197
+ "token_estimate": 20,
198
+ "source": "manual",
199
+ "session_id": null
200
+ },
201
+ {
202
+ "id": 14,
203
+ "memory_type": "semantic",
204
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
205
+ "tags": [
206
+ "project-idiom",
207
+ "auto-learned"
208
+ ],
209
+ "created_at": "1783148175Z",
210
+ "last_accessed": "1783148175Z",
211
+ "access_count": 0,
212
+ "token_estimate": 54,
213
+ "source": "manual",
214
+ "session_id": null
215
+ },
216
+ {
217
+ "id": 15,
218
+ "memory_type": "semantic",
219
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
220
+ "tags": [
221
+ "project-idiom",
222
+ "auto-learned"
223
+ ],
224
+ "created_at": "1783148175Z",
225
+ "last_accessed": "1783148175Z",
226
+ "access_count": 0,
227
+ "token_estimate": 17,
228
+ "source": "manual",
229
+ "session_id": null
230
+ },
231
+ {
232
+ "id": 16,
233
+ "memory_type": "semantic",
234
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
235
+ "tags": [
236
+ "project-idiom",
237
+ "auto-learned"
238
+ ],
239
+ "created_at": "1783148175Z",
240
+ "last_accessed": "1783148175Z",
241
+ "access_count": 0,
242
+ "token_estimate": 19,
243
+ "source": "manual",
244
+ "session_id": null
245
+ },
246
+ {
247
+ "id": 17,
248
+ "memory_type": "semantic",
249
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
250
+ "tags": [
251
+ "project-idiom",
252
+ "auto-learned"
253
+ ],
254
+ "created_at": "1783148175Z",
255
+ "last_accessed": "1783148175Z",
256
+ "access_count": 0,
257
+ "token_estimate": 20,
258
+ "source": "manual",
259
+ "session_id": null
260
+ },
261
+ {
262
+ "id": 18,
263
+ "memory_type": "semantic",
264
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
265
+ "tags": [
266
+ "project-idiom",
267
+ "auto-learned"
268
+ ],
269
+ "created_at": "1783148175Z",
270
+ "last_accessed": "1783148175Z",
271
+ "access_count": 0,
272
+ "token_estimate": 54,
273
+ "source": "manual",
274
+ "session_id": null
275
+ },
276
+ {
277
+ "id": 19,
278
+ "memory_type": "procedural",
279
+ "content": "Run `echo 'No build step required for this project'` to build the project",
280
+ "tags": [
281
+ "build-script",
282
+ "build",
283
+ "auto-learned"
284
+ ],
285
+ "created_at": "1783148175Z",
286
+ "last_accessed": "1783148175Z",
287
+ "access_count": 0,
288
+ "token_estimate": 19,
289
+ "source": "manual",
290
+ "session_id": null
291
+ },
292
+ {
293
+ "id": 20,
294
+ "memory_type": "procedural",
295
+ "content": "Run `npm run validate-payload && jest --coverage` to test the project",
296
+ "tags": [
297
+ "build-script",
298
+ "test",
299
+ "auto-learned"
300
+ ],
301
+ "created_at": "1783148175Z",
302
+ "last_accessed": "1783148175Z",
303
+ "access_count": 0,
304
+ "token_estimate": 18,
305
+ "source": "manual",
306
+ "session_id": null
307
+ },
308
+ {
309
+ "id": 21,
310
+ "memory_type": "semantic",
311
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
312
+ "tags": [
313
+ "project-idiom",
314
+ "auto-learned"
315
+ ],
316
+ "created_at": "1783148243Z",
317
+ "last_accessed": "1783148243Z",
318
+ "access_count": 0,
319
+ "token_estimate": 32,
320
+ "source": "manual",
321
+ "session_id": null
322
+ },
323
+ {
324
+ "id": 22,
325
+ "memory_type": "semantic",
326
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
327
+ "tags": [
328
+ "project-idiom",
329
+ "auto-learned"
330
+ ],
331
+ "created_at": "1783148244Z",
332
+ "last_accessed": "1783148244Z",
333
+ "access_count": 0,
334
+ "token_estimate": 34,
335
+ "source": "manual",
336
+ "session_id": null
337
+ },
338
+ {
339
+ "id": 23,
340
+ "memory_type": "semantic",
341
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
342
+ "tags": [
343
+ "project-idiom",
344
+ "auto-learned"
345
+ ],
346
+ "created_at": "1783148244Z",
347
+ "last_accessed": "1783148244Z",
348
+ "access_count": 0,
349
+ "token_estimate": 20,
350
+ "source": "manual",
351
+ "session_id": null
352
+ },
353
+ {
354
+ "id": 24,
355
+ "memory_type": "semantic",
356
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
357
+ "tags": [
358
+ "project-idiom",
359
+ "auto-learned"
360
+ ],
361
+ "created_at": "1783148244Z",
362
+ "last_accessed": "1783148244Z",
363
+ "access_count": 0,
364
+ "token_estimate": 54,
365
+ "source": "manual",
366
+ "session_id": null
367
+ },
368
+ {
369
+ "id": 25,
370
+ "memory_type": "semantic",
371
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
372
+ "tags": [
373
+ "project-idiom",
374
+ "auto-learned"
375
+ ],
376
+ "created_at": "1783148244Z",
377
+ "last_accessed": "1783148244Z",
378
+ "access_count": 0,
379
+ "token_estimate": 17,
380
+ "source": "manual",
381
+ "session_id": null
382
+ },
383
+ {
384
+ "id": 26,
385
+ "memory_type": "semantic",
386
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
387
+ "tags": [
388
+ "project-idiom",
389
+ "auto-learned"
390
+ ],
391
+ "created_at": "1783148244Z",
392
+ "last_accessed": "1783148244Z",
393
+ "access_count": 0,
394
+ "token_estimate": 19,
395
+ "source": "manual",
396
+ "session_id": null
397
+ },
398
+ {
399
+ "id": 27,
400
+ "memory_type": "semantic",
401
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
402
+ "tags": [
403
+ "project-idiom",
404
+ "auto-learned"
405
+ ],
406
+ "created_at": "1783148244Z",
407
+ "last_accessed": "1783148244Z",
408
+ "access_count": 0,
409
+ "token_estimate": 20,
410
+ "source": "manual",
411
+ "session_id": null
412
+ },
413
+ {
414
+ "id": 28,
415
+ "memory_type": "semantic",
416
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
417
+ "tags": [
418
+ "project-idiom",
419
+ "auto-learned"
420
+ ],
421
+ "created_at": "1783148244Z",
422
+ "last_accessed": "1783148244Z",
423
+ "access_count": 0,
424
+ "token_estimate": 54,
425
+ "source": "manual",
426
+ "session_id": null
427
+ },
428
+ {
429
+ "id": 29,
430
+ "memory_type": "procedural",
431
+ "content": "Run `echo 'No build step required for this project'` to build the project",
432
+ "tags": [
433
+ "build-script",
434
+ "build",
435
+ "auto-learned"
436
+ ],
437
+ "created_at": "1783148244Z",
438
+ "last_accessed": "1783148244Z",
439
+ "access_count": 0,
440
+ "token_estimate": 19,
441
+ "source": "manual",
442
+ "session_id": null
443
+ },
444
+ {
445
+ "id": 30,
446
+ "memory_type": "procedural",
447
+ "content": "Run `npm run validate-payload && jest --coverage` to test the project",
448
+ "tags": [
449
+ "build-script",
450
+ "test",
451
+ "auto-learned"
452
+ ],
453
+ "created_at": "1783148244Z",
454
+ "last_accessed": "1783148244Z",
455
+ "access_count": 0,
456
+ "token_estimate": 18,
457
+ "source": "manual",
458
+ "session_id": null
459
+ },
460
+ {
461
+ "id": 31,
462
+ "memory_type": "semantic",
463
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
464
+ "tags": [
465
+ "project-idiom",
466
+ "auto-learned"
467
+ ],
468
+ "created_at": "1783148917Z",
469
+ "last_accessed": "1783148917Z",
470
+ "access_count": 0,
471
+ "token_estimate": 32,
472
+ "source": "manual",
473
+ "session_id": null
474
+ },
475
+ {
476
+ "id": 32,
477
+ "memory_type": "semantic",
478
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
479
+ "tags": [
480
+ "project-idiom",
481
+ "auto-learned"
482
+ ],
483
+ "created_at": "1783148917Z",
484
+ "last_accessed": "1783148917Z",
485
+ "access_count": 0,
486
+ "token_estimate": 34,
487
+ "source": "manual",
488
+ "session_id": null
489
+ },
490
+ {
491
+ "id": 33,
492
+ "memory_type": "semantic",
493
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
494
+ "tags": [
495
+ "project-idiom",
496
+ "auto-learned"
497
+ ],
498
+ "created_at": "1783148917Z",
499
+ "last_accessed": "1783148917Z",
500
+ "access_count": 0,
501
+ "token_estimate": 20,
502
+ "source": "manual",
503
+ "session_id": null
504
+ },
505
+ {
506
+ "id": 34,
507
+ "memory_type": "semantic",
508
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
509
+ "tags": [
510
+ "project-idiom",
511
+ "auto-learned"
512
+ ],
513
+ "created_at": "1783148917Z",
514
+ "last_accessed": "1783148917Z",
515
+ "access_count": 0,
516
+ "token_estimate": 54,
517
+ "source": "manual",
518
+ "session_id": null
519
+ },
520
+ {
521
+ "id": 35,
522
+ "memory_type": "semantic",
523
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
524
+ "tags": [
525
+ "project-idiom",
526
+ "auto-learned"
527
+ ],
528
+ "created_at": "1783148917Z",
529
+ "last_accessed": "1783148917Z",
530
+ "access_count": 0,
531
+ "token_estimate": 17,
532
+ "source": "manual",
533
+ "session_id": null
534
+ },
535
+ {
536
+ "id": 36,
537
+ "memory_type": "semantic",
538
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
539
+ "tags": [
540
+ "project-idiom",
541
+ "auto-learned"
542
+ ],
543
+ "created_at": "1783148917Z",
544
+ "last_accessed": "1783148917Z",
545
+ "access_count": 0,
546
+ "token_estimate": 19,
547
+ "source": "manual",
548
+ "session_id": null
549
+ },
550
+ {
551
+ "id": 37,
552
+ "memory_type": "semantic",
553
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
554
+ "tags": [
555
+ "project-idiom",
556
+ "auto-learned"
557
+ ],
558
+ "created_at": "1783148917Z",
559
+ "last_accessed": "1783148917Z",
560
+ "access_count": 0,
561
+ "token_estimate": 20,
562
+ "source": "manual",
563
+ "session_id": null
564
+ },
565
+ {
566
+ "id": 38,
567
+ "memory_type": "semantic",
568
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
569
+ "tags": [
570
+ "project-idiom",
571
+ "auto-learned"
572
+ ],
573
+ "created_at": "1783148917Z",
574
+ "last_accessed": "1783148917Z",
575
+ "access_count": 0,
576
+ "token_estimate": 54,
577
+ "source": "manual",
578
+ "session_id": null
579
+ },
580
+ {
581
+ "id": 39,
582
+ "memory_type": "procedural",
583
+ "content": "Run `echo 'No build step required for this project'` to build the project",
584
+ "tags": [
585
+ "build-script",
586
+ "build",
587
+ "auto-learned"
588
+ ],
589
+ "created_at": "1783148917Z",
590
+ "last_accessed": "1783148917Z",
591
+ "access_count": 0,
592
+ "token_estimate": 19,
593
+ "source": "manual",
594
+ "session_id": null
595
+ },
596
+ {
597
+ "id": 40,
598
+ "memory_type": "procedural",
599
+ "content": "Run `npm run validate-payload && jest --coverage` to test the project",
600
+ "tags": [
601
+ "build-script",
602
+ "test",
603
+ "auto-learned"
604
+ ],
605
+ "created_at": "1783148917Z",
606
+ "last_accessed": "1783148917Z",
607
+ "access_count": 0,
608
+ "token_estimate": 18,
609
+ "source": "manual",
610
+ "session_id": null
611
+ },
612
+ {
613
+ "id": 41,
614
+ "memory_type": "semantic",
615
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
616
+ "tags": [
617
+ "project-idiom",
618
+ "auto-learned"
619
+ ],
620
+ "created_at": "1783152364Z",
621
+ "last_accessed": "1783152364Z",
622
+ "access_count": 0,
623
+ "token_estimate": 32,
624
+ "source": "manual",
625
+ "session_id": null
626
+ },
627
+ {
628
+ "id": 42,
629
+ "memory_type": "semantic",
630
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
631
+ "tags": [
632
+ "project-idiom",
633
+ "auto-learned"
634
+ ],
635
+ "created_at": "1783152364Z",
636
+ "last_accessed": "1783152364Z",
637
+ "access_count": 0,
638
+ "token_estimate": 34,
639
+ "source": "manual",
640
+ "session_id": null
641
+ },
642
+ {
643
+ "id": 43,
644
+ "memory_type": "semantic",
645
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
646
+ "tags": [
647
+ "project-idiom",
648
+ "auto-learned"
649
+ ],
650
+ "created_at": "1783152364Z",
651
+ "last_accessed": "1783152364Z",
652
+ "access_count": 0,
653
+ "token_estimate": 20,
654
+ "source": "manual",
655
+ "session_id": null
656
+ },
657
+ {
658
+ "id": 44,
659
+ "memory_type": "semantic",
660
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
661
+ "tags": [
662
+ "project-idiom",
663
+ "auto-learned"
664
+ ],
665
+ "created_at": "1783152364Z",
666
+ "last_accessed": "1783152364Z",
667
+ "access_count": 0,
668
+ "token_estimate": 54,
669
+ "source": "manual",
670
+ "session_id": null
671
+ },
672
+ {
673
+ "id": 45,
674
+ "memory_type": "semantic",
675
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
676
+ "tags": [
677
+ "project-idiom",
678
+ "auto-learned"
679
+ ],
680
+ "created_at": "1783152364Z",
681
+ "last_accessed": "1783152364Z",
682
+ "access_count": 0,
683
+ "token_estimate": 17,
684
+ "source": "manual",
685
+ "session_id": null
686
+ },
687
+ {
688
+ "id": 46,
689
+ "memory_type": "semantic",
690
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
691
+ "tags": [
692
+ "project-idiom",
693
+ "auto-learned"
694
+ ],
695
+ "created_at": "1783152364Z",
696
+ "last_accessed": "1783152364Z",
697
+ "access_count": 0,
698
+ "token_estimate": 19,
699
+ "source": "manual",
700
+ "session_id": null
701
+ },
702
+ {
703
+ "id": 47,
704
+ "memory_type": "semantic",
705
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
706
+ "tags": [
707
+ "project-idiom",
708
+ "auto-learned"
709
+ ],
710
+ "created_at": "1783152364Z",
711
+ "last_accessed": "1783152364Z",
712
+ "access_count": 0,
713
+ "token_estimate": 20,
714
+ "source": "manual",
715
+ "session_id": null
716
+ },
717
+ {
718
+ "id": 48,
719
+ "memory_type": "semantic",
720
+ "content": "✅ **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing tests, compile success, or equivalent proof) that your output works as intended.",
721
+ "tags": [
722
+ "project-idiom",
723
+ "auto-learned"
724
+ ],
725
+ "created_at": "1783152364Z",
726
+ "last_accessed": "1783152364Z",
727
+ "access_count": 0,
728
+ "token_estimate": 54,
729
+ "source": "manual",
730
+ "session_id": null
731
+ },
732
+ {
733
+ "id": 49,
734
+ "memory_type": "procedural",
735
+ "content": "Run `echo 'No build step required for this project'` to build the project",
736
+ "tags": [
737
+ "build-script",
738
+ "build",
739
+ "auto-learned"
740
+ ],
741
+ "created_at": "1783152364Z",
742
+ "last_accessed": "1783152364Z",
743
+ "access_count": 0,
744
+ "token_estimate": 19,
745
+ "source": "manual",
746
+ "session_id": null
747
+ },
748
+ {
749
+ "id": 50,
750
+ "memory_type": "procedural",
751
+ "content": "Run `npm run validate-payload && jest --coverage` to test the project",
752
+ "tags": [
753
+ "build-script",
754
+ "test",
755
+ "auto-learned"
756
+ ],
757
+ "created_at": "1783152364Z",
758
+ "last_accessed": "1783152364Z",
759
+ "access_count": 0,
760
+ "token_estimate": 18,
761
+ "source": "manual",
762
+ "session_id": null
763
+ }
764
+ ],
765
+ "next_id": 51
766
+ }