tribunal-kit 5.8.5 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (298) hide show
  1. package/.agent/ARCHITECTURE.md +219 -215
  2. package/.agent/agents/accessibility-reviewer.md +66 -151
  3. package/.agent/agents/ai-code-reviewer.md +22 -2
  4. package/.agent/agents/anti-pattern-reviewer.md +99 -0
  5. package/.agent/agents/api-architect.md +19 -2
  6. package/.agent/agents/backend-specialist.md +25 -3
  7. package/.agent/agents/cloud-engineer.md +21 -0
  8. package/.agent/agents/code-archaeologist.md +20 -3
  9. package/.agent/agents/complexity-reviewer.md +22 -2
  10. package/.agent/agents/database-architect.md +24 -3
  11. package/.agent/agents/db-latency-auditor.md +22 -2
  12. package/.agent/agents/debugger.md +19 -3
  13. package/.agent/agents/dependency-reviewer.md +19 -2
  14. package/.agent/agents/devops-engineer.md +24 -3
  15. package/.agent/agents/documentation-writer.md +21 -3
  16. package/.agent/agents/explorer-agent.md +21 -3
  17. package/.agent/agents/frontend-reviewer.md +19 -3
  18. package/.agent/agents/frontend-specialist.md +72 -224
  19. package/.agent/agents/game-developer.md +22 -3
  20. package/.agent/agents/interaction-reviewer.md +118 -0
  21. package/.agent/agents/logic-reviewer.md +18 -3
  22. package/.agent/agents/minimalist-reviewer.md +98 -0
  23. package/.agent/agents/mobile-developer.md +21 -3
  24. package/.agent/agents/mobile-reviewer.md +22 -2
  25. package/.agent/agents/orchestrator.md +19 -3
  26. package/.agent/agents/penetration-tester.md +22 -3
  27. package/.agent/agents/performance-optimizer.md +21 -3
  28. package/.agent/agents/performance-reviewer.md +2 -0
  29. package/.agent/agents/precedence-reviewer.md +19 -5
  30. package/.agent/agents/product-manager.md +20 -3
  31. package/.agent/agents/product-owner.md +22 -1
  32. package/.agent/agents/product-reviewer.md +98 -0
  33. package/.agent/agents/project-planner.md +19 -3
  34. package/.agent/agents/qa-automation-engineer.md +24 -3
  35. package/.agent/agents/resilience-reviewer.md +21 -2
  36. package/.agent/agents/schema-reviewer.md +21 -2
  37. package/.agent/agents/security-auditor.md +7 -1
  38. package/.agent/agents/seo-specialist.md +18 -3
  39. package/.agent/agents/sql-reviewer.md +22 -2
  40. package/.agent/agents/supervisor-agent.md +22 -3
  41. package/.agent/agents/swarm-worker-registry.md +7 -0
  42. package/.agent/agents/system-architect.md +19 -0
  43. package/.agent/agents/test-coverage-reviewer.md +22 -2
  44. package/.agent/agents/test-engineer.md +21 -2
  45. package/.agent/agents/throughput-optimizer.md +22 -2
  46. package/.agent/agents/type-safety-reviewer.md +21 -2
  47. package/.agent/agents/ui-ux-auditor.md +44 -242
  48. package/.agent/agents/ui-visual-auditor.md +99 -0
  49. package/.agent/agents/ux-reviewer.md +104 -0
  50. package/.agent/agents/visual-reviewer.md +98 -0
  51. package/.agent/agents/vitals-reviewer.md +23 -2
  52. package/.agent/history/README.md +53 -0
  53. package/.agent/history/case-law/cases/template-case.json +19 -0
  54. package/.agent/history/integrity_manifest.json +63 -33
  55. package/.agent/history/memory/.memory.idx +517 -1
  56. package/.agent/history/memory/MEMORY.md +35 -1
  57. package/.agent/routing_index.json +272 -690
  58. package/.agent/rules/GEMINI.md +10 -12
  59. package/.agent/rules/GEMINI_PLANNER.md +84 -0
  60. package/.agent/scripts/case_law_manager.js +2 -0
  61. package/.agent/scripts/context_broker.js +152 -0
  62. package/.agent/scripts/guardrail_engine.js +59 -4
  63. package/.agent/scripts/impact_classifier.js +167 -0
  64. package/.agent/scripts/minimal_change_engine.js +437 -0
  65. package/.agent/scripts/pipeline_engine.js +856 -0
  66. package/.agent/scripts/socratic_gate_policy.js +60 -0
  67. package/.agent/scripts/token_budget_broker.js +52 -0
  68. package/.agent/scripts/verify_all.js +13 -0
  69. package/.agent/scripts/visual_audit.js +92 -0
  70. package/.agent/skills/12-principles-of-animation/SKILL.md +19 -10
  71. package/.agent/skills/60fps-animation/SKILL.md +19 -10
  72. package/.agent/skills/accessible-animation/SKILL.md +19 -10
  73. package/.agent/skills/adapt/SKILL.md +19 -10
  74. package/.agent/skills/advanced-rag-pipelines/SKILL.md +21 -3
  75. package/.agent/skills/agent-organizer/SKILL.md +21 -7
  76. package/.agent/skills/agentic-patterns/SKILL.md +19 -7
  77. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +21 -7
  78. package/.agent/skills/animation-on-scroll/SKILL.md +19 -10
  79. package/.agent/skills/animation-systems/SKILL.md +19 -10
  80. package/.agent/skills/antfu-conventions/SKILL.md +21 -10
  81. package/.agent/skills/api-patterns/SKILL.md +21 -7
  82. package/.agent/skills/api-security-auditor/SKILL.md +21 -7
  83. package/.agent/skills/app-builder/SKILL.md +21 -7
  84. package/.agent/skills/apple-design/SKILL.md +19 -10
  85. package/.agent/skills/architecture/SKILL.md +21 -7
  86. package/.agent/skills/audit-and-fix/SKILL.md +19 -10
  87. package/.agent/skills/authentication-best-practices/SKILL.md +21 -7
  88. package/.agent/skills/backend-security-expert/SKILL.md +21 -7
  89. package/.agent/skills/baseline-ui/SKILL.md +19 -10
  90. package/.agent/skills/bash-linux/SKILL.md +21 -7
  91. package/.agent/skills/behavioral-modes/SKILL.md +19 -7
  92. package/.agent/skills/better-colors/SKILL.md +19 -10
  93. package/.agent/skills/better-ui/SKILL.md +19 -10
  94. package/.agent/skills/bolder/SKILL.md +19 -10
  95. package/.agent/skills/brainstorming/SKILL.md +17 -7
  96. package/.agent/skills/browser-native-ai/SKILL.md +19 -3
  97. package/.agent/skills/build-primitive/SKILL.md +19 -10
  98. package/.agent/skills/building-native-ui/SKILL.md +21 -7
  99. package/.agent/skills/cicd-pro/SKILL.md +21 -10
  100. package/.agent/skills/clarify/SKILL.md +19 -10
  101. package/.agent/skills/clean-code/SKILL.md +21 -7
  102. package/.agent/skills/cloud-architect/SKILL.md +21 -10
  103. package/.agent/skills/cobejs/SKILL.md +19 -10
  104. package/.agent/skills/code-review-checklist/SKILL.md +21 -7
  105. package/.agent/skills/codebase-design/SKILL.md +21 -10
  106. package/.agent/skills/colorize/SKILL.md +19 -10
  107. package/.agent/skills/compact-landing/SKILL.md +19 -10
  108. package/.agent/skills/company-logos/SKILL.md +19 -10
  109. package/.agent/skills/config-validator/SKILL.md +21 -7
  110. package/.agent/skills/containerization-pro/SKILL.md +21 -10
  111. package/.agent/skills/create-design-md/SKILL.md +19 -10
  112. package/.agent/skills/critique/SKILL.md +19 -10
  113. package/.agent/skills/csharp-developer/SKILL.md +21 -7
  114. package/.agent/skills/data-validation-schemas/SKILL.md +21 -7
  115. package/.agent/skills/database-design/SKILL.md +21 -7
  116. package/.agent/skills/delight/SKILL.md +19 -10
  117. package/.agent/skills/deployment-procedures/SKILL.md +21 -7
  118. package/.agent/skills/design-lab/SKILL.md +21 -10
  119. package/.agent/skills/devops-engineer/SKILL.md +21 -7
  120. package/.agent/skills/devops-incident-responder/SKILL.md +21 -7
  121. package/.agent/skills/diagnosing-bugs/SKILL.md +21 -10
  122. package/.agent/skills/distill/SKILL.md +19 -10
  123. package/.agent/skills/documentation-templates/SKILL.md +21 -7
  124. package/.agent/skills/domain-modeling/SKILL.md +21 -10
  125. package/.agent/skills/edge-computing/SKILL.md +21 -7
  126. package/.agent/skills/emil-design-eng/SKILL.md +19 -10
  127. package/.agent/skills/error-resilience/SKILL.md +21 -7
  128. package/.agent/skills/extract-design-system/SKILL.md +21 -7
  129. package/.agent/skills/fabel-protocol/SKILL.md +19 -2
  130. package/.agent/skills/fixing-accessibility/SKILL.md +19 -10
  131. package/.agent/skills/fixing-metadata/SKILL.md +19 -10
  132. package/.agent/skills/fixing-motion-performance/SKILL.md +19 -10
  133. package/.agent/skills/framer-motion-expert/SKILL.md +19 -6
  134. package/.agent/skills/frontend-design/SKILL.md +64 -201
  135. package/.agent/skills/frontend-security-expert/SKILL.md +21 -7
  136. package/.agent/skills/game-design-expert/SKILL.md +21 -7
  137. package/.agent/skills/game-engineering-expert/SKILL.md +21 -7
  138. package/.agent/skills/generative-ui-expert/SKILL.md +19 -3
  139. package/.agent/skills/geo-fundamentals/SKILL.md +21 -7
  140. package/.agent/skills/git-pro/SKILL.md +21 -10
  141. package/.agent/skills/github-operations/SKILL.md +21 -7
  142. package/.agent/skills/gpt-taste/SKILL.md +19 -10
  143. package/.agent/skills/gsap-core/SKILL.md +21 -4
  144. package/.agent/skills/gsap-frameworks/SKILL.md +21 -4
  145. package/.agent/skills/gsap-performance/SKILL.md +20 -5
  146. package/.agent/skills/gsap-plugins/SKILL.md +20 -5
  147. package/.agent/skills/gsap-react/SKILL.md +20 -5
  148. package/.agent/skills/gsap-scrolltrigger/SKILL.md +21 -4
  149. package/.agent/skills/gsap-timeline/SKILL.md +20 -5
  150. package/.agent/skills/gsap-utils/SKILL.md +20 -5
  151. package/.agent/skills/harden/SKILL.md +19 -10
  152. package/.agent/skills/harness-protocol/SKILL.md +20 -4
  153. package/.agent/skills/i18n-localization/SKILL.md +21 -7
  154. package/.agent/skills/impeccable/SKILL.md +19 -10
  155. package/.agent/skills/improve-codebase-architecture/SKILL.md +21 -10
  156. package/.agent/skills/improve-ui/SKILL.md +19 -10
  157. package/.agent/skills/intelligent-routing/SKILL.md +19 -7
  158. package/.agent/skills/knowledge-graph/SKILL.md +20 -4
  159. package/.agent/skills/landing-page/SKILL.md +20 -10
  160. package/.agent/skills/lint-and-validate/SKILL.md +21 -7
  161. package/.agent/skills/llm-engineering/SKILL.md +21 -7
  162. package/.agent/skills/local-first/SKILL.md +21 -7
  163. package/.agent/skills/local-first-architecture/SKILL.md +19 -10
  164. package/.agent/skills/lottie-animation/SKILL.md +19 -10
  165. package/.agent/skills/marquee-loop/SKILL.md +19 -10
  166. package/.agent/skills/masked-reveal/SKILL.md +19 -10
  167. package/.agent/skills/mcp-builder/SKILL.md +21 -7
  168. package/.agent/skills/micro-interaction/SKILL.md +19 -10
  169. package/.agent/skills/mobile-design/SKILL.md +21 -6
  170. package/.agent/skills/monorepo-management/SKILL.md +21 -7
  171. package/.agent/skills/morphing-icons/SKILL.md +19 -10
  172. package/.agent/skills/motion-engineering/SKILL.md +20 -7
  173. package/.agent/skills/nextjs-react-expert/SKILL.md +19 -7
  174. package/.agent/skills/nodejs-best-practices/SKILL.md +21 -7
  175. package/.agent/skills/observability/SKILL.md +21 -7
  176. package/.agent/skills/page-transition-animation/SKILL.md +19 -10
  177. package/.agent/skills/parallel-agents/SKILL.md +23 -7
  178. package/.agent/skills/performance-profiling/SKILL.md +21 -7
  179. package/.agent/skills/plan-writing/SKILL.md +21 -7
  180. package/.agent/skills/platform-engineer/SKILL.md +21 -7
  181. package/.agent/skills/playwright-best-practices/SKILL.md +21 -7
  182. package/.agent/skills/polish/SKILL.md +19 -10
  183. package/.agent/skills/powershell-windows/SKILL.md +21 -7
  184. package/.agent/skills/pricing-page/SKILL.md +19 -10
  185. package/.agent/skills/product-aware-heuristics/SKILL.md +358 -0
  186. package/.agent/skills/progressive-blur/SKILL.md +19 -10
  187. package/.agent/skills/project-idioms/SKILL.md +20 -8
  188. package/.agent/skills/python-patterns/SKILL.md +21 -7
  189. package/.agent/skills/python-pro/SKILL.md +21 -6
  190. package/.agent/skills/quieter/SKILL.md +19 -10
  191. package/.agent/skills/react-doctor/SKILL.md +19 -10
  192. package/.agent/skills/react-specialist/SKILL.md +19 -6
  193. package/.agent/skills/readme-builder/SKILL.md +21 -7
  194. package/.agent/skills/realtime-patterns/SKILL.md +21 -7
  195. package/.agent/skills/red-team-tactics/SKILL.md +21 -7
  196. package/.agent/skills/redesign-skill/SKILL.md +19 -10
  197. package/.agent/skills/review-animations/SKILL.md +21 -10
  198. package/.agent/skills/rust-pro/SKILL.md +21 -7
  199. package/.agent/skills/seo-fundamentals/SKILL.md +21 -7
  200. package/.agent/skills/server-management/SKILL.md +21 -7
  201. package/.agent/skills/shadcn-ui-expert/SKILL.md +21 -7
  202. package/.agent/skills/shape/SKILL.md +19 -10
  203. package/.agent/skills/skill-creator/SKILL.md +21 -7
  204. package/.agent/skills/soft-skill/SKILL.md +19 -10
  205. package/.agent/skills/sounds-on-the-web/SKILL.md +19 -10
  206. package/.agent/skills/sql-pro/SKILL.md +21 -7
  207. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +21 -7
  208. package/.agent/skills/svg-animation/SKILL.md +19 -10
  209. package/.agent/skills/swiftui-expert/SKILL.md +21 -7
  210. package/.agent/skills/swiss-design/SKILL.md +19 -10
  211. package/.agent/skills/system-design-pro/SKILL.md +21 -9
  212. package/.agent/skills/systematic-debugging/SKILL.md +21 -7
  213. package/.agent/skills/tailwind-patterns/SKILL.md +21 -7
  214. package/.agent/skills/taste-skill/SKILL.md +19 -10
  215. package/.agent/skills/tdd-workflow/SKILL.md +21 -10
  216. package/.agent/skills/test-result-analyzer/SKILL.md +18 -6
  217. package/.agent/skills/testing-patterns/SKILL.md +21 -7
  218. package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +21 -10
  219. package/.agent/skills/thinking-protocol/SKILL.md +20 -8
  220. package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +19 -10
  221. package/.agent/skills/transitions-dev/SKILL.md +19 -10
  222. package/.agent/skills/trend-researcher/SKILL.md +17 -6
  223. package/.agent/skills/typescript-advanced/SKILL.md +21 -7
  224. package/.agent/skills/typeset/SKILL.md +19 -10
  225. package/.agent/skills/ui-reasoning-engine/SKILL.md +154 -0
  226. package/.agent/skills/ui-skill-packs/SKILL.md +77 -0
  227. package/.agent/skills/ui-skills-root/SKILL.md +21 -9
  228. package/.agent/skills/ui-ux-pro-max/SKILL.md +62 -583
  229. package/.agent/skills/ui-ux-researcher/SKILL.md +17 -6
  230. package/.agent/skills/vue-expert/SKILL.md +19 -6
  231. package/.agent/skills/vulnerability-scanner/SKILL.md +21 -7
  232. package/.agent/skills/web-accessibility-auditor/SKILL.md +21 -7
  233. package/.agent/skills/web-design-guidelines/SKILL.md +32 -206
  234. package/.agent/skills/web-quality-audit/SKILL.md +19 -10
  235. package/.agent/skills/webapp-testing/SKILL.md +21 -7
  236. package/.agent/skills/webgpu-performance/SKILL.md +19 -3
  237. package/.agent/skills/whimsy-injector/SKILL.md +20 -10
  238. package/.agent/skills/workflow-optimizer/SKILL.md +16 -6
  239. package/.agent/templates/DESIGN.md +292 -0
  240. package/.agent/templates/design-tokens.json +137 -0
  241. package/.agent/workflows/acf.md +13 -6
  242. package/.agent/workflows/api-tester.md +15 -8
  243. package/.agent/workflows/audit.md +19 -8
  244. package/.agent/workflows/brainstorm.md +14 -9
  245. package/.agent/workflows/changelog.md +14 -8
  246. package/.agent/workflows/create.md +16 -8
  247. package/.agent/workflows/debug.md +15 -10
  248. package/.agent/workflows/deploy.md +16 -8
  249. package/.agent/workflows/enhance.md +15 -10
  250. package/.agent/workflows/fix.md +15 -8
  251. package/.agent/workflows/generate.md +17 -11
  252. package/.agent/workflows/marathon.md +15 -8
  253. package/.agent/workflows/migrate.md +16 -8
  254. package/.agent/workflows/minimal.md +94 -0
  255. package/.agent/workflows/orchestrate.md +15 -8
  256. package/.agent/workflows/performance-benchmarker.md +15 -8
  257. package/.agent/workflows/pipeline.md +155 -0
  258. package/.agent/workflows/plan.md +14 -10
  259. package/.agent/workflows/preview.md +14 -7
  260. package/.agent/workflows/refactor.md +16 -8
  261. package/.agent/workflows/review-ai.md +15 -7
  262. package/.agent/workflows/review.md +15 -7
  263. package/.agent/workflows/session.md +14 -7
  264. package/.agent/workflows/status.md +13 -7
  265. package/.agent/workflows/strengthen-skills.md +15 -6
  266. package/.agent/workflows/super-prompt.md +19 -10
  267. package/.agent/workflows/swarm.md +15 -7
  268. package/.agent/workflows/test.md +15 -8
  269. package/.agent/workflows/tribunal-backend.md +16 -9
  270. package/.agent/workflows/tribunal-database.md +15 -8
  271. package/.agent/workflows/tribunal-frontend.md +26 -11
  272. package/.agent/workflows/tribunal-full.md +29 -14
  273. package/.agent/workflows/tribunal-mobile.md +15 -8
  274. package/.agent/workflows/tribunal-performance.md +15 -8
  275. package/.agent/workflows/tribunal-speed.md +16 -9
  276. package/.agent/workflows/tribunal-ui.md +82 -0
  277. package/.agent/workflows/ui-ux-pro-max.md +51 -107
  278. package/CONTRIBUTING.md +2 -2
  279. package/README.md +5 -5
  280. package/bin/mcp-server.js +81 -31
  281. package/bin/wrapper.js +17 -6
  282. package/dist/cli.js +9 -1
  283. package/dist/commands/compile.js +7 -0
  284. package/dist/commands/context.js +8 -3
  285. package/dist/commands/graph.js +8 -2
  286. package/dist/commands/init.js +13 -2
  287. package/dist/commands/memory.js +119 -68
  288. package/dist/commands/minimal.js +71 -0
  289. package/dist/commands/optimize.js +15 -5
  290. package/dist/esm/index.mjs +26 -32
  291. package/dist/utils/fs.js +10 -4
  292. package/dist/utils/helpers.js +10 -1
  293. package/dist/utils/version.js +9 -2
  294. package/mcp_config.json +10 -1
  295. package/package.json +17 -14
  296. package/scripts/benchmark.js +16 -0
  297. package/scripts/sync-version.js +1 -1
  298. package/scripts/visual_audit.js +126 -0
