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,333 @@
1
+ {"timestamp": "2026-06-29T17:08:40.038923+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": true, "grounded": true, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": true, "confidence": 0.7}}
2
+ {"timestamp": "2026-06-29T17:08:41.296405+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": true, "grounded": true, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": true, "confidence": 0.7}}
3
+ {"timestamp": "2026-06-29T17:08:41.764249+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:RAG-Azure-Builder"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
4
+ {"timestamp": "2026-06-29T17:08:42.229007+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boostDBA"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
5
+ {"timestamp": "2026-06-29T17:08:42.683193+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": true, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
6
+ {"timestamp": "2026-06-29T17:11:14.685047+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:awesome-copilot"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
7
+ {"timestamp": "2026-06-29T17:13:08.455505+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": true, "grounded": true, "sources": [], "notes": "selected_by=capability;repo_not_found_in_registry=awesome-copilot;selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": true, "confidence": 0.7}}
8
+ {"timestamp": "2026-06-29T17:13:39.592057+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_dev_core"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
9
+ {"timestamp": "2026-06-29T17:14:23.000383+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_dev_core"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
10
+ {"timestamp": "2026-06-29T17:20:17.132876+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
11
+ {"timestamp": "2026-06-29T17:20:17.662829+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
12
+ {"timestamp": "2026-06-29T17:20:18.105683+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
13
+ {"timestamp": "2026-06-29T17:20:18.559700+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": true, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
14
+ {"timestamp": "2026-06-29T17:20:24.303216+00:00", "input": "Diseña arquitectura IoT edge", "intent": "architecture", "source_type": "technical-docs", "agent": "iot", "engine": "GitNexus/CodeGraph + Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_iot_edge"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "learning": {"used_pattern": "iot+architecture", "success": true, "fallback": false, "confidence": 0.9}}
15
+ {"timestamp": "2026-06-29T18:22:58.569678+00:00", "input": "test code flow", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
16
+ {"timestamp": "2026-06-29T19:12:42.788878+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
17
+ {"timestamp": "2026-06-29T19:12:43.652780+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
18
+ {"timestamp": "2026-06-29T19:12:44.492905+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
19
+ {"timestamp": "2026-06-29T19:12:45.344662+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": true, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
20
+ {"timestamp": "2026-06-29T20:03:45.506465+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
21
+ {"timestamp": "2026-06-29T20:03:46.189348+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
22
+ {"timestamp": "2026-06-29T20:03:46.835643+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
23
+ {"timestamp": "2026-06-29T20:03:47.436196+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
24
+ {"timestamp": "2026-06-29T20:08:19.611942+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
25
+ {"timestamp": "2026-06-29T20:08:20.730966+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
26
+ {"timestamp": "2026-06-29T20:08:21.934454+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
27
+ {"timestamp": "2026-06-29T20:08:22.678555+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
28
+ {"timestamp": "2026-06-29T20:14:55.240249+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
29
+ {"timestamp": "2026-06-29T20:14:55.817758+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
30
+ {"timestamp": "2026-06-29T20:14:56.377106+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
31
+ {"timestamp": "2026-06-29T20:14:56.949428+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
32
+ {"timestamp": "2026-06-29T20:15:06.669016+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
33
+ {"timestamp": "2026-06-29T20:15:07.264972+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
34
+ {"timestamp": "2026-06-29T20:15:07.851545+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
35
+ {"timestamp": "2026-06-29T20:15:08.394072+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
36
+ {"timestamp": "2026-06-29T20:19:40.491892+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
37
+ {"timestamp": "2026-06-29T20:19:41.093586+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
38
+ {"timestamp": "2026-06-29T20:19:41.670021+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
39
+ {"timestamp": "2026-06-29T20:19:42.264217+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
40
+ {"timestamp": "2026-06-29T20:19:54.064797+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
41
+ {"timestamp": "2026-06-29T20:19:54.855721+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
42
+ {"timestamp": "2026-06-29T20:19:55.619376+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
43
+ {"timestamp": "2026-06-29T20:19:56.332235+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
44
+ {"timestamp": "2026-06-29T20:21:02.838377+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
45
+ {"timestamp": "2026-06-29T20:21:03.589316+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
46
+ {"timestamp": "2026-06-29T20:21:04.323796+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
47
+ {"timestamp": "2026-06-29T20:21:04.986582+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
48
+ {"timestamp": "2026-06-29T20:21:18.479224+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": true, "fallback": false, "confidence": 0.9}}
49
+ {"timestamp": "2026-06-29T20:21:19.199705+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": true, "fallback": false, "confidence": 0.9}}
50
+ {"timestamp": "2026-06-29T20:21:19.878580+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": true, "fallback": false, "confidence": 0.9}}
51
+ {"timestamp": "2026-06-29T20:21:20.508100+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": true, "fallback": true, "confidence": 0.7}}
52
+ {"event_id": "02907f94-23d2-4d83-810a-d56e755a244b", "timestamp": "2026-06-29T20:34:46.291809+00:00", "input": "test real learning", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
53
+ {"event_id": "3c2f7324-d3b8-413f-8663-db7ce2998bef", "timestamp": "2026-06-29T20:43:56.757858+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
54
+ {"event_id": "f437f84d-17d4-4985-a41d-88d59a595991", "timestamp": "2026-06-29T20:43:57.696609+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
55
+ {"event_id": "cd21ee31-96a3-4e59-bfb9-b10f6a069270", "timestamp": "2026-06-29T20:43:58.402532+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
56
+ {"event_id": "e31da160-98d7-47a9-899b-44ffa69a7cd0", "timestamp": "2026-06-29T20:43:59.099290+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}}
57
+ {"event_id": "df6a110d-7a72-4e38-8c0b-73008f5f3b01", "timestamp": "2026-06-29T21:11:15.656987+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
58
+ {"event_id": "f69e51c9-6f27-4528-9307-c2eb077da351", "timestamp": "2026-06-29T21:11:16.445204+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
59
+ {"event_id": "efbabea8-f3a8-4562-9455-e592713c2ca7", "timestamp": "2026-06-29T21:11:17.257169+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
60
+ {"event_id": "61c2797e-b6e1-49aa-b2b0-73c3d6d1b27f", "timestamp": "2026-06-29T21:11:18.064322+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}}
61
+
62
+ {"event_id": "58476f09-b898-4681-9396-92ef688fcef4", "timestamp": "2026-06-29T21:20:36.398718+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
63
+ {"event_id": "ac284efc-7df7-40a3-a3b7-12f97cc2b80b", "timestamp": "2026-06-29T21:20:37.148971+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
64
+ {"event_id": "0426ee54-4fa1-4c2d-a215-9305f6da4298", "timestamp": "2026-06-29T21:20:37.914053+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
65
+ {"event_id": "e5035635-37ae-47ac-b3cb-32774764078c", "timestamp": "2026-06-29T21:20:38.766332+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}}
66
+ {"event_id": "0d6d9ea4-597a-4c36-9be4-348f5e3d9bc9", "timestamp": "2026-06-29T21:20:40.396472+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
67
+ {"event_id": "c12c984a-22f1-4418-a743-5b2f257fa283", "timestamp": "2026-06-29T21:25:35.378349+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
68
+ {"event_id": "f5293e80-41bf-4bf7-8f4a-6ade6b7f8aeb", "timestamp": "2026-06-29T21:25:38.455749+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
69
+ {"event_id": "a5251606-d44e-4b74-af21-a20ba79b4c81", "timestamp": "2026-06-29T21:25:39.536197+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
70
+ {"event_id": "274ffd7c-1f91-46a3-af74-59d41663321b", "timestamp": "2026-06-29T21:25:40.574745+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
71
+ {"event_id": "364b3cd7-4457-41f5-beb4-5ef9a22630b2", "timestamp": "2026-06-29T21:25:41.517361+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}}
72
+ {"event_id": "675744a2-d7a0-4d41-af4a-286dda94a955", "timestamp": "2026-06-29T21:36:52.965917+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
73
+ {"event_id": "3226d412-1c56-4fbf-887f-7450ae4850e1", "timestamp": "2026-06-29T21:36:53.460830+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
74
+ {"event_id": "5cf426a5-f992-4975-8ede-4f45e15c6cdd", "timestamp": "2026-06-29T21:36:53.972056+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
75
+ {"event_id": "20b11329-87c5-4f99-bd89-d897ccb1dfd3", "timestamp": "2026-06-29T21:36:54.458565+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}}
76
+ {"event_id": "a7382cf6-3010-4322-aec1-f439c01be83a", "timestamp": "2026-06-29T21:39:16.143297+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
77
+ {"event_id": "7e6fbf9c-7f54-4fd9-9765-456e35c77aed", "timestamp": "2026-06-29T21:39:16.902755+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
78
+ {"event_id": "4006ea48-a326-4ddc-a4a7-1d85411fd988", "timestamp": "2026-06-29T21:39:17.697383+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
79
+ {"event_id": "833eb803-5e00-43eb-a64a-dc8e1243e31e", "timestamp": "2026-06-29T21:39:18.429976+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}}
80
+ {"event_id": "ff4764db-6ddd-4599-b48a-5bd7a7f5071c", "timestamp": "2026-06-30T07:24:47.481960+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
81
+ {"event_id": "89278d3d-eee7-4a70-b8e4-bf2045375d4f", "timestamp": "2026-06-30T07:24:48.126100+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
82
+ {"event_id": "6eac3eaf-a3b7-4d62-8fe5-bf8651619714", "timestamp": "2026-06-30T07:24:48.730311+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}}
83
+ {"event_id": "36bb507c-e9f7-44f3-b8b2-fa166cbab8a7", "timestamp": "2026-06-30T07:24:49.399020+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}}
84
+ {"event_id": "ed423602-d896-46dc-aa76-ba7851857301", "timestamp": "2026-06-30T09:21:02.277328+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
85
+ {"event_id": "0ef3375b-57f4-4f21-84c8-8b7b4820a2c4", "timestamp": "2026-06-30T09:21:02.664342+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
86
+ {"event_id": "85902c7b-5626-4fca-87e2-e8a1316613ba", "timestamp": "2026-06-30T09:21:03.078895+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
87
+ {"event_id": "84f91bb5-6c24-4a23-b8b5-6d6612111c94", "timestamp": "2026-06-30T09:21:03.446252+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
88
+ {"event_id": "b0c69c3f-9c49-4ddf-b07c-90b2d48a4755", "timestamp": "2026-06-30T09:21:04.227848+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
89
+ {"event_id": "48e9fd22-fea9-495b-8f99-cab3a1ab479d", "timestamp": "2026-06-30T17:07:05.784087+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
90
+ {"event_id": "eb96aea6-a5ca-40ca-a16d-87c98e356050", "timestamp": "2026-06-30T17:07:06.505842+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
91
+ {"event_id": "11f3ae15-973b-4624-a98b-80ee5dedd6f8", "timestamp": "2026-06-30T17:07:07.782681+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
92
+ {"event_id": "80c6b8ec-2197-48e2-a705-c7818e7794e7", "timestamp": "2026-06-30T17:07:08.845770+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
93
+ {"event_id": "2d63ed3b-9778-4fc6-8579-05982390ee2d", "timestamp": "2026-06-30T17:14:59.632306+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
94
+ {"event_id": "cb8f3680-31d2-4737-baba-02b83000dfc4", "timestamp": "2026-06-30T17:15:00.092855+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
95
+ {"event_id": "9e1b3055-79a8-41e0-8f9f-ec497ef4f9aa", "timestamp": "2026-06-30T17:15:00.561200+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
96
+ {"event_id": "5d8c2275-6b21-4fd6-bc57-698f93d930f9", "timestamp": "2026-06-30T17:15:01.008397+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
97
+ {"event_id": "88d604a9-bac7-44b6-8c3f-0b5d6b59ed74", "timestamp": "2026-06-30T17:24:06.955713+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
98
+ {"event_id": "4b25d431-0b06-4d6f-9706-d306a31d16a4", "timestamp": "2026-06-30T17:24:07.644039+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
99
+ {"event_id": "a0bb1aa9-8395-480d-bc5c-25b26b9246db", "timestamp": "2026-06-30T17:24:08.310213+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
100
+ {"event_id": "b241c5e2-8b51-4e69-8720-97f2d64b1f0e", "timestamp": "2026-06-30T17:24:08.951992+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
101
+ {"event_id": "51d26e18-908c-456f-8f53-b34065e7203b", "timestamp": "2026-06-30T17:32:49.161930+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
102
+ {"event_id": "fd5f74b6-a1e2-4e57-9283-5b3ff00c448f", "timestamp": "2026-06-30T17:32:49.702211+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
103
+ {"event_id": "1583f707-c24f-45b1-88af-e311acfaa1e1", "timestamp": "2026-06-30T17:32:50.241878+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
104
+ {"event_id": "68f0b97f-bd2f-4038-812f-ad3e6e42a04c", "timestamp": "2026-06-30T17:32:50.777688+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
105
+ {"event_id": "07c27f56-a1a4-4b06-97c7-df37690313ea", "timestamp": "2026-06-30T17:34:17.448928+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
106
+ {"event_id": "d694a8ec-cdf5-4627-bc4d-2fcd79db26f6", "timestamp": "2026-06-30T17:34:17.946001+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
107
+ {"event_id": "f22f9528-d8c6-406e-a351-441f5131d99c", "timestamp": "2026-06-30T17:34:18.425307+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
108
+ {"event_id": "fcc99c0e-d7f2-42e3-a07c-c99ad8071866", "timestamp": "2026-06-30T17:34:18.889166+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
109
+ {"event_id": "d448f856-e9c3-48d3-a3f5-e0d39333c4cb", "timestamp": "2026-06-30T17:36:13.764020+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
110
+ {"event_id": "26db6f4a-4bfd-4bf6-9b68-89a2a4983e03", "timestamp": "2026-06-30T17:36:14.499720+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
111
+ {"event_id": "115ed7bc-00e8-439a-9b71-a3398a7bffde", "timestamp": "2026-06-30T17:36:15.236827+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
112
+ {"event_id": "ca7c3559-3564-40b2-a76e-dc3862a03e7a", "timestamp": "2026-06-30T17:36:15.926790+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
113
+ {"event_id": "3f7e117a-162f-404e-a82f-23420e4d27d5", "timestamp": "2026-06-30T17:36:18.139164+00:00", "input": "consulta contrato corporativo", "intent": "info", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
114
+ {"event_id": "3c025944-591a-4ab5-9f43-74d9111d492c", "timestamp": "2026-06-30T17:36:20.117282+00:00", "input": "analiza esquema sql", "intent": "sql", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
115
+ {"event_id": "555b107e-c7cf-4ca7-bda5-75a746433109", "timestamp": "2026-06-30T17:36:21.829355+00:00", "input": "explica guia tecnica local", "intent": "info", "source_type": "technical-docs", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
116
+ {"event_id": "9eb9d01c-5ab6-4a21-9e14-63a9a58df709", "timestamp": "2026-06-30T17:36:32.318889+00:00", "input": "explica guia tecnica local", "intent": "info", "source_type": "technical-docs", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "balanced+lite", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "routing_fallback"}}
117
+ {"event_id": "fd325947-69d9-416a-a681-e2a3eedeb8f4", "timestamp": "2026-06-30T17:37:01.208264+00:00", "input": "explica guia tecnica local", "intent": "info", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "routing_fallback"}}
118
+ {"event_id": "12503c18-4790-4c23-aba6-762f3f51cbee", "timestamp": "2026-06-30T17:37:10.659789+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
119
+ {"event_id": "cec43402-b528-4d05-a5e0-6b5ebfa35671", "timestamp": "2026-06-30T17:37:11.407340+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
120
+ {"event_id": "ca5587b7-6e39-407e-bdc0-24e2514f3962", "timestamp": "2026-06-30T17:37:12.211160+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
121
+ {"event_id": "79ecb4bc-fabd-4a5f-a3bd-8b59557d10ff", "timestamp": "2026-06-30T17:37:12.931961+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
122
+ {"event_id": "80378f16-a4f3-4d6d-b24b-8572f155857f", "timestamp": "2026-06-30T17:40:30.168979+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
123
+ {"event_id": "84f78ccd-3a95-43b0-a7a6-d03abe708ce6", "timestamp": "2026-06-30T17:40:30.736204+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
124
+ {"event_id": "1e5e7fa1-3384-498f-bcb4-d27a50628eca", "timestamp": "2026-06-30T17:40:31.379876+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
125
+ {"event_id": "23b0c6b1-0e5e-461c-9e3d-2519ce789028", "timestamp": "2026-06-30T17:40:32.164694+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
126
+ {"event_id": "cbd2bf62-360c-405b-949b-3dad43ca9d6c", "timestamp": "2026-06-30T18:32:33.111940+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
127
+ {"event_id": "80c4538a-ce90-495d-9361-62f83d0d3c3f", "timestamp": "2026-06-30T18:32:34.074251+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
128
+ {"event_id": "f718fa4b-b494-48dd-99e7-7dd6f92a5036", "timestamp": "2026-06-30T18:32:34.975758+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
129
+ {"event_id": "5c344be0-d5db-4c88-a03b-e4a3954f6574", "timestamp": "2026-06-30T18:32:35.874603+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
130
+ {"event_id": "3923c8fa-3319-4def-b617-20a218f520ed", "timestamp": "2026-06-30T18:36:14.798034+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
131
+ {"event_id": "a775e3cb-64b1-43e8-bc5c-aca3860bc547", "timestamp": "2026-06-30T18:36:15.642911+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
132
+ {"event_id": "9a0c7653-b381-4149-995d-478416acd9a0", "timestamp": "2026-06-30T18:36:16.468801+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
133
+ {"event_id": "b386f185-370b-494d-8a0e-6f67798d2889", "timestamp": "2026-06-30T18:36:17.329136+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
134
+ {"event_id": "5b546b2c-3fda-492b-b7d6-61fbc0075886", "timestamp": "2026-06-30T18:38:48.179688+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
135
+ {"event_id": "bc3922f3-1138-422b-bbaa-a27968cf7654", "timestamp": "2026-06-30T18:38:49.036480+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
136
+ {"event_id": "d6930af7-8ffa-44e7-9577-8b05e68c4127", "timestamp": "2026-06-30T18:38:49.900882+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
137
+ {"event_id": "5c4d988c-53e3-4916-b5f5-9634f4537f84", "timestamp": "2026-06-30T18:38:50.828178+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
138
+ {"event_id": "8e5acf1c-1026-49fa-9fad-1e3cd4b4b432", "timestamp": "2026-06-30T18:43:54.362391+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
139
+ {"event_id": "e238d72e-4a05-4059-81ae-62f12019a64e", "timestamp": "2026-06-30T18:43:55.232045+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
140
+ {"event_id": "5a21518a-1495-4e4a-b83b-49e3d9d9490a", "timestamp": "2026-06-30T18:43:56.049439+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
141
+ {"event_id": "e81fa45c-f5ab-4824-b426-5c21be032db4", "timestamp": "2026-06-30T18:43:56.882421+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
142
+ {"event_id": "4963990a-9fb9-4132-9757-7db69c7292e1", "timestamp": "2026-06-30T19:03:57.400148+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
143
+ {"event_id": "8de14c76-a7f4-48af-aed4-c10285f23057", "timestamp": "2026-06-30T19:03:57.852993+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
144
+ {"event_id": "c3bd7367-21f0-4e19-8b25-7296dfb3cece", "timestamp": "2026-06-30T19:03:58.303926+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
145
+ {"event_id": "c6f4bec4-7248-48c3-bdf7-4a692818ecfa", "timestamp": "2026-06-30T19:03:58.784324+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
146
+ {"event_id": "02f34266-fbed-4783-8485-4beb9afa3563", "timestamp": "2026-06-30T19:05:13.092537+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
147
+ {"event_id": "aabce35e-57c5-4a15-9f37-2fb868285c5c", "timestamp": "2026-06-30T19:05:13.574277+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
148
+ {"event_id": "3969a95b-81b0-4e16-89d2-57619e15b19c", "timestamp": "2026-06-30T19:05:14.066248+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
149
+ {"event_id": "6f80f5d4-da67-48bd-96b3-eae899b1cb0b", "timestamp": "2026-06-30T19:05:14.544418+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
150
+ {"event_id": "c9ed5575-ddd0-43ea-b538-5e5543a2d676", "timestamp": "2026-06-30T19:05:59.950624+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
151
+ {"event_id": "8c1e18c1-626d-4067-a198-48f871304c4a", "timestamp": "2026-06-30T19:06:00.502881+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
152
+ {"event_id": "eb62ec26-e9c2-4312-a8d6-4ca7cb44d8f0", "timestamp": "2026-06-30T19:06:01.158504+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
153
+ {"event_id": "0730e59c-2ee8-42eb-b25a-fd5e46225fbd", "timestamp": "2026-06-30T19:06:01.811254+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
154
+ {"event_id": "d1a3148d-4bcd-49f7-b721-1724783db5fc", "timestamp": "2026-06-30T19:13:58.420254+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
155
+ {"event_id": "e1cc74f3-bc98-4dfa-a730-6ca29353e312", "timestamp": "2026-06-30T19:13:59.266782+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
156
+ {"event_id": "b969d5ad-c8f8-4e39-8b1c-80bfaad4fe6a", "timestamp": "2026-06-30T19:14:00.272976+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
157
+ {"event_id": "627edab0-7028-4dfd-9242-f89949525be0", "timestamp": "2026-06-30T19:14:00.898794+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
158
+ {"event_id": "dfb22946-fe0f-4dfe-906f-e211e5b48991", "timestamp": "2026-06-30T20:32:28.796089+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
159
+ {"event_id": "bc64d4b6-9146-435d-81ff-5f3d6aa9eaa1", "timestamp": "2026-06-30T20:32:30.135977+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
160
+ {"event_id": "33acaa29-92c4-4d94-9ace-0a57d67e0f18", "timestamp": "2026-06-30T20:32:31.213071+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
161
+ {"event_id": "303c3049-5737-4b8b-9e55-77002b90953c", "timestamp": "2026-06-30T20:32:31.790837+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
162
+ {"event_id": "f7113e8c-c64f-4c1b-af5b-510f4c48faf4", "timestamp": "2026-06-30T21:00:46.030613+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
163
+ {"event_id": "34a0d253-62ee-4a82-8370-a536d1ce4ca5", "timestamp": "2026-06-30T21:00:46.537116+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
164
+ {"event_id": "6441832c-e62d-4a4d-9c58-c9cc46864065", "timestamp": "2026-06-30T21:00:47.039242+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
165
+ {"event_id": "562a49e3-7388-4b56-9ad7-0e79792fbb42", "timestamp": "2026-06-30T21:00:47.527103+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
166
+ {"event_id": "300d2541-78b0-4095-a7dc-5b75c33b1008", "timestamp": "2026-06-30T21:24:54.276779+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
167
+ {"event_id": "87127e89-f860-490c-86bf-79df4557c3ec", "timestamp": "2026-06-30T21:24:54.771475+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
168
+ {"event_id": "014928fb-1ec5-4feb-9a3a-36aa6ac8a6fd", "timestamp": "2026-06-30T21:24:55.317588+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
169
+ {"event_id": "490832e5-f85e-42a2-9a46-4ab03012f199", "timestamp": "2026-06-30T21:24:55.791356+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration;routing_fallback"}}
170
+ {"event_id": "5911d0bf-9441-4a3e-b3f3-09dcef22bad5", "timestamp": "2026-06-30T21:30:42.844711+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
171
+ {"event_id": "7cf3eeef-e018-42cc-8332-09c78a4f25ff", "timestamp": "2026-06-30T21:30:44.308796+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
172
+ {"event_id": "2c8f1209-96f7-4f19-a3b9-8751770e86a3", "timestamp": "2026-06-30T21:30:45.506491+00:00", "input": "Analiza schema SQL", "intent": "analysis", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
173
+ {"event_id": "992848b5-2ccc-420f-baf7-dd07958e818e", "timestamp": "2026-06-30T21:30:47.173078+00:00", "input": "Plan de migracion legacy", "intent": "migration", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}}
174
+ {"event_id": "23c9f3c2-ca8e-4dde-b093-93869ccc3896", "timestamp": "2026-06-30T21:30:49.639288+00:00", "input": "explica guia tecnica local", "intent": "info", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
175
+ {"event_id": "175372cb-7c09-4a60-b536-3a48491458a7", "timestamp": "2026-07-03T17:06:59.663719+00:00", "input": "test auto metrics", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}}
176
+ {"event_id": "fc2df92f-b855-4d9a-8f11-66a34e53199f", "timestamp": "2026-07-03T17:07:07.739951+00:00", "input": "test auto metrics tokens", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "usage": {"input_tokens": 321, "output_tokens": 123, "total_tokens": 444, "estimated_cost_usd": 0.0042}}
177
+ {"event_id": "b206b0d0-1868-4618-bcf7-3e378b25c268", "timestamp": "2026-07-03T17:07:31.218308+00:00", "input": "test telemetry persisted", "intent": "bug-fix", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dev.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "usage": {"input_tokens": 10, "output_tokens": 20, "total_tokens": 30, "estimated_cost_usd": 0.0}, "telemetry": {"iteration_metrics_recorded": true, "metrics_output": "observability\\logs\\iteration-metrics.jsonl"}}
178
+
179
+
180
+ {"event_id": "0d871e30-d6a2-4676-98ba-dd0cf3d75c12", "timestamp": "2026-07-03T21:23:31.071341+00:00", "input": "Fix navbar bug", "intent": "bug-fix", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": true, "grounded": false, "sources": [], "notes": "selected_by=domain_default", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+bug-fix", "success": null, "outcome_status": "pending", "fallback": true, "confidence": 0.7}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "routing_fallback"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
181
+ {"event_id": "e69027cf-0e0a-4855-8342-b699ed0742c8", "timestamp": "2026-07-03T21:24:51.419213+00:00", "input": "Implementar nueva pantalla", "intent": "feature", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/auto-route.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/dev-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
182
+ {"event_id": "6bfd1c3e-84a2-4cf3-b7a7-097e80cb0e0c", "timestamp": "2026-07-03T21:30:24.902272+00:00", "input": "Implementar filtro de productos", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
183
+ {"event_id": "0e2ea172-a9e4-401f-b0c5-be2bfe18fffe", "timestamp": "2026-07-03T21:30:32.726937+00:00", "input": "Revisar accesibilidad del sistema de diseño", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=domain_capability_index;domain_normalized=frontend->ux-ui", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
184
+ {"event_id": "3fc37a6a-82a1-4d0d-9481-7ae6690d4ca4", "timestamp": "2026-07-03T21:30:41.032206+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
185
+ {"event_id": "a0cff941-7c2f-4b9c-a5bc-3d0784e55417", "timestamp": "2026-07-03T21:30:43.852245+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
186
+ {"event_id": "36655401-0428-4795-ae87-fb37de0a9114", "timestamp": "2026-07-03T21:30:46.619265+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
187
+ {"event_id": "115b1411-d785-4a66-b709-da5c7963d74f", "timestamp": "2026-07-03T21:30:49.292302+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
188
+ {"event_id": "5630ddf8-ddd0-4657-a69f-1f18bf2b15e8", "timestamp": "2026-07-03T21:30:51.794297+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
189
+ {"event_id": "cea89473-550f-42a5-8925-950ba788876c", "timestamp": "2026-07-03T21:30:54.199420+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
190
+ {"event_id": "2edec44f-b092-4d80-ad59-69b99405adc4", "timestamp": "2026-07-03T21:30:56.269046+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
191
+ {"event_id": "a55fbb1a-655a-45cc-902f-2316c2d4bf31", "timestamp": "2026-07-03T21:43:03.945805+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
192
+ {"event_id": "617ae73f-3946-414a-a672-c05bd6278374", "timestamp": "2026-07-03T21:43:07.905422+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
193
+ {"event_id": "36cf1ff9-c14c-44a4-8c00-1cde65c2afb3", "timestamp": "2026-07-03T21:43:10.701358+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
194
+ {"event_id": "d43730ea-308c-4121-9871-541de78c4bba", "timestamp": "2026-07-03T21:43:13.053947+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
195
+ {"event_id": "64054da7-76a9-461f-aaa9-0c83fb579659", "timestamp": "2026-07-03T21:43:15.335238+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
196
+ {"event_id": "88947a43-11ef-401d-9be5-b2d30ef0f5c6", "timestamp": "2026-07-03T21:43:17.473646+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
197
+ {"event_id": "556d1a05-5d82-48bf-bd48-6ab988631c21", "timestamp": "2026-07-03T21:43:19.523508+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
198
+ {"event_id": "bd2ab684-5d61-49ba-956b-1264fed4e348", "timestamp": "2026-07-03T21:48:03.765722+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
199
+ {"event_id": "200bf45f-c4cd-4c60-a764-d3f38cadedf2", "timestamp": "2026-07-03T21:48:08.020382+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
200
+ {"event_id": "d14179e5-11ef-4fc5-8ece-d0aac645e8b7", "timestamp": "2026-07-03T21:48:10.848245+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
201
+ {"event_id": "449e16cd-3867-4538-83c9-5b59ccc0b575", "timestamp": "2026-07-03T21:48:13.473144+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
202
+ {"event_id": "a6b77cca-9286-4913-9290-42ac6db4ecb7", "timestamp": "2026-07-03T21:48:15.677486+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
203
+ {"event_id": "60893375-5460-4f2c-a5fa-71040d9bc920", "timestamp": "2026-07-03T21:48:17.869633+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
204
+ {"event_id": "9622a434-d6ae-4249-a0d5-cf49b4903758", "timestamp": "2026-07-03T21:48:20.033502+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
205
+ {"event_id": "8d0e8d96-bc62-45f6-b80f-6ecb55448670", "timestamp": "2026-07-03T21:51:15.467527+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
206
+ {"event_id": "8aaa4b3c-cbc1-4a5d-a90e-b51a33402aec", "timestamp": "2026-07-03T21:51:19.137827+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
207
+ {"event_id": "d041ab68-13a6-4d4f-8997-6f842594be24", "timestamp": "2026-07-03T21:51:23.110779+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
208
+ {"event_id": "692dc8e7-aa2a-4c6d-8ea5-8680466008bb", "timestamp": "2026-07-03T21:51:26.779602+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
209
+ {"event_id": "bd27067f-5142-45ab-881e-ab29785a4b2c", "timestamp": "2026-07-03T21:51:30.020902+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
210
+ {"event_id": "54341ea7-71d7-4fc9-b943-88903cebfc53", "timestamp": "2026-07-03T21:51:32.262982+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
211
+ {"event_id": "446ddd95-7673-4989-8e8f-f0624be78b16", "timestamp": "2026-07-03T21:51:34.379930+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
212
+
213
+ {"event_id": "8219f96c-2dbb-4c50-a29d-6410be0f7767", "timestamp": "2026-07-04T07:15:43.521043+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
214
+ {"event_id": "f60093b3-9596-48cc-a5b4-da4df103c7e9", "timestamp": "2026-07-04T07:15:44.964582+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
215
+ {"event_id": "361729e5-ab71-4877-93a3-13b73b459169", "timestamp": "2026-07-04T07:15:46.241830+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
216
+ {"event_id": "113649d0-4225-4ee3-876f-4049a6cbdb70", "timestamp": "2026-07-04T07:15:47.423882+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
217
+ {"event_id": "30a626da-34c8-4474-a695-9275d70f4d7b", "timestamp": "2026-07-04T07:15:48.597892+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
218
+ {"event_id": "d68c7686-52d4-4ce6-b78b-101390412017", "timestamp": "2026-07-04T07:15:49.806524+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
219
+ {"event_id": "5ed79bd8-9b00-4967-ab83-618afa10052c", "timestamp": "2026-07-04T07:15:51.138746+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
220
+ {"event_id": "015032c7-803f-4f38-adae-4e07581fdce7", "timestamp": "2026-07-04T07:16:15.288632+00:00", "input": "test", "intent": "info", "domain": "dev", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": false, "sources": [], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/auto-route.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "dev+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
221
+ {"event_id": "b590f9f8-a176-4811-8777-7443697ed406", "timestamp": "2026-07-04T07:16:52.254024+00:00", "input": "consulta contrato", "intent": "info", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
222
+ {"event_id": "255f1e7e-a6a8-433f-aaee-ba6faa249289", "timestamp": "2026-07-04T07:17:42.027064+00:00", "input": "consulta contrato", "intent": "info", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
223
+ {"event_id": "e9016220-e02a-4cc6-8c14-dc70f612beda", "timestamp": "2026-07-04T07:18:07.020236+00:00", "input": "consulta contrato", "intent": "info", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
224
+ {"event_id": "9727fddb-43b5-4ff1-bda6-e69f06b5a2a2", "timestamp": "2026-07-04T07:20:44.053952+00:00", "input": "analiza esquema sql", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
225
+ {"event_id": "013ddb37-d508-48f8-900f-1a783fab9f9d", "timestamp": "2026-07-04T07:21:33.711479+00:00", "input": "explica guia", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
226
+ {"event_id": "a74a4039-38ec-4243-bae2-298353f16ed9", "timestamp": "2026-07-04T07:22:35.678743+00:00", "input": "analiza esquema sql", "intent": "sql", "domain": "dba", "source_type": "unknown", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
227
+ {"event_id": "7157b3df-7b3d-4413-a44c-fb840eb0a966", "timestamp": "2026-07-04T07:22:52.354225+00:00", "input": "analiza esquema sql", "intent": "sql", "domain": "dba", "source_type": "", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory"], "reason": "capability-aware routing"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
228
+ {"event_id": "733e2684-67f1-4221-a0a5-d878e47c2529", "timestamp": "2026-07-04T07:23:41.007497+00:00", "input": "query sql schema", "intent": "sql", "domain": "dba", "source_type": "code", "agent": "dba", "engine": "Graphify", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
229
+ {"event_id": "13e87386-73f4-4d85-a1c8-24b80ae979ab", "timestamp": "2026-07-04T07:23:58.290573+00:00", "input": "query sql schema", "intent": "sql", "domain": "dba", "source_type": "code", "agent": "dba", "engine": "Graphify", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_dba"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
230
+ {"event_id": "14565e42-b589-406e-918e-15ce97320dc0", "timestamp": "2026-07-04T07:24:36.358777+00:00", "input": "test", "intent": "info", "domain": "unknown-domain", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": false, "sources": [], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/auto-route.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "unknown-domain+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
231
+ {"event_id": "fca3a628-cdbf-4ae7-abba-6f076ccc422b", "timestamp": "2026-07-04T07:26:17.905149+00:00", "input": "analiza esquema sql", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
232
+ {"event_id": "56d9a7f9-472e-4966-81d7-1188ece49cda", "timestamp": "2026-07-04T07:26:18.520093+00:00", "input": "test grounding", "intent": "info", "domain": "unknown-domain", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": false, "sources": [], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/auto-route.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "unknown-domain+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
233
+ {"event_id": "ca4ca59c-20dc-402f-b0d1-55dac8557813", "timestamp": "2026-07-04T07:26:24.275648+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
234
+ {"event_id": "905113c3-bead-45e2-8d61-25b5eccf6959", "timestamp": "2026-07-04T07:26:33.271911+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
235
+ {"event_id": "6eeb15e2-2c8f-457b-a3a2-f74cbe19dddb", "timestamp": "2026-07-04T07:26:34.700628+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
236
+ {"event_id": "e0e8b068-7f68-41d4-b103-55a9ca4e14ad", "timestamp": "2026-07-04T07:26:36.086887+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
237
+ {"event_id": "2ccd6481-f570-4e06-a702-9866a321e877", "timestamp": "2026-07-04T07:26:37.778210+00:00", "input": "Analiza esquema SQL de la tabla de pedidos", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
238
+ {"event_id": "9a33da71-5c23-4e99-b542-54729f0b37f5", "timestamp": "2026-07-04T07:26:39.173981+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
239
+ {"event_id": "287f4e2e-f98c-48dc-98a9-f295d9191235", "timestamp": "2026-07-04T07:26:40.524219+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
240
+ {"event_id": "e72bb15c-55fa-416d-a108-d2411b556722", "timestamp": "2026-07-04T07:26:41.898144+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
241
+ {"event_id": "518d6816-11d6-47b0-bf40-359ad8604c41", "timestamp": "2026-07-04T07:26:43.265401+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
242
+ {"event_id": "d5082a92-d39a-4bf1-9f82-f9b3f8d3039c", "timestamp": "2026-07-04T07:28:20.015110+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
243
+ {"event_id": "e28495f4-9373-4181-b769-8c0dcefc056c", "timestamp": "2026-07-04T07:28:21.402634+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
244
+ {"event_id": "3718d0e7-8c36-4d79-bdc8-e16a4123ba26", "timestamp": "2026-07-04T07:28:22.743287+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
245
+ {"event_id": "264b7b79-970d-48d9-b2e7-4ae2ba85c3e9", "timestamp": "2026-07-04T07:28:24.182075+00:00", "input": "Analiza esquema SQL de la tabla de pedidos", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
246
+ {"event_id": "c47f21ae-f249-4b2f-8dc2-c66daadcb6c3", "timestamp": "2026-07-04T07:28:25.652475+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
247
+ {"event_id": "c9859b8e-7dc1-4bb2-a561-ecf4278bde7e", "timestamp": "2026-07-04T07:28:27.127884+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
248
+ {"event_id": "0d5b4d97-823b-4be4-9324-4c49f754ac0a", "timestamp": "2026-07-04T07:28:28.998272+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
249
+ {"event_id": "c9c3d19d-afda-4dcf-90b9-cebf57e16cc7", "timestamp": "2026-07-04T07:28:30.420944+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
250
+ {"event_id": "be764a23-8928-4254-9899-0620eb52a0ff", "timestamp": "2026-07-04T07:28:35.556941+00:00", "input": "analiza esquema sql", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
251
+ {"event_id": "ec5f344d-fb0a-4d31-b957-c7bb1a0c9112", "timestamp": "2026-07-04T07:28:36.220055+00:00", "input": "test grounding", "intent": "info", "domain": "unknown-domain", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": false, "sources": [], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/auto-route.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "unknown-domain+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
252
+ {"event_id": "7152565b-ef6b-4bf8-aef2-a0f6f0678dbf", "timestamp": "2026-07-04T07:28:37.807666+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
253
+ {"event_id": "aed1dda0-0173-41b6-b569-c6bdb42766a8", "timestamp": "2026-07-04T07:29:07.348638+00:00", "input": "analiza esquema sql", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
254
+ {"event_id": "b868157f-ca5d-4cb1-a196-0e85dbad2206", "timestamp": "2026-07-04T07:29:08.514295+00:00", "input": "test grounding", "intent": "info", "domain": "unknown-domain", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": false, "sources": [], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/auto-route.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "unknown-domain+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
255
+ {"event_id": "5d2a9985-b273-4159-a08e-b309b912537d", "timestamp": "2026-07-04T07:29:11.225944+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
256
+ {"event_id": "30a9f810-9e11-4a99-b696-8a5d1c75db7e", "timestamp": "2026-07-04T08:56:31.128662+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
257
+ {"event_id": "e62de9df-44bd-46b6-a5ae-ce378396c685", "timestamp": "2026-07-04T08:56:33.176556+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
258
+ {"event_id": "8db839cb-c632-4563-8916-f91d475bff95", "timestamp": "2026-07-04T08:56:34.880342+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
259
+ {"event_id": "b028f2f3-eb6f-4ce7-a91a-be9c15ac5f79", "timestamp": "2026-07-04T08:56:36.780690+00:00", "input": "Analiza esquema SQL de la tabla de pedidos", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
260
+ {"event_id": "93068b93-a398-4fd9-b996-0f81ea9fa8b8", "timestamp": "2026-07-04T08:56:38.541882+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["gitnexus:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
261
+ {"event_id": "1a009d6e-e230-4c4a-b9f7-f7624fb51bf4", "timestamp": "2026-07-04T08:56:40.268430+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
262
+ {"event_id": "986fdae9-2fb9-41e6-898e-afad9d580475", "timestamp": "2026-07-04T08:56:42.026012+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
263
+ {"event_id": "884c2b07-4e82-45a9-b209-c694c5afad66", "timestamp": "2026-07-04T08:56:43.812517+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
264
+ {"event_id": "709d541b-0752-4e8d-9bad-032087986335", "timestamp": "2026-07-04T08:58:36.331197+00:00", "input": "analiza esquema sql", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
265
+ {"event_id": "6231f3e7-ec5c-4a80-b52f-1b729112a8aa", "timestamp": "2026-07-04T08:58:37.214580+00:00", "input": "test grounding", "intent": "info", "domain": "unknown-domain", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": false, "sources": [], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/auto-route.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "unknown-domain+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
266
+ {"event_id": "bb145b8a-3308-4540-8b47-2ab5735a1571", "timestamp": "2026-07-04T08:58:45.089238+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
267
+ {"event_id": "0ca336e6-7913-448e-84dd-d2e05b360a5f", "timestamp": "2026-07-04T09:08:14.041405+00:00", "input": "analiza esquema sql", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=domain_capability_index", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
268
+ {"event_id": "24d52d63-08d2-4c06-988e-c6da0e82b596", "timestamp": "2026-07-04T09:08:15.026661+00:00", "input": "test grounding", "intent": "info", "domain": "unknown-domain", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": false, "sources": [], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/auto-route.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "unknown-domain+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
269
+ {"event_id": "3f41352e-fb3e-4c57-a477-6228e82bd5f3", "timestamp": "2026-07-04T09:08:24.606988+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
270
+ {"event_id": "abbf29db-cc29-458e-a869-0ecfb0f5f8ca", "timestamp": "2026-07-04T11:49:32.981956+00:00", "input": "analizar migracion legacy multi-repo", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_architect_forensics_expert", "gitnexus:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
271
+ {"event_id": "25d21720-287a-47f3-bc5d-80677bba914d", "timestamp": "2026-07-04T13:01:27.100612+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
272
+ {"event_id": "05bd7c67-ef9e-4675-ad2d-9235f0178669", "timestamp": "2026-07-04T13:01:27.993388+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
273
+ {"event_id": "7ccef8ef-6d24-4b21-a76f-a9ea6b7660c6", "timestamp": "2026-07-04T13:01:28.874538+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
274
+ {"event_id": "9daa0b94-0af3-4211-ac48-f4c25b2e7f45", "timestamp": "2026-07-04T13:01:29.803979+00:00", "input": "Analiza esquema SQL de la tabla de pedidos", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
275
+ {"event_id": "21d751e9-5047-4d5a-9060-9f250ac85127", "timestamp": "2026-07-04T13:01:30.668602+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_architect_forensics_expert", "gitnexus:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
276
+ {"event_id": "37c1024d-4d9e-42b2-b9ad-7d38660568b0", "timestamp": "2026-07-04T13:01:31.558929+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
277
+ {"event_id": "50ec302b-6ed9-4f8e-b218-06cdd1046262", "timestamp": "2026-07-04T13:01:32.405047+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
278
+ {"event_id": "80e7843c-03f8-44bc-b7ab-3bf07678b8dd", "timestamp": "2026-07-04T13:01:33.232962+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
279
+ {"event_id": "b1389d92-144f-4c47-9248-d7862311dafb", "timestamp": "2026-07-04T13:01:58.604731+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
280
+ {"event_id": "07ab9d2a-48de-452c-aedf-bc96d789add4", "timestamp": "2026-07-04T13:01:59.475628+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
281
+ {"event_id": "f58a7323-2241-4eed-b842-52ca68756719", "timestamp": "2026-07-04T13:02:00.295414+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
282
+ {"event_id": "e0d9580e-a123-4846-9397-5689af603d6c", "timestamp": "2026-07-04T13:02:01.147311+00:00", "input": "Analiza esquema SQL de la tabla de pedidos", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
283
+ {"event_id": "d51ad43a-2df8-49ae-927c-e84b55f093fa", "timestamp": "2026-07-04T13:02:02.008449+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_architect_forensics_expert", "gitnexus:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
284
+ {"event_id": "09578a2e-bc13-4f59-8573-b9fdb805fd4d", "timestamp": "2026-07-04T13:02:02.761010+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
285
+ {"event_id": "179e9c6a-95d7-49ef-a483-8ebc02460746", "timestamp": "2026-07-04T13:02:03.613321+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
286
+ {"event_id": "5c91fd08-d99f-48a4-8bb0-efa8378164f4", "timestamp": "2026-07-04T13:02:04.327690+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
287
+ {"event_id": "e4f54a1b-c627-4782-8550-3bd13ff60c29", "timestamp": "2026-07-04T13:44:35.778794+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
288
+ {"event_id": "88fb574d-c0b9-4851-a707-eefc80ff498c", "timestamp": "2026-07-04T13:44:36.835438+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
289
+ {"event_id": "7bd302db-0f81-4c90-8386-7c3ae2f3cc7e", "timestamp": "2026-07-04T13:44:37.637897+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
290
+ {"event_id": "f4821450-e8f0-42da-97b2-0b282181cec3", "timestamp": "2026-07-04T13:44:38.653229+00:00", "input": "Analiza esquema SQL de la tabla de pedidos", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
291
+ {"event_id": "36bdaa45-e3db-43d7-afa5-f7b889e13faa", "timestamp": "2026-07-04T13:44:39.542622+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_architect_forensics_expert", "gitnexus:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
292
+ {"event_id": "d34de45e-308d-42ab-b77a-9a65acc61890", "timestamp": "2026-07-04T13:44:40.373329+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
293
+ {"event_id": "a6ad9c24-d0c4-49fa-b793-7eb995ccb823", "timestamp": "2026-07-04T13:44:41.227458+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
294
+ {"event_id": "49b50c21-542c-48d3-9071-c2c7c00414c5", "timestamp": "2026-07-04T13:44:42.018061+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
295
+ {"timestamp": "2026-07-05T09:31:19.208179+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "repo-intake/generated/wiki/unified-graph.json"], "notes": "dirty_nodes=5; total_nodes=5; elapsed_ms=340; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
296
+ {"timestamp": "2026-07-05T09:34:41.831620+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "repo-intake/generated/wiki/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=5; elapsed_ms=45; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
297
+ {"timestamp": "2026-07-05T09:34:45.274889+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "repo-intake/generated/wiki/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=5; elapsed_ms=105; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
298
+ {"timestamp": "2026-07-05T09:37:15.998459+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "repo-intake/generated/wiki/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=5; elapsed_ms=325; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
299
+ {"timestamp": "2026-07-05T09:37:53.345459+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "repo-intake/generated/wiki/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=5; elapsed_ms=173; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
300
+ {"timestamp": "2026-07-05T09:39:48.207481+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "repo-intake/generated/wiki/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=5; elapsed_ms=158; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
301
+ {"timestamp": "2026-07-05T09:42:22.391355+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "repo-intake/generated/wiki/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=5; elapsed_ms=73; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
302
+ {"event_id": "2ffca0b3-6e27-4044-af22-a18213974750", "timestamp": "2026-07-05T09:53:28.805628+00:00", "input": "Arregla bug de login", "intent": "bug-fix", "domain": "backend", "source_type": "code", "agent": "backend", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_backend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/backend.fix-bug.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/backend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "backend+bug-fix", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
303
+ {"event_id": "eff45ff1-30e0-4f86-acc1-8c2898e52527", "timestamp": "2026-07-05T09:53:29.907978+00:00", "input": "Necesito fuentes SLA reales", "intent": "knowledge-grounded", "domain": "azure-rag", "source_type": "corporate-docs", "agent": "rag-azure", "engine": "Azure RAG Builder", "optimization_profile": "evidence-first+evidence-first", "fallback": false, "grounded": true, "sources": ["repo:boost_azure_rag"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/azure-rag.query.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/azure-rag-enterprise/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "evidence-first", "caveman": "always_on", "caveman_profile": "evidence-first", "sources_preserved": true, "context_reduction_strategy": "chunk"}, "memory": {"selected": ["repo-memory", "routing-memory", "enterprise-memory"], "reason": "corporate evidence route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "azure-rag-connector"], "learning": {"used_pattern": "azure-rag+knowledge-grounded", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
304
+ {"event_id": "c2173480-9c3f-4e5e-a40b-17bc3c8effaf", "timestamp": "2026-07-05T09:53:30.851086+00:00", "input": "Analiza schema SQL", "intent": "analysis", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+analysis", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
305
+ {"event_id": "7a5907f7-edf3-477f-82a4-4f354648a1ae", "timestamp": "2026-07-05T09:53:31.748935+00:00", "input": "Analiza esquema SQL de la tabla de pedidos", "intent": "sql", "domain": "dba", "source_type": "technical-docs", "agent": "dba", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_dba", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/dba.query-review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/database-analysis/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "dba+sql", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
306
+ {"event_id": "d8577530-5805-413f-b4c3-2c244800f5e2", "timestamp": "2026-07-05T09:53:32.678151+00:00", "input": "Plan de migracion legacy", "intent": "migration", "domain": "legacy", "source_type": "code", "agent": "legacy", "engine": "GitNexus", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_architect_forensics_expert", "gitnexus:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/legacy.impact-analysis.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/legacy-migration/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "gitnexus-command"], "learning": {"used_pattern": "legacy+migration", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": true, "action": "request_human_confirmation", "reason": "high_impact:migration"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
307
+ {"event_id": "3ed21e66-70e2-430d-9b21-2835424db5f2", "timestamp": "2026-07-05T09:53:33.597089+00:00", "input": "explica guia tecnica local", "intent": "info", "domain": "rag", "source_type": "technical-docs", "agent": "rag-local", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["graphify:index"], "notes": "selected_by=domain_default_expected", "prompt": {"selected": ".github/prompts/rag.knowledge-answer.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/rag-knowledge/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "rag+info", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
308
+ {"event_id": "57258e0f-0d70-4b10-b5d3-6dfc7354c8f1", "timestamp": "2026-07-05T09:53:34.727844+00:00", "input": "Implementar nuevo componente de checkout", "intent": "feature", "domain": "frontend", "source_type": "code", "agent": "frontend-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo:boost_frontend"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/frontend.code.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/frontend-coding/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "symbol"}, "memory": {"selected": ["repo-memory", "routing-memory", "code-memory"], "reason": "code route uses structural retrieval"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "codegraph-command", "codegraph-index"], "learning": {"used_pattern": "frontend+feature", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
309
+ {"event_id": "a7c73bfe-7d7c-4634-ac0e-c19026f90180", "timestamp": "2026-07-05T09:53:36.434832+00:00", "input": "Revisar consistencia y accesibilidad del design system", "intent": "review", "domain": "ux-ui", "source_type": "technical-docs", "agent": "ux-ui", "engine": "Graphify", "optimization_profile": "balanced+lite", "fallback": false, "grounded": true, "sources": ["repo:boost_design_ux_with_intent", "graphify:index"], "notes": "selected_by=capability", "prompt": {"selected": ".github/prompts/ux-ui.review.prompt.md", "exists": true, "selection_mode": "auto"}, "skill": {"selected": ".github/skills/ux-ui-governance/SKILL.md", "exists": true, "selection_mode": "auto"}, "optimization": {"token_saver": "always_on", "token_saver_profile": "balanced", "caveman": "always_on", "caveman_profile": "lite", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["repo-memory", "routing-memory", "knowledge-memory"], "reason": "technical docs route"}, "requirements": ["token-saver-mcp", "codebase-memory-mcp", "graphify-index"], "learning": {"used_pattern": "ux-ui+review", "success": null, "outcome_status": "pending", "fallback": false, "confidence": 0.9}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "low_risk_route"}, "telemetry": {"iteration_metrics_recorded": false, "metrics_output": ""}}
310
+ {"timestamp": "2026-07-08T21:15:54.959321+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=5; total_nodes=5; elapsed_ms=158; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
311
+ {"timestamp": "2026-07-08T21:20:03.849070+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=66; total_nodes=71; elapsed_ms=2909; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
312
+ {"timestamp": "2026-07-08T21:20:57.258706+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=66; total_nodes=71; elapsed_ms=578; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
313
+ {"timestamp": "2026-07-08T21:21:24.829906+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=44; total_nodes=71; elapsed_ms=584; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
314
+ {"timestamp": "2026-07-08T21:21:53.833091+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=268; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
315
+ {"timestamp": "2026-07-08T21:24:13.890062+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=351; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
316
+ {"timestamp": "2026-07-08T21:25:05.042177+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=66; total_nodes=71; elapsed_ms=498; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
317
+ {"timestamp": "2026-07-08T21:38:19.693463+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=1; total_nodes=71; elapsed_ms=1846; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
318
+ {"timestamp": "2026-07-08T21:43:38.870580+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=222; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
319
+ {"timestamp": "2026-07-08T21:44:27.673668+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=158; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
320
+ {"timestamp": "2026-07-08T21:44:29.087040+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=201; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
321
+ {"timestamp": "2026-07-08T21:45:00.199236+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=196; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
322
+ {"timestamp": "2026-07-08T21:51:20.207557+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=1369; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
323
+ {"timestamp": "2026-07-08T21:51:42.412270+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=159; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
324
+ {"timestamp": "2026-07-08T21:52:13.494587+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=245; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
325
+ {"timestamp": "2026-07-08T21:52:22.918505+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=215; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
326
+ {"timestamp": "2026-07-08T21:57:25.572954+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=240; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
327
+ {"timestamp": "2026-07-08T21:58:36.863358+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=71; elapsed_ms=390; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
328
+ {"timestamp": "2026-07-08T22:00:50.741488+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=66; elapsed_ms=256; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
329
+ {"timestamp": "2026-07-08T22:01:00.244701+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=66; elapsed_ms=158; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
330
+ {"timestamp": "2026-07-08T22:06:51.773801+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=65; elapsed_ms=354; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
331
+ {"timestamp": "2026-07-08T22:07:16.181123+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=65; elapsed_ms=428; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
332
+ {"timestamp": "2026-07-08T22:07:42.043383+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=0; total_nodes=65; elapsed_ms=332; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}
333
+ {"timestamp": "2026-07-08T22:08:34.046250+00:00", "input": "autodocs compile", "intent": "documentar", "source_type": "technical-docs", "agent": "autodocs-agent", "engine": "CodeGraph", "optimization_profile": "strict+full", "fallback": false, "grounded": true, "sources": ["repo-intake/generated/*/capabilities/capability.json", "repo-intake/generated/*/context-manifests/manifest.json", "autodocs/generated/unified-graph.json"], "notes": "dirty_nodes=2; total_nodes=65; elapsed_ms=485; errors=0", "optimization": {"token_saver": "always_on", "token_saver_profile": "strict", "caveman": "always_on", "caveman_profile": "full", "sources_preserved": true, "context_reduction_strategy": "manifest"}, "memory": {"selected": ["/memories/repo/ops-notes.md"], "reason": "Reuse intake/telemetry conventions and fallback guidance."}, "learning": {"used_pattern": "incremental-json-projection", "success": true, "outcome_status": "confirmed", "fallback": false, "confidence": 0.91}, "hitl": {"mode": "always_on_auto", "required": false, "action": "none", "reason": "Local deterministic docs projection with no destructive operations."}, "execution": {"env": {}, "provider_errors": []}}