tribunal-kit 5.8.5 → 6.0.1

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 (315) hide show
  1. package/.agent/.manifest.json +78 -0
  2. package/.agent/ARCHITECTURE.md +32 -253
  3. package/.agent/agents/accessibility-reviewer.md +66 -151
  4. package/.agent/agents/ai-code-reviewer.md +22 -2
  5. package/.agent/agents/anti-pattern-reviewer.md +99 -0
  6. package/.agent/agents/api-architect.md +19 -2
  7. package/.agent/agents/backend-specialist.md +25 -3
  8. package/.agent/agents/cloud-engineer.md +21 -0
  9. package/.agent/agents/code-archaeologist.md +20 -3
  10. package/.agent/agents/complexity-reviewer.md +22 -2
  11. package/.agent/agents/database-architect.md +24 -3
  12. package/.agent/agents/db-latency-auditor.md +22 -2
  13. package/.agent/agents/debugger.md +19 -3
  14. package/.agent/agents/dependency-reviewer.md +19 -2
  15. package/.agent/agents/devops-engineer.md +24 -3
  16. package/.agent/agents/documentation-writer.md +21 -3
  17. package/.agent/agents/explorer-agent.md +21 -3
  18. package/.agent/agents/frontend-reviewer.md +19 -3
  19. package/.agent/agents/frontend-specialist.md +72 -224
  20. package/.agent/agents/game-developer.md +22 -3
  21. package/.agent/agents/interaction-reviewer.md +118 -0
  22. package/.agent/agents/logic-reviewer.md +18 -3
  23. package/.agent/agents/minimalist-reviewer.md +98 -0
  24. package/.agent/agents/mobile-developer.md +21 -3
  25. package/.agent/agents/mobile-reviewer.md +22 -2
  26. package/.agent/agents/orchestrator.md +19 -3
  27. package/.agent/agents/penetration-tester.md +22 -3
  28. package/.agent/agents/performance-optimizer.md +21 -3
  29. package/.agent/agents/performance-reviewer.md +2 -0
  30. package/.agent/agents/precedence-reviewer.md +19 -5
  31. package/.agent/agents/product-manager.md +20 -3
  32. package/.agent/agents/product-owner.md +22 -1
  33. package/.agent/agents/product-reviewer.md +98 -0
  34. package/.agent/agents/project-planner.md +19 -3
  35. package/.agent/agents/qa-automation-engineer.md +24 -3
  36. package/.agent/agents/resilience-reviewer.md +21 -2
  37. package/.agent/agents/schema-reviewer.md +21 -2
  38. package/.agent/agents/security-auditor.md +7 -1
  39. package/.agent/agents/seo-specialist.md +18 -3
  40. package/.agent/agents/sql-reviewer.md +22 -2
  41. package/.agent/agents/supervisor-agent.md +22 -3
  42. package/.agent/agents/swarm-worker-registry.md +7 -0
  43. package/.agent/agents/system-architect.md +19 -0
  44. package/.agent/agents/test-coverage-reviewer.md +22 -2
  45. package/.agent/agents/test-engineer.md +21 -2
  46. package/.agent/agents/throughput-optimizer.md +22 -2
  47. package/.agent/agents/type-safety-reviewer.md +21 -2
  48. package/.agent/agents/ui-ux-auditor.md +44 -242
  49. package/.agent/agents/ui-visual-auditor.md +99 -0
  50. package/.agent/agents/ux-reviewer.md +104 -0
  51. package/.agent/agents/visual-reviewer.md +98 -0
  52. package/.agent/agents/vitals-reviewer.md +23 -2
  53. package/.agent/history/README.md +53 -0
  54. package/.agent/history/case-law/cases/template-case.json +19 -0
  55. package/.agent/history/integrity_manifest.json +63 -33
  56. package/.agent/history/memory/.memory.idx +2701 -1
  57. package/.agent/history/memory/MEMORY.md +179 -1
  58. package/.agent/routing_index.json +273 -690
  59. package/.agent/rules/GEMINI.md +11 -13
  60. package/.agent/rules/GEMINI_PLANNER.md +84 -0
  61. package/.agent/scripts/case_law_manager.js +2 -0
  62. package/.agent/scripts/context_broker.js +152 -0
  63. package/.agent/scripts/guardrail_engine.js +59 -4
  64. package/.agent/scripts/impact_classifier.js +167 -0
  65. package/.agent/scripts/minimal_change_engine.js +437 -0
  66. package/.agent/scripts/pipeline_engine.js +856 -0
  67. package/.agent/scripts/socratic_gate_policy.js +60 -0
  68. package/.agent/scripts/token_budget_broker.js +52 -0
  69. package/.agent/scripts/verify_all.js +13 -0
  70. package/.agent/scripts/visual_audit.js +92 -0
  71. package/.agent/skill_topic_map.json +218 -0
  72. package/.agent/skills/12-principles-of-animation/SKILL.md +19 -10
  73. package/.agent/skills/60fps-animation/SKILL.md +19 -10
  74. package/.agent/skills/accessible-animation/SKILL.md +19 -10
  75. package/.agent/skills/adapt/SKILL.md +19 -10
  76. package/.agent/skills/advanced-rag-pipelines/SKILL.md +21 -3
  77. package/.agent/skills/agent-organizer/SKILL.md +21 -7
  78. package/.agent/skills/agentic-patterns/SKILL.md +19 -7
  79. package/.agent/skills/agentic-workflows-2026/SKILL.md +76 -0
  80. package/.agent/skills/ai-app-hardening/SKILL.md +58 -0
  81. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +21 -7
  82. package/.agent/skills/animation-on-scroll/SKILL.md +19 -10
  83. package/.agent/skills/animation-systems/SKILL.md +19 -10
  84. package/.agent/skills/antfu-conventions/SKILL.md +21 -10
  85. package/.agent/skills/api-patterns/SKILL.md +21 -7
  86. package/.agent/skills/api-security-auditor/SKILL.md +21 -7
  87. package/.agent/skills/app-builder/SKILL.md +21 -7
  88. package/.agent/skills/apple-design/SKILL.md +19 -10
  89. package/.agent/skills/architecture/SKILL.md +21 -7
  90. package/.agent/skills/audit-and-fix/SKILL.md +19 -10
  91. package/.agent/skills/authentication-best-practices/SKILL.md +21 -7
  92. package/.agent/skills/backend-security-expert/SKILL.md +21 -7
  93. package/.agent/skills/baseline-ui/SKILL.md +19 -10
  94. package/.agent/skills/bash-linux/SKILL.md +21 -7
  95. package/.agent/skills/behavioral-modes/SKILL.md +19 -7
  96. package/.agent/skills/better-colors/SKILL.md +19 -10
  97. package/.agent/skills/better-ui/SKILL.md +19 -10
  98. package/.agent/skills/bolder/SKILL.md +19 -10
  99. package/.agent/skills/brainstorming/SKILL.md +17 -7
  100. package/.agent/skills/browser-native-ai/SKILL.md +19 -3
  101. package/.agent/skills/build-primitive/SKILL.md +19 -10
  102. package/.agent/skills/building-native-ui/SKILL.md +21 -7
  103. package/.agent/skills/cicd-pro/SKILL.md +21 -10
  104. package/.agent/skills/clarify/SKILL.md +19 -10
  105. package/.agent/skills/clean-code/SKILL.md +21 -7
  106. package/.agent/skills/cloud-architect/SKILL.md +21 -10
  107. package/.agent/skills/cobejs/SKILL.md +19 -10
  108. package/.agent/skills/code-review-checklist/SKILL.md +21 -7
  109. package/.agent/skills/codebase-design/SKILL.md +21 -10
  110. package/.agent/skills/colorize/SKILL.md +19 -10
  111. package/.agent/skills/compact-landing/SKILL.md +19 -10
  112. package/.agent/skills/company-logos/SKILL.md +19 -10
  113. package/.agent/skills/config-validator/SKILL.md +21 -7
  114. package/.agent/skills/containerization-pro/SKILL.md +21 -10
  115. package/.agent/skills/context-engineering-pro/SKILL.md +69 -0
  116. package/.agent/skills/create-design-md/SKILL.md +19 -10
  117. package/.agent/skills/critique/SKILL.md +19 -10
  118. package/.agent/skills/csharp-developer/SKILL.md +21 -7
  119. package/.agent/skills/data-validation-schemas/SKILL.md +21 -7
  120. package/.agent/skills/database-design/SKILL.md +21 -7
  121. package/.agent/skills/delight/SKILL.md +19 -10
  122. package/.agent/skills/deployment-procedures/SKILL.md +21 -7
  123. package/.agent/skills/design-lab/SKILL.md +21 -10
  124. package/.agent/skills/devops-engineer/SKILL.md +21 -7
  125. package/.agent/skills/devops-incident-responder/SKILL.md +21 -7
  126. package/.agent/skills/diagnosing-bugs/SKILL.md +21 -10
  127. package/.agent/skills/distill/SKILL.md +19 -10
  128. package/.agent/skills/documentation-templates/SKILL.md +21 -7
  129. package/.agent/skills/domain-modeling/SKILL.md +21 -10
  130. package/.agent/skills/duckdb-analytical-sql/SKILL.md +55 -0
  131. package/.agent/skills/edge-ai-mobile/SKILL.md +46 -0
  132. package/.agent/skills/edge-computing/SKILL.md +21 -7
  133. package/.agent/skills/emil-design-eng/SKILL.md +19 -10
  134. package/.agent/skills/error-resilience/SKILL.md +21 -7
  135. package/.agent/skills/expo-router-v4/SKILL.md +80 -0
  136. package/.agent/skills/extract-design-system/SKILL.md +21 -7
  137. package/.agent/skills/fabel-protocol/SKILL.md +19 -2
  138. package/.agent/skills/fixing-accessibility/SKILL.md +19 -10
  139. package/.agent/skills/fixing-metadata/SKILL.md +19 -10
  140. package/.agent/skills/fixing-motion-performance/SKILL.md +19 -10
  141. package/.agent/skills/framer-motion-expert/SKILL.md +19 -6
  142. package/.agent/skills/frontend-design/SKILL.md +64 -201
  143. package/.agent/skills/frontend-security-expert/SKILL.md +21 -7
  144. package/.agent/skills/game-design-expert/SKILL.md +21 -7
  145. package/.agent/skills/game-engineering-expert/SKILL.md +21 -7
  146. package/.agent/skills/generative-ui-expert/SKILL.md +19 -3
  147. package/.agent/skills/geo-fundamentals/SKILL.md +21 -7
  148. package/.agent/skills/git-pro/SKILL.md +21 -10
  149. package/.agent/skills/github-operations/SKILL.md +21 -7
  150. package/.agent/skills/gpt-taste/SKILL.md +19 -10
  151. package/.agent/skills/gsap-core/SKILL.md +21 -4
  152. package/.agent/skills/gsap-frameworks/SKILL.md +21 -4
  153. package/.agent/skills/gsap-performance/SKILL.md +20 -5
  154. package/.agent/skills/gsap-plugins/SKILL.md +20 -5
  155. package/.agent/skills/gsap-react/SKILL.md +20 -5
  156. package/.agent/skills/gsap-scrolltrigger/SKILL.md +21 -4
  157. package/.agent/skills/gsap-timeline/SKILL.md +20 -5
  158. package/.agent/skills/gsap-utils/SKILL.md +20 -5
  159. package/.agent/skills/harden/SKILL.md +19 -10
  160. package/.agent/skills/harness-protocol/SKILL.md +20 -4
  161. package/.agent/skills/i18n-localization/SKILL.md +21 -7
  162. package/.agent/skills/impeccable/SKILL.md +19 -10
  163. package/.agent/skills/improve-codebase-architecture/SKILL.md +21 -10
  164. package/.agent/skills/improve-ui/SKILL.md +19 -10
  165. package/.agent/skills/intelligent-routing/SKILL.md +19 -7
  166. package/.agent/skills/knowledge-graph/SKILL.md +20 -4
  167. package/.agent/skills/landing-page/SKILL.md +20 -10
  168. package/.agent/skills/lint-and-validate/SKILL.md +21 -7
  169. package/.agent/skills/llm-engineering/SKILL.md +21 -7
  170. package/.agent/skills/local-first/SKILL.md +21 -7
  171. package/.agent/skills/local-first-architecture/SKILL.md +19 -10
  172. package/.agent/skills/lottie-animation/SKILL.md +19 -10
  173. package/.agent/skills/marquee-loop/SKILL.md +19 -10
  174. package/.agent/skills/masked-reveal/SKILL.md +19 -10
  175. package/.agent/skills/mcp-builder/SKILL.md +21 -7
  176. package/.agent/skills/micro-interaction/SKILL.md +19 -10
  177. package/.agent/skills/mobile-design/SKILL.md +21 -6
  178. package/.agent/skills/monorepo-management/SKILL.md +21 -7
  179. package/.agent/skills/morphing-icons/SKILL.md +19 -10
  180. package/.agent/skills/motion-engineering/SKILL.md +20 -7
  181. package/.agent/skills/nextjs-react-expert/SKILL.md +19 -7
  182. package/.agent/skills/nodejs-best-practices/SKILL.md +21 -7
  183. package/.agent/skills/observability/SKILL.md +21 -7
  184. package/.agent/skills/opentelemetry-observability/SKILL.md +58 -0
  185. package/.agent/skills/page-transition-animation/SKILL.md +19 -10
  186. package/.agent/skills/parallel-agents/SKILL.md +23 -7
  187. package/.agent/skills/performance-profiling/SKILL.md +21 -7
  188. package/.agent/skills/plan-writing/SKILL.md +21 -7
  189. package/.agent/skills/platform-engineer/SKILL.md +21 -7
  190. package/.agent/skills/platform-engineering-opentofu/SKILL.md +67 -0
  191. package/.agent/skills/playwright-ai-e2e/SKILL.md +59 -0
  192. package/.agent/skills/playwright-best-practices/SKILL.md +21 -7
  193. package/.agent/skills/polish/SKILL.md +19 -10
  194. package/.agent/skills/powershell-windows/SKILL.md +21 -7
  195. package/.agent/skills/pricing-page/SKILL.md +19 -10
  196. package/.agent/skills/product-aware-heuristics/SKILL.md +358 -0
  197. package/.agent/skills/progressive-blur/SKILL.md +19 -10
  198. package/.agent/skills/project-idioms/SKILL.md +20 -8
  199. package/.agent/skills/property-based-testing/SKILL.md +60 -0
  200. package/.agent/skills/python-patterns/SKILL.md +21 -7
  201. package/.agent/skills/python-pro/SKILL.md +21 -6
  202. package/.agent/skills/quieter/SKILL.md +19 -10
  203. package/.agent/skills/react-doctor/SKILL.md +19 -10
  204. package/.agent/skills/react-specialist/SKILL.md +19 -6
  205. package/.agent/skills/readme-builder/SKILL.md +21 -7
  206. package/.agent/skills/realtime-patterns/SKILL.md +21 -7
  207. package/.agent/skills/red-team-tactics/SKILL.md +21 -7
  208. package/.agent/skills/redesign-skill/SKILL.md +19 -10
  209. package/.agent/skills/review-animations/SKILL.md +21 -10
  210. package/.agent/skills/rust-pro/SKILL.md +21 -7
  211. package/.agent/skills/seo-fundamentals/SKILL.md +21 -7
  212. package/.agent/skills/server-management/SKILL.md +21 -7
  213. package/.agent/skills/shadcn-ui-expert/SKILL.md +21 -7
  214. package/.agent/skills/shape/SKILL.md +19 -10
  215. package/.agent/skills/skill-creator/SKILL.md +21 -7
  216. package/.agent/skills/soft-skill/SKILL.md +19 -10
  217. package/.agent/skills/sounds-on-the-web/SKILL.md +19 -10
  218. package/.agent/skills/sql-pro/SKILL.md +21 -7
  219. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +21 -7
  220. package/.agent/skills/svg-animation/SKILL.md +19 -10
  221. package/.agent/skills/swiftui-expert/SKILL.md +21 -7
  222. package/.agent/skills/swiss-design/SKILL.md +19 -10
  223. package/.agent/skills/system-design-pro/SKILL.md +21 -9
  224. package/.agent/skills/systematic-debugging/SKILL.md +21 -7
  225. package/.agent/skills/tailwind-patterns/SKILL.md +21 -7
  226. package/.agent/skills/taste-skill/SKILL.md +19 -10
  227. package/.agent/skills/tdd-workflow/SKILL.md +21 -10
  228. package/.agent/skills/test-result-analyzer/SKILL.md +18 -6
  229. package/.agent/skills/testing-patterns/SKILL.md +21 -7
  230. package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +21 -10
  231. package/.agent/skills/thinking-protocol/SKILL.md +20 -8
  232. package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +19 -10
  233. package/.agent/skills/transitions-dev/SKILL.md +19 -10
  234. package/.agent/skills/trend-researcher/SKILL.md +17 -6
  235. package/.agent/skills/typescript-advanced/SKILL.md +21 -7
  236. package/.agent/skills/typeset/SKILL.md +19 -10
  237. package/.agent/skills/ui-reasoning-engine/SKILL.md +154 -0
  238. package/.agent/skills/ui-skill-packs/SKILL.md +77 -0
  239. package/.agent/skills/ui-skills-root/SKILL.md +21 -9
  240. package/.agent/skills/ui-ux-pro-max/SKILL.md +62 -583
  241. package/.agent/skills/ui-ux-researcher/SKILL.md +17 -6
  242. package/.agent/skills/vector-search-pgvector/SKILL.md +77 -0
  243. package/.agent/skills/vue-expert/SKILL.md +19 -6
  244. package/.agent/skills/vulnerability-scanner/SKILL.md +21 -7
  245. package/.agent/skills/web-accessibility-auditor/SKILL.md +21 -7
  246. package/.agent/skills/web-design-guidelines/SKILL.md +32 -206
  247. package/.agent/skills/web-quality-audit/SKILL.md +19 -10
  248. package/.agent/skills/webapp-testing/SKILL.md +21 -7
  249. package/.agent/skills/webgpu-performance/SKILL.md +19 -3
  250. package/.agent/skills/whimsy-injector/SKILL.md +20 -10
  251. package/.agent/skills/workflow-optimizer/SKILL.md +16 -6
  252. package/.agent/skills/zero-trust-passkeys/SKILL.md +85 -0
  253. package/.agent/templates/DESIGN.md +292 -0
  254. package/.agent/templates/design-tokens.json +137 -0
  255. package/.agent/workflows/acf.md +13 -6
  256. package/.agent/workflows/api-tester.md +15 -8
  257. package/.agent/workflows/audit.md +19 -8
  258. package/.agent/workflows/brainstorm.md +14 -9
  259. package/.agent/workflows/changelog.md +14 -8
  260. package/.agent/workflows/create.md +16 -8
  261. package/.agent/workflows/debug.md +15 -10
  262. package/.agent/workflows/deploy.md +16 -8
  263. package/.agent/workflows/enhance.md +15 -10
  264. package/.agent/workflows/fix.md +15 -8
  265. package/.agent/workflows/generate.md +17 -11
  266. package/.agent/workflows/marathon.md +15 -8
  267. package/.agent/workflows/migrate.md +16 -8
  268. package/.agent/workflows/minimal.md +94 -0
  269. package/.agent/workflows/orchestrate.md +15 -8
  270. package/.agent/workflows/performance-benchmarker.md +15 -8
  271. package/.agent/workflows/pipeline.md +155 -0
  272. package/.agent/workflows/plan.md +14 -10
  273. package/.agent/workflows/preview.md +14 -7
  274. package/.agent/workflows/refactor.md +16 -8
  275. package/.agent/workflows/review-ai.md +15 -7
  276. package/.agent/workflows/review.md +15 -7
  277. package/.agent/workflows/session.md +14 -7
  278. package/.agent/workflows/status.md +13 -7
  279. package/.agent/workflows/strengthen-skills.md +15 -6
  280. package/.agent/workflows/super-prompt.md +19 -10
  281. package/.agent/workflows/swarm.md +15 -7
  282. package/.agent/workflows/test.md +15 -8
  283. package/.agent/workflows/tribunal-backend.md +16 -9
  284. package/.agent/workflows/tribunal-database.md +15 -8
  285. package/.agent/workflows/tribunal-frontend.md +26 -11
  286. package/.agent/workflows/tribunal-full.md +41 -26
  287. package/.agent/workflows/tribunal-mobile.md +15 -8
  288. package/.agent/workflows/tribunal-performance.md +15 -8
  289. package/.agent/workflows/tribunal-speed.md +16 -9
  290. package/.agent/workflows/tribunal-ui.md +82 -0
  291. package/.agent/workflows/ui-ux-pro-max.md +51 -107
  292. package/CONTRIBUTING.md +2 -2
  293. package/README.md +82 -60
  294. package/SECURITY.md +3 -3
  295. package/bin/mcp-server.js +253 -57
  296. package/bin/wrapper.js +24 -10
  297. package/dist/cli.js +29 -1
  298. package/dist/commands/compile.js +7 -0
  299. package/dist/commands/context.js +8 -3
  300. package/dist/commands/graph.js +8 -2
  301. package/dist/commands/init.js +13 -2
  302. package/dist/commands/memory.js +120 -68
  303. package/dist/commands/minimal.js +71 -0
  304. package/dist/commands/native.js +36 -0
  305. package/dist/commands/optimize.js +15 -5
  306. package/dist/esm/index.mjs +58 -32
  307. package/dist/index.d.ts +50 -2
  308. package/dist/utils/fs.js +10 -4
  309. package/dist/utils/helpers.js +10 -1
  310. package/dist/utils/version.js +9 -2
  311. package/mcp_config.json +10 -1
  312. package/package.json +16 -10
  313. package/scripts/benchmark.js +16 -0
  314. package/scripts/sync-version.js +1 -1
  315. package/scripts/visual_audit.js +126 -0