@@ -3359,7 +3359,523 @@
3359
3359
  "token_estimate": 18,
3360
3360
  "source": "manual",
3361
3361
  "session_id": null
3362
+ },
3363
+ {
3364
+ "id": 222,
3365
+ "memory_type": "semantic",
3366
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
3367
+ "tags": [
3368
+ "project-idiom",
3369
+ "auto-learned"
3370
+ ],
3371
+ "created_at": "1785318448Z",
3372
+ "last_accessed": "1785318448Z",
3373
+ "access_count": 0,
3374
+ "token_estimate": 32,
3375
+ "source": "manual",
3376
+ "session_id": null
3377
+ },
3378
+ {
3379
+ "id": 223,
3380
+ "memory_type": "semantic",
3381
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
3382
+ "tags": [
3383
+ "project-idiom",
3384
+ "auto-learned"
3385
+ ],
3386
+ "created_at": "1785318448Z",
3387
+ "last_accessed": "1785318448Z",
3388
+ "access_count": 0,
3389
+ "token_estimate": 34,
3390
+ "source": "manual",
3391
+ "session_id": null
3392
+ },
3393
+ {
3394
+ "id": 224,
3395
+ "memory_type": "semantic",
3396
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
3397
+ "tags": [
3398
+ "project-idiom",
3399
+ "auto-learned"
3400
+ ],
3401
+ "created_at": "1785318448Z",
3402
+ "last_accessed": "1785318448Z",
3403
+ "access_count": 0,
3404
+ "token_estimate": 20,
3405
+ "source": "manual",
3406
+ "session_id": null
3407
+ },
3408
+ {
3409
+ "id": 225,
3410
+ "memory_type": "semantic",
3411
+ "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.",
3412
+ "tags": [
3413
+ "project-idiom",
3414
+ "auto-learned"
3415
+ ],
3416
+ "created_at": "1785318448Z",
3417
+ "last_accessed": "1785318448Z",
3418
+ "access_count": 0,
3419
+ "token_estimate": 54,
3420
+ "source": "manual",
3421
+ "session_id": null
3422
+ },
3423
+ {
3424
+ "id": 226,
3425
+ "memory_type": "semantic",
3426
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
3427
+ "tags": [
3428
+ "project-idiom",
3429
+ "auto-learned"
3430
+ ],
3431
+ "created_at": "1785318448Z",
3432
+ "last_accessed": "1785318448Z",
3433
+ "access_count": 0,
3434
+ "token_estimate": 17,
3435
+ "source": "manual",
3436
+ "session_id": null
3437
+ },
3438
+ {
3439
+ "id": 227,
3440
+ "memory_type": "semantic",
3441
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
3442
+ "tags": [
3443
+ "project-idiom",
3444
+ "auto-learned"
3445
+ ],
3446
+ "created_at": "1785318448Z",
3447
+ "last_accessed": "1785318448Z",
3448
+ "access_count": 0,
3449
+ "token_estimate": 19,
3450
+ "source": "manual",
3451
+ "session_id": null
3452
+ },
3453
+ {
3454
+ "id": 228,
3455
+ "memory_type": "semantic",
3456
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
3457
+ "tags": [
3458
+ "project-idiom",
3459
+ "auto-learned"
3460
+ ],
3461
+ "created_at": "1785318448Z",
3462
+ "last_accessed": "1785318448Z",
3463
+ "access_count": 0,
3464
+ "token_estimate": 20,
3465
+ "source": "manual",
3466
+ "session_id": null
3467
+ },
3468
+ {
3469
+ "id": 229,
3470
+ "memory_type": "semantic",
3471
+ "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.",
3472
+ "tags": [
3473
+ "project-idiom",
3474
+ "auto-learned"
3475
+ ],
3476
+ "created_at": "1785318448Z",
3477
+ "last_accessed": "1785318448Z",
3478
+ "access_count": 0,
3479
+ "token_estimate": 54,
3480
+ "source": "manual",
3481
+ "session_id": null
3482
+ },
3483
+ {
3484
+ "id": 230,
3485
+ "memory_type": "procedural",
3486
+ "content": "Run `npm run build:rust` to build the project",
3487
+ "tags": [
3488
+ "build-script",
3489
+ "build",
3490
+ "auto-learned"
3491
+ ],
3492
+ "created_at": "1785318448Z",
3493
+ "last_accessed": "1785318448Z",
3494
+ "access_count": 0,
3495
+ "token_estimate": 12,
3496
+ "source": "manual",
3497
+ "session_id": null
3498
+ },
3499
+ {
3500
+ "id": 231,
3501
+ "memory_type": "procedural",
3502
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
3503
+ "tags": [
3504
+ "build-script",
3505
+ "test",
3506
+ "auto-learned"
3507
+ ],
3508
+ "created_at": "1785318448Z",
3509
+ "last_accessed": "1785318448Z",
3510
+ "access_count": 0,
3511
+ "token_estimate": 21,
3512
+ "source": "manual",
3513
+ "session_id": null
3514
+ },
3515
+ {
3516
+ "id": 232,
3517
+ "memory_type": "semantic",
3518
+ "content": ".agent/scripts/skill_evolution.js",
3519
+ "tags": [
3520
+ "project-idiom",
3521
+ "auto-learned"
3522
+ ],
3523
+ "created_at": "1785398352Z",
3524
+ "last_accessed": "1785398352Z",
3525
+ "access_count": 0,
3526
+ "token_estimate": 9,
3527
+ "source": "manual",
3528
+ "session_id": null
3529
+ },
3530
+ {
3531
+ "id": 233,
3532
+ "memory_type": "semantic",
3533
+ "content": ".agent/scripts/verify_all.js",
3534
+ "tags": [
3535
+ "project-idiom",
3536
+ "auto-learned"
3537
+ ],
3538
+ "created_at": "1785398352Z",
3539
+ "last_accessed": "1785398352Z",
3540
+ "access_count": 0,
3541
+ "token_estimate": 7,
3542
+ "source": "manual",
3543
+ "session_id": null
3544
+ },
3545
+ {
3546
+ "id": 234,
3547
+ "memory_type": "semantic",
3548
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
3549
+ "tags": [
3550
+ "project-idiom",
3551
+ "auto-learned"
3552
+ ],
3553
+ "created_at": "1785398352Z",
3554
+ "last_accessed": "1785398352Z",
3555
+ "access_count": 0,
3556
+ "token_estimate": 32,
3557
+ "source": "manual",
3558
+ "session_id": null
3559
+ },
3560
+ {
3561
+ "id": 235,
3562
+ "memory_type": "semantic",
3563
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
3564
+ "tags": [
3565
+ "project-idiom",
3566
+ "auto-learned"
3567
+ ],
3568
+ "created_at": "1785398352Z",
3569
+ "last_accessed": "1785398352Z",
3570
+ "access_count": 0,
3571
+ "token_estimate": 34,
3572
+ "source": "manual",
3573
+ "session_id": null
3574
+ },
3575
+ {
3576
+ "id": 236,
3577
+ "memory_type": "semantic",
3578
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
3579
+ "tags": [
3580
+ "project-idiom",
3581
+ "auto-learned"
3582
+ ],
3583
+ "created_at": "1785398352Z",
3584
+ "last_accessed": "1785398352Z",
3585
+ "access_count": 0,
3586
+ "token_estimate": 20,
3587
+ "source": "manual",
3588
+ "session_id": null
3589
+ },
3590
+ {
3591
+ "id": 237,
3592
+ "memory_type": "semantic",
3593
+ "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.",
3594
+ "tags": [
3595
+ "project-idiom",
3596
+ "auto-learned"
3597
+ ],
3598
+ "created_at": "1785398352Z",
3599
+ "last_accessed": "1785398352Z",
3600
+ "access_count": 0,
3601
+ "token_estimate": 54,
3602
+ "source": "manual",
3603
+ "session_id": null
3604
+ },
3605
+ {
3606
+ "id": 238,
3607
+ "memory_type": "semantic",
3608
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
3609
+ "tags": [
3610
+ "project-idiom",
3611
+ "auto-learned"
3612
+ ],
3613
+ "created_at": "1785398352Z",
3614
+ "last_accessed": "1785398352Z",
3615
+ "access_count": 0,
3616
+ "token_estimate": 17,
3617
+ "source": "manual",
3618
+ "session_id": null
3619
+ },
3620
+ {
3621
+ "id": 239,
3622
+ "memory_type": "semantic",
3623
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
3624
+ "tags": [
3625
+ "project-idiom",
3626
+ "auto-learned"
3627
+ ],
3628
+ "created_at": "1785398352Z",
3629
+ "last_accessed": "1785398352Z",
3630
+ "access_count": 0,
3631
+ "token_estimate": 19,
3632
+ "source": "manual",
3633
+ "session_id": null
3634
+ },
3635
+ {
3636
+ "id": 240,
3637
+ "memory_type": "semantic",
3638
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
3639
+ "tags": [
3640
+ "project-idiom",
3641
+ "auto-learned"
3642
+ ],
3643
+ "created_at": "1785398352Z",
3644
+ "last_accessed": "1785398352Z",
3645
+ "access_count": 0,
3646
+ "token_estimate": 20,
3647
+ "source": "manual",
3648
+ "session_id": null
3649
+ },
3650
+ {
3651
+ "id": 241,
3652
+ "memory_type": "semantic",
3653
+ "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.",
3654
+ "tags": [
3655
+ "project-idiom",
3656
+ "auto-learned"
3657
+ ],
3658
+ "created_at": "1785398352Z",
3659
+ "last_accessed": "1785398352Z",
3660
+ "access_count": 0,
3661
+ "token_estimate": 54,
3662
+ "source": "manual",
3663
+ "session_id": null
3664
+ },
3665
+ {
3666
+ "id": 242,
3667
+ "memory_type": "procedural",
3668
+ "content": "Run `npm run build:rust` to build the project",
3669
+ "tags": [
3670
+ "build-script",
3671
+ "build",
3672
+ "auto-learned"
3673
+ ],
3674
+ "created_at": "1785398352Z",
3675
+ "last_accessed": "1785398352Z",
3676
+ "access_count": 0,
3677
+ "token_estimate": 12,
3678
+ "source": "manual",
3679
+ "session_id": null
3680
+ },
3681
+ {
3682
+ "id": 243,
3683
+ "memory_type": "procedural",
3684
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
3685
+ "tags": [
3686
+ "build-script",
3687
+ "test",
3688
+ "auto-learned"
3689
+ ],
3690
+ "created_at": "1785398352Z",
3691
+ "last_accessed": "1785398352Z",
3692
+ "access_count": 0,
3693
+ "token_estimate": 21,
3694
+ "source": "manual",
3695
+ "session_id": null
3696
+ },
3697
+ {
3698
+ "id": 244,
3699
+ "memory_type": "semantic",
3700
+ "content": ".agent/scripts/skill_evolution.js",
3701
+ "tags": [
3702
+ "project-idiom",
3703
+ "auto-learned"
3704
+ ],
3705
+ "created_at": "1785398394Z",
3706
+ "last_accessed": "1785398394Z",
3707
+ "access_count": 0,
3708
+ "token_estimate": 9,
3709
+ "source": "manual",
3710
+ "session_id": null
3711
+ },
3712
+ {
3713
+ "id": 245,
3714
+ "memory_type": "semantic",
3715
+ "content": ".agent/scripts/verify_all.js",
3716
+ "tags": [
3717
+ "project-idiom",
3718
+ "auto-learned"
3719
+ ],
3720
+ "created_at": "1785398394Z",
3721
+ "last_accessed": "1785398394Z",
3722
+ "access_count": 0,
3723
+ "token_estimate": 7,
3724
+ "source": "manual",
3725
+ "session_id": null
3726
+ },
3727
+ {
3728
+ "id": 246,
3729
+ "memory_type": "semantic",
3730
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
3731
+ "tags": [
3732
+ "project-idiom",
3733
+ "auto-learned"
3734
+ ],
3735
+ "created_at": "1785398394Z",
3736
+ "last_accessed": "1785398394Z",
3737
+ "access_count": 0,
3738
+ "token_estimate": 32,
3739
+ "source": "manual",
3740
+ "session_id": null
3741
+ },
3742
+ {
3743
+ "id": 247,
3744
+ "memory_type": "semantic",
3745
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
3746
+ "tags": [
3747
+ "project-idiom",
3748
+ "auto-learned"
3749
+ ],
3750
+ "created_at": "1785398394Z",
3751
+ "last_accessed": "1785398394Z",
3752
+ "access_count": 0,
3753
+ "token_estimate": 34,
3754
+ "source": "manual",
3755
+ "session_id": null
3756
+ },
3757
+ {
3758
+ "id": 248,
3759
+ "memory_type": "semantic",
3760
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
3761
+ "tags": [
3762
+ "project-idiom",
3763
+ "auto-learned"
3764
+ ],
3765
+ "created_at": "1785398394Z",
3766
+ "last_accessed": "1785398394Z",
3767
+ "access_count": 0,
3768
+ "token_estimate": 20,
3769
+ "source": "manual",
3770
+ "session_id": null
3771
+ },
3772
+ {
3773
+ "id": 249,
3774
+ "memory_type": "semantic",
3775
+ "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.",
3776
+ "tags": [
3777
+ "project-idiom",
3778
+ "auto-learned"
3779
+ ],
3780
+ "created_at": "1785398394Z",
3781
+ "last_accessed": "1785398394Z",
3782
+ "access_count": 0,
3783
+ "token_estimate": 54,
3784
+ "source": "manual",
3785
+ "session_id": null
3786
+ },
3787
+ {
3788
+ "id": 250,
3789
+ "memory_type": "semantic",
3790
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
3791
+ "tags": [
3792
+ "project-idiom",
3793
+ "auto-learned"
3794
+ ],
3795
+ "created_at": "1785398394Z",
3796
+ "last_accessed": "1785398394Z",
3797
+ "access_count": 0,
3798
+ "token_estimate": 17,
3799
+ "source": "manual",
3800
+ "session_id": null
3801
+ },
3802
+ {
3803
+ "id": 251,
3804
+ "memory_type": "semantic",
3805
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
3806
+ "tags": [
3807
+ "project-idiom",
3808
+ "auto-learned"
3809
+ ],
3810
+ "created_at": "1785398394Z",
3811
+ "last_accessed": "1785398394Z",
3812
+ "access_count": 0,
3813
+ "token_estimate": 19,
3814
+ "source": "manual",
3815
+ "session_id": null
3816
+ },
3817
+ {
3818
+ "id": 252,
3819
+ "memory_type": "semantic",
3820
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
3821
+ "tags": [
3822
+ "project-idiom",
3823
+ "auto-learned"
3824
+ ],
3825
+ "created_at": "1785398394Z",
3826
+ "last_accessed": "1785398394Z",
3827
+ "access_count": 0,
3828
+ "token_estimate": 20,
3829
+ "source": "manual",
3830
+ "session_id": null
3831
+ },
3832
+ {
3833
+ "id": 253,
3834
+ "memory_type": "semantic",
3835
+ "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.",
3836
+ "tags": [
3837
+ "project-idiom",
3838
+ "auto-learned"
3839
+ ],
3840
+ "created_at": "1785398394Z",
3841
+ "last_accessed": "1785398394Z",
3842
+ "access_count": 0,
3843
+ "token_estimate": 54,
3844
+ "source": "manual",
3845
+ "session_id": null
3846
+ },
3847
+ {
3848
+ "id": 254,
3849
+ "memory_type": "procedural",
3850
+ "content": "Run `npm run build:rust` to build the project",
3851
+ "tags": [
3852
+ "build-script",
3853
+ "build",
3854
+ "auto-learned"
3855
+ ],
3856
+ "created_at": "1785398394Z",
3857
+ "last_accessed": "1785398394Z",
3858
+ "access_count": 0,
3859
+ "token_estimate": 12,
3860
+ "source": "manual",
3861
+ "session_id": null
3862
+ },
3863
+ {
3864
+ "id": 255,
3865
+ "memory_type": "procedural",
3866
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
3867
+ "tags": [
3868
+ "build-script",
3869
+ "test",
3870
+ "auto-learned"
3871
+ ],
3872
+ "created_at": "1785398394Z",
3873
+ "last_accessed": "1785398394Z",
3874
+ "access_count": 0,
3875
+ "token_estimate": 21,
3876
+ "source": "manual",
3877
+ "session_id": null
3362
3878
  }
