mcp-efficiency-engine 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (360) hide show
  1. package/.github/CODEOWNERS +40 -0
  2. package/.github/GITHUB_MCP_INTEGRATION.md +366 -0
  3. package/.github/ISSUE_TEMPLATE/bug.md +51 -0
  4. package/.github/ISSUE_TEMPLATE/feature_request.md +45 -0
  5. package/.github/ISSUE_TEMPLATE/question.md +18 -0
  6. package/.github/agents/backend.agent.md +18 -0
  7. package/.github/agents/community-manager.agent.md +18 -0
  8. package/.github/agents/dba.agent.md +18 -0
  9. package/.github/agents/frontend-agent.agent.md +18 -0
  10. package/.github/agents/github-repository-manager.agent.md +338 -0
  11. package/.github/agents/iot.agent.md +20 -0
  12. package/.github/agents/legacy.agent.md +18 -0
  13. package/.github/agents/rag-azure.agent.md +18 -0
  14. package/.github/agents/rag-local.agent.md +18 -0
  15. package/.github/agents/snapshot.agent.md +18 -0
  16. package/.github/agents/ux-ui.agent.md +18 -0
  17. package/.github/agents/wiki-agent.agent.md +23 -0
  18. package/.github/copilot-instructions.md +44 -0
  19. package/.github/instructions/always-on-optimization.instructions.md +54 -0
  20. package/.github/prompts/auto-route.prompt.md +33 -0
  21. package/.github/prompts/azure-rag.query.prompt.md +19 -0
  22. package/.github/prompts/backend.fix-bug.prompt.md +13 -0
  23. package/.github/prompts/cavecrew.prompt.md +16 -0
  24. package/.github/prompts/caveman-commit.prompt.md +14 -0
  25. package/.github/prompts/caveman-compress.prompt.md +15 -0
  26. package/.github/prompts/caveman-debug.prompt.md +13 -0
  27. package/.github/prompts/caveman-help.prompt.md +11 -0
  28. package/.github/prompts/caveman-review.prompt.md +15 -0
  29. package/.github/prompts/caveman-stats.prompt.md +11 -0
  30. package/.github/prompts/caveman.prompt.md +11 -0
  31. package/.github/prompts/community.post.prompt.md +14 -0
  32. package/.github/prompts/dba.query-review.prompt.md +15 -0
  33. package/.github/prompts/dev.fix-bug.prompt.md +13 -0
  34. package/.github/prompts/frontend.code.prompt.md +13 -0
  35. package/.github/prompts/legacy.impact-analysis.prompt.md +14 -0
  36. package/.github/prompts/project.kickoff-analysis.prompt.md +51 -0
  37. package/.github/prompts/rag.knowledge-answer.prompt.md +13 -0
  38. package/.github/prompts/token-saver-review.prompt.md +14 -0
  39. package/.github/prompts/ux-ui.review.prompt.md +14 -0
  40. package/.github/pull_request_template.md +71 -0
  41. package/.github/skills/ahorro-tokens/SKILL.md +36 -0
  42. package/.github/skills/azure-rag-enterprise/SKILL.md +24 -0
  43. package/.github/skills/backend-coding/SKILL.md +24 -0
  44. package/.github/skills/cavecrew/SKILL.md +17 -0
  45. package/.github/skills/caveman/SKILL.md +25 -0
  46. package/.github/skills/caveman-commit/SKILL.md +15 -0
  47. package/.github/skills/caveman-compress/SKILL.md +14 -0
  48. package/.github/skills/caveman-help/SKILL.md +19 -0
  49. package/.github/skills/caveman-mode/SKILL.md +43 -0
  50. package/.github/skills/caveman-review/SKILL.md +16 -0
  51. package/.github/skills/caveman-stats/SKILL.md +13 -0
  52. package/.github/skills/community-content/SKILL.md +22 -0
  53. package/.github/skills/database-analysis/SKILL.md +23 -0
  54. package/.github/skills/dev-coding/SKILL.md +24 -0
  55. package/.github/skills/frontend-coding/SKILL.md +24 -0
  56. package/.github/skills/human-in-the-loop/SKILL.md +47 -0
  57. package/.github/skills/iot-architecture/SKILL.md +22 -0
  58. package/.github/skills/legacy-migration/SKILL.md +22 -0
  59. package/.github/skills/rag-knowledge/SKILL.md +21 -0
  60. package/.github/skills/token-saver/SKILL.md +36 -0
  61. package/.github/skills/ux-ui-governance/SKILL.md +24 -0
  62. package/.github/skills/wiki-tools.json +24 -0
  63. package/.github/workflows/auto-devlog.yml +56 -0
  64. package/.github/workflows/auto-manage-issues.yml +64 -0
  65. package/.github/workflows/auto-sync.yml +54 -0
  66. package/.github/workflows/autodocs-sync.yml +114 -0
  67. package/.github/workflows/ci.yml +68 -0
  68. package/.github/workflows/pages.yml +59 -0
  69. package/.github/workflows/routing-evals.yml +59 -0
  70. package/.github/workflows/techriders-coverage-effective.yml +91 -0
  71. package/.vscode/mcp.json +44 -0
  72. package/AGENTS.md +160 -0
  73. package/ARCHITECTURE.md +57 -0
  74. package/FINAL_USAGE_GUIDE.md +106 -0
  75. package/LICENSE +21 -0
  76. package/README.md +385 -0
  77. package/README_WIKI.md +130 -0
  78. package/autodocs/README.md +22 -0
  79. package/autodocs/schema/wiki-node.schema.json +56 -0
  80. package/autolearning/feedback-loop.md +90 -0
  81. package/bin/install-host.js +326 -0
  82. package/bin/mcpee.js +116 -0
  83. package/context/repomix/repomix.config.json +20 -0
  84. package/memory/cross-memory-reasoning.md +17 -0
  85. package/memory/mempry-registry.yml +16 -0
  86. package/observability/evals/chat-token-usage-report.json +64 -0
  87. package/observability/evals/chat-token-usage-report.md +33 -0
  88. package/observability/evals/iteration-value-report.json +76 -0
  89. package/observability/evals/iteration-value-report.md +39 -0
  90. package/observability/evals/learning-loop-report.json +268 -0
  91. package/observability/evals/learning-loop-report.md +37 -0
  92. package/observability/evals/repo-intake-eval-cases.md +23 -0
  93. package/observability/evals/routing-eval-cases.json +68 -0
  94. package/observability/evals/routing-eval-cases.md +25 -0
  95. package/observability/evals/routing-eval-report.json +72 -0
  96. package/observability/evaluation.md +34 -0
  97. package/observability/logs/copilot-usage-ingest-report.json +13 -0
  98. package/observability/logs/iteration-metrics.jsonl +75 -0
  99. package/observability/logs/learning-feedback.jsonl +152 -0
  100. package/observability/logs/routing-decisions.jsonl +333 -0
  101. package/observability/logs/session/agent-pipeline-preflight-20260701-004146.log +8 -0
  102. package/observability/logs/session/agent-pipeline-preflight-20260701-005554.log +8 -0
  103. package/observability/logs/session/agent-pipeline-preflight-20260701-010351.log +8 -0
  104. package/observability/logs/session/agent-pipeline-preflight-20260704-145829.log +8 -0
  105. package/observability/logs/session/agent-pipeline-preflight-20260704-150021.log +8 -0
  106. package/observability/logs/session/agent-pipeline-preflight-20260704-154328.log +8 -0
  107. package/observability/logs/session/bye-20260629-221513.json +39 -0
  108. package/observability/logs/session/bye-20260629-221545.json +59 -0
  109. package/observability/logs/session/bye-20260629-222007.json +52 -0
  110. package/observability/logs/session/bye-20260629-222133.json +59 -0
  111. package/observability/logs/session/bye-20260629-222412.json +45 -0
  112. package/observability/logs/session/bye-20260629-223224.json +52 -0
  113. package/observability/logs/session/bye-20260629-224050.json +59 -0
  114. package/observability/logs/session/bye-20260630-105732.json +24 -0
  115. package/observability/logs/session/bye-20260630-211536.json +87 -0
  116. package/observability/logs/session/bye-20260630-223423.json +87 -0
  117. package/observability/logs/session/bye-20260630-232534.json +87 -0
  118. package/observability/logs/session/bye-20260701-003638.json +126 -0
  119. package/observability/logs/session/bye-20260701-003849.json +126 -0
  120. package/observability/logs/session/bye-20260701-004315.json +138 -0
  121. package/observability/logs/session/bye-20260701-004559.json +76 -0
  122. package/observability/logs/session/bye-20260701-005913.json +138 -0
  123. package/observability/logs/session/bye-20260701-010753.json +138 -0
  124. package/observability/logs/session/bye-20260703-194106.json +24 -0
  125. package/observability/logs/session/bye-20260703-233443.json +76 -0
  126. package/observability/logs/session/bye-20260703-233653.json +76 -0
  127. package/observability/logs/session/bye-20260704-150317.json +152 -0
  128. package/observability/logs/session/bye-20260704-150929.json +75 -0
  129. package/observability/logs/session/bye-20260704-151050.json +75 -0
  130. package/observability/logs/session/bye-20260705-115458.json +165 -0
  131. package/observability/logs/session/codegraph-status-20260701-004228.log +39 -0
  132. package/observability/logs/session/codegraph-status-20260701-004310.log +39 -0
  133. package/observability/logs/session/codegraph-status-20260701-005637.log +39 -0
  134. package/observability/logs/session/codegraph-status-20260701-005908.log +39 -0
  135. package/observability/logs/session/codegraph-status-20260701-010444.log +39 -0
  136. package/observability/logs/session/codegraph-status-20260701-010747.log +39 -0
  137. package/observability/logs/session/codegraph-status-20260704-150137.log +26 -0
  138. package/observability/logs/session/codegraph-status-20260704-150313.log +28 -0
  139. package/observability/logs/session/codegraph-status-20260704-154445.log +26 -0
  140. package/observability/logs/session/codegraph-status-20260705-115454.log +27 -0
  141. package/observability/logs/session/codegraph-sync-20260701-004211.log +88 -0
  142. package/observability/logs/session/codegraph-sync-20260701-004241.log +82 -0
  143. package/observability/logs/session/codegraph-sync-20260701-005620.log +89 -0
  144. package/observability/logs/session/codegraph-sync-20260701-005840.log +88 -0
  145. package/observability/logs/session/codegraph-sync-20260701-010419.log +93 -0
  146. package/observability/logs/session/codegraph-sync-20260701-010609.log +90 -0
  147. package/observability/logs/session/codegraph-sync-20260704-145856.log +70 -0
  148. package/observability/logs/session/codegraph-sync-20260704-150047.log +53 -0
  149. package/observability/logs/session/codegraph-sync-20260704-150204.log +44 -0
  150. package/observability/logs/session/codegraph-sync-20260704-154353.log +26 -0
  151. package/observability/logs/session/codegraph-sync-20260705-115337.log +32 -0
  152. package/observability/logs/session/hi-20260629-221459.json +38 -0
  153. package/observability/logs/session/hi-20260629-221945.json +59 -0
  154. package/observability/logs/session/hi-20260629-222108.json +66 -0
  155. package/observability/logs/session/hi-20260629-222352.json +45 -0
  156. package/observability/logs/session/hi-20260629-225719.json +59 -0
  157. package/observability/logs/session/hi-20260629-233722.json +52 -0
  158. package/observability/logs/session/hi-20260629-233913.json +198 -0
  159. package/observability/logs/session/hi-20260630-110156.json +177 -0
  160. package/observability/logs/session/hi-20260630-191243.json +184 -0
  161. package/observability/logs/session/hi-20260630-230050.json +234 -0
  162. package/observability/logs/session/hi-20260630-230523.json +227 -0
  163. package/observability/logs/session/hi-20260630-230855.json +227 -0
  164. package/observability/logs/session/hi-20260630-231638.json +227 -0
  165. package/observability/logs/session/hi-20260630-231756.json +219 -0
  166. package/observability/logs/session/hi-20260701-002842.json +234 -0
  167. package/observability/logs/session/hi-20260701-003458.json +282 -0
  168. package/observability/logs/session/hi-20260701-004233.json +290 -0
  169. package/observability/logs/session/hi-20260701-004554.json +236 -0
  170. package/observability/logs/session/hi-20260701-005641.json +290 -0
  171. package/observability/logs/session/hi-20260701-010450.json +290 -0
  172. package/observability/logs/session/hi-20260703-233854.json +312 -0
  173. package/observability/logs/session/hi-20260703-234448.json +318 -0
  174. package/observability/logs/session/hi-20260704-145907.json +353 -0
  175. package/observability/logs/session/hi-20260704-150141.json +392 -0
  176. package/observability/logs/session/hi-20260704-154448.json +392 -0
  177. package/observability/logs/session/iteration-value-refresh-20260701-004309.log +3 -0
  178. package/observability/logs/session/iteration-value-refresh-20260701-005907.log +3 -0
  179. package/observability/logs/session/iteration-value-refresh-20260701-010747.log +3 -0
  180. package/observability/logs/session/iteration-value-refresh-20260704-150312.log +3 -0
  181. package/observability/logs/session/iteration-value-refresh-20260705-115453.log +3 -0
  182. package/observability/logs/session/learning-loop-refresh-20260701-004309.log +3 -0
  183. package/observability/logs/session/learning-loop-refresh-20260701-005906.log +3 -0
  184. package/observability/logs/session/learning-loop-refresh-20260701-010745.log +3 -0
  185. package/observability/logs/session/learning-loop-refresh-20260704-150309.log +3 -0
  186. package/observability/logs/session/learning-loop-refresh-20260705-115450.log +3 -0
  187. package/observability/logs/session/project-notes-refresh-20260701-004227.log +1 -0
  188. package/observability/logs/session/project-notes-refresh-20260701-004308.log +1 -0
  189. package/observability/logs/session/project-notes-refresh-20260701-005636.log +1 -0
  190. package/observability/logs/session/project-notes-refresh-20260701-005906.log +1 -0
  191. package/observability/logs/session/project-notes-refresh-20260701-010443.log +1 -0
  192. package/observability/logs/session/project-notes-refresh-20260701-010744.log +1 -0
  193. package/observability/logs/session/project-notes-refresh-20260704-150133.log +1 -0
  194. package/observability/logs/session/project-notes-refresh-20260704-150309.log +1 -0
  195. package/observability/logs/session/project-notes-refresh-20260704-154442.log +1 -0
  196. package/observability/logs/session/project-notes-refresh-20260705-115449.log +1 -0
  197. package/observability/logs/session/repo-intake-20260701-004218.log +6 -0
  198. package/observability/logs/session/repo-intake-20260701-005626.log +6 -0
  199. package/observability/logs/session/repo-intake-20260701-010433.log +6 -0
  200. package/observability/logs/session/repo-intake-20260704-150053.log +6 -0
  201. package/observability/logs/session/repo-intake-20260704-154404.log +6 -0
  202. package/observability/logs/session/repo-intake-refresh-20260701-004247.log +6 -0
  203. package/observability/logs/session/repo-intake-refresh-20260701-005847.log +6 -0
  204. package/observability/logs/session/repo-intake-refresh-20260701-010615.log +6 -0
  205. package/observability/logs/session/repo-intake-refresh-20260704-150209.log +6 -0
  206. package/observability/logs/session/repo-intake-refresh-20260705-115342.log +6 -0
  207. package/observability/logs/session/repo-registry-validation-20260701-004234.log +2 -0
  208. package/observability/logs/session/repo-registry-validation-20260701-004556.log +2 -0
  209. package/observability/logs/session/repo-registry-validation-20260701-005833.log +2 -0
  210. package/observability/logs/session/repo-registry-validation-20260701-010601.log +2 -0
  211. package/observability/logs/session/repo-registry-validation-20260704-150155.log +2 -0
  212. package/observability/logs/session/repo-registry-validation-20260705-115323.log +2 -0
  213. package/observability/logs/session/repomix-refresh-20260701-003823.log +4236 -0
  214. package/observability/logs/session/repomix-refresh-20260701-004251.log +4275 -0
  215. package/observability/logs/session/repomix-refresh-20260701-005850.log +4248 -0
  216. package/observability/logs/session/repomix-refresh-20260701-010619.log +6531 -0
  217. package/observability/logs/session/repomix-refresh-20260704-150239.log +652 -0
  218. package/observability/logs/session/repomix-refresh-20260705-115419.log +178 -0
  219. package/observability/logs/session/routing-evals-20260701-004221.log +2 -0
  220. package/observability/logs/session/routing-evals-20260701-004235.log +2 -0
  221. package/observability/logs/session/routing-evals-20260701-005629.log +2 -0
  222. package/observability/logs/session/routing-evals-20260701-005834.log +2 -0
  223. package/observability/logs/session/routing-evals-20260701-010437.log +2 -0
  224. package/observability/logs/session/routing-evals-20260701-010603.log +2 -0
  225. package/observability/logs/session/routing-evals-20260704-150125.log +2 -0
  226. package/observability/logs/session/routing-evals-20260704-150157.log +2 -0
  227. package/observability/logs/session/routing-evals-20260704-154434.log +2 -0
  228. package/observability/logs/session/routing-evals-20260705-115327.log +2 -0
  229. package/observability/logs/session/sibling-discovery-refresh-20260701-004250.log +3 -0
  230. package/observability/logs/session/sibling-discovery-refresh-20260701-005850.log +3 -0
  231. package/observability/logs/session/sibling-discovery-refresh-20260701-010618.log +3 -0
  232. package/observability/logs/session/sibling-discovery-refresh-20260704-150238.log +3 -0
  233. package/observability/logs/session/sibling-discovery-refresh-20260705-115418.log +3 -0
  234. package/observability/logs.schema.json +95 -0
  235. package/observability/logs.schema.md +26 -0
  236. package/observability/metrics.md +35 -0
  237. package/observability/routing-evaluator.md +37 -0
  238. package/observability/scoring-rubric.md +38 -0
  239. package/optimization/ALWAYS_ON_OPTIMIZATION.md +98 -0
  240. package/optimization/caveman-mode.md +62 -0
  241. package/optimization/examples/login-bug.md +25 -0
  242. package/optimization/examples/sla-query.md +25 -0
  243. package/optimization/optimization-routing.md +30 -0
  244. package/optimization/policies/response-style.policy.md +45 -0
  245. package/optimization/policies/token-budget.policy.md +28 -0
  246. package/optimization/profiles/always-on.profile.md +19 -0
  247. package/optimization/profiles/architecture.profile.md +20 -0
  248. package/optimization/profiles/debug.profile.md +20 -0
  249. package/optimization/profiles/enterprise-rag.profile.md +20 -0
  250. package/optimization/profiles/training.profile.md +20 -0
  251. package/optimization/token-saver.md +58 -0
  252. package/orchestrator/corporate-routing.md +51 -0
  253. package/orchestrator/decision-matrix.md +33 -0
  254. package/orchestrator/fallback.md +29 -0
  255. package/orchestrator/repo-routing.md +58 -0
  256. package/orchestrator/router.md +75 -0
  257. package/orchestrator/wiki/__init__.py +5 -0
  258. package/orchestrator/wiki/graph_consolidator.py +506 -0
  259. package/orchestrator/wiki/incremental_engine.py +57 -0
  260. package/orchestrator/wiki/plugin_manager.py +40 -0
  261. package/package.json +70 -0
  262. package/policies/context-policy.md +25 -0
  263. package/policies/cost-policy.md +25 -0
  264. package/policies/repo-intake-policy.md +36 -0
  265. package/policies/security-policy.md +25 -0
  266. package/repo-intake/README.md +81 -0
  267. package/repo-intake/templates/agent.template.md +4 -0
  268. package/repo-intake/templates/context-manifest.template.md +4 -0
  269. package/repo-intake/templates/skill.template.md +3 -0
  270. package/repo-registry/repos.schema.json +102 -0
  271. package/repo-registry/repos.template.json +26 -0
  272. package/requirements.txt +1 -0
  273. package/scripts/README.md +109 -0
  274. package/scripts/__init__.py +0 -0
  275. package/scripts/bootstrap-portable.cmd +4 -0
  276. package/scripts/bootstrap-portable.ps1 +90 -0
  277. package/scripts/context/azure-rag-mcp-adapter.py +1 -0
  278. package/scripts/context/build-graphify.ps1 +1 -0
  279. package/scripts/context/build-repomix.ps1 +1 -0
  280. package/scripts/discovery/discover-boost-repos.cmd +4 -0
  281. package/scripts/discovery/discover-boost-repos.py +186 -0
  282. package/scripts/discovery/refresh-project-notes.py +179 -0
  283. package/scripts/github/INSTALL.md +295 -0
  284. package/scripts/github/README.md +455 -0
  285. package/scripts/github/apply-boost-templates.ps1 +163 -0
  286. package/scripts/github/apply-single-repo.ps1 +85 -0
  287. package/scripts/github/create-devlog.ps1 +380 -0
  288. package/scripts/github/manage-issues.ps1 +332 -0
  289. package/scripts/github/sync-repo.ps1 +267 -0
  290. package/scripts/intake/agent-pipeline-preflight.py +151 -0
  291. package/scripts/intake/init-template-registry.cmd +4 -0
  292. package/scripts/intake/init-template-registry.ps1 +258 -0
  293. package/scripts/intake/repo-intake.py +354 -0
  294. package/scripts/intake/resolve-routing.py +620 -0
  295. package/scripts/intake/run-repo-intake.cmd +4 -0
  296. package/scripts/intake/run-repo-intake.ps1 +46 -0
  297. package/scripts/intake/run-routing-evals.py +147 -0
  298. package/scripts/intake/validate-database-routing.py +91 -0
  299. package/scripts/intake/validate-rag-routing.py +85 -0
  300. package/scripts/intake/validate-repo-registry.ps1 +20 -0
  301. package/scripts/intake/validate-repo-registry.py +286 -0
  302. package/scripts/intake/validate-security.py +170 -0
  303. package/scripts/learning/autolearning-gate.py +71 -0
  304. package/scripts/learning/chat-token-usage-report.py +326 -0
  305. package/scripts/learning/ingest-copilot-session-usage.py +421 -0
  306. package/scripts/learning/iteration-value-report.py +275 -0
  307. package/scripts/learning/learning-loop-report.py +272 -0
  308. package/scripts/learning/record-iteration-metrics.py +116 -0
  309. package/scripts/learning/record-learning-feedback.py +91 -0
  310. package/scripts/ops/bye.ps1 +620 -0
  311. package/scripts/ops/compare-demo-results.ps1 +826 -0
  312. package/scripts/ops/demo1.ps1 +11 -0
  313. package/scripts/ops/demo2.ps1 +11 -0
  314. package/scripts/ops/demo3.ps1 +11 -0
  315. package/scripts/ops/demo4.ps1 +11 -0
  316. package/scripts/ops/hi.ps1 +1045 -0
  317. package/scripts/ops/llm-token-probe.py +164 -0
  318. package/scripts/ops/run-all-demos.ps1 +39 -0
  319. package/scripts/ops/run-demo-block.ps1 +85 -0
  320. package/scripts/ops/run-demo-session.ps1 +532 -0
  321. package/scripts/setup/optimize-engines.ps1 +183 -0
  322. package/scripts/setup/setup-codegraph.ps1 +3 -0
  323. package/scripts/setup/setup-gitnexus.ps1 +3 -0
  324. package/scripts/setup/setup-graphify.ps1 +2 -0
  325. package/scripts/setup/setup-prerequisites.ps1 +205 -0
  326. package/scripts/setup/start-gitnexus.ps1 +71 -0
  327. package/scripts/setup/validate-context.ps1 +361 -0
  328. package/scripts/wiki/__init__.py +0 -0
  329. package/scripts/wiki/compiler_main.py +189 -0
  330. package/scripts/wiki/normalizer.py +206 -0
  331. package/scripts/wiki/providers/base_provider.py +25 -0
  332. package/scripts/wiki/providers/codegraph_provider.py +49 -0
  333. package/scripts/wiki/providers/graphify_provider.py +49 -0
  334. package/scripts/wiki/providers/repo_content_provider.py +408 -0
  335. package/scripts/wiki/query_autodocs.py +60 -0
  336. package/scripts/wiki/validator.py +183 -0
  337. package/scripts/wiki/wiki_compiler.py +5 -0
  338. package/specs/architecture.spec.md +32 -0
  339. package/specs/azure-rag.spec.md +28 -0
  340. package/specs/coding-standards.spec.md +24 -0
  341. package/specs/database.spec.md +29 -0
  342. package/specs/migration.spec.md +26 -0
  343. package/specs/observability.spec.md +24 -0
  344. package/specs/optimization.spec.md +31 -0
  345. package/specs/rag.spec.md +30 -0
  346. package/specs/repo-intake.spec.md +25 -0
  347. package/specs/routing.spec.md +24 -0
  348. package/specs/security.spec.md +30 -0
  349. package/specs/wiki/provider-contract.json +33 -0
  350. package/specs/wiki/unified-knowledge-graph.json +25 -0
  351. package/templates/BOOST_README_TEMPLATE.md +96 -0
  352. package/templates/CODEOWNERS_TEMPLATE.txt +29 -0
  353. package/templates/LICENSE_MIT_TEMPLATE.txt +21 -0
  354. package/templates/PERSONAL_README_TEMPLATE.md +90 -0
  355. package/templates/README_boost_RAG_Azure.md +46 -0
  356. package/templates/README_boost_azure_iot_edge.md +48 -0
  357. package/templates/README_boost_backend.md +47 -0
  358. package/templates/README_boost_dba.md +57 -0
  359. package/templates/ci.yml.template +73 -0
  360. package/tooling/tooling.manifest.json +72 -0