@@ -3359,7 +3359,2707 @@
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
3878
+ },
3879
+ {
3880
+ "id": 256,
3881
+ "memory_type": "semantic",
3882
+ "content": ".agent/scripts/skill_evolution.js",
3883
+ "tags": [
3884
+ "project-idiom",
3885
+ "auto-learned"
3886
+ ],
3887
+ "created_at": "1785913103Z",
3888
+ "last_accessed": "1785913103Z",
3889
+ "access_count": 0,
3890
+ "token_estimate": 9,
3891
+ "source": "manual",
3892
+ "session_id": null
3893
+ },
3894
+ {
3895
+ "id": 257,
3896
+ "memory_type": "semantic",
3897
+ "content": ".agent/scripts/verify_all.js",
3898
+ "tags": [
3899
+ "project-idiom",
3900
+ "auto-learned"
3901
+ ],
3902
+ "created_at": "1785913103Z",
3903
+ "last_accessed": "1785913103Z",
3904
+ "access_count": 0,
3905
+ "token_estimate": 7,
3906
+ "source": "manual",
3907
+ "session_id": null
3908
+ },
3909
+ {
3910
+ "id": 258,
3911
+ "memory_type": "semantic",
3912
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
3913
+ "tags": [
3914
+ "project-idiom",
3915
+ "auto-learned"
3916
+ ],
3917
+ "created_at": "1785913103Z",
3918
+ "last_accessed": "1785913103Z",
3919
+ "access_count": 0,
3920
+ "token_estimate": 32,
3921
+ "source": "manual",
3922
+ "session_id": null
3923
+ },
3924
+ {
3925
+ "id": 259,
3926
+ "memory_type": "semantic",
3927
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
3928
+ "tags": [
3929
+ "project-idiom",
3930
+ "auto-learned"
3931
+ ],
3932
+ "created_at": "1785913103Z",
3933
+ "last_accessed": "1785913103Z",
3934
+ "access_count": 0,
3935
+ "token_estimate": 34,
3936
+ "source": "manual",
3937
+ "session_id": null
3938
+ },
3939
+ {
3940
+ "id": 260,
3941
+ "memory_type": "semantic",
3942
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
3943
+ "tags": [
3944
+ "project-idiom",
3945
+ "auto-learned"
3946
+ ],
3947
+ "created_at": "1785913103Z",
3948
+ "last_accessed": "1785913103Z",
3949
+ "access_count": 0,
3950
+ "token_estimate": 20,
3951
+ "source": "manual",
3952
+ "session_id": null
3953
+ },
3954
+ {
3955
+ "id": 261,
3956
+ "memory_type": "semantic",
3957
+ "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.",
3958
+ "tags": [
3959
+ "project-idiom",
3960
+ "auto-learned"
3961
+ ],
3962
+ "created_at": "1785913103Z",
3963
+ "last_accessed": "1785913103Z",
3964
+ "access_count": 0,
3965
+ "token_estimate": 54,
3966
+ "source": "manual",
3967
+ "session_id": null
3968
+ },
3969
+ {
3970
+ "id": 262,
3971
+ "memory_type": "semantic",
3972
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
3973
+ "tags": [
3974
+ "project-idiom",
3975
+ "auto-learned"
3976
+ ],
3977
+ "created_at": "1785913103Z",
3978
+ "last_accessed": "1785913103Z",
3979
+ "access_count": 0,
3980
+ "token_estimate": 17,
3981
+ "source": "manual",
3982
+ "session_id": null
3983
+ },
3984
+ {
3985
+ "id": 263,
3986
+ "memory_type": "semantic",
3987
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
3988
+ "tags": [
3989
+ "project-idiom",
3990
+ "auto-learned"
3991
+ ],
3992
+ "created_at": "1785913104Z",
3993
+ "last_accessed": "1785913104Z",
3994
+ "access_count": 0,
3995
+ "token_estimate": 19,
3996
+ "source": "manual",
3997
+ "session_id": null
3998
+ },
3999
+ {
4000
+ "id": 264,
4001
+ "memory_type": "semantic",
4002
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4003
+ "tags": [
4004
+ "project-idiom",
4005
+ "auto-learned"
4006
+ ],
4007
+ "created_at": "1785913104Z",
4008
+ "last_accessed": "1785913104Z",
4009
+ "access_count": 0,
4010
+ "token_estimate": 20,
4011
+ "source": "manual",
4012
+ "session_id": null
4013
+ },
4014
+ {
4015
+ "id": 265,
4016
+ "memory_type": "semantic",
4017
+ "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.",
4018
+ "tags": [
4019
+ "project-idiom",
4020
+ "auto-learned"
4021
+ ],
4022
+ "created_at": "1785913104Z",
4023
+ "last_accessed": "1785913104Z",
4024
+ "access_count": 0,
4025
+ "token_estimate": 54,
4026
+ "source": "manual",
4027
+ "session_id": null
4028
+ },
4029
+ {
4030
+ "id": 266,
4031
+ "memory_type": "procedural",
4032
+ "content": "Run `npm run build:rust` to build the project",
4033
+ "tags": [
4034
+ "build-script",
4035
+ "build",
4036
+ "auto-learned"
4037
+ ],
4038
+ "created_at": "1785913104Z",
4039
+ "last_accessed": "1785913104Z",
4040
+ "access_count": 0,
4041
+ "token_estimate": 12,
4042
+ "source": "manual",
4043
+ "session_id": null
4044
+ },
4045
+ {
4046
+ "id": 267,
4047
+ "memory_type": "procedural",
4048
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
4049
+ "tags": [
4050
+ "build-script",
4051
+ "test",
4052
+ "auto-learned"
4053
+ ],
4054
+ "created_at": "1785913104Z",
4055
+ "last_accessed": "1785913104Z",
4056
+ "access_count": 0,
4057
+ "token_estimate": 21,
4058
+ "source": "manual",
4059
+ "session_id": null
4060
+ },
4061
+ {
4062
+ "id": 268,
4063
+ "memory_type": "semantic",
4064
+ "content": ".agent/scripts/skill_evolution.js",
4065
+ "tags": [
4066
+ "project-idiom",
4067
+ "auto-learned"
4068
+ ],
4069
+ "created_at": "1785913108Z",
4070
+ "last_accessed": "1785913108Z",
4071
+ "access_count": 0,
4072
+ "token_estimate": 9,
4073
+ "source": "manual",
4074
+ "session_id": null
4075
+ },
4076
+ {
4077
+ "id": 269,
4078
+ "memory_type": "semantic",
4079
+ "content": ".agent/scripts/verify_all.js",
4080
+ "tags": [
4081
+ "project-idiom",
4082
+ "auto-learned"
4083
+ ],
4084
+ "created_at": "1785913108Z",
4085
+ "last_accessed": "1785913108Z",
4086
+ "access_count": 0,
4087
+ "token_estimate": 7,
4088
+ "source": "manual",
4089
+ "session_id": null
4090
+ },
4091
+ {
4092
+ "id": 270,
4093
+ "memory_type": "semantic",
4094
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
4095
+ "tags": [
4096
+ "project-idiom",
4097
+ "auto-learned"
4098
+ ],
4099
+ "created_at": "1785913108Z",
4100
+ "last_accessed": "1785913108Z",
4101
+ "access_count": 0,
4102
+ "token_estimate": 32,
4103
+ "source": "manual",
4104
+ "session_id": null
4105
+ },
4106
+ {
4107
+ "id": 271,
4108
+ "memory_type": "semantic",
4109
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
4110
+ "tags": [
4111
+ "project-idiom",
4112
+ "auto-learned"
4113
+ ],
4114
+ "created_at": "1785913108Z",
4115
+ "last_accessed": "1785913108Z",
4116
+ "access_count": 0,
4117
+ "token_estimate": 34,
4118
+ "source": "manual",
4119
+ "session_id": null
4120
+ },
4121
+ {
4122
+ "id": 272,
4123
+ "memory_type": "semantic",
4124
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4125
+ "tags": [
4126
+ "project-idiom",
4127
+ "auto-learned"
4128
+ ],
4129
+ "created_at": "1785913108Z",
4130
+ "last_accessed": "1785913108Z",
4131
+ "access_count": 0,
4132
+ "token_estimate": 20,
4133
+ "source": "manual",
4134
+ "session_id": null
4135
+ },
4136
+ {
4137
+ "id": 273,
4138
+ "memory_type": "semantic",
4139
+ "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.",
4140
+ "tags": [
4141
+ "project-idiom",
4142
+ "auto-learned"
4143
+ ],
4144
+ "created_at": "1785913108Z",
4145
+ "last_accessed": "1785913108Z",
4146
+ "access_count": 0,
4147
+ "token_estimate": 54,
4148
+ "source": "manual",
4149
+ "session_id": null
4150
+ },
4151
+ {
4152
+ "id": 274,
4153
+ "memory_type": "semantic",
4154
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
4155
+ "tags": [
4156
+ "project-idiom",
4157
+ "auto-learned"
4158
+ ],
4159
+ "created_at": "1785913108Z",
4160
+ "last_accessed": "1785913108Z",
4161
+ "access_count": 0,
4162
+ "token_estimate": 17,
4163
+ "source": "manual",
4164
+ "session_id": null
4165
+ },
4166
+ {
4167
+ "id": 275,
4168
+ "memory_type": "semantic",
4169
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
4170
+ "tags": [
4171
+ "project-idiom",
4172
+ "auto-learned"
4173
+ ],
4174
+ "created_at": "1785913108Z",
4175
+ "last_accessed": "1785913108Z",
4176
+ "access_count": 0,
4177
+ "token_estimate": 19,
4178
+ "source": "manual",
4179
+ "session_id": null
4180
+ },
4181
+ {
4182
+ "id": 276,
4183
+ "memory_type": "semantic",
4184
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4185
+ "tags": [
4186
+ "project-idiom",
4187
+ "auto-learned"
4188
+ ],
4189
+ "created_at": "1785913108Z",
4190
+ "last_accessed": "1785913108Z",
4191
+ "access_count": 0,
4192
+ "token_estimate": 20,
4193
+ "source": "manual",
4194
+ "session_id": null
4195
+ },
4196
+ {
4197
+ "id": 277,
4198
+ "memory_type": "semantic",
4199
+ "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.",
4200
+ "tags": [
4201
+ "project-idiom",
4202
+ "auto-learned"
4203
+ ],
4204
+ "created_at": "1785913108Z",
4205
+ "last_accessed": "1785913108Z",
4206
+ "access_count": 0,
4207
+ "token_estimate": 54,
4208
+ "source": "manual",
4209
+ "session_id": null
4210
+ },
4211
+ {
4212
+ "id": 278,
4213
+ "memory_type": "procedural",
4214
+ "content": "Run `npm run build:rust` to build the project",
4215
+ "tags": [
4216
+ "build-script",
4217
+ "build",
4218
+ "auto-learned"
4219
+ ],
4220
+ "created_at": "1785913108Z",
4221
+ "last_accessed": "1785913108Z",
4222
+ "access_count": 0,
4223
+ "token_estimate": 12,
4224
+ "source": "manual",
4225
+ "session_id": null
4226
+ },
4227
+ {
4228
+ "id": 279,
4229
+ "memory_type": "procedural",
4230
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
4231
+ "tags": [
4232
+ "build-script",
4233
+ "test",
4234
+ "auto-learned"
4235
+ ],
4236
+ "created_at": "1785913108Z",
4237
+ "last_accessed": "1785913108Z",
4238
+ "access_count": 0,
4239
+ "token_estimate": 21,
4240
+ "source": "manual",
4241
+ "session_id": null
4242
+ },
4243
+ {
4244
+ "id": 280,
4245
+ "memory_type": "semantic",
4246
+ "content": ".agent/scripts/skill_evolution.js",
4247
+ "tags": [
4248
+ "project-idiom",
4249
+ "auto-learned"
4250
+ ],
4251
+ "created_at": "1785913487Z",
4252
+ "last_accessed": "1785913487Z",
4253
+ "access_count": 0,
4254
+ "token_estimate": 9,
4255
+ "source": "manual",
4256
+ "session_id": null
4257
+ },
4258
+ {
4259
+ "id": 281,
4260
+ "memory_type": "semantic",
4261
+ "content": ".agent/scripts/verify_all.js",
4262
+ "tags": [
4263
+ "project-idiom",
4264
+ "auto-learned"
4265
+ ],
4266
+ "created_at": "1785913487Z",
4267
+ "last_accessed": "1785913487Z",
4268
+ "access_count": 0,
4269
+ "token_estimate": 7,
4270
+ "source": "manual",
4271
+ "session_id": null
4272
+ },
4273
+ {
4274
+ "id": 282,
4275
+ "memory_type": "semantic",
4276
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
4277
+ "tags": [
4278
+ "project-idiom",
4279
+ "auto-learned"
4280
+ ],
4281
+ "created_at": "1785913487Z",
4282
+ "last_accessed": "1785913487Z",
4283
+ "access_count": 0,
4284
+ "token_estimate": 32,
4285
+ "source": "manual",
4286
+ "session_id": null
4287
+ },
4288
+ {
4289
+ "id": 283,
4290
+ "memory_type": "semantic",
4291
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
4292
+ "tags": [
4293
+ "project-idiom",
4294
+ "auto-learned"
4295
+ ],
4296
+ "created_at": "1785913487Z",
4297
+ "last_accessed": "1785913487Z",
4298
+ "access_count": 0,
4299
+ "token_estimate": 34,
4300
+ "source": "manual",
4301
+ "session_id": null
4302
+ },
4303
+ {
4304
+ "id": 284,
4305
+ "memory_type": "semantic",
4306
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4307
+ "tags": [
4308
+ "project-idiom",
4309
+ "auto-learned"
4310
+ ],
4311
+ "created_at": "1785913487Z",
4312
+ "last_accessed": "1785913487Z",
4313
+ "access_count": 0,
4314
+ "token_estimate": 20,
4315
+ "source": "manual",
4316
+ "session_id": null
4317
+ },
4318
+ {
4319
+ "id": 285,
4320
+ "memory_type": "semantic",
4321
+ "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.",
4322
+ "tags": [
4323
+ "project-idiom",
4324
+ "auto-learned"
4325
+ ],
4326
+ "created_at": "1785913488Z",
4327
+ "last_accessed": "1785913488Z",
4328
+ "access_count": 0,
4329
+ "token_estimate": 54,
4330
+ "source": "manual",
4331
+ "session_id": null
4332
+ },
4333
+ {
4334
+ "id": 286,
4335
+ "memory_type": "semantic",
4336
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
4337
+ "tags": [
4338
+ "project-idiom",
4339
+ "auto-learned"
4340
+ ],
4341
+ "created_at": "1785913488Z",
4342
+ "last_accessed": "1785913488Z",
4343
+ "access_count": 0,
4344
+ "token_estimate": 17,
4345
+ "source": "manual",
4346
+ "session_id": null
4347
+ },
4348
+ {
4349
+ "id": 287,
4350
+ "memory_type": "semantic",
4351
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
4352
+ "tags": [
4353
+ "project-idiom",
4354
+ "auto-learned"
4355
+ ],
4356
+ "created_at": "1785913488Z",
4357
+ "last_accessed": "1785913488Z",
4358
+ "access_count": 0,
4359
+ "token_estimate": 19,
4360
+ "source": "manual",
4361
+ "session_id": null
4362
+ },
4363
+ {
4364
+ "id": 288,
4365
+ "memory_type": "semantic",
4366
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4367
+ "tags": [
4368
+ "project-idiom",
4369
+ "auto-learned"
4370
+ ],
4371
+ "created_at": "1785913488Z",
4372
+ "last_accessed": "1785913488Z",
4373
+ "access_count": 0,
4374
+ "token_estimate": 20,
4375
+ "source": "manual",
4376
+ "session_id": null
4377
+ },
4378
+ {
4379
+ "id": 289,
4380
+ "memory_type": "semantic",
4381
+ "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.",
4382
+ "tags": [
4383
+ "project-idiom",
4384
+ "auto-learned"
4385
+ ],
4386
+ "created_at": "1785913488Z",
4387
+ "last_accessed": "1785913488Z",
4388
+ "access_count": 0,
4389
+ "token_estimate": 54,
4390
+ "source": "manual",
4391
+ "session_id": null
4392
+ },
4393
+ {
4394
+ "id": 290,
4395
+ "memory_type": "procedural",
4396
+ "content": "Run `npm run build:rust` to build the project",
4397
+ "tags": [
4398
+ "build-script",
4399
+ "build",
4400
+ "auto-learned"
4401
+ ],
4402
+ "created_at": "1785913488Z",
4403
+ "last_accessed": "1785913488Z",
4404
+ "access_count": 0,
4405
+ "token_estimate": 12,
4406
+ "source": "manual",
4407
+ "session_id": null
4408
+ },
4409
+ {
4410
+ "id": 291,
4411
+ "memory_type": "procedural",
4412
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
4413
+ "tags": [
4414
+ "build-script",
4415
+ "test",
4416
+ "auto-learned"
4417
+ ],
4418
+ "created_at": "1785913488Z",
4419
+ "last_accessed": "1785913488Z",
4420
+ "access_count": 0,
4421
+ "token_estimate": 21,
4422
+ "source": "manual",
4423
+ "session_id": null
4424
+ },
4425
+ {
4426
+ "id": 292,
4427
+ "memory_type": "semantic",
4428
+ "content": ".agent/scripts/skill_evolution.js",
4429
+ "tags": [
4430
+ "project-idiom",
4431
+ "auto-learned"
4432
+ ],
4433
+ "created_at": "1785913493Z",
4434
+ "last_accessed": "1785913493Z",
4435
+ "access_count": 0,
4436
+ "token_estimate": 9,
4437
+ "source": "manual",
4438
+ "session_id": null
4439
+ },
4440
+ {
4441
+ "id": 293,
4442
+ "memory_type": "semantic",
4443
+ "content": ".agent/scripts/verify_all.js",
4444
+ "tags": [
4445
+ "project-idiom",
4446
+ "auto-learned"
4447
+ ],
4448
+ "created_at": "1785913493Z",
4449
+ "last_accessed": "1785913493Z",
4450
+ "access_count": 0,
4451
+ "token_estimate": 7,
4452
+ "source": "manual",
4453
+ "session_id": null
4454
+ },
4455
+ {
4456
+ "id": 294,
4457
+ "memory_type": "semantic",
4458
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
4459
+ "tags": [
4460
+ "project-idiom",
4461
+ "auto-learned"
4462
+ ],
4463
+ "created_at": "1785913493Z",
4464
+ "last_accessed": "1785913493Z",
4465
+ "access_count": 0,
4466
+ "token_estimate": 32,
4467
+ "source": "manual",
4468
+ "session_id": null
4469
+ },
4470
+ {
4471
+ "id": 295,
4472
+ "memory_type": "semantic",
4473
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
4474
+ "tags": [
4475
+ "project-idiom",
4476
+ "auto-learned"
4477
+ ],
4478
+ "created_at": "1785913493Z",
4479
+ "last_accessed": "1785913493Z",
4480
+ "access_count": 0,
4481
+ "token_estimate": 34,
4482
+ "source": "manual",
4483
+ "session_id": null
4484
+ },
4485
+ {
4486
+ "id": 296,
4487
+ "memory_type": "semantic",
4488
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4489
+ "tags": [
4490
+ "project-idiom",
4491
+ "auto-learned"
4492
+ ],
4493
+ "created_at": "1785913493Z",
4494
+ "last_accessed": "1785913493Z",
4495
+ "access_count": 0,
4496
+ "token_estimate": 20,
4497
+ "source": "manual",
4498
+ "session_id": null
4499
+ },
4500
+ {
4501
+ "id": 297,
4502
+ "memory_type": "semantic",
4503
+ "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.",
4504
+ "tags": [
4505
+ "project-idiom",
4506
+ "auto-learned"
4507
+ ],
4508
+ "created_at": "1785913493Z",
4509
+ "last_accessed": "1785913493Z",
4510
+ "access_count": 0,
4511
+ "token_estimate": 54,
4512
+ "source": "manual",
4513
+ "session_id": null
4514
+ },
4515
+ {
4516
+ "id": 298,
4517
+ "memory_type": "semantic",
4518
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
4519
+ "tags": [
4520
+ "project-idiom",
4521
+ "auto-learned"
4522
+ ],
4523
+ "created_at": "1785913493Z",
4524
+ "last_accessed": "1785913493Z",
4525
+ "access_count": 0,
4526
+ "token_estimate": 17,
4527
+ "source": "manual",
4528
+ "session_id": null
4529
+ },
4530
+ {
4531
+ "id": 299,
4532
+ "memory_type": "semantic",
4533
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
4534
+ "tags": [
4535
+ "project-idiom",
4536
+ "auto-learned"
4537
+ ],
4538
+ "created_at": "1785913493Z",
4539
+ "last_accessed": "1785913493Z",
4540
+ "access_count": 0,
4541
+ "token_estimate": 19,
4542
+ "source": "manual",
4543
+ "session_id": null
4544
+ },
4545
+ {
4546
+ "id": 300,
4547
+ "memory_type": "semantic",
4548
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4549
+ "tags": [
4550
+ "project-idiom",
4551
+ "auto-learned"
4552
+ ],
4553
+ "created_at": "1785913493Z",
4554
+ "last_accessed": "1785913493Z",
4555
+ "access_count": 0,
4556
+ "token_estimate": 20,
4557
+ "source": "manual",
4558
+ "session_id": null
4559
+ },
4560
+ {
4561
+ "id": 301,
4562
+ "memory_type": "semantic",
4563
+ "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.",
4564
+ "tags": [
4565
+ "project-idiom",
4566
+ "auto-learned"
4567
+ ],
4568
+ "created_at": "1785913493Z",
4569
+ "last_accessed": "1785913493Z",
4570
+ "access_count": 0,
4571
+ "token_estimate": 54,
4572
+ "source": "manual",
4573
+ "session_id": null
4574
+ },
4575
+ {
4576
+ "id": 302,
4577
+ "memory_type": "procedural",
4578
+ "content": "Run `npm run build:rust` to build the project",
4579
+ "tags": [
4580
+ "build-script",
4581
+ "build",
4582
+ "auto-learned"
4583
+ ],
4584
+ "created_at": "1785913493Z",
4585
+ "last_accessed": "1785913493Z",
4586
+ "access_count": 0,
4587
+ "token_estimate": 12,
4588
+ "source": "manual",
4589
+ "session_id": null
4590
+ },
4591
+ {
4592
+ "id": 303,
4593
+ "memory_type": "procedural",
4594
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
4595
+ "tags": [
4596
+ "build-script",
4597
+ "test",
4598
+ "auto-learned"
4599
+ ],
4600
+ "created_at": "1785913493Z",
4601
+ "last_accessed": "1785913493Z",
4602
+ "access_count": 0,
4603
+ "token_estimate": 21,
4604
+ "source": "manual",
4605
+ "session_id": null
4606
+ },
4607
+ {
4608
+ "id": 304,
4609
+ "memory_type": "semantic",
4610
+ "content": ".agent/scripts/skill_evolution.js",
4611
+ "tags": [
4612
+ "project-idiom",
4613
+ "auto-learned"
4614
+ ],
4615
+ "created_at": "1785914253Z",
4616
+ "last_accessed": "1785914253Z",
4617
+ "access_count": 0,
4618
+ "token_estimate": 9,
4619
+ "source": "manual",
4620
+ "session_id": null
4621
+ },
4622
+ {
4623
+ "id": 305,
4624
+ "memory_type": "semantic",
4625
+ "content": ".agent/scripts/verify_all.js",
4626
+ "tags": [
4627
+ "project-idiom",
4628
+ "auto-learned"
4629
+ ],
4630
+ "created_at": "1785914253Z",
4631
+ "last_accessed": "1785914253Z",
4632
+ "access_count": 0,
4633
+ "token_estimate": 7,
4634
+ "source": "manual",
4635
+ "session_id": null
4636
+ },
4637
+ {
4638
+ "id": 306,
4639
+ "memory_type": "semantic",
4640
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
4641
+ "tags": [
4642
+ "project-idiom",
4643
+ "auto-learned"
4644
+ ],
4645
+ "created_at": "1785914253Z",
4646
+ "last_accessed": "1785914253Z",
4647
+ "access_count": 0,
4648
+ "token_estimate": 32,
4649
+ "source": "manual",
4650
+ "session_id": null
4651
+ },
4652
+ {
4653
+ "id": 307,
4654
+ "memory_type": "semantic",
4655
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
4656
+ "tags": [
4657
+ "project-idiom",
4658
+ "auto-learned"
4659
+ ],
4660
+ "created_at": "1785914253Z",
4661
+ "last_accessed": "1785914253Z",
4662
+ "access_count": 0,
4663
+ "token_estimate": 34,
4664
+ "source": "manual",
4665
+ "session_id": null
4666
+ },
4667
+ {
4668
+ "id": 308,
4669
+ "memory_type": "semantic",
4670
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4671
+ "tags": [
4672
+ "project-idiom",
4673
+ "auto-learned"
4674
+ ],
4675
+ "created_at": "1785914253Z",
4676
+ "last_accessed": "1785914253Z",
4677
+ "access_count": 0,
4678
+ "token_estimate": 20,
4679
+ "source": "manual",
4680
+ "session_id": null
4681
+ },
4682
+ {
4683
+ "id": 309,
4684
+ "memory_type": "semantic",
4685
+ "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.",
4686
+ "tags": [
4687
+ "project-idiom",
4688
+ "auto-learned"
4689
+ ],
4690
+ "created_at": "1785914253Z",
4691
+ "last_accessed": "1785914253Z",
4692
+ "access_count": 0,
4693
+ "token_estimate": 54,
4694
+ "source": "manual",
4695
+ "session_id": null
4696
+ },
4697
+ {
4698
+ "id": 310,
4699
+ "memory_type": "semantic",
4700
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
4701
+ "tags": [
4702
+ "project-idiom",
4703
+ "auto-learned"
4704
+ ],
4705
+ "created_at": "1785914253Z",
4706
+ "last_accessed": "1785914253Z",
4707
+ "access_count": 0,
4708
+ "token_estimate": 17,
4709
+ "source": "manual",
4710
+ "session_id": null
4711
+ },
4712
+ {
4713
+ "id": 311,
4714
+ "memory_type": "semantic",
4715
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
4716
+ "tags": [
4717
+ "project-idiom",
4718
+ "auto-learned"
4719
+ ],
4720
+ "created_at": "1785914253Z",
4721
+ "last_accessed": "1785914253Z",
4722
+ "access_count": 0,
4723
+ "token_estimate": 19,
4724
+ "source": "manual",
4725
+ "session_id": null
4726
+ },
4727
+ {
4728
+ "id": 312,
4729
+ "memory_type": "semantic",
4730
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4731
+ "tags": [
4732
+ "project-idiom",
4733
+ "auto-learned"
4734
+ ],
4735
+ "created_at": "1785914253Z",
4736
+ "last_accessed": "1785914253Z",
4737
+ "access_count": 0,
4738
+ "token_estimate": 20,
4739
+ "source": "manual",
4740
+ "session_id": null
4741
+ },
4742
+ {
4743
+ "id": 313,
4744
+ "memory_type": "semantic",
4745
+ "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.",
4746
+ "tags": [
4747
+ "project-idiom",
4748
+ "auto-learned"
4749
+ ],
4750
+ "created_at": "1785914253Z",
4751
+ "last_accessed": "1785914253Z",
4752
+ "access_count": 0,
4753
+ "token_estimate": 54,
4754
+ "source": "manual",
4755
+ "session_id": null
4756
+ },
4757
+ {
4758
+ "id": 314,
4759
+ "memory_type": "procedural",
4760
+ "content": "Run `npm run build:rust` to build the project",
4761
+ "tags": [
4762
+ "build-script",
4763
+ "build",
4764
+ "auto-learned"
4765
+ ],
4766
+ "created_at": "1785914253Z",
4767
+ "last_accessed": "1785914253Z",
4768
+ "access_count": 0,
4769
+ "token_estimate": 12,
4770
+ "source": "manual",
4771
+ "session_id": null
4772
+ },
4773
+ {
4774
+ "id": 315,
4775
+ "memory_type": "procedural",
4776
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
4777
+ "tags": [
4778
+ "build-script",
4779
+ "test",
4780
+ "auto-learned"
4781
+ ],
4782
+ "created_at": "1785914253Z",
4783
+ "last_accessed": "1785914253Z",
4784
+ "access_count": 0,
4785
+ "token_estimate": 21,
4786
+ "source": "manual",
4787
+ "session_id": null
4788
+ },
4789
+ {
4790
+ "id": 316,
4791
+ "memory_type": "semantic",
4792
+ "content": ".agent/scripts/skill_evolution.js",
4793
+ "tags": [
4794
+ "project-idiom",
4795
+ "auto-learned"
4796
+ ],
4797
+ "created_at": "1785914415Z",
4798
+ "last_accessed": "1785914415Z",
4799
+ "access_count": 0,
4800
+ "token_estimate": 9,
4801
+ "source": "manual",
4802
+ "session_id": null
4803
+ },
4804
+ {
4805
+ "id": 317,
4806
+ "memory_type": "semantic",
4807
+ "content": ".agent/scripts/verify_all.js",
4808
+ "tags": [
4809
+ "project-idiom",
4810
+ "auto-learned"
4811
+ ],
4812
+ "created_at": "1785914415Z",
4813
+ "last_accessed": "1785914415Z",
4814
+ "access_count": 0,
4815
+ "token_estimate": 7,
4816
+ "source": "manual",
4817
+ "session_id": null
4818
+ },
4819
+ {
4820
+ "id": 318,
4821
+ "memory_type": "semantic",
4822
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
4823
+ "tags": [
4824
+ "project-idiom",
4825
+ "auto-learned"
4826
+ ],
4827
+ "created_at": "1785914415Z",
4828
+ "last_accessed": "1785914415Z",
4829
+ "access_count": 0,
4830
+ "token_estimate": 32,
4831
+ "source": "manual",
4832
+ "session_id": null
4833
+ },
4834
+ {
4835
+ "id": 319,
4836
+ "memory_type": "semantic",
4837
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
4838
+ "tags": [
4839
+ "project-idiom",
4840
+ "auto-learned"
4841
+ ],
4842
+ "created_at": "1785914415Z",
4843
+ "last_accessed": "1785914415Z",
4844
+ "access_count": 0,
4845
+ "token_estimate": 34,
4846
+ "source": "manual",
4847
+ "session_id": null
4848
+ },
4849
+ {
4850
+ "id": 320,
4851
+ "memory_type": "semantic",
4852
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4853
+ "tags": [
4854
+ "project-idiom",
4855
+ "auto-learned"
4856
+ ],
4857
+ "created_at": "1785914415Z",
4858
+ "last_accessed": "1785914415Z",
4859
+ "access_count": 0,
4860
+ "token_estimate": 20,
4861
+ "source": "manual",
4862
+ "session_id": null
4863
+ },
4864
+ {
4865
+ "id": 321,
4866
+ "memory_type": "semantic",
4867
+ "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.",
4868
+ "tags": [
4869
+ "project-idiom",
4870
+ "auto-learned"
4871
+ ],
4872
+ "created_at": "1785914415Z",
4873
+ "last_accessed": "1785914415Z",
4874
+ "access_count": 0,
4875
+ "token_estimate": 54,
4876
+ "source": "manual",
4877
+ "session_id": null
4878
+ },
4879
+ {
4880
+ "id": 322,
4881
+ "memory_type": "semantic",
4882
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
4883
+ "tags": [
4884
+ "project-idiom",
4885
+ "auto-learned"
4886
+ ],
4887
+ "created_at": "1785914415Z",
4888
+ "last_accessed": "1785914415Z",
4889
+ "access_count": 0,
4890
+ "token_estimate": 17,
4891
+ "source": "manual",
4892
+ "session_id": null
4893
+ },
4894
+ {
4895
+ "id": 323,
4896
+ "memory_type": "semantic",
4897
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
4898
+ "tags": [
4899
+ "project-idiom",
4900
+ "auto-learned"
4901
+ ],
4902
+ "created_at": "1785914415Z",
4903
+ "last_accessed": "1785914415Z",
4904
+ "access_count": 0,
4905
+ "token_estimate": 19,
4906
+ "source": "manual",
4907
+ "session_id": null
4908
+ },
4909
+ {
4910
+ "id": 324,
4911
+ "memory_type": "semantic",
4912
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
4913
+ "tags": [
4914
+ "project-idiom",
4915
+ "auto-learned"
4916
+ ],
4917
+ "created_at": "1785914415Z",
4918
+ "last_accessed": "1785914415Z",
4919
+ "access_count": 0,
4920
+ "token_estimate": 20,
4921
+ "source": "manual",
4922
+ "session_id": null
4923
+ },
4924
+ {
4925
+ "id": 325,
4926
+ "memory_type": "semantic",
4927
+ "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.",
4928
+ "tags": [
4929
+ "project-idiom",
4930
+ "auto-learned"
4931
+ ],
4932
+ "created_at": "1785914415Z",
4933
+ "last_accessed": "1785914415Z",
4934
+ "access_count": 0,
4935
+ "token_estimate": 54,
4936
+ "source": "manual",
4937
+ "session_id": null
4938
+ },
4939
+ {
4940
+ "id": 326,
4941
+ "memory_type": "procedural",
4942
+ "content": "Run `npm run build:rust` to build the project",
4943
+ "tags": [
4944
+ "build-script",
4945
+ "build",
4946
+ "auto-learned"
4947
+ ],
4948
+ "created_at": "1785914415Z",
4949
+ "last_accessed": "1785914415Z",
4950
+ "access_count": 0,
4951
+ "token_estimate": 12,
4952
+ "source": "manual",
4953
+ "session_id": null
4954
+ },
4955
+ {
4956
+ "id": 327,
4957
+ "memory_type": "procedural",
4958
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
4959
+ "tags": [
4960
+ "build-script",
4961
+ "test",
4962
+ "auto-learned"
4963
+ ],
4964
+ "created_at": "1785914415Z",
4965
+ "last_accessed": "1785914415Z",
4966
+ "access_count": 0,
4967
+ "token_estimate": 21,
4968
+ "source": "manual",
4969
+ "session_id": null
4970
+ },
4971
+ {
4972
+ "id": 328,
4973
+ "memory_type": "semantic",
4974
+ "content": ".agent/scripts/skill_evolution.js",
4975
+ "tags": [
4976
+ "project-idiom",
4977
+ "auto-learned"
4978
+ ],
4979
+ "created_at": "1786101727Z",
4980
+ "last_accessed": "1786101727Z",
4981
+ "access_count": 0,
4982
+ "token_estimate": 9,
4983
+ "source": "manual",
4984
+ "session_id": null
4985
+ },
4986
+ {
4987
+ "id": 329,
4988
+ "memory_type": "semantic",
4989
+ "content": ".agent/scripts/verify_all.js",
4990
+ "tags": [
4991
+ "project-idiom",
4992
+ "auto-learned"
4993
+ ],
4994
+ "created_at": "1786101727Z",
4995
+ "last_accessed": "1786101727Z",
4996
+ "access_count": 0,
4997
+ "token_estimate": 7,
4998
+ "source": "manual",
4999
+ "session_id": null
5000
+ },
5001
+ {
5002
+ "id": 330,
5003
+ "memory_type": "semantic",
5004
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
5005
+ "tags": [
5006
+ "project-idiom",
5007
+ "auto-learned"
5008
+ ],
5009
+ "created_at": "1786101727Z",
5010
+ "last_accessed": "1786101727Z",
5011
+ "access_count": 0,
5012
+ "token_estimate": 32,
5013
+ "source": "manual",
5014
+ "session_id": null
5015
+ },
5016
+ {
5017
+ "id": 331,
5018
+ "memory_type": "semantic",
5019
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
5020
+ "tags": [
5021
+ "project-idiom",
5022
+ "auto-learned"
5023
+ ],
5024
+ "created_at": "1786101727Z",
5025
+ "last_accessed": "1786101727Z",
5026
+ "access_count": 0,
5027
+ "token_estimate": 34,
5028
+ "source": "manual",
5029
+ "session_id": null
5030
+ },
5031
+ {
5032
+ "id": 332,
5033
+ "memory_type": "semantic",
5034
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5035
+ "tags": [
5036
+ "project-idiom",
5037
+ "auto-learned"
5038
+ ],
5039
+ "created_at": "1786101727Z",
5040
+ "last_accessed": "1786101727Z",
5041
+ "access_count": 0,
5042
+ "token_estimate": 20,
5043
+ "source": "manual",
5044
+ "session_id": null
5045
+ },
5046
+ {
5047
+ "id": 333,
5048
+ "memory_type": "semantic",
5049
+ "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.",
5050
+ "tags": [
5051
+ "project-idiom",
5052
+ "auto-learned"
5053
+ ],
5054
+ "created_at": "1786101727Z",
5055
+ "last_accessed": "1786101727Z",
5056
+ "access_count": 0,
5057
+ "token_estimate": 54,
5058
+ "source": "manual",
5059
+ "session_id": null
5060
+ },
5061
+ {
5062
+ "id": 334,
5063
+ "memory_type": "semantic",
5064
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
5065
+ "tags": [
5066
+ "project-idiom",
5067
+ "auto-learned"
5068
+ ],
5069
+ "created_at": "1786101727Z",
5070
+ "last_accessed": "1786101727Z",
5071
+ "access_count": 0,
5072
+ "token_estimate": 17,
5073
+ "source": "manual",
5074
+ "session_id": null
5075
+ },
5076
+ {
5077
+ "id": 335,
5078
+ "memory_type": "semantic",
5079
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
5080
+ "tags": [
5081
+ "project-idiom",
5082
+ "auto-learned"
5083
+ ],
5084
+ "created_at": "1786101727Z",
5085
+ "last_accessed": "1786101727Z",
5086
+ "access_count": 0,
5087
+ "token_estimate": 19,
5088
+ "source": "manual",
5089
+ "session_id": null
5090
+ },
5091
+ {
5092
+ "id": 336,
5093
+ "memory_type": "semantic",
5094
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5095
+ "tags": [
5096
+ "project-idiom",
5097
+ "auto-learned"
5098
+ ],
5099
+ "created_at": "1786101727Z",
5100
+ "last_accessed": "1786101727Z",
5101
+ "access_count": 0,
5102
+ "token_estimate": 20,
5103
+ "source": "manual",
5104
+ "session_id": null
5105
+ },
5106
+ {
5107
+ "id": 337,
5108
+ "memory_type": "semantic",
5109
+ "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.",
5110
+ "tags": [
5111
+ "project-idiom",
5112
+ "auto-learned"
5113
+ ],
5114
+ "created_at": "1786101727Z",
5115
+ "last_accessed": "1786101727Z",
5116
+ "access_count": 0,
5117
+ "token_estimate": 54,
5118
+ "source": "manual",
5119
+ "session_id": null
5120
+ },
5121
+ {
5122
+ "id": 338,
5123
+ "memory_type": "procedural",
5124
+ "content": "Run `npm run build:rust` to build the project",
5125
+ "tags": [
5126
+ "build-script",
5127
+ "build",
5128
+ "auto-learned"
5129
+ ],
5130
+ "created_at": "1786101727Z",
5131
+ "last_accessed": "1786101727Z",
5132
+ "access_count": 0,
5133
+ "token_estimate": 12,
5134
+ "source": "manual",
5135
+ "session_id": null
5136
+ },
5137
+ {
5138
+ "id": 339,
5139
+ "memory_type": "procedural",
5140
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
5141
+ "tags": [
5142
+ "build-script",
5143
+ "test",
5144
+ "auto-learned"
5145
+ ],
5146
+ "created_at": "1786101727Z",
5147
+ "last_accessed": "1786101727Z",
5148
+ "access_count": 0,
5149
+ "token_estimate": 21,
5150
+ "source": "manual",
5151
+ "session_id": null
5152
+ },
5153
+ {
5154
+ "id": 340,
5155
+ "memory_type": "semantic",
5156
+ "content": ".agent/scripts/skill_evolution.js",
5157
+ "tags": [
5158
+ "project-idiom",
5159
+ "auto-learned"
5160
+ ],
5161
+ "created_at": "1786101799Z",
5162
+ "last_accessed": "1786101799Z",
5163
+ "access_count": 0,
5164
+ "token_estimate": 9,
5165
+ "source": "manual",
5166
+ "session_id": null
5167
+ },
5168
+ {
5169
+ "id": 341,
5170
+ "memory_type": "semantic",
5171
+ "content": ".agent/scripts/verify_all.js",
5172
+ "tags": [
5173
+ "project-idiom",
5174
+ "auto-learned"
5175
+ ],
5176
+ "created_at": "1786101799Z",
5177
+ "last_accessed": "1786101799Z",
5178
+ "access_count": 0,
5179
+ "token_estimate": 7,
5180
+ "source": "manual",
5181
+ "session_id": null
5182
+ },
5183
+ {
5184
+ "id": 342,
5185
+ "memory_type": "semantic",
5186
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
5187
+ "tags": [
5188
+ "project-idiom",
5189
+ "auto-learned"
5190
+ ],
5191
+ "created_at": "1786101799Z",
5192
+ "last_accessed": "1786101799Z",
5193
+ "access_count": 0,
5194
+ "token_estimate": 32,
5195
+ "source": "manual",
5196
+ "session_id": null
5197
+ },
5198
+ {
5199
+ "id": 343,
5200
+ "memory_type": "semantic",
5201
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
5202
+ "tags": [
5203
+ "project-idiom",
5204
+ "auto-learned"
5205
+ ],
5206
+ "created_at": "1786101799Z",
5207
+ "last_accessed": "1786101799Z",
5208
+ "access_count": 0,
5209
+ "token_estimate": 34,
5210
+ "source": "manual",
5211
+ "session_id": null
5212
+ },
5213
+ {
5214
+ "id": 344,
5215
+ "memory_type": "semantic",
5216
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5217
+ "tags": [
5218
+ "project-idiom",
5219
+ "auto-learned"
5220
+ ],
5221
+ "created_at": "1786101799Z",
5222
+ "last_accessed": "1786101799Z",
5223
+ "access_count": 0,
5224
+ "token_estimate": 20,
5225
+ "source": "manual",
5226
+ "session_id": null
5227
+ },
5228
+ {
5229
+ "id": 345,
5230
+ "memory_type": "semantic",
5231
+ "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.",
5232
+ "tags": [
5233
+ "project-idiom",
5234
+ "auto-learned"
5235
+ ],
5236
+ "created_at": "1786101799Z",
5237
+ "last_accessed": "1786101799Z",
5238
+ "access_count": 0,
5239
+ "token_estimate": 54,
5240
+ "source": "manual",
5241
+ "session_id": null
5242
+ },
5243
+ {
5244
+ "id": 346,
5245
+ "memory_type": "semantic",
5246
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
5247
+ "tags": [
5248
+ "project-idiom",
5249
+ "auto-learned"
5250
+ ],
5251
+ "created_at": "1786101799Z",
5252
+ "last_accessed": "1786101799Z",
5253
+ "access_count": 0,
5254
+ "token_estimate": 17,
5255
+ "source": "manual",
5256
+ "session_id": null
5257
+ },
5258
+ {
5259
+ "id": 347,
5260
+ "memory_type": "semantic",
5261
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
5262
+ "tags": [
5263
+ "project-idiom",
5264
+ "auto-learned"
5265
+ ],
5266
+ "created_at": "1786101799Z",
5267
+ "last_accessed": "1786101799Z",
5268
+ "access_count": 0,
5269
+ "token_estimate": 19,
5270
+ "source": "manual",
5271
+ "session_id": null
5272
+ },
5273
+ {
5274
+ "id": 348,
5275
+ "memory_type": "semantic",
5276
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5277
+ "tags": [
5278
+ "project-idiom",
5279
+ "auto-learned"
5280
+ ],
5281
+ "created_at": "1786101799Z",
5282
+ "last_accessed": "1786101799Z",
5283
+ "access_count": 0,
5284
+ "token_estimate": 20,
5285
+ "source": "manual",
5286
+ "session_id": null
5287
+ },
5288
+ {
5289
+ "id": 349,
5290
+ "memory_type": "semantic",
5291
+ "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.",
5292
+ "tags": [
5293
+ "project-idiom",
5294
+ "auto-learned"
5295
+ ],
5296
+ "created_at": "1786101799Z",
5297
+ "last_accessed": "1786101799Z",
5298
+ "access_count": 0,
5299
+ "token_estimate": 54,
5300
+ "source": "manual",
5301
+ "session_id": null
5302
+ },
5303
+ {
5304
+ "id": 350,
5305
+ "memory_type": "procedural",
5306
+ "content": "Run `npm run build:rust` to build the project",
5307
+ "tags": [
5308
+ "build-script",
5309
+ "build",
5310
+ "auto-learned"
5311
+ ],
5312
+ "created_at": "1786101799Z",
5313
+ "last_accessed": "1786101799Z",
5314
+ "access_count": 0,
5315
+ "token_estimate": 12,
5316
+ "source": "manual",
5317
+ "session_id": null
5318
+ },
5319
+ {
5320
+ "id": 351,
5321
+ "memory_type": "procedural",
5322
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
5323
+ "tags": [
5324
+ "build-script",
5325
+ "test",
5326
+ "auto-learned"
5327
+ ],
5328
+ "created_at": "1786101799Z",
5329
+ "last_accessed": "1786101799Z",
5330
+ "access_count": 0,
5331
+ "token_estimate": 21,
5332
+ "source": "manual",
5333
+ "session_id": null
5334
+ },
5335
+ {
5336
+ "id": 352,
5337
+ "memory_type": "semantic",
5338
+ "content": ".agent/scripts/skill_evolution.js",
5339
+ "tags": [
5340
+ "project-idiom",
5341
+ "auto-learned"
5342
+ ],
5343
+ "created_at": "1786101825Z",
5344
+ "last_accessed": "1786101825Z",
5345
+ "access_count": 0,
5346
+ "token_estimate": 9,
5347
+ "source": "manual",
5348
+ "session_id": null
5349
+ },
5350
+ {
5351
+ "id": 353,
5352
+ "memory_type": "semantic",
5353
+ "content": ".agent/scripts/verify_all.js",
5354
+ "tags": [
5355
+ "project-idiom",
5356
+ "auto-learned"
5357
+ ],
5358
+ "created_at": "1786101825Z",
5359
+ "last_accessed": "1786101825Z",
5360
+ "access_count": 0,
5361
+ "token_estimate": 7,
5362
+ "source": "manual",
5363
+ "session_id": null
5364
+ },
5365
+ {
5366
+ "id": 354,
5367
+ "memory_type": "semantic",
5368
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
5369
+ "tags": [
5370
+ "project-idiom",
5371
+ "auto-learned"
5372
+ ],
5373
+ "created_at": "1786101825Z",
5374
+ "last_accessed": "1786101825Z",
5375
+ "access_count": 0,
5376
+ "token_estimate": 32,
5377
+ "source": "manual",
5378
+ "session_id": null
5379
+ },
5380
+ {
5381
+ "id": 355,
5382
+ "memory_type": "semantic",
5383
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
5384
+ "tags": [
5385
+ "project-idiom",
5386
+ "auto-learned"
5387
+ ],
5388
+ "created_at": "1786101825Z",
5389
+ "last_accessed": "1786101825Z",
5390
+ "access_count": 0,
5391
+ "token_estimate": 34,
5392
+ "source": "manual",
5393
+ "session_id": null
5394
+ },
5395
+ {
5396
+ "id": 356,
5397
+ "memory_type": "semantic",
5398
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5399
+ "tags": [
5400
+ "project-idiom",
5401
+ "auto-learned"
5402
+ ],
5403
+ "created_at": "1786101825Z",
5404
+ "last_accessed": "1786101825Z",
5405
+ "access_count": 0,
5406
+ "token_estimate": 20,
5407
+ "source": "manual",
5408
+ "session_id": null
5409
+ },
5410
+ {
5411
+ "id": 357,
5412
+ "memory_type": "semantic",
5413
+ "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.",
5414
+ "tags": [
5415
+ "project-idiom",
5416
+ "auto-learned"
5417
+ ],
5418
+ "created_at": "1786101825Z",
5419
+ "last_accessed": "1786101825Z",
5420
+ "access_count": 0,
5421
+ "token_estimate": 54,
5422
+ "source": "manual",
5423
+ "session_id": null
5424
+ },
5425
+ {
5426
+ "id": 358,
5427
+ "memory_type": "semantic",
5428
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
5429
+ "tags": [
5430
+ "project-idiom",
5431
+ "auto-learned"
5432
+ ],
5433
+ "created_at": "1786101825Z",
5434
+ "last_accessed": "1786101825Z",
5435
+ "access_count": 0,
5436
+ "token_estimate": 17,
5437
+ "source": "manual",
5438
+ "session_id": null
5439
+ },
5440
+ {
5441
+ "id": 359,
5442
+ "memory_type": "semantic",
5443
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
5444
+ "tags": [
5445
+ "project-idiom",
5446
+ "auto-learned"
5447
+ ],
5448
+ "created_at": "1786101825Z",
5449
+ "last_accessed": "1786101825Z",
5450
+ "access_count": 0,
5451
+ "token_estimate": 19,
5452
+ "source": "manual",
5453
+ "session_id": null
5454
+ },
5455
+ {
5456
+ "id": 360,
5457
+ "memory_type": "semantic",
5458
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5459
+ "tags": [
5460
+ "project-idiom",
5461
+ "auto-learned"
5462
+ ],
5463
+ "created_at": "1786101825Z",
5464
+ "last_accessed": "1786101825Z",
5465
+ "access_count": 0,
5466
+ "token_estimate": 20,
5467
+ "source": "manual",
5468
+ "session_id": null
5469
+ },
5470
+ {
5471
+ "id": 361,
5472
+ "memory_type": "semantic",
5473
+ "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.",
5474
+ "tags": [
5475
+ "project-idiom",
5476
+ "auto-learned"
5477
+ ],
5478
+ "created_at": "1786101825Z",
5479
+ "last_accessed": "1786101825Z",
5480
+ "access_count": 0,
5481
+ "token_estimate": 54,
5482
+ "source": "manual",
5483
+ "session_id": null
5484
+ },
5485
+ {
5486
+ "id": 362,
5487
+ "memory_type": "procedural",
5488
+ "content": "Run `npm run build:rust` to build the project",
5489
+ "tags": [
5490
+ "build-script",
5491
+ "build",
5492
+ "auto-learned"
5493
+ ],
5494
+ "created_at": "1786101825Z",
5495
+ "last_accessed": "1786101825Z",
5496
+ "access_count": 0,
5497
+ "token_estimate": 12,
5498
+ "source": "manual",
5499
+ "session_id": null
5500
+ },
5501
+ {
5502
+ "id": 363,
5503
+ "memory_type": "procedural",
5504
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
5505
+ "tags": [
5506
+ "build-script",
5507
+ "test",
5508
+ "auto-learned"
5509
+ ],
5510
+ "created_at": "1786101826Z",
5511
+ "last_accessed": "1786101826Z",
5512
+ "access_count": 0,
5513
+ "token_estimate": 21,
5514
+ "source": "manual",
5515
+ "session_id": null
5516
+ },
5517
+ {
5518
+ "id": 364,
5519
+ "memory_type": "semantic",
5520
+ "content": ".agent/scripts/skill_evolution.js",
5521
+ "tags": [
5522
+ "project-idiom",
5523
+ "auto-learned"
5524
+ ],
5525
+ "created_at": "1786101950Z",
5526
+ "last_accessed": "1786101950Z",
5527
+ "access_count": 0,
5528
+ "token_estimate": 9,
5529
+ "source": "manual",
5530
+ "session_id": null
5531
+ },
5532
+ {
5533
+ "id": 365,
5534
+ "memory_type": "semantic",
5535
+ "content": ".agent/scripts/verify_all.js",
5536
+ "tags": [
5537
+ "project-idiom",
5538
+ "auto-learned"
5539
+ ],
5540
+ "created_at": "1786101950Z",
5541
+ "last_accessed": "1786101950Z",
5542
+ "access_count": 0,
5543
+ "token_estimate": 7,
5544
+ "source": "manual",
5545
+ "session_id": null
5546
+ },
5547
+ {
5548
+ "id": 366,
5549
+ "memory_type": "semantic",
5550
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
5551
+ "tags": [
5552
+ "project-idiom",
5553
+ "auto-learned"
5554
+ ],
5555
+ "created_at": "1786101950Z",
5556
+ "last_accessed": "1786101950Z",
5557
+ "access_count": 0,
5558
+ "token_estimate": 32,
5559
+ "source": "manual",
5560
+ "session_id": null
5561
+ },
5562
+ {
5563
+ "id": 367,
5564
+ "memory_type": "semantic",
5565
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
5566
+ "tags": [
5567
+ "project-idiom",
5568
+ "auto-learned"
5569
+ ],
5570
+ "created_at": "1786101950Z",
5571
+ "last_accessed": "1786101950Z",
5572
+ "access_count": 0,
5573
+ "token_estimate": 34,
5574
+ "source": "manual",
5575
+ "session_id": null
5576
+ },
5577
+ {
5578
+ "id": 368,
5579
+ "memory_type": "semantic",
5580
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5581
+ "tags": [
5582
+ "project-idiom",
5583
+ "auto-learned"
5584
+ ],
5585
+ "created_at": "1786101950Z",
5586
+ "last_accessed": "1786101950Z",
5587
+ "access_count": 0,
5588
+ "token_estimate": 20,
5589
+ "source": "manual",
5590
+ "session_id": null
5591
+ },
5592
+ {
5593
+ "id": 369,
5594
+ "memory_type": "semantic",
5595
+ "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.",
5596
+ "tags": [
5597
+ "project-idiom",
5598
+ "auto-learned"
5599
+ ],
5600
+ "created_at": "1786101950Z",
5601
+ "last_accessed": "1786101950Z",
5602
+ "access_count": 0,
5603
+ "token_estimate": 54,
5604
+ "source": "manual",
5605
+ "session_id": null
5606
+ },
5607
+ {
5608
+ "id": 370,
5609
+ "memory_type": "semantic",
5610
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
5611
+ "tags": [
5612
+ "project-idiom",
5613
+ "auto-learned"
5614
+ ],
5615
+ "created_at": "1786101950Z",
5616
+ "last_accessed": "1786101950Z",
5617
+ "access_count": 0,
5618
+ "token_estimate": 17,
5619
+ "source": "manual",
5620
+ "session_id": null
5621
+ },
5622
+ {
5623
+ "id": 371,
5624
+ "memory_type": "semantic",
5625
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
5626
+ "tags": [
5627
+ "project-idiom",
5628
+ "auto-learned"
5629
+ ],
5630
+ "created_at": "1786101950Z",
5631
+ "last_accessed": "1786101950Z",
5632
+ "access_count": 0,
5633
+ "token_estimate": 19,
5634
+ "source": "manual",
5635
+ "session_id": null
5636
+ },
5637
+ {
5638
+ "id": 372,
5639
+ "memory_type": "semantic",
5640
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5641
+ "tags": [
5642
+ "project-idiom",
5643
+ "auto-learned"
5644
+ ],
5645
+ "created_at": "1786101950Z",
5646
+ "last_accessed": "1786101950Z",
5647
+ "access_count": 0,
5648
+ "token_estimate": 20,
5649
+ "source": "manual",
5650
+ "session_id": null
5651
+ },
5652
+ {
5653
+ "id": 373,
5654
+ "memory_type": "semantic",
5655
+ "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.",
5656
+ "tags": [
5657
+ "project-idiom",
5658
+ "auto-learned"
5659
+ ],
5660
+ "created_at": "1786101950Z",
5661
+ "last_accessed": "1786101950Z",
5662
+ "access_count": 0,
5663
+ "token_estimate": 54,
5664
+ "source": "manual",
5665
+ "session_id": null
5666
+ },
5667
+ {
5668
+ "id": 374,
5669
+ "memory_type": "procedural",
5670
+ "content": "Run `npm run build:rust` to build the project",
5671
+ "tags": [
5672
+ "build-script",
5673
+ "build",
5674
+ "auto-learned"
5675
+ ],
5676
+ "created_at": "1786101950Z",
5677
+ "last_accessed": "1786101950Z",
5678
+ "access_count": 0,
5679
+ "token_estimate": 12,
5680
+ "source": "manual",
5681
+ "session_id": null
5682
+ },
5683
+ {
5684
+ "id": 375,
5685
+ "memory_type": "procedural",
5686
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
5687
+ "tags": [
5688
+ "build-script",
5689
+ "test",
5690
+ "auto-learned"
5691
+ ],
5692
+ "created_at": "1786101950Z",
5693
+ "last_accessed": "1786101950Z",
5694
+ "access_count": 0,
5695
+ "token_estimate": 21,
5696
+ "source": "manual",
5697
+ "session_id": null
5698
+ },
5699
+ {
5700
+ "id": 376,
5701
+ "memory_type": "semantic",
5702
+ "content": ".agent/scripts/skill_evolution.js",
5703
+ "tags": [
5704
+ "project-idiom",
5705
+ "auto-learned"
5706
+ ],
5707
+ "created_at": "1786102236Z",
5708
+ "last_accessed": "1786102236Z",
5709
+ "access_count": 0,
5710
+ "token_estimate": 9,
5711
+ "source": "manual",
5712
+ "session_id": null
5713
+ },
5714
+ {
5715
+ "id": 377,
5716
+ "memory_type": "semantic",
5717
+ "content": ".agent/scripts/verify_all.js",
5718
+ "tags": [
5719
+ "project-idiom",
5720
+ "auto-learned"
5721
+ ],
5722
+ "created_at": "1786102236Z",
5723
+ "last_accessed": "1786102236Z",
5724
+ "access_count": 0,
5725
+ "token_estimate": 7,
5726
+ "source": "manual",
5727
+ "session_id": null
5728
+ },
5729
+ {
5730
+ "id": 378,
5731
+ "memory_type": "semantic",
5732
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
5733
+ "tags": [
5734
+ "project-idiom",
5735
+ "auto-learned"
5736
+ ],
5737
+ "created_at": "1786102236Z",
5738
+ "last_accessed": "1786102236Z",
5739
+ "access_count": 0,
5740
+ "token_estimate": 32,
5741
+ "source": "manual",
5742
+ "session_id": null
5743
+ },
5744
+ {
5745
+ "id": 379,
5746
+ "memory_type": "semantic",
5747
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
5748
+ "tags": [
5749
+ "project-idiom",
5750
+ "auto-learned"
5751
+ ],
5752
+ "created_at": "1786102236Z",
5753
+ "last_accessed": "1786102236Z",
5754
+ "access_count": 0,
5755
+ "token_estimate": 34,
5756
+ "source": "manual",
5757
+ "session_id": null
5758
+ },
5759
+ {
5760
+ "id": 380,
5761
+ "memory_type": "semantic",
5762
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5763
+ "tags": [
5764
+ "project-idiom",
5765
+ "auto-learned"
5766
+ ],
5767
+ "created_at": "1786102236Z",
5768
+ "last_accessed": "1786102236Z",
5769
+ "access_count": 0,
5770
+ "token_estimate": 20,
5771
+ "source": "manual",
5772
+ "session_id": null
5773
+ },
5774
+ {
5775
+ "id": 381,
5776
+ "memory_type": "semantic",
5777
+ "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.",
5778
+ "tags": [
5779
+ "project-idiom",
5780
+ "auto-learned"
5781
+ ],
5782
+ "created_at": "1786102236Z",
5783
+ "last_accessed": "1786102236Z",
5784
+ "access_count": 0,
5785
+ "token_estimate": 54,
5786
+ "source": "manual",
5787
+ "session_id": null
5788
+ },
5789
+ {
5790
+ "id": 382,
5791
+ "memory_type": "semantic",
5792
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
5793
+ "tags": [
5794
+ "project-idiom",
5795
+ "auto-learned"
5796
+ ],
5797
+ "created_at": "1786102236Z",
5798
+ "last_accessed": "1786102236Z",
5799
+ "access_count": 0,
5800
+ "token_estimate": 17,
5801
+ "source": "manual",
5802
+ "session_id": null
5803
+ },
5804
+ {
5805
+ "id": 383,
5806
+ "memory_type": "semantic",
5807
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
5808
+ "tags": [
5809
+ "project-idiom",
5810
+ "auto-learned"
5811
+ ],
5812
+ "created_at": "1786102236Z",
5813
+ "last_accessed": "1786102236Z",
5814
+ "access_count": 0,
5815
+ "token_estimate": 19,
5816
+ "source": "manual",
5817
+ "session_id": null
5818
+ },
5819
+ {
5820
+ "id": 384,
5821
+ "memory_type": "semantic",
5822
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5823
+ "tags": [
5824
+ "project-idiom",
5825
+ "auto-learned"
5826
+ ],
5827
+ "created_at": "1786102236Z",
5828
+ "last_accessed": "1786102236Z",
5829
+ "access_count": 0,
5830
+ "token_estimate": 20,
5831
+ "source": "manual",
5832
+ "session_id": null
5833
+ },
5834
+ {
5835
+ "id": 385,
5836
+ "memory_type": "semantic",
5837
+ "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.",
5838
+ "tags": [
5839
+ "project-idiom",
5840
+ "auto-learned"
5841
+ ],
5842
+ "created_at": "1786102236Z",
5843
+ "last_accessed": "1786102236Z",
5844
+ "access_count": 0,
5845
+ "token_estimate": 54,
5846
+ "source": "manual",
5847
+ "session_id": null
5848
+ },
5849
+ {
5850
+ "id": 386,
5851
+ "memory_type": "procedural",
5852
+ "content": "Run `npm run build:rust` to build the project",
5853
+ "tags": [
5854
+ "build-script",
5855
+ "build",
5856
+ "auto-learned"
5857
+ ],
5858
+ "created_at": "1786102236Z",
5859
+ "last_accessed": "1786102236Z",
5860
+ "access_count": 0,
5861
+ "token_estimate": 12,
5862
+ "source": "manual",
5863
+ "session_id": null
5864
+ },
5865
+ {
5866
+ "id": 387,
5867
+ "memory_type": "procedural",
5868
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
5869
+ "tags": [
5870
+ "build-script",
5871
+ "test",
5872
+ "auto-learned"
5873
+ ],
5874
+ "created_at": "1786102236Z",
5875
+ "last_accessed": "1786102236Z",
5876
+ "access_count": 0,
5877
+ "token_estimate": 21,
5878
+ "source": "manual",
5879
+ "session_id": null
5880
+ },
5881
+ {
5882
+ "id": 388,
5883
+ "memory_type": "semantic",
5884
+ "content": ".agent/scripts/skill_evolution.js",
5885
+ "tags": [
5886
+ "project-idiom",
5887
+ "auto-learned"
5888
+ ],
5889
+ "created_at": "1786102579Z",
5890
+ "last_accessed": "1786102579Z",
5891
+ "access_count": 0,
5892
+ "token_estimate": 9,
5893
+ "source": "manual",
5894
+ "session_id": null
5895
+ },
5896
+ {
5897
+ "id": 389,
5898
+ "memory_type": "semantic",
5899
+ "content": ".agent/scripts/verify_all.js",
5900
+ "tags": [
5901
+ "project-idiom",
5902
+ "auto-learned"
5903
+ ],
5904
+ "created_at": "1786102579Z",
5905
+ "last_accessed": "1786102579Z",
5906
+ "access_count": 0,
5907
+ "token_estimate": 7,
5908
+ "source": "manual",
5909
+ "session_id": null
5910
+ },
5911
+ {
5912
+ "id": 390,
5913
+ "memory_type": "semantic",
5914
+ "content": "❌ Overriding project idioms without explicit justification -> ✅ Idioms represent team decisions; flag deviations with reasoning",
5915
+ "tags": [
5916
+ "project-idiom",
5917
+ "auto-learned"
5918
+ ],
5919
+ "created_at": "1786102579Z",
5920
+ "last_accessed": "1786102579Z",
5921
+ "access_count": 0,
5922
+ "token_estimate": 32,
5923
+ "source": "manual",
5924
+ "session_id": null
5925
+ },
5926
+ {
5927
+ "id": 391,
5928
+ "memory_type": "semantic",
5929
+ "content": "❌ Applying idioms from one project to a different project -> ✅ Idioms are project-specific; verify they apply to the current codebase",
5930
+ "tags": [
5931
+ "project-idiom",
5932
+ "auto-learned"
5933
+ ],
5934
+ "created_at": "1786102579Z",
5935
+ "last_accessed": "1786102579Z",
5936
+ "access_count": 0,
5937
+ "token_estimate": 34,
5938
+ "source": "manual",
5939
+ "session_id": null
5940
+ },
5941
+ {
5942
+ "id": 392,
5943
+ "memory_type": "semantic",
5944
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
5945
+ "tags": [
5946
+ "project-idiom",
5947
+ "auto-learned"
5948
+ ],
5949
+ "created_at": "1786102579Z",
5950
+ "last_accessed": "1786102579Z",
5951
+ "access_count": 0,
5952
+ "token_estimate": 20,
5953
+ "source": "manual",
5954
+ "session_id": null
5955
+ },
5956
+ {
5957
+ "id": 393,
5958
+ "memory_type": "semantic",
5959
+ "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.",
5960
+ "tags": [
5961
+ "project-idiom",
5962
+ "auto-learned"
5963
+ ],
5964
+ "created_at": "1786102579Z",
5965
+ "last_accessed": "1786102579Z",
5966
+ "access_count": 0,
5967
+ "token_estimate": 54,
5968
+ "source": "manual",
5969
+ "session_id": null
5970
+ },
5971
+ {
5972
+ "id": 394,
5973
+ "memory_type": "semantic",
5974
+ "content": "[ ] Have I reviewed the user's specific constraints and requests?",
5975
+ "tags": [
5976
+ "project-idiom",
5977
+ "auto-learned"
5978
+ ],
5979
+ "created_at": "1786102579Z",
5980
+ "last_accessed": "1786102579Z",
5981
+ "access_count": 0,
5982
+ "token_estimate": 17,
5983
+ "source": "manual",
5984
+ "session_id": null
5985
+ },
5986
+ {
5987
+ "id": 395,
5988
+ "memory_type": "semantic",
5989
+ "content": "[ ] Have I checked the environment for relevant existing implementations?",
5990
+ "tags": [
5991
+ "project-idiom",
5992
+ "auto-learned"
5993
+ ],
5994
+ "created_at": "1786102579Z",
5995
+ "last_accessed": "1786102579Z",
5996
+ "access_count": 0,
5997
+ "token_estimate": 19,
5998
+ "source": "manual",
5999
+ "session_id": null
6000
+ },
6001
+ {
6002
+ "id": 396,
6003
+ "memory_type": "semantic",
6004
+ "content": "❌ **Forbidden:** Declaring a task complete because the output \"looks correct.\"",
6005
+ "tags": [
6006
+ "project-idiom",
6007
+ "auto-learned"
6008
+ ],
6009
+ "created_at": "1786102579Z",
6010
+ "last_accessed": "1786102579Z",
6011
+ "access_count": 0,
6012
+ "token_estimate": 20,
6013
+ "source": "manual",
6014
+ "session_id": null
6015
+ },
6016
+ {
6017
+ "id": 397,
6018
+ "memory_type": "semantic",
6019
+ "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.",
6020
+ "tags": [
6021
+ "project-idiom",
6022
+ "auto-learned"
6023
+ ],
6024
+ "created_at": "1786102579Z",
6025
+ "last_accessed": "1786102579Z",
6026
+ "access_count": 0,
6027
+ "token_estimate": 54,
6028
+ "source": "manual",
6029
+ "session_id": null
6030
+ },
6031
+ {
6032
+ "id": 398,
6033
+ "memory_type": "procedural",
6034
+ "content": "Run `npm run build:rust` to build the project",
6035
+ "tags": [
6036
+ "build-script",
6037
+ "build",
6038
+ "auto-learned"
6039
+ ],
6040
+ "created_at": "1786102579Z",
6041
+ "last_accessed": "1786102579Z",
6042
+ "access_count": 0,
6043
+ "token_estimate": 12,
6044
+ "source": "manual",
6045
+ "session_id": null
6046
+ },
6047
+ {
6048
+ "id": 399,
6049
+ "memory_type": "procedural",
6050
+ "content": "Run `npm run validate-payload && jest --runInBand --coverage` to test the project",
6051
+ "tags": [
6052
+ "build-script",
6053
+ "test",
6054
+ "auto-learned"
6055
+ ],
6056
+ "created_at": "1786102579Z",
6057
+ "last_accessed": "1786102579Z",
6058
+ "access_count": 0,
6059
+ "token_estimate": 21,
6060
+ "source": "manual",
6061
+ "session_id": null
3362
6062
  }
3363
6063
  ],
3364
- "next_id": 222
6064
+ "next_id": 400
3365
6065
  }