3363
3879
  ],
3364
- "next_id": 222
3880
+ "next_id": 256
3365
3881
  }
@@ -1,6 +1,6 @@
1
1
  # 🧠 Tribunal Memory Index
2
2
  > Auto-generated by `tribunal-kit memory export`. Do not edit manually.
3
- > Entries: 221 | Semantic: 177 | Procedural: 44 | Episodic: 0 | Working: 0
3
+ > Entries: 255 | Semantic: 205 | Procedural: 50 | Episodic: 0 | Working: 0
4
4
 
5
5
  ## SEMANTIC (Permanent Facts)
6
6
  | ID | Content | Tags | Source | Created |
@@ -182,6 +182,34 @@
182
182
  | 217 | [ ] Have I checked the environment for relevant existing implementations? | project-idiom, auto-learned | manual | 1785138695Z |
183
183
  | 218 | ❌ **Forbidden:** Declaring a task complete because the output "looks correct." | project-idiom, auto-learned | manual | 1785138695Z |
184
184
  | 219 | ✅ **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. | project-idiom, auto-learned | manual | 1785138696Z |
185
+ | 222 | ❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning | project-idiom, auto-learned | manual | 1785318448Z |
186
+ | 223 | ❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase | project-idiom, auto-learned | manual | 1785318448Z |
187
+ | 224 | ❌ **Forbidden:** Declaring a task complete because the output "looks correct." | project-idiom, auto-learned | manual | 1785318448Z |
188
+ | 225 | ✅ **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. | project-idiom, auto-learned | manual | 1785318448Z |
189
+ | 226 | [ ] Have I reviewed the user's specific constraints and requests? | project-idiom, auto-learned | manual | 1785318448Z |
190
+ | 227 | [ ] Have I checked the environment for relevant existing implementations? | project-idiom, auto-learned | manual | 1785318448Z |
191
+ | 228 | ❌ **Forbidden:** Declaring a task complete because the output "looks correct." | project-idiom, auto-learned | manual | 1785318448Z |
192
+ | 229 | ✅ **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. | project-idiom, auto-learned | manual | 1785318448Z |
193
+ | 232 | .agent/scripts/skill_evolution.js | project-idiom, auto-learned | manual | 1785398352Z |
194
+ | 233 | .agent/scripts/verify_all.js | project-idiom, auto-learned | manual | 1785398352Z |
195
+ | 234 | ❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning | project-idiom, auto-learned | manual | 1785398352Z |
196
+ | 235 | ❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase | project-idiom, auto-learned | manual | 1785398352Z |
197
+ | 236 | ❌ **Forbidden:** Declaring a task complete because the output "looks correct." | project-idiom, auto-learned | manual | 1785398352Z |
198
+ | 237 | ✅ **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. | project-idiom, auto-learned | manual | 1785398352Z |
199
+ | 238 | [ ] Have I reviewed the user's specific constraints and requests? | project-idiom, auto-learned | manual | 1785398352Z |
200
+ | 239 | [ ] Have I checked the environment for relevant existing implementations? | project-idiom, auto-learned | manual | 1785398352Z |
201
+ | 240 | ❌ **Forbidden:** Declaring a task complete because the output "looks correct." | project-idiom, auto-learned | manual | 1785398352Z |
202
+ | 241 | ✅ **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. | project-idiom, auto-learned | manual | 1785398352Z |
203
+ | 244 | .agent/scripts/skill_evolution.js | project-idiom, auto-learned | manual | 1785398394Z |
204
+ | 245 | .agent/scripts/verify_all.js | project-idiom, auto-learned | manual | 1785398394Z |
205
+ | 246 | ❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning | project-idiom, auto-learned | manual | 1785398394Z |
206
+ | 247 | ❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase | project-idiom, auto-learned | manual | 1785398394Z |
207
+ | 248 | ❌ **Forbidden:** Declaring a task complete because the output "looks correct." | project-idiom, auto-learned | manual | 1785398394Z |
208
+ | 249 | ✅ **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. | project-idiom, auto-learned | manual | 1785398394Z |
209
+ | 250 | [ ] Have I reviewed the user's specific constraints and requests? | project-idiom, auto-learned | manual | 1785398394Z |
210
+ | 251 | [ ] Have I checked the environment for relevant existing implementations? | project-idiom, auto-learned | manual | 1785398394Z |
211
+ | 252 | ❌ **Forbidden:** Declaring a task complete because the output "looks correct." | project-idiom, auto-learned | manual | 1785398394Z |
212
+ | 253 | ✅ **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. | project-idiom, auto-learned | manual | 1785398394Z |
185
213
 