@@ -0,0 +1,75 @@
1
+ {"timestamp": "2026-06-29T20:40:24.895024+00:00", "event_id": "02907f94-23d2-4d83-810a-d56e755a244b", "model": "GPT-5.3-Codex", "cost": {"input_tokens": 1200, "output_tokens": 450, "total_tokens": 1650, "estimated_cost_usd": 0.013}, "execution": {"local_tools": 3, "remote_tools": 0, "tool_mode": "local-only"}, "notes": "manual baseline"}
2
+ {"timestamp": "2026-06-29T20:44:01.266683+00:00", "event_id": "02907f94-23d2-4d83-810a-d56e755a244b", "model": "GPT-5.3-Codex", "cost": {"input_tokens": 900, "output_tokens": 300, "total_tokens": 1200, "estimated_cost_usd": 0.01}, "execution": {"local_tools": 2, "remote_tools": 0, "tool_mode": "local-only"}, "notes": "bootstrap from routing-evals"}
3
+ {"timestamp": "2026-06-29T20:44:02.527267+00:00", "event_id": "3c2f7324-d3b8-413f-8663-db7ce2998bef", "model": "GPT-5.3-Codex", "cost": {"input_tokens": 900, "output_tokens": 300, "total_tokens": 1200, "estimated_cost_usd": 0.01}, "execution": {"local_tools": 2, "remote_tools": 0, "tool_mode": "local-only"}, "notes": "bootstrap from routing-evals"}
4
+ {"timestamp": "2026-06-29T20:44:03.721210+00:00", "event_id": "f437f84d-17d4-4985-a41d-88d59a595991", "model": "GPT-5.3-Codex", "cost": {"input_tokens": 900, "output_tokens": 300, "total_tokens": 1200, "estimated_cost_usd": 0.01}, "execution": {"local_tools": 1, "remote_tools": 1, "tool_mode": "hybrid"}, "notes": "bootstrap from routing-evals"}
5
+ {"timestamp": "2026-06-29T20:44:05.021279+00:00", "event_id": "cd21ee31-96a3-4e59-bfb9-b10f6a069270", "model": "GPT-5.3-Codex", "cost": {"input_tokens": 900, "output_tokens": 300, "total_tokens": 1200, "estimated_cost_usd": 0.01}, "execution": {"local_tools": 1, "remote_tools": 1, "tool_mode": "hybrid"}, "notes": "bootstrap from routing-evals"}
6
+ {"timestamp": "2026-06-29T20:44:06.706418+00:00", "event_id": "e31da160-98d7-47a9-899b-44ffa69a7cd0", "model": "GPT-5.3-Codex", "cost": {"input_tokens": 900, "output_tokens": 300, "total_tokens": 1200, "estimated_cost_usd": 0.01}, "execution": {"local_tools": 1, "remote_tools": 0, "tool_mode": "local-only"}, "notes": "bootstrap from routing-evals"}
7
+ {"timestamp": "2026-07-03T17:07:07.742482+00:00", "event_id": "fc2df92f-b855-4d9a-8f11-66a34e53199f", "model": "GPT-5.3-Codex", "cost": {"input_tokens": 321, "output_tokens": 123, "total_tokens": 444, "estimated_cost_usd": 0.0042}, "execution": {"local_tools": 2, "remote_tools": 0, "tool_mode": "local-only"}, "notes": "auto-recorded by resolve-routing"}
8
+ {"timestamp": "2026-07-03T17:07:31.218374+00:00", "event_id": "b206b0d0-1868-4618-bcf7-3e378b25c268", "model": "GPT-5.3-Codex", "cost": {"input_tokens": 10, "output_tokens": 20, "total_tokens": 30, "estimated_cost_usd": 0.0}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "notes": "auto-recorded by resolve-routing"}
9
+ {"timestamp": "1783098009657", "event_id": "copilot-session::request_956112a0-eff7-4200-934b-f25414637d34", "model": "copilot/auto", "cost": {"input_tokens": 97752, "output_tokens": 3706, "total_tokens": 101458, "estimated_cost_usd": 0.0, "copilot_credits": 37.777383}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_956112a0-eff7-4200-934b-f25414637d34"}, "notes": "auto-ingested from VS Code Copilot session log"}
10
+ {"timestamp": "1783098361562", "event_id": "copilot-session::request_fed862bf-030c-4eb3-89ee-5629e2ce7158", "model": "copilot/auto", "cost": {"input_tokens": 110274, "output_tokens": 4568, "total_tokens": 114842, "estimated_cost_usd": 0.0, "copilot_credits": 33.871572}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_fed862bf-030c-4eb3-89ee-5629e2ce7158"}, "notes": "auto-ingested from VS Code Copilot session log"}
11
+ {"timestamp": "1783098586092", "event_id": "copilot-session::request_4c18679c-08a2-4231-8a02-8f491b8d9b39", "model": "copilot/auto", "cost": {"input_tokens": 141066, "output_tokens": 2826, "total_tokens": 143892, "estimated_cost_usd": 0.0, "copilot_credits": 41.948739}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_4c18679c-08a2-4231-8a02-8f491b8d9b39"}, "notes": "auto-ingested from VS Code Copilot session log"}
12
+ {"timestamp": "1783098774801", "event_id": "copilot-session::request_5746be4f-e85e-4fa3-943f-9dfe2962fe5e", "model": "copilot/auto", "cost": {"input_tokens": 145201, "output_tokens": 4134, "total_tokens": 149335, "estimated_cost_usd": 0.0, "copilot_credits": 27.430956}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_5746be4f-e85e-4fa3-943f-9dfe2962fe5e"}, "notes": "auto-ingested from VS Code Copilot session log"}
13
+ {"timestamp": "1783098967132", "event_id": "copilot-session::request_58a8117d-f255-4388-a4df-672399a8e6e5", "model": "copilot/auto", "cost": {"input_tokens": 205329, "output_tokens": 4390, "total_tokens": 209719, "estimated_cost_usd": 0.0, "copilot_credits": 54.364306}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_58a8117d-f255-4388-a4df-672399a8e6e5"}, "notes": "auto-ingested from VS Code Copilot session log"}
14
+ {"timestamp": "2026-07-03T17:19:59.043000+00:00", "event_id": "copilot-session::request_0df7318d-4cb3-47ad-bf8c-12ebc08f51db", "model": "copilot/auto", "cost": {"input_tokens": 58743, "output_tokens": 5499, "total_tokens": 64242, "estimated_cost_usd": 0.0, "copilot_credits": 18.713677}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_0df7318d-4cb3-47ad-bf8c-12ebc08f51db"}, "notes": "auto-ingested from VS Code Copilot session log"}
15
+ {"timestamp": "2026-07-03T17:23:02.707000+00:00", "event_id": "copilot-session::request_5f442f8a-81b2-4b45-9836-fb8190645246", "model": "copilot/auto", "cost": {"input_tokens": 71223, "output_tokens": 5312, "total_tokens": 76535, "estimated_cost_usd": 0.0, "copilot_credits": 28.250649}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_5f442f8a-81b2-4b45-9836-fb8190645246"}, "notes": "auto-ingested from VS Code Copilot session log"}
16
+ {"timestamp": "2026-07-03T17:27:44.581000+00:00", "event_id": "copilot-session::request_45eea14f-a1e8-45ed-969b-88a9d42d4895", "model": "copilot/auto", "cost": {"input_tokens": 91734, "output_tokens": 4662, "total_tokens": 96396, "estimated_cost_usd": 0.0, "copilot_credits": 24.951937}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_45eea14f-a1e8-45ed-969b-88a9d42d4895"}, "notes": "auto-ingested from VS Code Copilot session log"}
17
+ {"timestamp": "2026-07-03T17:32:04.669000+00:00", "event_id": "copilot-session::request_85115a01-6b9a-4d39-a31c-c73f41b5c75b", "model": "copilot/auto", "cost": {"input_tokens": 93781, "output_tokens": 1405, "total_tokens": 95186, "estimated_cost_usd": 0.0, "copilot_credits": 7.91847}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_85115a01-6b9a-4d39-a31c-c73f41b5c75b"}, "notes": "auto-ingested from VS Code Copilot session log"}
18
+ {"timestamp": "2026-07-03T17:33:34.784000+00:00", "event_id": "copilot-session::request_c1d0d829-edcc-40a2-aea2-507c09095fbb", "model": "copilot/auto", "cost": {"input_tokens": 95486, "output_tokens": 838, "total_tokens": 96324, "estimated_cost_usd": 0.0, "copilot_credits": 17.673327}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_c1d0d829-edcc-40a2-aea2-507c09095fbb"}, "notes": "auto-ingested from VS Code Copilot session log"}
19
+ {"timestamp": "2026-07-03T17:35:41.565000+00:00", "event_id": "copilot-session::request_63d2b971-040a-43ce-b739-6311bfcb32ed", "model": "copilot/auto", "cost": {"input_tokens": 102235, "output_tokens": 1931, "total_tokens": 104166, "estimated_cost_usd": 0.0, "copilot_credits": 11.158969}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_63d2b971-040a-43ce-b739-6311bfcb32ed"}, "notes": "auto-ingested from VS Code Copilot session log"}
20
+ {"timestamp": "2026-07-03T17:39:04.165000+00:00", "event_id": "copilot-session::request_1d35e6e6-a02e-42b7-872a-e7e8ed40a5cc", "model": "copilot/auto", "cost": {"input_tokens": 115103, "output_tokens": 2597, "total_tokens": 117700, "estimated_cost_usd": 0.0, "copilot_credits": 17.193897}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_1d35e6e6-a02e-42b7-872a-e7e8ed40a5cc"}, "notes": "auto-ingested from VS Code Copilot session log"}
21
+ {"timestamp": "2026-07-03T21:11:00.227000+00:00", "event_id": "copilot-session::request_69ec8c26-cce7-4606-a655-22764d098ca4", "model": "copilot/auto", "cost": {"input_tokens": 62772, "output_tokens": 8498, "total_tokens": 71270, "estimated_cost_usd": 0.0, "copilot_credits": 42.527867}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_69ec8c26-cce7-4606-a655-22764d098ca4"}, "notes": "auto-ingested from VS Code Copilot session log"}
22
+ {"timestamp": "2026-07-03T21:18:37.962000+00:00", "event_id": "copilot-session::request_84361063-3420-45fc-916f-7591b8766d56", "model": "copilot/auto", "cost": {"input_tokens": 85080, "output_tokens": 7191, "total_tokens": 92271, "estimated_cost_usd": 0.0, "copilot_credits": 31.689504}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_84361063-3420-45fc-916f-7591b8766d56"}, "notes": "auto-ingested from VS Code Copilot session log"}
23
+ {"timestamp": "2026-07-03T21:26:16.075000+00:00", "event_id": "copilot-session::request_ecb377b7-f7c8-445b-9a84-3ca955dded59", "model": "copilot/auto", "cost": {"input_tokens": 118945, "output_tokens": 3784, "total_tokens": 122729, "estimated_cost_usd": 0.0, "copilot_credits": 22.868906}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_ecb377b7-f7c8-445b-9a84-3ca955dded59"}, "notes": "auto-ingested from VS Code Copilot session log"}
24
+ {"timestamp": "2026-07-03T21:31:38.035000+00:00", "event_id": "copilot-session::request_0e24e315-be7c-4351-9f22-c5e008f976f1", "model": "copilot/auto", "cost": {"input_tokens": 133964, "output_tokens": 1682, "total_tokens": 135646, "estimated_cost_usd": 0.0, "copilot_credits": 20.945106}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_0e24e315-be7c-4351-9f22-c5e008f976f1"}, "notes": "auto-ingested from VS Code Copilot session log"}
25
+ {"timestamp": "2026-07-03T21:35:29.316000+00:00", "event_id": "copilot-session::request_150f2c48-6afe-4491-a8cf-418629ce0f66", "model": "copilot/auto", "cost": {"input_tokens": 149710, "output_tokens": 2601, "total_tokens": 152311, "estimated_cost_usd": 0.0, "copilot_credits": 24.079923}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_150f2c48-6afe-4491-a8cf-418629ce0f66"}, "notes": "auto-ingested from VS Code Copilot session log"}
26
+ {"timestamp": "2026-07-03T21:37:14.878000+00:00", "event_id": "copilot-session::request_58ca1519-775d-4fb4-854a-45c9351ab4bf", "model": "copilot/auto", "cost": {"input_tokens": 165660, "output_tokens": 1177, "total_tokens": 166837, "estimated_cost_usd": 0.0, "copilot_credits": 20.102985}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_58ca1519-775d-4fb4-854a-45c9351ab4bf"}, "notes": "auto-ingested from VS Code Copilot session log"}
27
+ {"timestamp": "2026-07-03T21:40:01.280000+00:00", "event_id": "copilot-session::request_09040296-7ab6-43ed-a3a3-f5cc5f6d443d", "model": "copilot/auto", "cost": {"input_tokens": 175079, "output_tokens": 1045, "total_tokens": 176124, "estimated_cost_usd": 0.0, "copilot_credits": 8.602713}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_09040296-7ab6-43ed-a3a3-f5cc5f6d443d"}, "notes": "auto-ingested from VS Code Copilot session log"}
28
+ {"timestamp": "2026-07-04T12:44:26.038000+00:00", "event_id": "copilot-session::request_2414c662-b8a1-458a-8aff-dc17a12dfeb1", "model": "copilot/auto", "cost": {"input_tokens": 58564, "output_tokens": 4724, "total_tokens": 63288, "estimated_cost_usd": 0.0, "copilot_credits": 23.97613}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_2414c662-b8a1-458a-8aff-dc17a12dfeb1"}, "notes": "auto-ingested from VS Code Copilot session log"}
29
+ {"timestamp": "2026-07-04T12:59:39.929000+00:00", "event_id": "copilot-session::request_e495f9fa-fa09-49cb-9d42-0a6afc474f8c", "model": "copilot/auto", "cost": {"input_tokens": 60270, "output_tokens": 436, "total_tokens": 60706, "estimated_cost_usd": 0.0, "copilot_credits": 4.589708}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_e495f9fa-fa09-49cb-9d42-0a6afc474f8c"}, "notes": "auto-ingested from VS Code Copilot session log"}
30
+ {"timestamp": "2026-07-04T13:03:55.750000+00:00", "event_id": "copilot-session::request_8cfa54cf-b58d-434c-9e80-00fc3a98f954", "model": "copilot/auto", "cost": {"input_tokens": 62078, "output_tokens": 856, "total_tokens": 62934, "estimated_cost_usd": 0.0, "copilot_credits": 2.110437}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_8cfa54cf-b58d-434c-9e80-00fc3a98f954"}, "notes": "auto-ingested from VS Code Copilot session log"}
31
+ {"timestamp": "2026-07-04T13:07:15.304000+00:00", "event_id": "copilot-session::request_d7c8f8fc-e4bd-4ac6-8d4e-5fd4a48e5987", "model": "copilot/auto", "cost": {"input_tokens": 82497, "output_tokens": 4127, "total_tokens": 86624, "estimated_cost_usd": 0.0, "copilot_credits": 17.27123}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_d7c8f8fc-e4bd-4ac6-8d4e-5fd4a48e5987"}, "notes": "auto-ingested from VS Code Copilot session log"}
32
+ {"timestamp": "2026-07-04T13:10:09.224000+00:00", "event_id": "copilot-session::request_0532cdb4-3d10-41db-bf56-821e24811f75", "model": "copilot/auto", "cost": {"input_tokens": 87211, "output_tokens": 1753, "total_tokens": 88964, "estimated_cost_usd": 0.0, "copilot_credits": 12.201021}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_0532cdb4-3d10-41db-bf56-821e24811f75"}, "notes": "auto-ingested from VS Code Copilot session log"}
33
+ {"timestamp": "2026-07-04T13:11:55.600000+00:00", "event_id": "copilot-session::request_d4752d17-c01a-469d-9729-fea59fb1c749", "model": "copilot/auto", "cost": {"input_tokens": 94158, "output_tokens": 1746, "total_tokens": 95904, "estimated_cost_usd": 0.0, "copilot_credits": 12.558798}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_d4752d17-c01a-469d-9729-fea59fb1c749"}, "notes": "auto-ingested from VS Code Copilot session log"}
34
+ {"timestamp": "2026-07-04T13:33:37.376000+00:00", "event_id": "copilot-session::request_8572abe4-ead8-41f0-a0a2-db24cc4ff41d", "model": "copilot/auto", "cost": {"input_tokens": 131142, "output_tokens": 2301, "total_tokens": 133443, "estimated_cost_usd": 0.0, "copilot_credits": 37.913054}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_8572abe4-ead8-41f0-a0a2-db24cc4ff41d"}, "notes": "auto-ingested from VS Code Copilot session log"}
35
+ {"timestamp": "2026-07-04T13:36:25.703000+00:00", "event_id": "copilot-session::request_8e9fd5be-ce02-456b-aebe-1198aa9203d0", "model": "copilot/auto", "cost": {"input_tokens": 142824, "output_tokens": 1980, "total_tokens": 144804, "estimated_cost_usd": 0.0, "copilot_credits": 19.260927}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_8e9fd5be-ce02-456b-aebe-1198aa9203d0"}, "notes": "auto-ingested from VS Code Copilot session log"}
36
+ {"timestamp": "2026-07-04T13:39:00.423000+00:00", "event_id": "copilot-session::request_2f7b70d0-463a-4915-8373-39809e8f606c", "model": "copilot/auto", "cost": {"input_tokens": 157746, "output_tokens": 3637, "total_tokens": 161383, "estimated_cost_usd": 0.0, "copilot_credits": 30.280194}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_2f7b70d0-463a-4915-8373-39809e8f606c"}, "notes": "auto-ingested from VS Code Copilot session log"}
37
+ {"timestamp": "2026-07-05T09:31:19.203785+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 5, "dirty_nodes": 5, "deleted_nodes": 0, "rendered_markdown": 5, "deleted_markdown": 0, "provider_errors": 0, "elapsed_ms": 340}
38
+ {"timestamp": "2026-07-05T09:34:41.829956+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 5, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "provider_errors": 0, "elapsed_ms": 45}
39
+ {"timestamp": "2026-07-05T09:34:45.271861+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 5, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "provider_errors": 0, "elapsed_ms": 105}
40
+ {"timestamp": "2026-07-05T09:37:15.970949+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 5, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "provider_errors": 0, "elapsed_ms": 325}
41
+ {"timestamp": "2026-07-05T09:37:53.342194+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 5, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "provider_errors": 0, "elapsed_ms": 173}
42
+ {"timestamp": "2026-07-05T09:39:48.202871+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 5, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "provider_errors": 0, "elapsed_ms": 158}
43
+ {"timestamp": "2026-07-05T09:42:22.388685+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 5, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "provider_errors": 0, "elapsed_ms": 73}
44
+ {"timestamp": "2026-07-05T09:27:09.649000+00:00", "event_id": "copilot-session::request_19c163c6-6893-4f7a-a283-e32d6a4fd3f1", "model": "copilot/auto", "cost": {"input_tokens": 69811, "output_tokens": 14998, "total_tokens": 84809, "estimated_cost_usd": 0.0, "copilot_credits": 34.42572}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_19c163c6-6893-4f7a-a283-e32d6a4fd3f1"}, "notes": "auto-ingested from VS Code Copilot session log"}
45
+ {"timestamp": "2026-07-05T09:33:11.396000+00:00", "event_id": "copilot-session::request_dcd3fbe1-e01e-4a00-b4c2-6b45f3e3d7d8", "model": "copilot/auto", "cost": {"input_tokens": 77582, "output_tokens": 6444, "total_tokens": 84026, "estimated_cost_usd": 0.0, "copilot_credits": 16.329411}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_dcd3fbe1-e01e-4a00-b4c2-6b45f3e3d7d8"}, "notes": "auto-ingested from VS Code Copilot session log"}
46
+ {"timestamp": "2026-07-05T09:36:13.890000+00:00", "event_id": "copilot-session::request_af0ddb18-609e-4f33-aef2-3a79aa4fc503", "model": "copilot/auto", "cost": {"input_tokens": 82214, "output_tokens": 3225, "total_tokens": 85439, "estimated_cost_usd": 0.0, "copilot_credits": 14.671534}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_af0ddb18-609e-4f33-aef2-3a79aa4fc503"}, "notes": "auto-ingested from VS Code Copilot session log"}
47
+ {"timestamp": "2026-07-05T09:39:30.495000+00:00", "event_id": "copilot-session::request_844d3847-6394-44d6-906d-6c36a7ad9b7a", "model": "copilot/auto", "cost": {"input_tokens": 85002, "output_tokens": 1363, "total_tokens": 86365, "estimated_cost_usd": 0.0, "copilot_credits": 6.649587}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_844d3847-6394-44d6-906d-6c36a7ad9b7a"}, "notes": "auto-ingested from VS Code Copilot session log"}
48
+ {"timestamp": "2026-07-05T09:44:24.654000+00:00", "event_id": "copilot-session::request_6482ccae-a043-4652-ad48-8e27762000bc", "model": "copilot/auto", "cost": {"input_tokens": 91820, "output_tokens": 3609, "total_tokens": 95429, "estimated_cost_usd": 0.0, "copilot_credits": 18.193581}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_6482ccae-a043-4652-ad48-8e27762000bc"}, "notes": "auto-ingested from VS Code Copilot session log"}
49
+ {"timestamp": "2026-07-05T09:47:53.932000+00:00", "event_id": "copilot-session::request_84941d4f-480b-46a1-afe0-756ec2658499", "model": "copilot/auto", "cost": {"input_tokens": 120297, "output_tokens": 4465, "total_tokens": 124762, "estimated_cost_usd": 0.0, "copilot_credits": 47.11896}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_84941d4f-480b-46a1-afe0-756ec2658499"}, "notes": "auto-ingested from VS Code Copilot session log"}
50
+ {"timestamp": "2026-07-05T09:51:07.882000+00:00", "event_id": "copilot-session::request_dad8cea9-3aea-49e9-9f0a-ad8d2f65cceb", "model": "copilot/auto", "cost": {"input_tokens": 129317, "output_tokens": 1291, "total_tokens": 130608, "estimated_cost_usd": 0.0, "copilot_credits": 11.744239}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_dad8cea9-3aea-49e9-9f0a-ad8d2f65cceb"}, "notes": "auto-ingested from VS Code Copilot session log"}
51
+ {"timestamp": "2026-07-05T09:52:18.881000+00:00", "event_id": "copilot-session::request_df650a03-2db5-4c03-9658-dd369e32f7fc", "model": "copilot/auto", "cost": {"input_tokens": 141732, "output_tokens": 2091, "total_tokens": 143823, "estimated_cost_usd": 0.0, "copilot_credits": 15.557283}, "execution": {"local_tools": 0, "remote_tools": 0, "tool_mode": "model-only"}, "usage": {"source": "copilot-session", "source_event_id": "request_df650a03-2db5-4c03-9658-dd369e32f7fc"}, "notes": "auto-ingested from VS Code Copilot session log"}
52
+ {"timestamp": "2026-07-08T21:15:54.955263+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 5, "dirty_nodes": 5, "deleted_nodes": 0, "rendered_markdown": 5, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 158}
53
+ {"timestamp": "2026-07-08T21:20:03.846682+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 66, "deleted_nodes": 0, "rendered_markdown": 66, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 3, "elapsed_ms": 2909}
54
+ {"timestamp": "2026-07-08T21:20:57.254710+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 66, "deleted_nodes": 0, "rendered_markdown": 66, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 2, "validation_warnings": 0, "elapsed_ms": 578}
55
+ {"timestamp": "2026-07-08T21:21:24.825660+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 44, "deleted_nodes": 0, "rendered_markdown": 44, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 584}
56
+ {"timestamp": "2026-07-08T21:21:53.829720+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 268}
57
+ {"timestamp": "2026-07-08T21:24:13.887595+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 351}
58
+ {"timestamp": "2026-07-08T21:25:05.038176+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 66, "deleted_nodes": 0, "rendered_markdown": 66, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 498}
59
+ {"timestamp": "2026-07-08T21:38:19.689846+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 1, "deleted_nodes": 1, "rendered_markdown": 1, "deleted_markdown": 1, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 1846}
60
+ {"timestamp": "2026-07-08T21:43:38.867612+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 222}
61
+ {"timestamp": "2026-07-08T21:44:27.670895+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 158}
62
+ {"timestamp": "2026-07-08T21:44:29.085554+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 201}
63
+ {"timestamp": "2026-07-08T21:45:00.197689+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 196}
64
+ {"timestamp": "2026-07-08T21:51:20.206070+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 1369}
65
+ {"timestamp": "2026-07-08T21:51:42.410493+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 159}
66
+ {"timestamp": "2026-07-08T21:52:13.492597+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 245}
67
+ {"timestamp": "2026-07-08T21:52:22.916849+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 215}
68
+ {"timestamp": "2026-07-08T21:57:25.570831+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 240}
69
+ {"timestamp": "2026-07-08T21:58:36.859757+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 71, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 390}
70
+ {"timestamp": "2026-07-08T22:00:50.737740+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 66, "dirty_nodes": 0, "deleted_nodes": 5, "rendered_markdown": 0, "deleted_markdown": 5, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 256}
71
+ {"timestamp": "2026-07-08T22:01:00.242164+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 66, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 158}
72
+ {"timestamp": "2026-07-08T22:06:51.771852+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 65, "dirty_nodes": 0, "deleted_nodes": 1, "rendered_markdown": 0, "deleted_markdown": 1, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 354}
73
+ {"timestamp": "2026-07-08T22:07:16.179310+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 65, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 428}
74
+ {"timestamp": "2026-07-08T22:07:42.041370+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 65, "dirty_nodes": 0, "deleted_nodes": 0, "rendered_markdown": 0, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 332}
75
+ {"timestamp": "2026-07-08T22:08:34.040850+00:00", "source_type": "technical-docs", "module": "autodocs", "total_nodes": 65, "dirty_nodes": 2, "deleted_nodes": 0, "rendered_markdown": 2, "deleted_markdown": 0, "rendered_indexes": 11, "rendered_manifests": 4, "provider_errors": 0, "validation_errors": 0, "validation_warnings": 0, "elapsed_ms": 485}
@@ -0,0 +1,152 @@
1
+ {"timestamp": "2026-06-29T20:34:47.493308+00:00", "event_id": "02907f94-23d2-4d83-810a-d56e755a244b", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.93, "feedback_source": "human", "notes": "validated manually"}}
2
+ {"timestamp": "2026-06-29T20:44:00.622819+00:00", "event_id": "02907f94-23d2-4d83-810a-d56e755a244b", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.9, "feedback_source": "ci", "notes": "bootstrap from routing-evals"}}
3
+ {"timestamp": "2026-06-29T20:44:01.834439+00:00", "event_id": "3c2f7324-d3b8-413f-8663-db7ce2998bef", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.9, "feedback_source": "ci", "notes": "bootstrap from routing-evals"}}
4
+ {"timestamp": "2026-06-29T20:44:03.126122+00:00", "event_id": "f437f84d-17d4-4985-a41d-88d59a595991", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.9, "feedback_source": "ci", "notes": "bootstrap from routing-evals"}}
5
+ {"timestamp": "2026-06-29T20:44:04.291148+00:00", "event_id": "cd21ee31-96a3-4e59-bfb9-b10f6a069270", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.9, "feedback_source": "ci", "notes": "bootstrap from routing-evals"}}
6
+ {"timestamp": "2026-06-29T20:44:05.948460+00:00", "event_id": "e31da160-98d7-47a9-899b-44ffa69a7cd0", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.9, "feedback_source": "ci", "notes": "bootstrap from routing-evals"}}
7
+ {"timestamp": "2026-06-30T21:30:43.697551+00:00", "event_id": "5911d0bf-9441-4a3e-b3f3-09dcef22bad5", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
8
+ {"timestamp": "2026-06-30T21:30:44.863900+00:00", "event_id": "7cf3eeef-e018-42cc-8332-09c78a4f25ff", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
9
+ {"timestamp": "2026-06-30T21:30:46.374999+00:00", "event_id": "2c8f1209-96f7-4f19-a3b9-8751770e86a3", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
10
+ {"timestamp": "2026-06-30T21:30:48.681503+00:00", "event_id": "992848b5-2ccc-420f-baf7-dd07958e818e", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
11
+ {"timestamp": "2026-06-30T21:30:50.379886+00:00", "event_id": "23c9f3c2-ca8e-4dde-b093-93869ccc3896", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
12
+ {"timestamp": "2026-06-30T22:28:33.079995+00:00", "event_id": "104bf440-5ad0-4730-91ce-0ec0039b0bd3", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
13
+ {"timestamp": "2026-06-30T22:28:34.087552+00:00", "event_id": "f7230322-20ab-4af6-9f0c-4124c940ba8e", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
14
+ {"timestamp": "2026-06-30T22:28:35.124379+00:00", "event_id": "781c9974-02bd-4947-9f95-19d4c3a29b0a", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
15
+ {"timestamp": "2026-06-30T22:28:36.017134+00:00", "event_id": "87789de2-774d-48d8-9fec-4c9f394d760a", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
16
+ {"timestamp": "2026-06-30T22:28:36.955156+00:00", "event_id": "dffb3332-0d29-4d46-8930-7f815119821a", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
17
+ {"timestamp": "2026-06-30T22:34:46.901876+00:00", "event_id": "7ab3bee5-77d8-4a73-85a2-63ad01247cfb", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
18
+ {"timestamp": "2026-06-30T22:34:47.879543+00:00", "event_id": "c7e19693-f550-40e8-8d33-5e4820e7c480", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
19
+ {"timestamp": "2026-06-30T22:34:48.935051+00:00", "event_id": "bedda8d6-a95c-438c-851d-3fceb67fa0a9", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
20
+ {"timestamp": "2026-06-30T22:34:50.012824+00:00", "event_id": "af3ee655-a643-40fb-9afe-4aad4b3d9245", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
21
+ {"timestamp": "2026-06-30T22:34:51.034171+00:00", "event_id": "d00f704d-f299-446f-bdcd-675296e96871", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
22
+ {"timestamp": "2026-06-30T22:35:04.983293+00:00", "event_id": "aa9aee6b-f4c7-48ff-af3a-2bbc18553276", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
23
+ {"timestamp": "2026-06-30T22:35:06.125112+00:00", "event_id": "56519c2b-d49c-421c-a2df-e0491c2be899", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
24
+ {"timestamp": "2026-06-30T22:35:07.253810+00:00", "event_id": "5f20d8c4-d1db-4022-a0e3-0024358765ed", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
25
+ {"timestamp": "2026-06-30T22:35:08.421192+00:00", "event_id": "fdf7cbc7-fefe-4163-8c01-9f05e1e86694", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
26
+ {"timestamp": "2026-06-30T22:35:09.626816+00:00", "event_id": "4456d413-4b76-4ebf-a3f3-1c9d2e2f5aef", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
27
+ {"timestamp": "2026-06-30T22:38:06.374773+00:00", "event_id": "bd1de341-10e7-43a9-bffe-716f1f0f3ea5", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
28
+ {"timestamp": "2026-06-30T22:38:07.882979+00:00", "event_id": "2834a96b-da5b-4a84-90f6-8c85af885e5c", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
29
+ {"timestamp": "2026-06-30T22:38:09.132747+00:00", "event_id": "4eae89be-053f-4111-8f2a-a8e8976c93d7", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
30
+ {"timestamp": "2026-06-30T22:38:10.371808+00:00", "event_id": "a9eea246-3429-4174-8ca2-efc350bf0a35", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
31
+ {"timestamp": "2026-06-30T22:38:11.596623+00:00", "event_id": "5b9e2f92-07b8-44dc-8d1d-c7d89acf5e87", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
32
+ {"timestamp": "2026-06-30T22:42:23.749317+00:00", "event_id": "0cc31713-da06-452f-a566-ec0312b5bf7b", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
33
+ {"timestamp": "2026-06-30T22:42:24.723869+00:00", "event_id": "65dcee7d-f3e3-4388-aef0-74b30fac02ec", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
34
+ {"timestamp": "2026-06-30T22:42:25.680618+00:00", "event_id": "f0fd044e-e5e9-4559-8ca5-f37b50a9688f", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
35
+ {"timestamp": "2026-06-30T22:42:26.673925+00:00", "event_id": "541e6f78-0e85-48b2-b438-e4b13c220552", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
36
+ {"timestamp": "2026-06-30T22:42:27.679610+00:00", "event_id": "9a3c3017-9377-436f-acc7-d3d6d5ad550a", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
37
+ {"timestamp": "2026-06-30T22:42:37.435213+00:00", "event_id": "9143616a-8431-4992-acd3-c984ac966326", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
38
+ {"timestamp": "2026-06-30T22:42:38.518680+00:00", "event_id": "f6e25e2d-0fd3-415d-86f0-bd7d00867ab7", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
39
+ {"timestamp": "2026-06-30T22:42:39.585813+00:00", "event_id": "6c7c69e1-6387-4c1e-803d-75242558d123", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
40
+ {"timestamp": "2026-06-30T22:42:40.624946+00:00", "event_id": "d9558e1d-e713-424e-b110-a65ae010d849", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
41
+ {"timestamp": "2026-06-30T22:42:41.634915+00:00", "event_id": "63e85b16-476b-449d-b973-8c7e8ea82501", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
42
+ {"timestamp": "2026-06-30T22:56:31.954281+00:00", "event_id": "1b40b751-2823-49c5-9767-789e80990ee8", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
43
+ {"timestamp": "2026-06-30T22:56:32.969771+00:00", "event_id": "8d5aac36-da07-4af7-bd21-4fc2e3f2a485", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
44
+ {"timestamp": "2026-06-30T22:56:34.109763+00:00", "event_id": "ed16d4e3-dd08-4b87-88dc-6a87ab45a00b", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
45
+ {"timestamp": "2026-06-30T22:56:35.174298+00:00", "event_id": "f2fe9cf9-0d09-4a74-a20b-7233b038e0b9", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
46
+ {"timestamp": "2026-06-30T22:56:36.215320+00:00", "event_id": "ba65462f-b076-4034-b8ac-d72db15f3330", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
47
+ {"timestamp": "2026-06-30T22:58:36.315157+00:00", "event_id": "89a5abe6-10be-49d1-9cac-56d4d8944286", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
48
+ {"timestamp": "2026-06-30T22:58:37.306466+00:00", "event_id": "01ec2eda-957a-4cdc-96e0-d1dcec19c224", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
49
+ {"timestamp": "2026-06-30T22:58:38.387832+00:00", "event_id": "9f76035d-80e8-49e0-91b2-c068a36c164e", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
50
+ {"timestamp": "2026-06-30T22:58:39.429683+00:00", "event_id": "0230b4b7-3277-4016-ad16-c5f1e178d90b", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
51
+ {"timestamp": "2026-06-30T22:58:40.532770+00:00", "event_id": "1810b280-8302-4934-bb45-ff3cb594255e", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
52
+ {"timestamp": "2026-06-30T23:04:39.273056+00:00", "event_id": "1334cab8-ac5e-4598-81df-ee35dfe5bebf", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
53
+ {"timestamp": "2026-06-30T23:04:40.304219+00:00", "event_id": "682e1d5d-6fc0-4cfc-90b3-0570406cd3b0", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
54
+ {"timestamp": "2026-06-30T23:04:41.289406+00:00", "event_id": "4f6e277f-a7cf-42b0-a1bb-88c68dbfdf8d", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
55
+ {"timestamp": "2026-06-30T23:04:42.326297+00:00", "event_id": "fb9b56e2-c276-4c77-b729-2857fa607964", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
56
+ {"timestamp": "2026-06-30T23:04:43.305578+00:00", "event_id": "81b621c9-5dc7-4dd7-932f-5d5c877ecd71", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
57
+ {"timestamp": "2026-06-30T23:06:05.000694+00:00", "event_id": "e5317e9d-1d7b-4e2f-9cf7-ddbaa09165f2", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
58
+ {"timestamp": "2026-06-30T23:06:06.122804+00:00", "event_id": "d3906e2a-7652-457a-b42f-0aaab3cf2030", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
59
+ {"timestamp": "2026-06-30T23:06:07.262061+00:00", "event_id": "1a6465af-6107-4e23-b236-9f0640aaa4cd", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
60
+ {"timestamp": "2026-06-30T23:06:08.552545+00:00", "event_id": "50805a39-fc5a-4b09-be4e-f8ba929fb1bb", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
61
+ {"timestamp": "2026-06-30T23:06:09.543794+00:00", "event_id": "0dabca32-1465-4492-ab1b-1fb1ac0e007b", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
62
+ {"timestamp": "2026-07-03T21:30:42.308566+00:00", "event_id": "3fc37a6a-82a1-4d0d-9481-7ae6690d4ca4", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
63
+ {"timestamp": "2026-07-03T21:30:45.300486+00:00", "event_id": "a0cff941-7c2f-4b9c-a5bc-3d0784e55417", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
64
+ {"timestamp": "2026-07-03T21:30:47.900715+00:00", "event_id": "36655401-0428-4795-ae87-fb37de0a9114", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
65
+ {"timestamp": "2026-07-03T21:30:50.478695+00:00", "event_id": "115b1411-d785-4a66-b709-da5c7963d74f", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
66
+ {"timestamp": "2026-07-03T21:30:53.037675+00:00", "event_id": "5630ddf8-ddd0-4657-a69f-1f18bf2b15e8", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
67
+ {"timestamp": "2026-07-03T21:30:55.299399+00:00", "event_id": "cea89473-550f-42a5-8925-950ba788876c", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
68
+ {"timestamp": "2026-07-03T21:30:57.235030+00:00", "event_id": "2edec44f-b092-4d80-ad59-69b99405adc4", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
69
+ {"timestamp": "2026-07-03T21:43:06.144869+00:00", "event_id": "a55fbb1a-655a-45cc-902f-2316c2d4bf31", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
70
+ {"timestamp": "2026-07-03T21:43:09.337489+00:00", "event_id": "617ae73f-3946-414a-a672-c05bd6278374", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
71
+ {"timestamp": "2026-07-03T21:43:11.808280+00:00", "event_id": "36cf1ff9-c14c-44a4-8c00-1cde65c2afb3", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
72
+ {"timestamp": "2026-07-03T21:43:14.146324+00:00", "event_id": "d43730ea-308c-4121-9871-541de78c4bba", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
73
+ {"timestamp": "2026-07-03T21:43:16.476839+00:00", "event_id": "64054da7-76a9-461f-aaa9-0c83fb579659", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
74
+ {"timestamp": "2026-07-03T21:43:18.481811+00:00", "event_id": "88947a43-11ef-401d-9be5-b2d30ef0f5c6", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
75
+ {"timestamp": "2026-07-03T21:43:20.471984+00:00", "event_id": "556d1a05-5d82-48bf-bd48-6ab988631c21", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
76
+ {"timestamp": "2026-07-03T21:48:06.009673+00:00", "event_id": "bd2ab684-5d61-49ba-956b-1264fed4e348", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
77
+ {"timestamp": "2026-07-03T21:48:09.420792+00:00", "event_id": "200bf45f-c4cd-4c60-a764-d3f38cadedf2", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
78
+ {"timestamp": "2026-07-03T21:48:12.236025+00:00", "event_id": "d14179e5-11ef-4fc5-8ece-d0aac645e8b7", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
79
+ {"timestamp": "2026-07-03T21:48:14.589612+00:00", "event_id": "449e16cd-3867-4538-83c9-5b59ccc0b575", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
80
+ {"timestamp": "2026-07-03T21:48:16.751199+00:00", "event_id": "a6b77cca-9286-4913-9290-42ac6db4ecb7", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
81
+ {"timestamp": "2026-07-03T21:48:18.973225+00:00", "event_id": "60893375-5460-4f2c-a5fa-71040d9bc920", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
82
+ {"timestamp": "2026-07-03T21:48:21.047100+00:00", "event_id": "9622a434-d6ae-4249-a0d5-cf49b4903758", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
83
+ {"timestamp": "2026-07-03T21:51:17.340772+00:00", "event_id": "8d0e8d96-bc62-45f6-b80f-6ecb55448670", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
84
+ {"timestamp": "2026-07-03T21:51:21.142919+00:00", "event_id": "8aaa4b3c-cbc1-4a5d-a90e-b51a33402aec", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
85
+ {"timestamp": "2026-07-03T21:51:24.979252+00:00", "event_id": "d041ab68-13a6-4d4f-8997-6f842594be24", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
86
+ {"timestamp": "2026-07-03T21:51:28.459134+00:00", "event_id": "692dc8e7-aa2a-4c6d-8ea5-8680466008bb", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
87
+ {"timestamp": "2026-07-03T21:51:31.219127+00:00", "event_id": "bd27067f-5142-45ab-881e-ab29785a4b2c", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
88
+ {"timestamp": "2026-07-03T21:51:33.288109+00:00", "event_id": "54341ea7-71d7-4fc9-b943-88903cebfc53", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
89
+ {"timestamp": "2026-07-03T21:51:35.553893+00:00", "event_id": "446ddd95-7673-4989-8e8f-f0624be78b16", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
90
+ {"timestamp": "2026-07-04T07:15:44.227092+00:00", "event_id": "8219f96c-2dbb-4c50-a29d-6410be0f7767", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
91
+ {"timestamp": "2026-07-04T07:15:45.614054+00:00", "event_id": "f60093b3-9596-48cc-a5b4-da4df103c7e9", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
92
+ {"timestamp": "2026-07-04T07:15:46.836911+00:00", "event_id": "361729e5-ab71-4877-93a3-13b73b459169", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
93
+ {"timestamp": "2026-07-04T07:15:48.012047+00:00", "event_id": "113649d0-4225-4ee3-876f-4049a6cbdb70", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
94
+ {"timestamp": "2026-07-04T07:15:49.172732+00:00", "event_id": "30a626da-34c8-4474-a695-9275d70f4d7b", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
95
+ {"timestamp": "2026-07-04T07:15:50.483176+00:00", "event_id": "d68c7686-52d4-4ce6-b78b-101390412017", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
96
+ {"timestamp": "2026-07-04T07:15:51.748963+00:00", "event_id": "5ed79bd8-9b00-4967-ab83-618afa10052c", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
97
+ {"timestamp": "2026-07-04T07:26:34.000854+00:00", "event_id": "905113c3-bead-45e2-8d61-25b5eccf6959", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
98
+ {"timestamp": "2026-07-04T07:26:35.359036+00:00", "event_id": "6eeb15e2-2c8f-457b-a3a2-f74cbe19dddb", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
99
+ {"timestamp": "2026-07-04T07:26:36.912501+00:00", "event_id": "e0e8b068-7f68-41d4-b103-55a9ca4e14ad", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
100
+ {"timestamp": "2026-07-04T07:26:38.475393+00:00", "event_id": "2ccd6481-f570-4e06-a702-9866a321e877", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-sql-intent"}}
101
+ {"timestamp": "2026-07-04T07:26:39.828858+00:00", "event_id": "9a33da71-5c23-4e99-b542-54729f0b37f5", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
102
+ {"timestamp": "2026-07-04T07:26:41.250170+00:00", "event_id": "287f4e2e-f98c-48dc-98a9-f295d9191235", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
103
+ {"timestamp": "2026-07-04T07:26:42.607451+00:00", "event_id": "e72bb15c-55fa-416d-a108-d2411b556722", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
104
+ {"timestamp": "2026-07-04T07:26:44.059557+00:00", "event_id": "518d6816-11d6-47b0-bf40-359ad8604c41", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
105
+ {"timestamp": "2026-07-04T07:28:20.698585+00:00", "event_id": "d5082a92-d39a-4bf1-9f82-f9b3f8d3039c", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
106
+ {"timestamp": "2026-07-04T07:28:22.034520+00:00", "event_id": "e28495f4-9373-4181-b769-8c0dcefc056c", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
107
+ {"timestamp": "2026-07-04T07:28:23.426383+00:00", "event_id": "3718d0e7-8c36-4d79-bdc8-e16a4123ba26", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
108
+ {"timestamp": "2026-07-04T07:28:24.887504+00:00", "event_id": "264b7b79-970d-48d9-b2e7-4ae2ba85c3e9", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-sql-intent"}}
109
+ {"timestamp": "2026-07-04T07:28:26.356304+00:00", "event_id": "c47f21ae-f249-4b2f-8dc2-c66daadcb6c3", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
110
+ {"timestamp": "2026-07-04T07:28:28.164284+00:00", "event_id": "c9859b8e-7dc1-4bb2-a561-ecf4278bde7e", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
111
+ {"timestamp": "2026-07-04T07:28:29.692475+00:00", "event_id": "0d5b4d97-823b-4be4-9324-4c49f754ac0a", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
112
+ {"timestamp": "2026-07-04T07:28:31.135977+00:00", "event_id": "c9c3d19d-afda-4dcf-90b9-cebf57e16cc7", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
113
+ {"timestamp": "2026-07-04T08:56:32.099221+00:00", "event_id": "30a9f810-9e11-4a99-b696-8a5d1c75db7e", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
114
+ {"timestamp": "2026-07-04T08:56:34.021862+00:00", "event_id": "e62de9df-44bd-46b6-a5ae-ce378396c685", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
115
+ {"timestamp": "2026-07-04T08:56:35.795224+00:00", "event_id": "8db839cb-c632-4563-8916-f91d475bff95", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
116
+ {"timestamp": "2026-07-04T08:56:37.688773+00:00", "event_id": "b028f2f3-eb6f-4ce7-a91a-be9c15ac5f79", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-sql-intent"}}
117
+ {"timestamp": "2026-07-04T08:56:39.438135+00:00", "event_id": "93068b93-a398-4fd9-b996-0f81ea9fa8b8", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
118
+ {"timestamp": "2026-07-04T08:56:41.090437+00:00", "event_id": "1a009d6e-e230-4c4a-b9f7-f7624fb51bf4", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
119
+ {"timestamp": "2026-07-04T08:56:42.887889+00:00", "event_id": "986fdae9-2fb9-41e6-898e-afad9d580475", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
120
+ {"timestamp": "2026-07-04T08:56:44.647932+00:00", "event_id": "884c2b07-4e82-45a9-b209-c694c5afad66", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
121
+ {"timestamp": "2026-07-04T13:01:27.569327+00:00", "event_id": "25d21720-287a-47f3-bc5d-80677bba914d", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
122
+ {"timestamp": "2026-07-04T13:01:28.410232+00:00", "event_id": "05bd7c67-ef9e-4675-ad2d-9235f0178669", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
123
+ {"timestamp": "2026-07-04T13:01:29.343329+00:00", "event_id": "7ccef8ef-6d24-4b21-a76f-a9ea6b7660c6", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
124
+ {"timestamp": "2026-07-04T13:01:30.242360+00:00", "event_id": "9daa0b94-0af3-4211-ac48-f4c25b2e7f45", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-sql-intent"}}
125
+ {"timestamp": "2026-07-04T13:01:31.110636+00:00", "event_id": "21d751e9-5047-4d5a-9060-9f250ac85127", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
126
+ {"timestamp": "2026-07-04T13:01:31.986209+00:00", "event_id": "37c1024d-4d9e-42b2-b9ad-7d38660568b0", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
127
+ {"timestamp": "2026-07-04T13:01:32.835690+00:00", "event_id": "50ec302b-6ed9-4f8e-b218-06cdd1046262", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
128
+ {"timestamp": "2026-07-04T13:01:33.679949+00:00", "event_id": "80e7843c-03f8-44bc-b7ab-3bf07678b8dd", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
129
+ {"timestamp": "2026-07-04T13:01:59.046305+00:00", "event_id": "b1389d92-144f-4c47-9248-d7862311dafb", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
130
+ {"timestamp": "2026-07-04T13:01:59.879996+00:00", "event_id": "07ab9d2a-48de-452c-aedf-bc96d789add4", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
131
+ {"timestamp": "2026-07-04T13:02:00.743087+00:00", "event_id": "f58a7323-2241-4eed-b842-52ca68756719", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
132
+ {"timestamp": "2026-07-04T13:02:01.604028+00:00", "event_id": "e0d9580e-a123-4846-9397-5689af603d6c", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-sql-intent"}}
133
+ {"timestamp": "2026-07-04T13:02:02.395909+00:00", "event_id": "d51ad43a-2df8-49ae-927c-e84b55f093fa", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
134
+ {"timestamp": "2026-07-04T13:02:03.176961+00:00", "event_id": "09578a2e-bc13-4f59-8573-b9fdb805fd4d", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
135
+ {"timestamp": "2026-07-04T13:02:04.001431+00:00", "event_id": "179e9c6a-95d7-49ef-a483-8ebc02460746", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
136
+ {"timestamp": "2026-07-04T13:02:04.786075+00:00", "event_id": "5c91fd08-d99f-48a4-8bb0-efa8378164f4", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
137
+ {"timestamp": "2026-07-04T13:44:36.381916+00:00", "event_id": "e4f54a1b-c627-4782-8550-3bd13ff60c29", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
138
+ {"timestamp": "2026-07-04T13:44:37.254061+00:00", "event_id": "88fb574d-c0b9-4851-a707-eefc80ff498c", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
139
+ {"timestamp": "2026-07-04T13:44:38.103948+00:00", "event_id": "7bd302db-0f81-4c90-8386-7c3ae2f3cc7e", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
140
+ {"timestamp": "2026-07-04T13:44:39.102114+00:00", "event_id": "f4821450-e8f0-42da-97b2-0b282181cec3", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-sql-intent"}}
141
+ {"timestamp": "2026-07-04T13:44:39.964947+00:00", "event_id": "36bdaa45-e3db-43d7-afa5-f7b889e13faa", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
142
+ {"timestamp": "2026-07-04T13:44:40.790576+00:00", "event_id": "d34de45e-308d-42ab-b77a-9a65acc61890", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
143
+ {"timestamp": "2026-07-04T13:44:41.633247+00:00", "event_id": "a6ad9c24-d0c4-49fa-b793-7eb995ccb823", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
144
+ {"timestamp": "2026-07-04T13:44:42.458711+00:00", "event_id": "49b50c21-542c-48d3-9071-c2c7c00414c5", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}
145
+ {"timestamp": "2026-07-05T09:53:29.377335+00:00", "event_id": "2ffca0b3-6e27-4044-af22-a18213974750", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-login-bug"}}
146
+ {"timestamp": "2026-07-05T09:53:30.378025+00:00", "event_id": "eff45ff1-30e0-4f86-acc1-8c2898e52527", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-sla-grounding"}}
147
+ {"timestamp": "2026-07-05T09:53:31.297728+00:00", "event_id": "c2173480-9c3f-4e5e-a40b-17bc3c8effaf", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-analysis"}}
148
+ {"timestamp": "2026-07-05T09:53:32.216798+00:00", "event_id": "7a5907f7-edf3-477f-82a4-4f354648a1ae", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-dba-sql-intent"}}
149
+ {"timestamp": "2026-07-05T09:53:33.151351+00:00", "event_id": "d8577530-5805-413f-b4c3-2c244800f5e2", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-legacy-migration"}}
150
+ {"timestamp": "2026-07-05T09:53:34.097419+00:00", "event_id": "3ed21e66-70e2-430d-9b21-2835424db5f2", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-rag-tech-docs-local"}}
151
+ {"timestamp": "2026-07-05T09:53:35.597343+00:00", "event_id": "57258e0f-0d70-4b10-b5d3-6dfc7354c8f1", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-frontend-feature"}}
152
+ {"timestamp": "2026-07-05T09:53:37.223661+00:00", "event_id": "a7c73bfe-7d7c-4634-ac0e-c19026f90180", "learning": {"success": true, "outcome_status": "confirmed", "confidence": 0.95, "feedback_source": "ci", "notes": "routing-eval-pass:case-ux-ui-review"}}