186
214
  ## PROCEDURAL (How-To Recipes)
187
215
  | ID | Content | Tags | Source | Created |
@@ -230,4 +258,10 @@
230
258
  | 211 | Run `npm run validate-payload && jest --coverage` to test the project | build-script, test, auto-learned | manual | 1785138690Z |
231
259
  | 220 | Run `npm run build:rust` to build the project | build-script, build, auto-learned | manual | 1785138696Z |
232
260
  | 221 | Run `npm run validate-payload && jest --coverage` to test the project | build-script, test, auto-learned | manual | 1785138696Z |
261
+ | 230 | Run `npm run build:rust` to build the project | build-script, build, auto-learned | manual | 1785318448Z |
262
+ | 231 | Run `npm run validate-payload && jest --runInBand --coverage` to test the project | build-script, test, auto-learned | manual | 1785318448Z |
263
+ | 242 | Run `npm run build:rust` to build the project | build-script, build, auto-learned | manual | 1785398352Z |
264
+ | 243 | Run `npm run validate-payload && jest --runInBand --coverage` to test the project | build-script, test, auto-learned | manual | 1785398352Z |
265
+ | 254 | Run `npm run build:rust` to build the project | build-script, build, auto-learned | manual | 1785398394Z |
266
+ | 255 | Run `npm run validate-payload && jest --runInBand --coverage` to test the project | build-script, test, auto-learned | manual | 1785398394Z |
233
267