memorylink 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (870) hide show
  1. package/.cursorrules +0 -0
  2. package/.github/workflows/buddy-check.yml +105 -0
  3. package/.github/workflows/memorylink-preflight.yml +63 -0
  4. package/.github/workflows/release-on-tag.yml +58 -0
  5. package/.github/workflows/stress-tests.yml +79 -0
  6. package/.memorylinkignore +24 -0
  7. package/5000_SCENARIOS_TEST_RESULTS.md +174 -0
  8. package/ADVANCED_SCENARIOS_TEST_RESULTS.md +377 -0
  9. package/AGGRESSIVE_RANDOM_TEST_RESULTS.md +134 -0
  10. package/AI_CONSENSUS_ANALYSIS.md +138 -0
  11. package/AI_CONSENSUS_ANALYSIS_FINAL.md +345 -0
  12. package/AI_CONSENSUS_ANALYSIS_v2.md +188 -0
  13. package/AI_CONSENSUS_ANALYSIS_v3.md +246 -0
  14. package/AI_CONSENSUS_ANALYSIS_v4.md +309 -0
  15. package/AI_CONSENSUS_ANALYSIS_v5.md +311 -0
  16. package/AI_CONSENSUS_ANALYSIS_v6.md +432 -0
  17. package/AI_PANEL_CLARIFICATION_REQUEST.md +37 -0
  18. package/AI_RESPONSES_BLACKBOX.md +338 -0
  19. package/AI_RESPONSES_CHATGPT.md +379 -0
  20. package/AI_RESPONSES_CLAUDE.md +464 -0
  21. package/AI_RESPONSES_CONSOLIDATED.md +560 -0
  22. package/AI_RESPONSES_DEEPSEEK.md +341 -0
  23. package/AI_RESPONSES_GEMINI.md +262 -0
  24. package/AI_RESPONSES_GROK.md +335 -0
  25. package/AI_RESPONSES_MANUS.md +246 -0
  26. package/AI_RESPONSES_PERPLEXITY.md +295 -0
  27. package/AI_RESPONSES_QWEN.md +335 -0
  28. package/AI_REVIEW_REQUEST.md +333 -0
  29. package/AI_STRATEGIC_CONSENSUS_COMPARISON.md +507 -0
  30. package/AI_VALIDATION_AND_GAP_ANALYSIS.md +410 -0
  31. package/ALL_10_AI_RESPONSES_FINAL.md +435 -0
  32. package/ALL_3_AI_RESPONSES_FINAL.md +305 -0
  33. package/ALL_4_AI_RESPONSES_FINAL.md +335 -0
  34. package/ALL_5_AI_RESPONSES_FINAL.md +349 -0
  35. package/ALL_6_AI_RESPONSES_FINAL.md +354 -0
  36. package/ALL_7_AI_RESPONSES_FINAL.md +369 -0
  37. package/ALL_8_AI_RESPONSES_FINAL.md +381 -0
  38. package/ALL_9_AI_RESPONSES_FINAL.md +398 -0
  39. package/ALL_AI_RESPONSES_TRACKER.md +152 -0
  40. package/ALL_AI_RESPONSES_VALIDATED.md +261 -0
  41. package/ALL_FEATURES_COMPLETE.md +198 -0
  42. package/BREAK_IT_TEST_RESULTS.md +273 -0
  43. package/BUDDY_CHECK_STRESS_TEST_PLAN.md +1089 -0
  44. package/CHANGELOG.md +135 -0
  45. package/CHATGPT_GAP_ANALYSIS.md +286 -0
  46. package/CHATGPT_V2_ANALYSIS.md +109 -0
  47. package/CHECK_MISSING_FEATURES.md +192 -0
  48. package/CI_CD_INTEGRATION.md +421 -0
  49. package/COMPETITIVE_LAUNCH_STRATEGY.md +257 -0
  50. package/COMPLETE_COMPETITIVE_ANALYSIS_ALL_AIS.md +339 -0
  51. package/COMPLETE_DEVELOPMENT_PLAN_ALL_AIS.md +622 -0
  52. package/COMPREHENSIVE_FEATURE_ANALYSIS_100_PERCENT.md +423 -0
  53. package/COMPREHENSIVE_TEST_SUMMARY.md +314 -0
  54. package/CONTINUOUS_TESTING_COMPLETE.md +268 -0
  55. package/CONTINUOUS_TESTING_GUIDE.md +328 -0
  56. package/CONTINUOUS_TEST_FINAL_RESULTS.md +148 -0
  57. package/CONTINUOUS_TEST_INSTRUCTIONS.md +173 -0
  58. package/CONTINUOUS_TEST_RESULTS.md +194 -0
  59. package/CONTINUOUS_TEST_STATUS.md +68 -0
  60. package/CURSOR_AI_BUDDY_CHECK_GUIDE.md +439 -0
  61. package/CURSOR_AI_INTEGRATION_GUIDE.md +775 -0
  62. package/CURSOR_AI_V1.4_NEXT_STEPS.md +314 -0
  63. package/CURSOR_BREAK_IT_TEST.md +389 -0
  64. package/CURSOR_DOCUMENTATION_RULES.md +259 -0
  65. package/CURSOR_HOSTILE_TEST_DOCUMENT.md +343 -0
  66. package/CURSOR_PROMPTS_FOR_TESTING.md +252 -0
  67. package/DEPLOYMENT_GUIDE.md +493 -0
  68. package/DEVELOPMENT_AND_OVERNIGHT_TESTING.md +304 -0
  69. package/DEVELOPMENT_PROGRESS.md +185 -0
  70. package/DOCS_CLEANUP_SUMMARY.md +192 -0
  71. package/DOC_CONFIDENTIALITY_RULES.md +259 -0
  72. package/E2E_TEST_REPORT_v1.3.0.md +196 -0
  73. package/E2E_TEST_RESULTS.md +250 -0
  74. package/E2E_TEST_SCENARIOS.md +357 -0
  75. package/END_TO_END_TEST_REPORT.md +217 -0
  76. package/ENHANCEMENT_RECOMMENDATIONS.md +368 -0
  77. package/EPIPE_FIX_SUMMARY.md +177 -0
  78. package/FEEDBACK_TEMPLATE.md +173 -0
  79. package/FINAL_100_PERCENT_CONFIRMATION.md +319 -0
  80. package/FINAL_8_AI_CONSENSUS_SUMMARY.md +355 -0
  81. package/FINAL_CONFIRMATION.md +143 -0
  82. package/FINAL_E2E_TEST_REPORT.md +248 -0
  83. package/FINAL_E2E_TEST_RESULTS.md +212 -0
  84. package/FINAL_LAUNCH_CLARIFICATION_SUMMARY.md +101 -0
  85. package/FINAL_LAUNCH_PLAN_BASED_ON_AI_CONSENSUS.md +410 -0
  86. package/FINAL_LAUNCH_SUMMARY.md +176 -0
  87. package/FINAL_PRODUCT_TEST.md +316 -0
  88. package/FINAL_PROJECT_STATUS.md +407 -0
  89. package/FINAL_STATUS_REPORT.md +244 -0
  90. package/FINAL_STRATEGIC_PLAN_9_AIS.md +576 -0
  91. package/FINAL_TEST_EXECUTION_REPORT.md +252 -0
  92. package/FINAL_VALIDATION_DOCUMENT.md +238 -0
  93. package/FINAL_VALIDATION_SUMMARY.md +230 -0
  94. package/FIX_SPECIAL_CHARS.sh +13 -0
  95. package/FRESH_SCENARIOS_TEST_RESULTS.md +358 -0
  96. package/GAP_EVALUATION_TEMPLATE.md +146 -0
  97. package/GITHUB_SETUP_GUIDE.md +193 -0
  98. package/HOSTILE_TEST_RESULTS.md +221 -0
  99. package/HOW_MEMORYLINK_HELPS_AI.md +401 -0
  100. package/IMPLEMENTATION_PLANS_DETAILED.md +516 -0
  101. package/LAUNCH_CHECKLIST.md +247 -0
  102. package/LAUNCH_DOCS_FRAMEWORK.md +378 -0
  103. package/LAUNCH_READINESS.md +148 -0
  104. package/LAUNCH_SEQUENCE.md +137 -0
  105. package/LICENSE +67 -0
  106. package/MARKET_ANALYSIS_AND_STRATEGY.md +280 -0
  107. package/MASTER_AI_VERIFICATION_DOCUMENT.md +1085 -0
  108. package/MASTER_VALIDATION_DOCUMENT.md +818 -0
  109. package/MINORITY_OPINION_ANALYSIS.md +464 -0
  110. package/NEW_RANDOM_TEST_RESULTS.md +127 -0
  111. package/NEW_SCENARIOS_TEST_RESULTS.md +272 -0
  112. package/NEXT_ACTIONS_COMPLETE.md +137 -0
  113. package/NEXT_PLAN_BASED_ON_AI_ANALYSES.md +413 -0
  114. package/NEXT_PLAN_BASED_ON_ALL_AI_RESPONSES.md +558 -0
  115. package/NEXT_STEPS.md +120 -0
  116. package/NEXT_STEPS_ACTION_PLAN.md +369 -0
  117. package/NPM_2FA_FIX.md +113 -0
  118. package/NPM_PUBLISH_TROUBLESHOOTING.md +230 -0
  119. package/PERPLEXITY_AI_VALIDATION_REQUEST.md +318 -0
  120. package/PERPLEXITY_AI_VALIDATION_RESPONSE.md +172 -0
  121. package/PERPLEXITY_BREAK_IT_VALIDATION.md +262 -0
  122. package/PERPLEXITY_DOCS_VALIDATION.md +237 -0
  123. package/PERPLEXITY_FEEDBACK_ACTION_PLAN.md +271 -0
  124. package/PERPLEXITY_FINAL_E2E_VALIDATION.md +210 -0
  125. package/PERPLEXITY_FINAL_SUMMARY.md +211 -0
  126. package/PERPLEXITY_PHASE2_VALIDATION.md +270 -0
  127. package/PERPLEXITY_PHASE2_VALIDATION_RESPONSE.md +136 -0
  128. package/PERPLEXITY_PRIORITY2_VALIDATION.md +321 -0
  129. package/PERPLEXITY_TELEMETRY_EXPLANATION.md +174 -0
  130. package/PERPLEXITY_TELEMETRY_VALIDATION.md +118 -0
  131. package/PERPLEXITY_TELEMETRY_VALIDATION_RESPONSE.md +154 -0
  132. package/PERPLEXITY_USER_GUIDE_VALIDATION.md +236 -0
  133. package/PERPLEXITY_VALIDATION_REQUEST.md +427 -0
  134. package/PERPLEXITY_VALIDATION_REQUEST_v1.5.1.md +190 -0
  135. package/PHASE_2_COMPLETE.md +149 -0
  136. package/PRE_LAUNCH_SECURITY_AUDIT.md +155 -0
  137. package/PRE_LAUNCH_TEST_CYCLE.md +326 -0
  138. package/PRE_LAUNCH_TEST_RESULTS.md +148 -0
  139. package/PROJECT_STRUCTURE_PLAN.md +104 -0
  140. package/PUBLIC_DOCS.md +90 -0
  141. package/PUBLISH_CHECKLIST.md +134 -0
  142. package/PUSH_INSTRUCTIONS.md +120 -0
  143. package/QUICK_START_TEST_CYCLE.md +76 -0
  144. package/README.md +557 -0
  145. package/README_TEST_INSTRUCTIONS.md +65 -0
  146. package/README_v1.5.1.md +137 -0
  147. package/REALISTIC_ASSESSMENT.md +186 -0
  148. package/REAL_WORLD_VALIDATION_COMPLETE.md +98 -0
  149. package/RED_TEAM_TESTING_GUIDE.md +302 -0
  150. package/RELEASE_NOTES_v1.0.0.md +125 -0
  151. package/RELEASE_NOTES_v1.5.1.md +105 -0
  152. package/REQUEST_COUNTERS.md +22 -0
  153. package/ROADMAP_v1.6.md +335 -0
  154. package/ROUND3_RANDOM_TEST_RESULTS.md +135 -0
  155. package/SECURITY_MODEL.md +577 -0
  156. package/SESSION_SUMMARY_CURRENT_STATE.md +206 -0
  157. package/SESSION_SUMMARY_REVIEW.md +203 -0
  158. package/SINGLE_RUN_ALL_SCENARIOS_TEST.sh +129 -0
  159. package/STRATEGIC_QUESTIONS_FOR_AI_VALIDATION.md +277 -0
  160. package/STRESS_TEST_CHECK_RESULTS.md +154 -0
  161. package/STRESS_TEST_EXECUTION_GUIDE.md +284 -0
  162. package/STRESS_TEST_IMPLEMENTATION_SUMMARY.md +221 -0
  163. package/TELEMETRY.md +370 -0
  164. package/TELEMETRY_COMPLETE_SUMMARY.md +231 -0
  165. package/TELEMETRY_CONTROL_POLICY.md +135 -0
  166. package/TELEMETRY_DESIGN_SUMMARY.md +210 -0
  167. package/TELEMETRY_FINAL_STATUS.md +178 -0
  168. package/TELEMETRY_NEXT_STEPS.md +258 -0
  169. package/TELEMETRY_TESTING_NOTES.md +217 -0
  170. package/TELEMETRY_WORK_COMPLETE.md +237 -0
  171. package/TEST_PLAN_v1.0.1.md +194 -0
  172. package/TEST_RESULTS_SUMMARY.md +128 -0
  173. package/TREE_SITTER_EXPLANATION.md +303 -0
  174. package/TROUBLESHOOTING.md +62 -0
  175. package/ULTIMATE_SCENARIOS_TEST_RESULTS.md +366 -0
  176. package/USER_FEEDBACK_TEMPLATE.md +104 -0
  177. package/USER_GUIDE.md +809 -0
  178. package/V1.1_DEVELOPMENT_COMPLETE.md +299 -0
  179. package/V1.1_SCENARIOS_ADDED.md +161 -0
  180. package/V1.2_CODE_STRUCTURE_IMPLEMENTATION.md +243 -0
  181. package/V1.3_COMPETITIVE_LAUNCH_COMPLETE.md +253 -0
  182. package/V1.3_COMPETITIVE_LAUNCH_IMPLEMENTATION_PLAN.md +385 -0
  183. package/V1.3_TEAM_PATTERNS_IMPLEMENTATION.md +183 -0
  184. package/V1.4_BUILD_PLAN_IMPLEMENTATION.md +698 -0
  185. package/V1.4_COMPLETE_SUMMARY_FOR_AI_REVIEW.md +516 -0
  186. package/V1.4_COMPLETE_VALIDATION_DOCUMENT.md +601 -0
  187. package/V1.4_DEVELOPMENT_PROGRESS.md +117 -0
  188. package/V1.4_FINAL_STATUS.md +147 -0
  189. package/V1.4_INTEGRATION_COMPLETE.md +207 -0
  190. package/V1.4_INTEGRATION_TEST_RESULTS.md +181 -0
  191. package/V1.4_OBSERVABILITY_AND_OVERRIDE_COMPLETE.md +180 -0
  192. package/V1.4_PHASE_3_COMPLETE.md +135 -0
  193. package/V1.4_RUNTIME_TESTING_GUIDE.md +364 -0
  194. package/V1.4_VERIFICATION_REPORT.md +199 -0
  195. package/V1.5.1_COMPLETE_SUMMARY.md +234 -0
  196. package/V1.5.1_RELEASE_NOTES.md +206 -0
  197. package/V1.5.1_RELEASE_READY.md +198 -0
  198. package/V1.5_COMPLETE_SUMMARY.md +264 -0
  199. package/V1.5_COMPLETE_VERIFICATION.md +183 -0
  200. package/V1.5_DESIGN_NOTES.md +272 -0
  201. package/V1.5_FINAL_STATUS.md +224 -0
  202. package/V1.5_IMPLEMENTATION_SUMMARY.md +113 -0
  203. package/V1.5_IMPROVEMENTS_COMPLETE.md +205 -0
  204. package/V1.5_PHASE1_COMPLETE.md +183 -0
  205. package/V1.5_PHASE1_PROGRESS.md +102 -0
  206. package/V1.5_PHASE2_COMPLETE.md +133 -0
  207. package/V1.5_PHASE2_PLAN.md +185 -0
  208. package/V1.5_PRIORITIZATION.md +313 -0
  209. package/V1.5_PRIORITY2_COMPLETE.md +150 -0
  210. package/V1.5_TESTING_COMPLETE.md +69 -0
  211. package/V1.5_TEST_RESULTS.md +178 -0
  212. package/V1.5_VALIDATION_RESULTS.md +209 -0
  213. package/V1.6_GAP_TRACKING.md +118 -0
  214. package/VALIDATION_SUMMARY_FOR_PERPLEXITY.md +83 -0
  215. package/VERIFICATION_REPORT.md +220 -0
  216. package/VERSION_UPDATE_VERIFICATION.md +76 -0
  217. package/config/tsconfig.json +21 -0
  218. package/dist/cli.d.ts +9 -0
  219. package/dist/cli.d.ts.map +1 -0
  220. package/dist/cli.js +1114 -0
  221. package/dist/cli.js.map +1 -0
  222. package/dist/commands/archive.d.ts +20 -0
  223. package/dist/commands/archive.d.ts.map +1 -0
  224. package/dist/commands/archive.js +231 -0
  225. package/dist/commands/archive.js.map +1 -0
  226. package/dist/commands/auto-context.d.ts +22 -0
  227. package/dist/commands/auto-context.d.ts.map +1 -0
  228. package/dist/commands/auto-context.js +172 -0
  229. package/dist/commands/auto-context.js.map +1 -0
  230. package/dist/commands/auto-log.d.ts +30 -0
  231. package/dist/commands/auto-log.d.ts.map +1 -0
  232. package/dist/commands/auto-log.js +500 -0
  233. package/dist/commands/auto-log.js.map +1 -0
  234. package/dist/commands/change.d.ts +13 -0
  235. package/dist/commands/change.d.ts.map +1 -0
  236. package/dist/commands/change.js +254 -0
  237. package/dist/commands/change.js.map +1 -0
  238. package/dist/commands/checkpoint.d.ts +26 -0
  239. package/dist/commands/checkpoint.d.ts.map +1 -0
  240. package/dist/commands/checkpoint.js +326 -0
  241. package/dist/commands/checkpoint.js.map +1 -0
  242. package/dist/commands/configure.d.ts +21 -0
  243. package/dist/commands/configure.d.ts.map +1 -0
  244. package/dist/commands/configure.js +283 -0
  245. package/dist/commands/configure.js.map +1 -0
  246. package/dist/commands/consolidate.d.ts +19 -0
  247. package/dist/commands/consolidate.d.ts.map +1 -0
  248. package/dist/commands/consolidate.js +236 -0
  249. package/dist/commands/consolidate.js.map +1 -0
  250. package/dist/commands/context.d.ts +10 -0
  251. package/dist/commands/context.d.ts.map +1 -0
  252. package/dist/commands/context.js +571 -0
  253. package/dist/commands/context.js.map +1 -0
  254. package/dist/commands/detect.d.ts +13 -0
  255. package/dist/commands/detect.d.ts.map +1 -0
  256. package/dist/commands/detect.js +187 -0
  257. package/dist/commands/detect.js.map +1 -0
  258. package/dist/commands/doctor.d.ts +19 -0
  259. package/dist/commands/doctor.d.ts.map +1 -0
  260. package/dist/commands/doctor.js +1272 -0
  261. package/dist/commands/doctor.js.map +1 -0
  262. package/dist/commands/export.d.ts +3 -0
  263. package/dist/commands/export.d.ts.map +1 -0
  264. package/dist/commands/export.js +95 -0
  265. package/dist/commands/export.js.map +1 -0
  266. package/dist/commands/graph.d.ts +25 -0
  267. package/dist/commands/graph.d.ts.map +1 -0
  268. package/dist/commands/graph.js +208 -0
  269. package/dist/commands/graph.js.map +1 -0
  270. package/dist/commands/hooks.d.ts +9 -0
  271. package/dist/commands/hooks.d.ts.map +1 -0
  272. package/dist/commands/hooks.js +240 -0
  273. package/dist/commands/hooks.js.map +1 -0
  274. package/dist/commands/impact.d.ts +18 -0
  275. package/dist/commands/impact.d.ts.map +1 -0
  276. package/dist/commands/impact.js +163 -0
  277. package/dist/commands/impact.js.map +1 -0
  278. package/dist/commands/index-vector.d.ts +13 -0
  279. package/dist/commands/index-vector.d.ts.map +1 -0
  280. package/dist/commands/index-vector.js +103 -0
  281. package/dist/commands/index-vector.js.map +1 -0
  282. package/dist/commands/index.d.ts +37 -0
  283. package/dist/commands/index.d.ts.map +1 -0
  284. package/dist/commands/index.js +105 -0
  285. package/dist/commands/index.js.map +1 -0
  286. package/dist/commands/init.d.ts +8 -0
  287. package/dist/commands/init.d.ts.map +1 -0
  288. package/dist/commands/init.js +200 -0
  289. package/dist/commands/init.js.map +1 -0
  290. package/dist/commands/inject.d.ts +22 -0
  291. package/dist/commands/inject.d.ts.map +1 -0
  292. package/dist/commands/inject.js +394 -0
  293. package/dist/commands/inject.js.map +1 -0
  294. package/dist/commands/learn.d.ts +13 -0
  295. package/dist/commands/learn.d.ts.map +1 -0
  296. package/dist/commands/learn.js +282 -0
  297. package/dist/commands/learn.js.map +1 -0
  298. package/dist/commands/lock.d.ts +35 -0
  299. package/dist/commands/lock.d.ts.map +1 -0
  300. package/dist/commands/lock.js +308 -0
  301. package/dist/commands/lock.js.map +1 -0
  302. package/dist/commands/memory.d.ts +15 -0
  303. package/dist/commands/memory.d.ts.map +1 -0
  304. package/dist/commands/memory.js +366 -0
  305. package/dist/commands/memory.js.map +1 -0
  306. package/dist/commands/migrate.d.ts +22 -0
  307. package/dist/commands/migrate.d.ts.map +1 -0
  308. package/dist/commands/migrate.js +458 -0
  309. package/dist/commands/migrate.js.map +1 -0
  310. package/dist/commands/patterns.d.ts +18 -0
  311. package/dist/commands/patterns.d.ts.map +1 -0
  312. package/dist/commands/patterns.js +120 -0
  313. package/dist/commands/patterns.js.map +1 -0
  314. package/dist/commands/protect.d.ts +12 -0
  315. package/dist/commands/protect.d.ts.map +1 -0
  316. package/dist/commands/protect.js +181 -0
  317. package/dist/commands/protect.js.map +1 -0
  318. package/dist/commands/quickstart.d.ts +11 -0
  319. package/dist/commands/quickstart.d.ts.map +1 -0
  320. package/dist/commands/quickstart.js +256 -0
  321. package/dist/commands/quickstart.js.map +1 -0
  322. package/dist/commands/repair.d.ts +13 -0
  323. package/dist/commands/repair.d.ts.map +1 -0
  324. package/dist/commands/repair.js +157 -0
  325. package/dist/commands/repair.js.map +1 -0
  326. package/dist/commands/resolve.d.ts +19 -0
  327. package/dist/commands/resolve.d.ts.map +1 -0
  328. package/dist/commands/resolve.js +355 -0
  329. package/dist/commands/resolve.js.map +1 -0
  330. package/dist/commands/roadmap.d.ts +5 -0
  331. package/dist/commands/roadmap.d.ts.map +1 -0
  332. package/dist/commands/roadmap.js +23 -0
  333. package/dist/commands/roadmap.js.map +1 -0
  334. package/dist/commands/scopes.d.ts +10 -0
  335. package/dist/commands/scopes.d.ts.map +1 -0
  336. package/dist/commands/scopes.js +80 -0
  337. package/dist/commands/scopes.js.map +1 -0
  338. package/dist/commands/search.d.ts +9 -0
  339. package/dist/commands/search.d.ts.map +1 -0
  340. package/dist/commands/search.js +313 -0
  341. package/dist/commands/search.js.map +1 -0
  342. package/dist/commands/setup.d.ts +13 -0
  343. package/dist/commands/setup.d.ts.map +1 -0
  344. package/dist/commands/setup.js +405 -0
  345. package/dist/commands/setup.js.map +1 -0
  346. package/dist/commands/snippet.d.ts +23 -0
  347. package/dist/commands/snippet.d.ts.map +1 -0
  348. package/dist/commands/snippet.js +235 -0
  349. package/dist/commands/snippet.js.map +1 -0
  350. package/dist/commands/stats.d.ts +15 -0
  351. package/dist/commands/stats.d.ts.map +1 -0
  352. package/dist/commands/stats.js +502 -0
  353. package/dist/commands/stats.js.map +1 -0
  354. package/dist/commands/status.d.ts +8 -0
  355. package/dist/commands/status.d.ts.map +1 -0
  356. package/dist/commands/status.js +134 -0
  357. package/dist/commands/status.js.map +1 -0
  358. package/dist/commands/suggest-tags.d.ts +9 -0
  359. package/dist/commands/suggest-tags.d.ts.map +1 -0
  360. package/dist/commands/suggest-tags.js +95 -0
  361. package/dist/commands/suggest-tags.js.map +1 -0
  362. package/dist/commands/sync-rules.d.ts +14 -0
  363. package/dist/commands/sync-rules.d.ts.map +1 -0
  364. package/dist/commands/sync-rules.js +211 -0
  365. package/dist/commands/sync-rules.js.map +1 -0
  366. package/dist/commands/sync.d.ts +24 -0
  367. package/dist/commands/sync.d.ts.map +1 -0
  368. package/dist/commands/sync.js +330 -0
  369. package/dist/commands/sync.js.map +1 -0
  370. package/dist/commands/telemetry-test.d.ts +24 -0
  371. package/dist/commands/telemetry-test.d.ts.map +1 -0
  372. package/dist/commands/telemetry-test.js +84 -0
  373. package/dist/commands/telemetry-test.js.map +1 -0
  374. package/dist/commands/template.d.ts +16 -0
  375. package/dist/commands/template.d.ts.map +1 -0
  376. package/dist/commands/template.js +122 -0
  377. package/dist/commands/template.js.map +1 -0
  378. package/dist/commands/validate.d.ts +11 -0
  379. package/dist/commands/validate.d.ts.map +1 -0
  380. package/dist/commands/validate.js +144 -0
  381. package/dist/commands/validate.js.map +1 -0
  382. package/dist/commands/watch-preferences.d.ts +17 -0
  383. package/dist/commands/watch-preferences.d.ts.map +1 -0
  384. package/dist/commands/watch-preferences.js +172 -0
  385. package/dist/commands/watch-preferences.js.map +1 -0
  386. package/dist/commands/watch.d.ts +11 -0
  387. package/dist/commands/watch.d.ts.map +1 -0
  388. package/dist/commands/watch.js +223 -0
  389. package/dist/commands/watch.js.map +1 -0
  390. package/dist/config/thresholds.d.ts +8 -0
  391. package/dist/config/thresholds.d.ts.map +1 -0
  392. package/dist/config/thresholds.js +10 -0
  393. package/dist/config/thresholds.js.map +1 -0
  394. package/dist/index.d.ts +9 -0
  395. package/dist/index.d.ts.map +1 -0
  396. package/dist/index.js +31 -0
  397. package/dist/index.js.map +1 -0
  398. package/dist/memorylink.d.ts +91 -0
  399. package/dist/memorylink.d.ts.map +1 -0
  400. package/dist/memorylink.js +208 -0
  401. package/dist/memorylink.js.map +1 -0
  402. package/dist/search/local-embeddings.d.ts +21 -0
  403. package/dist/search/local-embeddings.d.ts.map +1 -0
  404. package/dist/search/local-embeddings.js +87 -0
  405. package/dist/search/local-embeddings.js.map +1 -0
  406. package/dist/search/vector-search.d.ts +58 -0
  407. package/dist/search/vector-search.d.ts.map +1 -0
  408. package/dist/search/vector-search.js +535 -0
  409. package/dist/search/vector-search.js.map +1 -0
  410. package/dist/server/mcp-server.d.ts +18 -0
  411. package/dist/server/mcp-server.d.ts.map +1 -0
  412. package/dist/server/mcp-server.js +293 -0
  413. package/dist/server/mcp-server.js.map +1 -0
  414. package/dist/telemetry.d.ts +92 -0
  415. package/dist/telemetry.d.ts.map +1 -0
  416. package/dist/telemetry.js +339 -0
  417. package/dist/telemetry.js.map +1 -0
  418. package/dist/telemetry.test.d.ts +13 -0
  419. package/dist/telemetry.test.d.ts.map +1 -0
  420. package/dist/telemetry.test.js +324 -0
  421. package/dist/telemetry.test.js.map +1 -0
  422. package/dist/test-runner/TestRunner.d.ts +68 -0
  423. package/dist/test-runner/TestRunner.d.ts.map +1 -0
  424. package/dist/test-runner/TestRunner.js +384 -0
  425. package/dist/test-runner/TestRunner.js.map +1 -0
  426. package/dist/test-runner/performance-test.d.ts +36 -0
  427. package/dist/test-runner/performance-test.d.ts.map +1 -0
  428. package/dist/test-runner/performance-test.js +163 -0
  429. package/dist/test-runner/performance-test.js.map +1 -0
  430. package/dist/test-runner/run-tests.d.ts +7 -0
  431. package/dist/test-runner/run-tests.d.ts.map +1 -0
  432. package/dist/test-runner/run-tests.js +167 -0
  433. package/dist/test-runner/run-tests.js.map +1 -0
  434. package/dist/types.d.ts +400 -0
  435. package/dist/types.d.ts.map +1 -0
  436. package/dist/types.js +81 -0
  437. package/dist/types.js.map +1 -0
  438. package/dist/utils/batch-commits.d.ts +48 -0
  439. package/dist/utils/batch-commits.d.ts.map +1 -0
  440. package/dist/utils/batch-commits.js +164 -0
  441. package/dist/utils/batch-commits.js.map +1 -0
  442. package/dist/utils/code-structure.d.ts +62 -0
  443. package/dist/utils/code-structure.d.ts.map +1 -0
  444. package/dist/utils/code-structure.js +582 -0
  445. package/dist/utils/code-structure.js.map +1 -0
  446. package/dist/utils/commit-patterns.d.ts +24 -0
  447. package/dist/utils/commit-patterns.d.ts.map +1 -0
  448. package/dist/utils/commit-patterns.js +78 -0
  449. package/dist/utils/commit-patterns.js.map +1 -0
  450. package/dist/utils/observability.d.ts +47 -0
  451. package/dist/utils/observability.d.ts.map +1 -0
  452. package/dist/utils/observability.js +137 -0
  453. package/dist/utils/observability.js.map +1 -0
  454. package/dist/utils/quality.d.ts +32 -0
  455. package/dist/utils/quality.d.ts.map +1 -0
  456. package/dist/utils/quality.js +207 -0
  457. package/dist/utils/quality.js.map +1 -0
  458. package/dist/utils/semantic-search.d.ts +29 -0
  459. package/dist/utils/semantic-search.d.ts.map +1 -0
  460. package/dist/utils/semantic-search.js +167 -0
  461. package/dist/utils/semantic-search.js.map +1 -0
  462. package/dist/utils/streaming.d.ts +24 -0
  463. package/dist/utils/streaming.d.ts.map +1 -0
  464. package/dist/utils/streaming.js +121 -0
  465. package/dist/utils/streaming.js.map +1 -0
  466. package/dist/utils/tag-suggestions.d.ts +18 -0
  467. package/dist/utils/tag-suggestions.d.ts.map +1 -0
  468. package/dist/utils/tag-suggestions.js +103 -0
  469. package/dist/utils/tag-suggestions.js.map +1 -0
  470. package/dist/utils/team-patterns.d.ts +48 -0
  471. package/dist/utils/team-patterns.d.ts.map +1 -0
  472. package/dist/utils/team-patterns.js +413 -0
  473. package/dist/utils/team-patterns.js.map +1 -0
  474. package/dist/utils/templates.d.ts +36 -0
  475. package/dist/utils/templates.d.ts.map +1 -0
  476. package/dist/utils/templates.js +200 -0
  477. package/dist/utils/templates.js.map +1 -0
  478. package/dist/utils/tree-sitter-parser.d.ts +20 -0
  479. package/dist/utils/tree-sitter-parser.d.ts.map +1 -0
  480. package/dist/utils/tree-sitter-parser.js +259 -0
  481. package/dist/utils/tree-sitter-parser.js.map +1 -0
  482. package/dist/utils/v1.6-patterns.d.ts +117 -0
  483. package/dist/utils/v1.6-patterns.d.ts.map +1 -0
  484. package/dist/utils/v1.6-patterns.js +201 -0
  485. package/dist/utils/v1.6-patterns.js.map +1 -0
  486. package/dist/utils.d.ts +176 -0
  487. package/dist/utils.d.ts.map +1 -0
  488. package/dist/utils.js +822 -0
  489. package/dist/utils.js.map +1 -0
  490. package/docs/1000_SCENARIOS_TEST_RESULTS.md +138 -0
  491. package/docs/1000_UNIQUE_SCENARIOS_TEST.md +171 -0
  492. package/docs/100_PERCENT_PASS_RATE_VERIFICATION.md +111 -0
  493. package/docs/5000_SCENARIOS_ISSUE_ANALYSIS.md +96 -0
  494. package/docs/5000_SCENARIOS_TEST_PLAN.md +281 -0
  495. package/docs/AGENT_CONTRACT.md +240 -0
  496. package/docs/AI_RESPONSE_ANALYZER.md +157 -0
  497. package/docs/AI_RESPONSE_TRACKER.md +923 -0
  498. package/docs/AI_TESTING_PROMPT.md +307 -0
  499. package/docs/AI_VALIDATION_PROMPTS.md +366 -0
  500. package/docs/ALL_AI_ANALYSES_CONSOLIDATED.md +354 -0
  501. package/docs/ALL_AI_CONSOLIDATION_FINAL.md +372 -0
  502. package/docs/ALL_AI_TEST_CONSOLIDATION.md +290 -0
  503. package/docs/ALL_AI_VALIDATION_SYNTHESIS.md +241 -0
  504. package/docs/BEST_TESTING_SOLUTION.md +227 -0
  505. package/docs/BLACKBOX_AI_ANALYSIS.md +288 -0
  506. package/docs/BLACKBOX_AI_CLARIFICATION.md +55 -0
  507. package/docs/BLACKBOX_AI_STRATEGIC_VALIDATION.md +283 -0
  508. package/docs/BLACKBOX_AI_VALIDATION_RESPONSE.md +251 -0
  509. package/docs/BLACKBOX_AI_VALIDATION_RESPONSE_v2.md +402 -0
  510. package/docs/BLACKBOX_LAUNCH_VALIDATION.md +25 -0
  511. package/docs/BLACKBOX_SUPERMEMORY_VALIDATION_AND_PLAN.md +50 -0
  512. package/docs/CAPACITY_AND_ALTERNATIVES_ANALYSIS.md +289 -0
  513. package/docs/CHATGPT_AI_CLARIFICATION.md +65 -0
  514. package/docs/CHATGPT_FINAL_VALIDATION.md +348 -0
  515. package/docs/CHATGPT_IMPLEMENTATION_GUIDE.md +325 -0
  516. package/docs/CHATGPT_LAUNCH_VALIDATION.md +47 -0
  517. package/docs/CHATGPT_MEMORY_QUALITY_AND_VSCODE_CHECK.md +43 -0
  518. package/docs/CHATGPT_SCOPE_REALITY_CHECK.md +35 -0
  519. package/docs/CHATGPT_STRATEGIC_VALIDATION.md +329 -0
  520. package/docs/CHATGPT_VALIDATION_RESPONSE.md +332 -0
  521. package/docs/CHATGPT_VALIDATION_RESPONSE_v2.md +294 -0
  522. package/docs/CHATGPT_VALIDATION_RESULTS.md +143 -0
  523. package/docs/CLAUDE_AI_ANALYSIS.md +692 -0
  524. package/docs/CLAUDE_AI_CLARIFICATION.md +67 -0
  525. package/docs/CLAUDE_AI_STRATEGIC_VALIDATION.md +578 -0
  526. package/docs/CLAUDE_AI_VALIDATION_RESPONSE.md +374 -0
  527. package/docs/CLAUDE_AI_VALIDATION_RESPONSE_v2.md +463 -0
  528. package/docs/CLAUDE_FINAL_VALIDATION.md +679 -0
  529. package/docs/CLAUDE_LAUNCH_VALIDATION.md +27 -0
  530. package/docs/CLAUDE_SUPERMEMORY_LAUNCH_PRIORITIES.md +44 -0
  531. package/docs/CLAUDE_UNIVERSAL_VISION.md +18 -0
  532. package/docs/COMPLETE_AI_VALIDATION_SYNTHESIS.md +229 -0
  533. package/docs/COMPLETE_MEMORY_ANALYSIS_SUMMARY.md +323 -0
  534. package/docs/COMPLETE_STRATEGIC_LAUNCH_PLAN.md +241 -0
  535. package/docs/COPILOT_LANGCHAIN_MEMORY_COMPARISON_AND_PLAN.md +43 -0
  536. package/docs/CRITICAL_FIXES_ACTION_PLAN.md +251 -0
  537. package/docs/CRITICAL_MEMORY_USAGE_PROMPTS.md +290 -0
  538. package/docs/CURSOR_AI_MEMORY_ANALYSIS.md +479 -0
  539. package/docs/CURSOR_AI_MEMORY_WORKFLOW_ANALYSIS.md +267 -0
  540. package/docs/CURSOR_AI_TEST_RESULTS.md +298 -0
  541. package/docs/DEEPSEEK_AI_CLARIFICATION.md +52 -0
  542. package/docs/DEEPSEEK_AI_IMPLEMENTATION_GUIDE.md +398 -0
  543. package/docs/DEEPSEEK_AI_STRATEGIC_VALIDATION.md +348 -0
  544. package/docs/DEEPSEEK_AI_VALIDATION_RESPONSE.md +276 -0
  545. package/docs/DEEPSEEK_AI_VALIDATION_RESPONSE_v2.md +325 -0
  546. package/docs/DEEPSEEK_FINAL_VALIDATION.md +337 -0
  547. package/docs/DEEPSEEK_LAUNCH_VALIDATION.md +55 -0
  548. package/docs/DEEPSEEK_SCOPE_REALITY_CHECK.md +30 -0
  549. package/docs/DEEPSEEK_SUPERMEMORY_ADOPTION_AND_VSCODE_PIVOT.md +47 -0
  550. package/docs/DEEPSEEK_VALIDATION_RESULTS.md +165 -0
  551. package/docs/DEVELOPMENT_TESTING_PROTOCOL.md +378 -0
  552. package/docs/E2E_TEST_RESULTS.md +102 -0
  553. package/docs/END_TO_END_MEMORY_ISSUE_ANALYSIS.md +442 -0
  554. package/docs/FEATURE_1_GIT_SYNC_PLAN.md +228 -0
  555. package/docs/FEATURE_2_AUTO_LOGGING_PLAN.md +239 -0
  556. package/docs/FEATURE_3_CODE_SNIPPET_PLAN.md +249 -0
  557. package/docs/FEATURE_4_TAG_NORMALIZATION_PLAN.md +211 -0
  558. package/docs/FEATURE_5_WINDOWS_PATH_HANDLING_PLAN.md +199 -0
  559. package/docs/FEATURE_6_CONFLICT_DETECTION_PLAN.md +126 -0
  560. package/docs/FEATURE_IMPLEMENTATION_REPORT.md +203 -0
  561. package/docs/FINAL_COMPLETE_LAUNCH_DECISION.md +255 -0
  562. package/docs/FINAL_LAUNCH_DECISION.md +235 -0
  563. package/docs/FINAL_LAUNCH_DECISION_ALL_AIS.md +226 -0
  564. package/docs/FINAL_SCENARIO_VERIFICATION.md +363 -0
  565. package/docs/FIX_100_PERCENT_ANALYSIS.md +133 -0
  566. package/docs/FRAMEWORK_STRUCTURE.md +94 -0
  567. package/docs/GEMINI_AI_ANALYSIS.md +156 -0
  568. package/docs/GEMINI_AI_CLARIFICATION.md +47 -0
  569. package/docs/GEMINI_AI_STRATEGIC_VALIDATION.md +235 -0
  570. package/docs/GEMINI_AI_VALIDATION_RESPONSE.md +238 -0
  571. package/docs/GEMINI_AI_VALIDATION_RESPONSE_v2.md +168 -0
  572. package/docs/GEMINI_FINAL_VALIDATION.md +204 -0
  573. package/docs/GEMINI_LAUNCH_VALIDATION.md +30 -0
  574. package/docs/GEMINI_SCOPE_AND_UNIVERSALITY_DEBATE.md +25 -0
  575. package/docs/GEMINI_SUPERMEMORY_TREE_SITTER_MANDATE.md +43 -0
  576. package/docs/GEMINI_VALIDATION_RESULTS.md +183 -0
  577. package/docs/GROK_AI_ANALYSIS.md +278 -0
  578. package/docs/GROK_AI_CLARIFICATION.md +52 -0
  579. package/docs/GROK_AI_STRATEGIC_VALIDATION.md +306 -0
  580. package/docs/GROK_AI_VALIDATION_RESPONSE.md +252 -0
  581. package/docs/GROK_AI_VALIDATION_RESPONSE_v2.md +264 -0
  582. package/docs/GROK_FINAL_VALIDATION.md +251 -0
  583. package/docs/GROK_LAUNCH_VALIDATION.md +24 -0
  584. package/docs/GROK_SCOPE_REALITY_CHECK.md +28 -0
  585. package/docs/GROK_SUPERMEMORY_LAUNCH_ANALYSIS.md +44 -0
  586. package/docs/GROK_VALIDATION_RESULTS.md +180 -0
  587. package/docs/IMPLEMENTATION_PLAN_16_CRITICAL_FIXES.md +641 -0
  588. package/docs/LANGCHAIN_AND_LANGGRAPH_INTEGRATION_PLAN.md +51 -0
  589. package/docs/LAUNCH_DECISION_FINAL.md +243 -0
  590. package/docs/MANUS_AI_ANALYSIS.md +171 -0
  591. package/docs/MANUS_AI_CLARIFICATION.md +43 -0
  592. package/docs/MANUS_AI_VALIDATION_RESPONSE.md +335 -0
  593. package/docs/MANUS_AI_VALIDATION_RESPONSE_v2.md +226 -0
  594. package/docs/MANUS_FINAL_VALIDATION.md +257 -0
  595. package/docs/MANUS_VALIDATION_RESULTS.md +237 -0
  596. package/docs/MCP_SERVER_SETUP.md +167 -0
  597. package/docs/MEMORYLINK_7AI_FINAL_CONFIRMATION.md +210 -0
  598. package/docs/MEMORYLINK_CURSOR_AI_DEVELOPMENT_GUIDE.md +1092 -0
  599. package/docs/MEMORYLINK_DEVELOPMENT_PLAN_CURSOR_AI.md +629 -0
  600. package/docs/MEMORYLINK_FINAL_7AI_CLARIFICATION.md +184 -0
  601. package/docs/MEMORYLINK_MASTER_DOCUMENT_v4.md +1338 -0
  602. package/docs/MEMORYLINK_NAMING_ANALYSIS.md +427 -0
  603. package/docs/MEMORYLINK_REAL_WORLD_SCENARIOS.md +3517 -0
  604. package/docs/MEMORYLINK_STORAGE_COMPARISON.md +498 -0
  605. package/docs/MEMORYLINK_V1.0_FINAL_IMPLEMENTATION_PLAN.md +285 -0
  606. package/docs/MEMORYLINK_VALIDATION_COMPLETE_ANALYSIS.md +207 -0
  607. package/docs/MEMORYLINK_VS_MEMORY_APPS_ANALYSIS.md +667 -0
  608. package/docs/MEMORYLINK_v1.0_BUILD_DOCUMENT_FINAL.md +1928 -0
  609. package/docs/MEMORY_USAGE_FIX_IMPLEMENTATION.md +314 -0
  610. package/docs/MISTRAL_AI_ANALYSIS.md +189 -0
  611. package/docs/MISTRAL_AI_CLARIFICATION.md +57 -0
  612. package/docs/MISTRAL_AI_STRATEGIC_VALIDATION.md +334 -0
  613. package/docs/MISTRAL_AI_TESTING_REQUEST.md +261 -0
  614. package/docs/MISTRAL_AI_VALIDATION_RESPONSE.md +446 -0
  615. package/docs/MISTRAL_AI_VALIDATION_RESPONSE_v2.md +227 -0
  616. package/docs/MISTRAL_FINAL_VALIDATION.md +398 -0
  617. package/docs/MISTRAL_LAUNCH_VALIDATION.md +32 -0
  618. package/docs/MISTRAL_SCOPE_REALITY_CHECK.md +32 -0
  619. package/docs/MISTRAL_SUPERMEMORY_LAUNCH_ANALYSIS.md +43 -0
  620. package/docs/MISTRAL_VALIDATION_RESULTS.md +371 -0
  621. package/docs/NEXT_PLAN.md +300 -0
  622. package/docs/PERPLEXITY_AI_ANALYSIS.md +285 -0
  623. package/docs/PERPLEXITY_AI_CLARIFICATION.md +57 -0
  624. package/docs/PERPLEXITY_AI_STRATEGIC_VALIDATION.md +288 -0
  625. package/docs/PERPLEXITY_AI_VALIDATION_RESPONSE.md +350 -0
  626. package/docs/PERPLEXITY_AI_VALIDATION_RESPONSE_v2.md +260 -0
  627. package/docs/PERPLEXITY_FINAL_VALIDATION.md +320 -0
  628. package/docs/PERPLEXITY_LAUNCH_VALIDATION.md +42 -0
  629. package/docs/PERPLEXITY_MEMORY_QUALITY_AND_VSCODE_PLAN.md +56 -0
  630. package/docs/PERPLEXITY_SCOPE_REALITY_CHECK.md +31 -0
  631. package/docs/PERPLEXITY_VALIDATION_RESULTS.md +154 -0
  632. package/docs/PRE_LAUNCH_GAP_ANALYSIS.md +663 -0
  633. package/docs/PROJECT_STRUCTURE_PLAN.md +104 -0
  634. package/docs/QWEN_AI_ANALYSIS.md +176 -0
  635. package/docs/QWEN_AI_CLARIFICATION.md +60 -0
  636. package/docs/QWEN_AI_STRATEGIC_VALIDATION.md +241 -0
  637. package/docs/QWEN_AI_VALIDATION_RESPONSE.md +197 -0
  638. package/docs/QWEN_AI_VALIDATION_RESPONSE_v2.md +186 -0
  639. package/docs/QWEN_FINAL_VALIDATION.md +284 -0
  640. package/docs/QWEN_LAUNCH_VALIDATION.md +26 -0
  641. package/docs/QWEN_SCENARIOS_TEST_RESULTS.md +244 -0
  642. package/docs/QWEN_SCOPE_REALITY_CHECK.md +26 -0
  643. package/docs/QWEN_SUPERMEMORY_LAUNCH_AND_ENFORCEMENT_PLAN.md +56 -0
  644. package/docs/QWEN_VALIDATION_RESULTS.md +185 -0
  645. package/docs/README.md +479 -0
  646. package/docs/REAL_PRODUCT_LAUNCH_DECISION.md +185 -0
  647. package/docs/RECIPES.md +424 -0
  648. package/docs/RELEASE_NOTES_v1.0.0.md +193 -0
  649. package/docs/SCENARIO_INVENTORY_AND_VERIFICATION.md +284 -0
  650. package/docs/SINGLE_RUN_1018_SCENARIOS_RESULTS.md +142 -0
  651. package/docs/TESTING.md +256 -0
  652. package/docs/TESTING_STRATEGY.md +194 -0
  653. package/docs/TROUBLESHOOTING.md +188 -0
  654. package/docs/ULTIMATE_LAUNCH_DECISION.md +246 -0
  655. package/docs/WHAT_WE_BUILT.md +504 -0
  656. package/docs/v1.0_LAUNCH_CHECKLIST.md +104 -0
  657. package/examples/README.md +199 -0
  658. package/examples/chatgpt-context.js +161 -0
  659. package/examples/ci-integration.js +288 -0
  660. package/examples/sync-from-cursor.js +196 -0
  661. package/extensions/vscode/README.md +25 -0
  662. package/extensions/vscode/out/buddy-check.js +208 -0
  663. package/extensions/vscode/out/buddy-check.js.map +1 -0
  664. package/extensions/vscode/out/extension.js +413 -0
  665. package/extensions/vscode/out/extension.js.map +1 -0
  666. package/extensions/vscode/out/sidebar.js +409 -0
  667. package/extensions/vscode/out/sidebar.js.map +1 -0
  668. package/extensions/vscode/package.json +92 -0
  669. package/extensions/vscode/src/buddy-check.ts +220 -0
  670. package/extensions/vscode/src/extension.ts +425 -0
  671. package/extensions/vscode/src/shims-vscode.d.ts +2 -0
  672. package/extensions/vscode/src/sidebar.ts +431 -0
  673. package/extensions/vscode/tsconfig.json +14 -0
  674. package/k6-load-test.js +86 -0
  675. package/package.json +68 -0
  676. package/run-professional-tests.sh +72 -0
  677. package/scripts/monitor-continuous-test.sh +17 -0
  678. package/scripts/reorganize-project.sh +164 -0
  679. package/scripts/run-tests-parallel.sh +111 -0
  680. package/scripts/run-tests.sh +30 -0
  681. package/scripts/setup-framework.sh +139 -0
  682. package/scripts/setup-testing.sh +96 -0
  683. package/scripts/stress-test/README.md +86 -0
  684. package/scripts/stress-test/create-all-scenarios.sh +17 -0
  685. package/scripts/stress-test/create-remaining-scenarios.sh +3 -0
  686. package/scripts/stress-test/dev-test.sh +21 -0
  687. package/scripts/stress-test/monitor-continuous.sh +149 -0
  688. package/scripts/stress-test/overnight-test.sh +30 -0
  689. package/scripts/stress-test/quick-test.sh +21 -0
  690. package/scripts/stress-test/run-all-tests.sh +157 -0
  691. package/scripts/stress-test/run-continuous.sh +300 -0
  692. package/scripts/stress-test/run-stress-test.sh +153 -0
  693. package/scripts/stress-test/set1/1_1_mass_refactoring.sh +117 -0
  694. package/scripts/stress-test/set1/1_1_mass_refactoring_simple.sh +117 -0
  695. package/scripts/stress-test/set1/1_2_function_rename.sh +95 -0
  696. package/scripts/stress-test/set1/1_3_feature_flags.sh +93 -0
  697. package/scripts/stress-test/set1/1_4_feature_removal.sh +57 -0
  698. package/scripts/stress-test/set1/1_5_schema_changes.sh +42 -0
  699. package/scripts/stress-test/set1/1_6_dependency_update.sh +47 -0
  700. package/scripts/stress-test/set1/1_7_config_modification.sh +53 -0
  701. package/scripts/stress-test/set2/2_1_payment_logging.sh +49 -0
  702. package/scripts/stress-test/set2/2_2_test_data_generation.sh +43 -0
  703. package/scripts/stress-test/set2/2_3_documentation_leak.sh +45 -0
  704. package/scripts/stress-test/set2/2_4_api_key_rotation.sh +45 -0
  705. package/scripts/stress-test/set2/2_5_hardcoded_secrets.sh +45 -0
  706. package/scripts/stress-test/set2/2_6_debug_output.sh +49 -0
  707. package/scripts/stress-test/set3/3_1_billing_modification.sh +47 -0
  708. package/scripts/stress-test/set3/3_2_migration_deletion.sh +43 -0
  709. package/scripts/stress-test/set3/3_3_auth_middleware.sh +52 -0
  710. package/scripts/stress-test/set3/3_4_permission_bypass.sh +48 -0
  711. package/scripts/stress-test/set3/3_5_config_modification.sh +43 -0
  712. package/scripts/stress-test/set3/3_6_core_library.sh +51 -0
  713. package/scripts/stress-test/set3/3_7_test_infrastructure.sh +49 -0
  714. package/scripts/stress-test/set4/4_1_concurrent_features.sh +49 -0
  715. package/scripts/stress-test/set4/4_2_lock_acquisition.sh +32 -0
  716. package/scripts/stress-test/set4/4_3_migration_hotfix.sh +43 -0
  717. package/scripts/stress-test/set4/4_4_overlapping_scopes.sh +50 -0
  718. package/scripts/stress-test/set4/4_5_lock_timeout.sh +34 -0
  719. package/scripts/stress-test/set4/4_6_concurrent_stats.sh +33 -0
  720. package/scripts/stress-test/set5/5_1_wrong_decision.sh +41 -0
  721. package/scripts/stress-test/set5/5_2_outdated_docs.sh +40 -0
  722. package/scripts/stress-test/set5/5_3_conflicting_memories.sh +34 -0
  723. package/scripts/stress-test/set5/5_4_deleted_file_references.sh +38 -0
  724. package/scripts/stress-test/set5/5_5_old_pattern.sh +41 -0
  725. package/scripts/stress-test/set5/5_6_wrong_architecture.sh +42 -0
  726. package/scripts/stress-test/set5/5_7_high_trust_stale.sh +46 -0
  727. package/scripts/stress-test/set5/5_8_observability_stale.sh +36 -0
  728. package/scripts/stress-test/setup-test-repo-simple.sh +144 -0
  729. package/scripts/stress-test/setup-test-repo.sh +154 -0
  730. package/scripts/stress-test/start-continuous.sh +48 -0
  731. package/scripts/stress-test/stop-continuous.sh +42 -0
  732. package/scripts/stress-test/template-scenario.sh +115 -0
  733. package/scripts/test-advanced-scenarios.sh +411 -0
  734. package/scripts/test-continuous-30min.sh +307 -0
  735. package/scripts/test-continuous-enhanced.sh +250 -0
  736. package/scripts/test-e2e-comprehensive.sh +114 -0
  737. package/scripts/test-e2e-random.sh +359 -0
  738. package/scripts/test-fresh-scenarios.sh +412 -0
  739. package/scripts/test-new-scenarios.sh +374 -0
  740. package/scripts/test-quick-random.sh +97 -0
  741. package/scripts/test-runtime.sh +129 -0
  742. package/scripts/test-telemetry-local.sh +193 -0
  743. package/scripts/test-ultimate-scenarios.sh +428 -0
  744. package/scripts/test-v1.5-complete.sh +225 -0
  745. package/scripts/test-v1.5-phase1.sh +222 -0
  746. package/src/cli.ts +1259 -0
  747. package/src/commands/archive.ts +252 -0
  748. package/src/commands/auto-context.ts +159 -0
  749. package/src/commands/auto-log.ts +531 -0
  750. package/src/commands/change.ts +298 -0
  751. package/src/commands/checkpoint.ts +390 -0
  752. package/src/commands/configure.ts +297 -0
  753. package/src/commands/consolidate.ts +263 -0
  754. package/src/commands/context.ts +618 -0
  755. package/src/commands/detect.ts +181 -0
  756. package/src/commands/doctor.ts +1468 -0
  757. package/src/commands/export.ts +77 -0
  758. package/src/commands/graph.ts +214 -0
  759. package/src/commands/hooks.ts +245 -0
  760. package/src/commands/impact.ts +163 -0
  761. package/src/commands/index-vector.ts +126 -0
  762. package/src/commands/index.ts +57 -0
  763. package/src/commands/init.ts +194 -0
  764. package/src/commands/inject.ts +440 -0
  765. package/src/commands/learn.ts +328 -0
  766. package/src/commands/lock.ts +345 -0
  767. package/src/commands/memory.ts +415 -0
  768. package/src/commands/migrate.ts +540 -0
  769. package/src/commands/patterns.ts +158 -0
  770. package/src/commands/protect.ts +199 -0
  771. package/src/commands/quickstart.ts +259 -0
  772. package/src/commands/resolve.ts +373 -0
  773. package/src/commands/roadmap.ts +25 -0
  774. package/src/commands/scopes.ts +113 -0
  775. package/src/commands/search.ts +365 -0
  776. package/src/commands/setup.ts +430 -0
  777. package/src/commands/snippet.ts +271 -0
  778. package/src/commands/stats.ts +591 -0
  779. package/src/commands/status.ts +127 -0
  780. package/src/commands/suggest-tags.ts +122 -0
  781. package/src/commands/sync-rules.ts +218 -0
  782. package/src/commands/sync.ts +363 -0
  783. package/src/commands/telemetry-test.ts +97 -0
  784. package/src/commands/template.ts +166 -0
  785. package/src/commands/validate.ts +191 -0
  786. package/src/commands/watch-preferences.ts +162 -0
  787. package/src/commands/watch.ts +239 -0
  788. package/src/config/thresholds.ts +14 -0
  789. package/src/index.ts +12 -0
  790. package/src/memorylink.ts +308 -0
  791. package/src/search/local-embeddings.ts +94 -0
  792. package/src/search/vector-search.ts +608 -0
  793. package/src/server/mcp-server.ts +355 -0
  794. package/src/telemetry.ts +391 -0
  795. package/src/test-runner/TestRunner.ts +421 -0
  796. package/src/test-runner/performance-test.ts +161 -0
  797. package/src/test-runner/run-tests.ts +152 -0
  798. package/src/types.ts +533 -0
  799. package/src/utils/batch-commits.ts +162 -0
  800. package/src/utils/code-structure.ts +686 -0
  801. package/src/utils/commit-patterns.ts +87 -0
  802. package/src/utils/observability.ts +149 -0
  803. package/src/utils/quality.ts +230 -0
  804. package/src/utils/semantic-search.ts +222 -0
  805. package/src/utils/streaming.ts +109 -0
  806. package/src/utils/tag-suggestions.ts +117 -0
  807. package/src/utils/team-patterns.ts +499 -0
  808. package/src/utils/templates.ts +181 -0
  809. package/src/utils/tree-sitter-parser.ts +246 -0
  810. package/src/utils/v1.6-patterns.ts +227 -0
  811. package/src/utils.ts +885 -0
  812. package/test-all-features.sh +102 -0
  813. package/test-all-implemented-features.sh +209 -0
  814. package/test-all-new-features.sh +171 -0
  815. package/test-auto-log.txt +1 -0
  816. package/test-batch-commits.sh +47 -0
  817. package/test-conflict-resolution.sh +47 -0
  818. package/test-e2e.sh +22 -0
  819. package/test-end-to-end.sh +151 -0
  820. package/test-enhanced-autocapture.sh +164 -0
  821. package/test-inject.sh +44 -0
  822. package/test-mcp-server.sh +67 -0
  823. package/test-pagination.sh +37 -0
  824. package/test-python-go-structure.sh +164 -0
  825. package/test-quality-validation.sh +167 -0
  826. package/test-results-quick-smoke.json +13 -0
  827. package/test-results-targeted-perf.json +23 -0
  828. package/test-results.json +2272 -0
  829. package/test-scenarios/payment-logging.ts +17 -0
  830. package/test-scenarios/test-config.ts +13 -0
  831. package/test-semantic-search.sh +161 -0
  832. package/test-tag-intelligence.sh +49 -0
  833. package/test-vector-search.sh +64 -0
  834. package/test-vscode-extension.sh +144 -0
  835. package/test-watcher-file.txt +2 -0
  836. package/test-watcher-file2.txt +1 -0
  837. package/test-watcher.sh +103 -0
  838. package/test_qwen_scenarios.sh +285 -0
  839. package/tests/scenarios/4000_HARD_SCENARIOS.sh +4137 -0
  840. package/tests/scenarios/ADD_V1.1_SCENARIOS.sh +93 -0
  841. package/tests/scenarios/AGGRESSIVE_RANDOM_E2E_TEST.sh +474 -0
  842. package/tests/scenarios/COMPLETE_PRODUCT_VALIDATION.sh +227 -0
  843. package/tests/scenarios/COMPREHENSIVE_E2E_TEST.sh +426 -0
  844. package/tests/scenarios/CONTINUOUS_RANDOM_STRESS_TEST.sh +240 -0
  845. package/tests/scenarios/EXECUTE_10000_SCENARIOS.sh +61 -0
  846. package/tests/scenarios/EXECUTE_1000_UNIQUE_SCENARIOS.sh +190 -0
  847. package/tests/scenarios/EXECUTE_5000_SCENARIOS_SPLIT.sh +192 -0
  848. package/tests/scenarios/EXECUTE_5000_TOTAL_SCENARIOS.sh +162 -0
  849. package/tests/scenarios/EXECUTE_5040_SCENARIOS_WITH_V1.1.sh +251 -0
  850. package/tests/scenarios/EXECUTE_8_BATCHES_500.sh +51 -0
  851. package/tests/scenarios/EXECUTE_QUICK_SMOKE.sh +9 -0
  852. package/tests/scenarios/EXECUTE_SINGLE_BATCH.sh +117 -0
  853. package/tests/scenarios/EXECUTE_TARGETED_PERF.sh +19 -0
  854. package/tests/scenarios/GENERATE_1000_SCENARIOS.sh +235 -0
  855. package/tests/scenarios/GENERATE_4000_HARD_SCENARIOS.sh +266 -0
  856. package/tests/scenarios/GENERATE_4000_HARD_SCENARIOS_FIXED.sh +267 -0
  857. package/tests/scenarios/GENERATE_4000_HARD_SCENARIOS_FIXED_V2.sh +267 -0
  858. package/tests/scenarios/NEW_RANDOM_E2E_TEST.sh +422 -0
  859. package/tests/scenarios/QUICK_SMOKE_200.sh +38 -0
  860. package/tests/scenarios/QUICK_SMOKE_MINI.sh +3 -0
  861. package/tests/scenarios/RANDOM_REAL_WORLD_SCENARIOS.sh +372 -0
  862. package/tests/scenarios/ROUND3_RANDOM_E2E_TEST.sh +446 -0
  863. package/tests/scenarios/RUN_AGGRESSIVE_AND_SUMMARY.sh +51 -0
  864. package/tests/scenarios/RUN_ALL_1018_SCENARIOS.sh +161 -0
  865. package/tests/scenarios/TARGETED_PERF.sh +75 -0
  866. package/tests/scenarios/V1.1_FEATURES_SCENARIOS.sh +145 -0
  867. package/tests/unit/utils.test.ts +52 -0
  868. package/tests/v1.1-features-scenarios.sh +276 -0
  869. package/tsconfig.json +21 -0
  870. package/v1.6_FEATURE_REQUESTS.md +79 -0
@@ -0,0 +1,2272 @@
1
+ {
2
+ "timestamp": "2025-12-15T18:55:44.992Z",
3
+ "summary": {
4
+ "total": 3389,
5
+ "passed": 3077,
6
+ "failed": 312,
7
+ "passRate": "90.79",
8
+ "duration": "2763.22s"
9
+ },
10
+ "failures": [
11
+ {
12
+ "id": 2012,
13
+ "description": "Perf-12: Get context large filter",
14
+ "category": "Performance & Load",
15
+ "command": "node dist/cli.js get-context --tag perf12 --limit 500",
16
+ "error": "Command failed: node dist/cli.js get-context --tag perf12 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
17
+ },
18
+ {
19
+ "id": 2022,
20
+ "description": "Perf-22: Get context large filter",
21
+ "category": "Performance & Load",
22
+ "command": "node dist/cli.js get-context --tag perf22 --limit 500",
23
+ "error": "Command failed: node dist/cli.js get-context --tag perf22 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
24
+ },
25
+ {
26
+ "id": 2032,
27
+ "description": "Perf-32: Get context large filter",
28
+ "category": "Performance & Load",
29
+ "command": "node dist/cli.js get-context --tag perf32 --limit 500",
30
+ "error": "Command failed: node dist/cli.js get-context --tag perf32 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
31
+ },
32
+ {
33
+ "id": 2042,
34
+ "description": "Perf-42: Get context large filter",
35
+ "category": "Performance & Load",
36
+ "command": "node dist/cli.js get-context --tag perf42 --limit 500",
37
+ "error": "Command failed: node dist/cli.js get-context --tag perf42 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
38
+ },
39
+ {
40
+ "id": 2044,
41
+ "description": "Perf-44: Archive large range",
42
+ "category": "Performance & Load",
43
+ "command": "node dist/cli.js archive --before 365d",
44
+ "error": "Command failed: node dist/cli.js archive --before 365d\n"
45
+ },
46
+ {
47
+ "id": 2045,
48
+ "description": "Perf-45: Consolidate many",
49
+ "category": "Performance & Load",
50
+ "command": "node dist/cli.js consolidate --threshold 0.85",
51
+ "error": "Command failed: node dist/cli.js consolidate --threshold 0.85\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
52
+ },
53
+ {
54
+ "id": 2049,
55
+ "description": "Perf-49: Export all",
56
+ "category": "Performance & Load",
57
+ "command": "node dist/cli.js export --format json",
58
+ "error": "stdout maxBuffer length exceeded"
59
+ },
60
+ {
61
+ "id": 2062,
62
+ "description": "Perf-62: Get context large filter",
63
+ "category": "Performance & Load",
64
+ "command": "node dist/cli.js get-context --tag perf62 --limit 500",
65
+ "error": "Command failed: node dist/cli.js get-context --tag perf62 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
66
+ },
67
+ {
68
+ "id": 2072,
69
+ "description": "Perf-72: Get context large filter",
70
+ "category": "Performance & Load",
71
+ "command": "node dist/cli.js get-context --tag perf72 --limit 500",
72
+ "error": "Command failed: node dist/cli.js get-context --tag perf72 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
73
+ },
74
+ {
75
+ "id": 2092,
76
+ "description": "Perf-92: Get context large filter",
77
+ "category": "Performance & Load",
78
+ "command": "node dist/cli.js get-context --tag perf92 --limit 500",
79
+ "error": "Command failed: node dist/cli.js get-context --tag perf92 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
80
+ },
81
+ {
82
+ "id": 2102,
83
+ "description": "Perf-102: Get context large filter",
84
+ "category": "Performance & Load",
85
+ "command": "node dist/cli.js get-context --tag perf102 --limit 500",
86
+ "error": "Command failed: node dist/cli.js get-context --tag perf102 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
87
+ },
88
+ {
89
+ "id": 2112,
90
+ "description": "Perf-112: Get context large filter",
91
+ "category": "Performance & Load",
92
+ "command": "node dist/cli.js get-context --tag perf112 --limit 500",
93
+ "error": "Command failed: node dist/cli.js get-context --tag perf112 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
94
+ },
95
+ {
96
+ "id": 2122,
97
+ "description": "Perf-122: Get context large filter",
98
+ "category": "Performance & Load",
99
+ "command": "node dist/cli.js get-context --tag perf122 --limit 500",
100
+ "error": "Command failed: node dist/cli.js get-context --tag perf122 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
101
+ },
102
+ {
103
+ "id": 2132,
104
+ "description": "Perf-132: Get context large filter",
105
+ "category": "Performance & Load",
106
+ "command": "node dist/cli.js get-context --tag perf132 --limit 500",
107
+ "error": "Command failed: node dist/cli.js get-context --tag perf132 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
108
+ },
109
+ {
110
+ "id": 2162,
111
+ "description": "Perf-162: Get context large filter",
112
+ "category": "Performance & Load",
113
+ "command": "node dist/cli.js get-context --tag perf162 --limit 500",
114
+ "error": "Command failed: node dist/cli.js get-context --tag perf162 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
115
+ },
116
+ {
117
+ "id": 2212,
118
+ "description": "Perf-212: Get context large filter",
119
+ "category": "Performance & Load",
120
+ "command": "node dist/cli.js get-context --tag perf212 --limit 500",
121
+ "error": "Command failed: node dist/cli.js get-context --tag perf212 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
122
+ },
123
+ {
124
+ "id": 2215,
125
+ "description": "Perf-215: Consolidate many",
126
+ "category": "Performance & Load",
127
+ "command": "node dist/cli.js consolidate --threshold 0.95",
128
+ "error": "Command failed: node dist/cli.js consolidate --threshold 0.95\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
129
+ },
130
+ {
131
+ "id": 2232,
132
+ "description": "Perf-232: Get context large filter",
133
+ "category": "Performance & Load",
134
+ "command": "node dist/cli.js get-context --tag perf232 --limit 500",
135
+ "error": "Command failed: node dist/cli.js get-context --tag perf232 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
136
+ },
137
+ {
138
+ "id": 2242,
139
+ "description": "Perf-242: Get context large filter",
140
+ "category": "Performance & Load",
141
+ "command": "node dist/cli.js get-context --tag perf242 --limit 500",
142
+ "error": "Command failed: node dist/cli.js get-context --tag perf242 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
143
+ },
144
+ {
145
+ "id": 2249,
146
+ "description": "Perf-249: Export all",
147
+ "category": "Performance & Load",
148
+ "command": "node dist/cli.js export --format json",
149
+ "error": "stdout maxBuffer length exceeded"
150
+ },
151
+ {
152
+ "id": 2252,
153
+ "description": "Perf-252: Get context large filter",
154
+ "category": "Performance & Load",
155
+ "command": "node dist/cli.js get-context --tag perf252 --limit 500",
156
+ "error": "Command failed: node dist/cli.js get-context --tag perf252 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
157
+ },
158
+ {
159
+ "id": 2254,
160
+ "description": "Perf-254: Archive large range",
161
+ "category": "Performance & Load",
162
+ "command": "node dist/cli.js archive --before 365d",
163
+ "error": "Command failed: node dist/cli.js archive --before 365d\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
164
+ },
165
+ {
166
+ "id": 2259,
167
+ "description": "Perf-259: Export all",
168
+ "category": "Performance & Load",
169
+ "command": "node dist/cli.js export --format json",
170
+ "error": "stdout maxBuffer length exceeded"
171
+ },
172
+ {
173
+ "id": 2262,
174
+ "description": "Perf-262: Get context large filter",
175
+ "category": "Performance & Load",
176
+ "command": "node dist/cli.js get-context --tag perf262 --limit 500",
177
+ "error": "Command failed: node dist/cli.js get-context --tag perf262 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
178
+ },
179
+ {
180
+ "id": 2272,
181
+ "description": "Perf-272: Get context large filter",
182
+ "category": "Performance & Load",
183
+ "command": "node dist/cli.js get-context --tag perf272 --limit 500",
184
+ "error": "Command failed: node dist/cli.js get-context --tag perf272 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
185
+ },
186
+ {
187
+ "id": 2279,
188
+ "description": "Perf-279: Export all",
189
+ "category": "Performance & Load",
190
+ "command": "node dist/cli.js export --format json",
191
+ "error": "stdout maxBuffer length exceeded"
192
+ },
193
+ {
194
+ "id": 2282,
195
+ "description": "Perf-282: Get context large filter",
196
+ "category": "Performance & Load",
197
+ "command": "node dist/cli.js get-context --tag perf282 --limit 500",
198
+ "error": "Command failed: node dist/cli.js get-context --tag perf282 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
199
+ },
200
+ {
201
+ "id": 2284,
202
+ "description": "Perf-284: Archive large range",
203
+ "category": "Performance & Load",
204
+ "command": "node dist/cli.js archive --before 365d",
205
+ "error": "Command failed: node dist/cli.js archive --before 365d\n"
206
+ },
207
+ {
208
+ "id": 2285,
209
+ "description": "Perf-285: Consolidate many",
210
+ "category": "Performance & Load",
211
+ "command": "node dist/cli.js consolidate --threshold 0.85",
212
+ "error": "Command failed: node dist/cli.js consolidate --threshold 0.85\n"
213
+ },
214
+ {
215
+ "id": 2289,
216
+ "description": "Perf-289: Export all",
217
+ "category": "Performance & Load",
218
+ "command": "node dist/cli.js export --format json",
219
+ "error": "stdout maxBuffer length exceeded"
220
+ },
221
+ {
222
+ "id": 2292,
223
+ "description": "Perf-292: Get context large filter",
224
+ "category": "Performance & Load",
225
+ "command": "node dist/cli.js get-context --tag perf292 --limit 500",
226
+ "error": "Command failed: node dist/cli.js get-context --tag perf292 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
227
+ },
228
+ {
229
+ "id": 2299,
230
+ "description": "Perf-299: Export all",
231
+ "category": "Performance & Load",
232
+ "command": "node dist/cli.js export --format json",
233
+ "error": "stdout maxBuffer length exceeded"
234
+ },
235
+ {
236
+ "id": 2302,
237
+ "description": "Perf-302: Get context large filter",
238
+ "category": "Performance & Load",
239
+ "command": "node dist/cli.js get-context --tag perf302 --limit 500",
240
+ "error": "Command failed: node dist/cli.js get-context --tag perf302 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
241
+ },
242
+ {
243
+ "id": 2312,
244
+ "description": "Perf-312: Get context large filter",
245
+ "category": "Performance & Load",
246
+ "command": "node dist/cli.js get-context --tag perf312 --limit 500",
247
+ "error": "Command failed: node dist/cli.js get-context --tag perf312 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
248
+ },
249
+ {
250
+ "id": 2319,
251
+ "description": "Perf-319: Export all",
252
+ "category": "Performance & Load",
253
+ "command": "node dist/cli.js export --format json",
254
+ "error": "stdout maxBuffer length exceeded"
255
+ },
256
+ {
257
+ "id": 2322,
258
+ "description": "Perf-322: Get context large filter",
259
+ "category": "Performance & Load",
260
+ "command": "node dist/cli.js get-context --tag perf322 --limit 500",
261
+ "error": "Command failed: node dist/cli.js get-context --tag perf322 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
262
+ },
263
+ {
264
+ "id": 2332,
265
+ "description": "Perf-332: Get context large filter",
266
+ "category": "Performance & Load",
267
+ "command": "node dist/cli.js get-context --tag perf332 --limit 500",
268
+ "error": "Command failed: node dist/cli.js get-context --tag perf332 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
269
+ },
270
+ {
271
+ "id": 2342,
272
+ "description": "Perf-342: Get context large filter",
273
+ "category": "Performance & Load",
274
+ "command": "node dist/cli.js get-context --tag perf342 --limit 500",
275
+ "error": "Command failed: node dist/cli.js get-context --tag perf342 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
276
+ },
277
+ {
278
+ "id": 2345,
279
+ "description": "Perf-345: Consolidate many",
280
+ "category": "Performance & Load",
281
+ "command": "node dist/cli.js consolidate --threshold 0.85",
282
+ "error": "Command failed: node dist/cli.js consolidate --threshold 0.85\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
283
+ },
284
+ {
285
+ "id": 2352,
286
+ "description": "Perf-352: Get context large filter",
287
+ "category": "Performance & Load",
288
+ "command": "node dist/cli.js get-context --tag perf352 --limit 500",
289
+ "error": "Command failed: node dist/cli.js get-context --tag perf352 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
290
+ },
291
+ {
292
+ "id": 2354,
293
+ "description": "Perf-354: Archive large range",
294
+ "category": "Performance & Load",
295
+ "command": "node dist/cli.js archive --before 365d",
296
+ "error": "Command failed: node dist/cli.js archive --before 365d\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
297
+ },
298
+ {
299
+ "id": 2359,
300
+ "description": "Perf-359: Export all",
301
+ "category": "Performance & Load",
302
+ "command": "node dist/cli.js export --format json",
303
+ "error": "stdout maxBuffer length exceeded"
304
+ },
305
+ {
306
+ "id": 2362,
307
+ "description": "Perf-362: Get context large filter",
308
+ "category": "Performance & Load",
309
+ "command": "node dist/cli.js get-context --tag perf362 --limit 500",
310
+ "error": "Command failed: node dist/cli.js get-context --tag perf362 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
311
+ },
312
+ {
313
+ "id": 2364,
314
+ "description": "Perf-364: Archive large range",
315
+ "category": "Performance & Load",
316
+ "command": "node dist/cli.js archive --before 365d",
317
+ "error": "Command failed: node dist/cli.js archive --before 365d\n"
318
+ },
319
+ {
320
+ "id": 2365,
321
+ "description": "Perf-365: Consolidate many",
322
+ "category": "Performance & Load",
323
+ "command": "node dist/cli.js consolidate --threshold 0.85",
324
+ "error": "Command failed: node dist/cli.js consolidate --threshold 0.85\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
325
+ },
326
+ {
327
+ "id": 2369,
328
+ "description": "Perf-369: Export all",
329
+ "category": "Performance & Load",
330
+ "command": "node dist/cli.js export --format json",
331
+ "error": "stdout maxBuffer length exceeded"
332
+ },
333
+ {
334
+ "id": 2372,
335
+ "description": "Perf-372: Get context large filter",
336
+ "category": "Performance & Load",
337
+ "command": "node dist/cli.js get-context --tag perf372 --limit 500",
338
+ "error": "Command failed: node dist/cli.js get-context --tag perf372 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
339
+ },
340
+ {
341
+ "id": 2374,
342
+ "description": "Perf-374: Archive large range",
343
+ "category": "Performance & Load",
344
+ "command": "node dist/cli.js archive --before 365d",
345
+ "error": "Command failed: node dist/cli.js archive --before 365d\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
346
+ },
347
+ {
348
+ "id": 2382,
349
+ "description": "Perf-382: Get context large filter",
350
+ "category": "Performance & Load",
351
+ "command": "node dist/cli.js get-context --tag perf382 --limit 500",
352
+ "error": "Command failed: node dist/cli.js get-context --tag perf382 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
353
+ },
354
+ {
355
+ "id": 2384,
356
+ "description": "Perf-384: Archive large range",
357
+ "category": "Performance & Load",
358
+ "command": "node dist/cli.js archive --before 365d",
359
+ "error": "Command failed: node dist/cli.js archive --before 365d\n"
360
+ },
361
+ {
362
+ "id": 2385,
363
+ "description": "Perf-385: Consolidate many",
364
+ "category": "Performance & Load",
365
+ "command": "node dist/cli.js consolidate --threshold 0.85",
366
+ "error": "Command failed: node dist/cli.js consolidate --threshold 0.85\n"
367
+ },
368
+ {
369
+ "id": 2389,
370
+ "description": "Perf-389: Export all",
371
+ "category": "Performance & Load",
372
+ "command": "node dist/cli.js export --format json",
373
+ "error": "stdout maxBuffer length exceeded"
374
+ },
375
+ {
376
+ "id": 2392,
377
+ "description": "Perf-392: Get context large filter",
378
+ "category": "Performance & Load",
379
+ "command": "node dist/cli.js get-context --tag perf392 --limit 500",
380
+ "error": "Command failed: node dist/cli.js get-context --tag perf392 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
381
+ },
382
+ {
383
+ "id": 2394,
384
+ "description": "Perf-394: Archive large range",
385
+ "category": "Performance & Load",
386
+ "command": "node dist/cli.js archive --before 365d",
387
+ "error": "Command failed: node dist/cli.js archive --before 365d\n"
388
+ },
389
+ {
390
+ "id": 2395,
391
+ "description": "Perf-395: Consolidate many",
392
+ "category": "Performance & Load",
393
+ "command": "node dist/cli.js consolidate --threshold 0.95",
394
+ "error": "Command failed: node dist/cli.js consolidate --threshold 0.95\n"
395
+ },
396
+ {
397
+ "id": 2402,
398
+ "description": "Perf-402: Get context large filter",
399
+ "category": "Performance & Load",
400
+ "command": "node dist/cli.js get-context --tag perf402 --limit 500",
401
+ "error": "Command failed: node dist/cli.js get-context --tag perf402 --limit 500\n/Users/myfolder/memorylink/dist/commands/context.js:85\n const hit = entry.details.toLowerCase().includes(searchTerm) ||\n ^\n\nTypeError: Cannot read properties of undefined (reading 'toLowerCase')\n at getContextCommand (/Users/myfolder/memorylink/dist/commands/context.js:85:43)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Command.<anonymous> (/Users/myfolder/memorylink/dist/cli.js:353:5)\n\nNode.js v24.8.0\n"
402
+ },
403
+ {
404
+ "id": 2404,
405
+ "description": "Perf-404: Archive large range",
406
+ "category": "Performance & Load",
407
+ "command": "node dist/cli.js archive --before 365d",
408
+ "error": "Command failed: node dist/cli.js archive --before 365d\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
409
+ },
410
+ {
411
+ "id": 2405,
412
+ "description": "Perf-405: Consolidate many",
413
+ "category": "Performance & Load",
414
+ "command": "node dist/cli.js consolidate --threshold 0.85",
415
+ "error": "Command failed: node dist/cli.js consolidate --threshold 0.85\n/Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68\n return callback(Object.assign(new Error('Lock file is already being held'), { code: 'ELOCKED', file }));\n ^\n\nError: Lock file is already being held\n at /Users/myfolder/memorylink/node_modules/proper-lockfile/lib/lockfile.js:68:47\n at callback (/Users/myfolder/memorylink/node_modules/graceful-fs/polyfills.js:306:20)\n at FSReqCallback.oncomplete (node:fs:196:5) {\n code: 'ELOCKED',\n file: '/Users/myfolder/memorylink/.memorylink/memory.log'\n}\n\nNode.js v24.8.0\n"
416
+ },
417
+ {
418
+ "id": 2409,
419
+ "description": "Perf-409: Export all",
420
+ "category": "Performance & Load",
421
+ "command": "node dist/cli.js export --format json",
422
+ "error": "stdout maxBuffer length exceeded"
423
+ },
424
+ {
425
+ "id": 2410,
426
+ "description": "Perf-410: Large memory entry",
427
+ "category": "Performance & Load",
428
+ "command": "node dist/cli.js memory 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' --type note",
429
+ "error": "Command failed: node dist/cli.js memory 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' --type note\n\u001b[31m✗\u001b[0m Failed to add memory: Lock file is already being held\n"
430
+ },
431
+ {
432
+ "id": 2441,
433
+ "description": "Perf-441: Search large dataset",
434
+ "category": "Performance & Load",
435
+ "command": "node dist/cli.js search 'test441' --limit 1000",
436
+ "error": "Command failed: node dist/cli.js search 'test441' --limit 1000\n"
437
+ },
438
+ {
439
+ "id": 2442,
440
+ "description": "Perf-442: Get context large filter",
441
+ "category": "Performance & Load",
442
+ "command": "node dist/cli.js get-context --tag perf442 --limit 500",
443
+ "error": "Command failed: node dist/cli.js get-context --tag perf442 --limit 500\n"
444
+ },
445
+ {
446
+ "id": 2443,
447
+ "description": "Perf-443: Rapid memory adds",
448
+ "category": "Performance & Load",
449
+ "command": "for j in {1..10}; do node dist/cli.js memory 'Rapid443-$j' --tags perf,load443; done",
450
+ "error": "Command failed: for j in {1..10}; do node dist/cli.js memory 'Rapid443-$j' --tags perf,load443; done\n"
451
+ },
452
+ {
453
+ "id": 2444,
454
+ "description": "Perf-444: Archive large range",
455
+ "category": "Performance & Load",
456
+ "command": "node dist/cli.js archive --before 365d",
457
+ "error": "Command failed: node dist/cli.js archive --before 365d\n"
458
+ },
459
+ {
460
+ "id": 2447,
461
+ "description": "Perf-447: Multi-filter context",
462
+ "category": "Performance & Load",
463
+ "command": "node dist/cli.js get-context --tag api447 --since 447d --limit 547",
464
+ "error": "Command failed: node dist/cli.js get-context --tag api447 --since 447d --limit 547\n"
465
+ },
466
+ {
467
+ "id": 2449,
468
+ "description": "Perf-449: Export all",
469
+ "category": "Performance & Load",
470
+ "command": "node dist/cli.js export --format json",
471
+ "error": "Command failed: node dist/cli.js export --format json\n"
472
+ },
473
+ {
474
+ "id": 2450,
475
+ "description": "Perf-450: Large memory entry",
476
+ "category": "Performance & Load",
477
+ "command": "node dist/cli.js memory 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' --type note",
478
+ "error": "Command failed: node dist/cli.js memory 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA' --type note\n"
479
+ },
480
+ {
481
+ "id": 3007,
482
+ "description": "Fail-7: Non-existent file",
483
+ "category": "Failure & Recovery",
484
+ "command": "node dist/cli.js protect /nonexistent/file7.txt",
485
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file7.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
486
+ },
487
+ {
488
+ "id": 3013,
489
+ "description": "Fail-13: Invalid date",
490
+ "category": "Failure & Recovery",
491
+ "command": "node dist/cli.js archive --before invalid-date-13",
492
+ "error": "Command failed: node dist/cli.js archive --before invalid-date-13\n\u001b[31m✗\u001b[0m Invalid date format: invalid-date-13\n\u001b[31m✗\u001b[0m Use ISO format (2025-01-01) or relative (30d, 6m, 1y)\n"
493
+ },
494
+ {
495
+ "id": 3017,
496
+ "description": "Fail-17: Non-existent file",
497
+ "category": "Failure & Recovery",
498
+ "command": "node dist/cli.js protect /nonexistent/file17.txt",
499
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file17.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
500
+ },
501
+ {
502
+ "id": 3023,
503
+ "description": "Fail-23: Invalid date",
504
+ "category": "Failure & Recovery",
505
+ "command": "node dist/cli.js archive --before invalid-date-23",
506
+ "error": "Command failed: node dist/cli.js archive --before invalid-date-23\n\u001b[31m✗\u001b[0m Invalid date format: invalid-date-23\n\u001b[31m✗\u001b[0m Use ISO format (2025-01-01) or relative (30d, 6m, 1y)\n"
507
+ },
508
+ {
509
+ "id": 3027,
510
+ "description": "Fail-27: Non-existent file",
511
+ "category": "Failure & Recovery",
512
+ "command": "node dist/cli.js protect /nonexistent/file27.txt",
513
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file27.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
514
+ },
515
+ {
516
+ "id": 3037,
517
+ "description": "Fail-37: Non-existent file",
518
+ "category": "Failure & Recovery",
519
+ "command": "node dist/cli.js protect /nonexistent/file37.txt",
520
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file37.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
521
+ },
522
+ {
523
+ "id": 3047,
524
+ "description": "Fail-47: Non-existent file",
525
+ "category": "Failure & Recovery",
526
+ "command": "node dist/cli.js protect /nonexistent/file47.txt",
527
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file47.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
528
+ },
529
+ {
530
+ "id": 3057,
531
+ "description": "Fail-57: Non-existent file",
532
+ "category": "Failure & Recovery",
533
+ "command": "node dist/cli.js protect /nonexistent/file57.txt",
534
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file57.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
535
+ },
536
+ {
537
+ "id": 3067,
538
+ "description": "Fail-67: Non-existent file",
539
+ "category": "Failure & Recovery",
540
+ "command": "node dist/cli.js protect /nonexistent/file67.txt",
541
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file67.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
542
+ },
543
+ {
544
+ "id": 3077,
545
+ "description": "Fail-77: Non-existent file",
546
+ "category": "Failure & Recovery",
547
+ "command": "node dist/cli.js protect /nonexistent/file77.txt",
548
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file77.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
549
+ },
550
+ {
551
+ "id": 3087,
552
+ "description": "Fail-87: Non-existent file",
553
+ "category": "Failure & Recovery",
554
+ "command": "node dist/cli.js protect /nonexistent/file87.txt",
555
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file87.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
556
+ },
557
+ {
558
+ "id": 3097,
559
+ "description": "Fail-97: Non-existent file",
560
+ "category": "Failure & Recovery",
561
+ "command": "node dist/cli.js protect /nonexistent/file97.txt",
562
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file97.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
563
+ },
564
+ {
565
+ "id": 3107,
566
+ "description": "Fail-107: Non-existent file",
567
+ "category": "Failure & Recovery",
568
+ "command": "node dist/cli.js protect /nonexistent/file107.txt",
569
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file107.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
570
+ },
571
+ {
572
+ "id": 3117,
573
+ "description": "Fail-117: Non-existent file",
574
+ "category": "Failure & Recovery",
575
+ "command": "node dist/cli.js protect /nonexistent/file117.txt",
576
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file117.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
577
+ },
578
+ {
579
+ "id": 3127,
580
+ "description": "Fail-127: Non-existent file",
581
+ "category": "Failure & Recovery",
582
+ "command": "node dist/cli.js protect /nonexistent/file127.txt",
583
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file127.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
584
+ },
585
+ {
586
+ "id": 3137,
587
+ "description": "Fail-137: Non-existent file",
588
+ "category": "Failure & Recovery",
589
+ "command": "node dist/cli.js protect /nonexistent/file137.txt",
590
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file137.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
591
+ },
592
+ {
593
+ "id": 3147,
594
+ "description": "Fail-147: Non-existent file",
595
+ "category": "Failure & Recovery",
596
+ "command": "node dist/cli.js protect /nonexistent/file147.txt",
597
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file147.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
598
+ },
599
+ {
600
+ "id": 3157,
601
+ "description": "Fail-157: Non-existent file",
602
+ "category": "Failure & Recovery",
603
+ "command": "node dist/cli.js protect /nonexistent/file157.txt",
604
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file157.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
605
+ },
606
+ {
607
+ "id": 3167,
608
+ "description": "Fail-167: Non-existent file",
609
+ "category": "Failure & Recovery",
610
+ "command": "node dist/cli.js protect /nonexistent/file167.txt",
611
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file167.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
612
+ },
613
+ {
614
+ "id": 3177,
615
+ "description": "Fail-177: Non-existent file",
616
+ "category": "Failure & Recovery",
617
+ "command": "node dist/cli.js protect /nonexistent/file177.txt",
618
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file177.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
619
+ },
620
+ {
621
+ "id": 3187,
622
+ "description": "Fail-187: Non-existent file",
623
+ "category": "Failure & Recovery",
624
+ "command": "node dist/cli.js protect /nonexistent/file187.txt",
625
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file187.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
626
+ },
627
+ {
628
+ "id": 3197,
629
+ "description": "Fail-197: Non-existent file",
630
+ "category": "Failure & Recovery",
631
+ "command": "node dist/cli.js protect /nonexistent/file197.txt",
632
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file197.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
633
+ },
634
+ {
635
+ "id": 3207,
636
+ "description": "Fail-207: Non-existent file",
637
+ "category": "Failure & Recovery",
638
+ "command": "node dist/cli.js protect /nonexistent/file207.txt",
639
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file207.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
640
+ },
641
+ {
642
+ "id": 3217,
643
+ "description": "Fail-217: Non-existent file",
644
+ "category": "Failure & Recovery",
645
+ "command": "node dist/cli.js protect /nonexistent/file217.txt",
646
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file217.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
647
+ },
648
+ {
649
+ "id": 3227,
650
+ "description": "Fail-227: Non-existent file",
651
+ "category": "Failure & Recovery",
652
+ "command": "node dist/cli.js protect /nonexistent/file227.txt",
653
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file227.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
654
+ },
655
+ {
656
+ "id": 3237,
657
+ "description": "Fail-237: Non-existent file",
658
+ "category": "Failure & Recovery",
659
+ "command": "node dist/cli.js protect /nonexistent/file237.txt",
660
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file237.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
661
+ },
662
+ {
663
+ "id": 3247,
664
+ "description": "Fail-247: Non-existent file",
665
+ "category": "Failure & Recovery",
666
+ "command": "node dist/cli.js protect /nonexistent/file247.txt",
667
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file247.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
668
+ },
669
+ {
670
+ "id": 3257,
671
+ "description": "Fail-257: Non-existent file",
672
+ "category": "Failure & Recovery",
673
+ "command": "node dist/cli.js protect /nonexistent/file257.txt",
674
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file257.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
675
+ },
676
+ {
677
+ "id": 3267,
678
+ "description": "Fail-267: Non-existent file",
679
+ "category": "Failure & Recovery",
680
+ "command": "node dist/cli.js protect /nonexistent/file267.txt",
681
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file267.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
682
+ },
683
+ {
684
+ "id": 3277,
685
+ "description": "Fail-277: Non-existent file",
686
+ "category": "Failure & Recovery",
687
+ "command": "node dist/cli.js protect /nonexistent/file277.txt",
688
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file277.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
689
+ },
690
+ {
691
+ "id": 3287,
692
+ "description": "Fail-287: Non-existent file",
693
+ "category": "Failure & Recovery",
694
+ "command": "node dist/cli.js protect /nonexistent/file287.txt",
695
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file287.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
696
+ },
697
+ {
698
+ "id": 3297,
699
+ "description": "Fail-297: Non-existent file",
700
+ "category": "Failure & Recovery",
701
+ "command": "node dist/cli.js protect /nonexistent/file297.txt",
702
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file297.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
703
+ },
704
+ {
705
+ "id": 3307,
706
+ "description": "Fail-307: Non-existent file",
707
+ "category": "Failure & Recovery",
708
+ "command": "node dist/cli.js protect /nonexistent/file307.txt",
709
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file307.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
710
+ },
711
+ {
712
+ "id": 3317,
713
+ "description": "Fail-317: Non-existent file",
714
+ "category": "Failure & Recovery",
715
+ "command": "node dist/cli.js protect /nonexistent/file317.txt",
716
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file317.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
717
+ },
718
+ {
719
+ "id": 3327,
720
+ "description": "Fail-327: Non-existent file",
721
+ "category": "Failure & Recovery",
722
+ "command": "node dist/cli.js protect /nonexistent/file327.txt",
723
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file327.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
724
+ },
725
+ {
726
+ "id": 3337,
727
+ "description": "Fail-337: Non-existent file",
728
+ "category": "Failure & Recovery",
729
+ "command": "node dist/cli.js protect /nonexistent/file337.txt",
730
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file337.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
731
+ },
732
+ {
733
+ "id": 3347,
734
+ "description": "Fail-347: Non-existent file",
735
+ "category": "Failure & Recovery",
736
+ "command": "node dist/cli.js protect /nonexistent/file347.txt",
737
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file347.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
738
+ },
739
+ {
740
+ "id": 3357,
741
+ "description": "Fail-357: Non-existent file",
742
+ "category": "Failure & Recovery",
743
+ "command": "node dist/cli.js protect /nonexistent/file357.txt",
744
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file357.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
745
+ },
746
+ {
747
+ "id": 3367,
748
+ "description": "Fail-367: Non-existent file",
749
+ "category": "Failure & Recovery",
750
+ "command": "node dist/cli.js protect /nonexistent/file367.txt",
751
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file367.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
752
+ },
753
+ {
754
+ "id": 3377,
755
+ "description": "Fail-377: Non-existent file",
756
+ "category": "Failure & Recovery",
757
+ "command": "node dist/cli.js protect /nonexistent/file377.txt",
758
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file377.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
759
+ },
760
+ {
761
+ "id": 3387,
762
+ "description": "Fail-387: Non-existent file",
763
+ "category": "Failure & Recovery",
764
+ "command": "node dist/cli.js protect /nonexistent/file387.txt",
765
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file387.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
766
+ },
767
+ {
768
+ "id": 3397,
769
+ "description": "Fail-397: Non-existent file",
770
+ "category": "Failure & Recovery",
771
+ "command": "node dist/cli.js protect /nonexistent/file397.txt",
772
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file397.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
773
+ },
774
+ {
775
+ "id": 3407,
776
+ "description": "Fail-407: Non-existent file",
777
+ "category": "Failure & Recovery",
778
+ "command": "node dist/cli.js protect /nonexistent/file407.txt",
779
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file407.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
780
+ },
781
+ {
782
+ "id": 3417,
783
+ "description": "Fail-417: Non-existent file",
784
+ "category": "Failure & Recovery",
785
+ "command": "node dist/cli.js protect /nonexistent/file417.txt",
786
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file417.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
787
+ },
788
+ {
789
+ "id": 3427,
790
+ "description": "Fail-427: Non-existent file",
791
+ "category": "Failure & Recovery",
792
+ "command": "node dist/cli.js protect /nonexistent/file427.txt",
793
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file427.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
794
+ },
795
+ {
796
+ "id": 3437,
797
+ "description": "Fail-437: Non-existent file",
798
+ "category": "Failure & Recovery",
799
+ "command": "node dist/cli.js protect /nonexistent/file437.txt",
800
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file437.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
801
+ },
802
+ {
803
+ "id": 3447,
804
+ "description": "Fail-447: Non-existent file",
805
+ "category": "Failure & Recovery",
806
+ "command": "node dist/cli.js protect /nonexistent/file447.txt",
807
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file447.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
808
+ },
809
+ {
810
+ "id": 3457,
811
+ "description": "Fail-457: Non-existent file",
812
+ "category": "Failure & Recovery",
813
+ "command": "node dist/cli.js protect /nonexistent/file457.txt",
814
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file457.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
815
+ },
816
+ {
817
+ "id": 3467,
818
+ "description": "Fail-467: Non-existent file",
819
+ "category": "Failure & Recovery",
820
+ "command": "node dist/cli.js protect /nonexistent/file467.txt",
821
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file467.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
822
+ },
823
+ {
824
+ "id": 3477,
825
+ "description": "Fail-477: Non-existent file",
826
+ "category": "Failure & Recovery",
827
+ "command": "node dist/cli.js protect /nonexistent/file477.txt",
828
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file477.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
829
+ },
830
+ {
831
+ "id": 3487,
832
+ "description": "Fail-487: Non-existent file",
833
+ "category": "Failure & Recovery",
834
+ "command": "node dist/cli.js protect /nonexistent/file487.txt",
835
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file487.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
836
+ },
837
+ {
838
+ "id": 3497,
839
+ "description": "Fail-497: Non-existent file",
840
+ "category": "Failure & Recovery",
841
+ "command": "node dist/cli.js protect /nonexistent/file497.txt",
842
+ "error": "Command failed: node dist/cli.js protect /nonexistent/file497.txt\n\u001b[31m✗\u001b[0m Absolute paths not allowed. Use paths relative to project root.\n"
843
+ },
844
+ {
845
+ "id": 5501,
846
+ "description": "Stress-1: Memory storm",
847
+ "category": "Stress & Chaos",
848
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm1-$j' --tags stress1; done",
849
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm1-$j' --tags stress1; done\n"
850
+ },
851
+ {
852
+ "id": 5504,
853
+ "description": "Stress-4: Mixed ops",
854
+ "category": "Stress & Chaos",
855
+ "command": "node dist/cli.js memory 'M4-1' && node dist/cli.js search 'M4-1' && node dist/cli.js get-context && node dist/cli.js learn 'P4' 'S4' SUCCESS",
856
+ "error": "Command failed: node dist/cli.js memory 'M4-1' && node dist/cli.js search 'M4-1' && node dist/cli.js get-context && node dist/cli.js learn 'P4' 'S4' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
857
+ },
858
+ {
859
+ "id": 5510,
860
+ "description": "Stress-10: Command chain",
861
+ "category": "Stress & Chaos",
862
+ "command": "node dist/cli.js memory 'Chain10-1' && node dist/cli.js learn 'P10' 'S10' SUCCESS && node dist/cli.js get-context",
863
+ "error": "Command failed: node dist/cli.js memory 'Chain10-1' && node dist/cli.js learn 'P10' 'S10' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
864
+ },
865
+ {
866
+ "id": 5511,
867
+ "description": "Stress-11: Memory storm",
868
+ "category": "Stress & Chaos",
869
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm11-$j' --tags stress11; done",
870
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm11-$j' --tags stress11; done\n"
871
+ },
872
+ {
873
+ "id": 5514,
874
+ "description": "Stress-14: Mixed ops",
875
+ "category": "Stress & Chaos",
876
+ "command": "node dist/cli.js memory 'M14-1' && node dist/cli.js search 'M14-1' && node dist/cli.js get-context && node dist/cli.js learn 'P14' 'S14' SUCCESS",
877
+ "error": "Command failed: node dist/cli.js memory 'M14-1' && node dist/cli.js search 'M14-1' && node dist/cli.js get-context && node dist/cli.js learn 'P14' 'S14' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
878
+ },
879
+ {
880
+ "id": 5520,
881
+ "description": "Stress-20: Command chain",
882
+ "category": "Stress & Chaos",
883
+ "command": "node dist/cli.js memory 'Chain20-1' && node dist/cli.js learn 'P20' 'S20' SUCCESS && node dist/cli.js get-context",
884
+ "error": "Command failed: node dist/cli.js memory 'Chain20-1' && node dist/cli.js learn 'P20' 'S20' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
885
+ },
886
+ {
887
+ "id": 5521,
888
+ "description": "Stress-21: Memory storm",
889
+ "category": "Stress & Chaos",
890
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm21-$j' --tags stress21; done",
891
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm21-$j' --tags stress21; done\n"
892
+ },
893
+ {
894
+ "id": 5524,
895
+ "description": "Stress-24: Mixed ops",
896
+ "category": "Stress & Chaos",
897
+ "command": "node dist/cli.js memory 'M24-1' && node dist/cli.js search 'M24-1' && node dist/cli.js get-context && node dist/cli.js learn 'P24' 'S24' SUCCESS",
898
+ "error": "Command failed: node dist/cli.js memory 'M24-1' && node dist/cli.js search 'M24-1' && node dist/cli.js get-context && node dist/cli.js learn 'P24' 'S24' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
899
+ },
900
+ {
901
+ "id": 5530,
902
+ "description": "Stress-30: Command chain",
903
+ "category": "Stress & Chaos",
904
+ "command": "node dist/cli.js memory 'Chain30-1' && node dist/cli.js learn 'P30' 'S30' SUCCESS && node dist/cli.js get-context",
905
+ "error": "Command failed: node dist/cli.js memory 'Chain30-1' && node dist/cli.js learn 'P30' 'S30' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
906
+ },
907
+ {
908
+ "id": 5531,
909
+ "description": "Stress-31: Memory storm",
910
+ "category": "Stress & Chaos",
911
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm31-$j' --tags stress31; done",
912
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm31-$j' --tags stress31; done\n"
913
+ },
914
+ {
915
+ "id": 5534,
916
+ "description": "Stress-34: Mixed ops",
917
+ "category": "Stress & Chaos",
918
+ "command": "node dist/cli.js memory 'M34-1' && node dist/cli.js search 'M34-1' && node dist/cli.js get-context && node dist/cli.js learn 'P34' 'S34' SUCCESS",
919
+ "error": "Command failed: node dist/cli.js memory 'M34-1' && node dist/cli.js search 'M34-1' && node dist/cli.js get-context && node dist/cli.js learn 'P34' 'S34' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
920
+ },
921
+ {
922
+ "id": 5540,
923
+ "description": "Stress-40: Command chain",
924
+ "category": "Stress & Chaos",
925
+ "command": "node dist/cli.js memory 'Chain40-1' && node dist/cli.js learn 'P40' 'S40' SUCCESS && node dist/cli.js get-context",
926
+ "error": "Command failed: node dist/cli.js memory 'Chain40-1' && node dist/cli.js learn 'P40' 'S40' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
927
+ },
928
+ {
929
+ "id": 5541,
930
+ "description": "Stress-41: Memory storm",
931
+ "category": "Stress & Chaos",
932
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm41-$j' --tags stress41; done",
933
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm41-$j' --tags stress41; done\n"
934
+ },
935
+ {
936
+ "id": 5542,
937
+ "description": "Stress-42: Search storm",
938
+ "category": "Stress & Chaos",
939
+ "command": "for j in {1..50}; do node dist/cli.js search 'test42-$j' --limit 10; done",
940
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test42-$j' --limit 10; done\n"
941
+ },
942
+ {
943
+ "id": 5544,
944
+ "description": "Stress-44: Mixed ops",
945
+ "category": "Stress & Chaos",
946
+ "command": "node dist/cli.js memory 'M44-1' && node dist/cli.js search 'M44-1' && node dist/cli.js get-context && node dist/cli.js learn 'P44' 'S44' SUCCESS",
947
+ "error": "Command failed: node dist/cli.js memory 'M44-1' && node dist/cli.js search 'M44-1' && node dist/cli.js get-context && node dist/cli.js learn 'P44' 'S44' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
948
+ },
949
+ {
950
+ "id": 5550,
951
+ "description": "Stress-50: Command chain",
952
+ "category": "Stress & Chaos",
953
+ "command": "node dist/cli.js memory 'Chain50-1' && node dist/cli.js learn 'P50' 'S50' SUCCESS && node dist/cli.js get-context",
954
+ "error": "Command failed: node dist/cli.js memory 'Chain50-1' && node dist/cli.js learn 'P50' 'S50' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
955
+ },
956
+ {
957
+ "id": 5551,
958
+ "description": "Stress-51: Memory storm",
959
+ "category": "Stress & Chaos",
960
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm51-$j' --tags stress51; done",
961
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm51-$j' --tags stress51; done\n"
962
+ },
963
+ {
964
+ "id": 5554,
965
+ "description": "Stress-54: Mixed ops",
966
+ "category": "Stress & Chaos",
967
+ "command": "node dist/cli.js memory 'M54-1' && node dist/cli.js search 'M54-1' && node dist/cli.js get-context && node dist/cli.js learn 'P54' 'S54' SUCCESS",
968
+ "error": "Command failed: node dist/cli.js memory 'M54-1' && node dist/cli.js search 'M54-1' && node dist/cli.js get-context && node dist/cli.js learn 'P54' 'S54' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
969
+ },
970
+ {
971
+ "id": 5560,
972
+ "description": "Stress-60: Command chain",
973
+ "category": "Stress & Chaos",
974
+ "command": "node dist/cli.js memory 'Chain60-1' && node dist/cli.js learn 'P60' 'S60' SUCCESS && node dist/cli.js get-context",
975
+ "error": "Command failed: node dist/cli.js memory 'Chain60-1' && node dist/cli.js learn 'P60' 'S60' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
976
+ },
977
+ {
978
+ "id": 5561,
979
+ "description": "Stress-61: Memory storm",
980
+ "category": "Stress & Chaos",
981
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm61-$j' --tags stress61; done",
982
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm61-$j' --tags stress61; done\n"
983
+ },
984
+ {
985
+ "id": 5564,
986
+ "description": "Stress-64: Mixed ops",
987
+ "category": "Stress & Chaos",
988
+ "command": "node dist/cli.js memory 'M64-1' && node dist/cli.js search 'M64-1' && node dist/cli.js get-context && node dist/cli.js learn 'P64' 'S64' SUCCESS",
989
+ "error": "Command failed: node dist/cli.js memory 'M64-1' && node dist/cli.js search 'M64-1' && node dist/cli.js get-context && node dist/cli.js learn 'P64' 'S64' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
990
+ },
991
+ {
992
+ "id": 5570,
993
+ "description": "Stress-70: Command chain",
994
+ "category": "Stress & Chaos",
995
+ "command": "node dist/cli.js memory 'Chain70-1' && node dist/cli.js learn 'P70' 'S70' SUCCESS && node dist/cli.js get-context",
996
+ "error": "Command failed: node dist/cli.js memory 'Chain70-1' && node dist/cli.js learn 'P70' 'S70' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
997
+ },
998
+ {
999
+ "id": 5571,
1000
+ "description": "Stress-71: Memory storm",
1001
+ "category": "Stress & Chaos",
1002
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm71-$j' --tags stress71; done",
1003
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm71-$j' --tags stress71; done\n"
1004
+ },
1005
+ {
1006
+ "id": 5572,
1007
+ "description": "Stress-72: Search storm",
1008
+ "category": "Stress & Chaos",
1009
+ "command": "for j in {1..50}; do node dist/cli.js search 'test72-$j' --limit 10; done",
1010
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test72-$j' --limit 10; done\n"
1011
+ },
1012
+ {
1013
+ "id": 5574,
1014
+ "description": "Stress-74: Mixed ops",
1015
+ "category": "Stress & Chaos",
1016
+ "command": "node dist/cli.js memory 'M74-1' && node dist/cli.js search 'M74-1' && node dist/cli.js get-context && node dist/cli.js learn 'P74' 'S74' SUCCESS",
1017
+ "error": "Command failed: node dist/cli.js memory 'M74-1' && node dist/cli.js search 'M74-1' && node dist/cli.js get-context && node dist/cli.js learn 'P74' 'S74' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1018
+ },
1019
+ {
1020
+ "id": 5580,
1021
+ "description": "Stress-80: Command chain",
1022
+ "category": "Stress & Chaos",
1023
+ "command": "node dist/cli.js memory 'Chain80-1' && node dist/cli.js learn 'P80' 'S80' SUCCESS && node dist/cli.js get-context",
1024
+ "error": "Command failed: node dist/cli.js memory 'Chain80-1' && node dist/cli.js learn 'P80' 'S80' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1025
+ },
1026
+ {
1027
+ "id": 5581,
1028
+ "description": "Stress-81: Memory storm",
1029
+ "category": "Stress & Chaos",
1030
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm81-$j' --tags stress81; done",
1031
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm81-$j' --tags stress81; done\n"
1032
+ },
1033
+ {
1034
+ "id": 5582,
1035
+ "description": "Stress-82: Search storm",
1036
+ "category": "Stress & Chaos",
1037
+ "command": "for j in {1..50}; do node dist/cli.js search 'test82-$j' --limit 10; done",
1038
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test82-$j' --limit 10; done\n"
1039
+ },
1040
+ {
1041
+ "id": 5584,
1042
+ "description": "Stress-84: Mixed ops",
1043
+ "category": "Stress & Chaos",
1044
+ "command": "node dist/cli.js memory 'M84-1' && node dist/cli.js search 'M84-1' && node dist/cli.js get-context && node dist/cli.js learn 'P84' 'S84' SUCCESS",
1045
+ "error": "Command failed: node dist/cli.js memory 'M84-1' && node dist/cli.js search 'M84-1' && node dist/cli.js get-context && node dist/cli.js learn 'P84' 'S84' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1046
+ },
1047
+ {
1048
+ "id": 5590,
1049
+ "description": "Stress-90: Command chain",
1050
+ "category": "Stress & Chaos",
1051
+ "command": "node dist/cli.js memory 'Chain90-1' && node dist/cli.js learn 'P90' 'S90' SUCCESS && node dist/cli.js get-context",
1052
+ "error": "Command failed: node dist/cli.js memory 'Chain90-1' && node dist/cli.js learn 'P90' 'S90' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1053
+ },
1054
+ {
1055
+ "id": 5591,
1056
+ "description": "Stress-91: Memory storm",
1057
+ "category": "Stress & Chaos",
1058
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm91-$j' --tags stress91; done",
1059
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm91-$j' --tags stress91; done\n"
1060
+ },
1061
+ {
1062
+ "id": 5594,
1063
+ "description": "Stress-94: Mixed ops",
1064
+ "category": "Stress & Chaos",
1065
+ "command": "node dist/cli.js memory 'M94-1' && node dist/cli.js search 'M94-1' && node dist/cli.js get-context && node dist/cli.js learn 'P94' 'S94' SUCCESS",
1066
+ "error": "Command failed: node dist/cli.js memory 'M94-1' && node dist/cli.js search 'M94-1' && node dist/cli.js get-context && node dist/cli.js learn 'P94' 'S94' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1067
+ },
1068
+ {
1069
+ "id": 5600,
1070
+ "description": "Stress-100: Command chain",
1071
+ "category": "Stress & Chaos",
1072
+ "command": "node dist/cli.js memory 'Chain100-1' && node dist/cli.js learn 'P100' 'S100' SUCCESS && node dist/cli.js get-context",
1073
+ "error": "Command failed: node dist/cli.js memory 'Chain100-1' && node dist/cli.js learn 'P100' 'S100' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1074
+ },
1075
+ {
1076
+ "id": 5601,
1077
+ "description": "Stress-101: Memory storm",
1078
+ "category": "Stress & Chaos",
1079
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm101-$j' --tags stress101; done",
1080
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm101-$j' --tags stress101; done\n"
1081
+ },
1082
+ {
1083
+ "id": 5602,
1084
+ "description": "Stress-102: Search storm",
1085
+ "category": "Stress & Chaos",
1086
+ "command": "for j in {1..50}; do node dist/cli.js search 'test102-$j' --limit 10; done",
1087
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test102-$j' --limit 10; done\n"
1088
+ },
1089
+ {
1090
+ "id": 5603,
1091
+ "description": "Stress-103: Context storm",
1092
+ "category": "Stress & Chaos",
1093
+ "command": "for j in {1..30}; do node dist/cli.js get-context --limit 20; done",
1094
+ "error": "Command failed: for j in {1..30}; do node dist/cli.js get-context --limit 20; done\n"
1095
+ },
1096
+ {
1097
+ "id": 5604,
1098
+ "description": "Stress-104: Mixed ops",
1099
+ "category": "Stress & Chaos",
1100
+ "command": "node dist/cli.js memory 'M104-1' && node dist/cli.js search 'M104-1' && node dist/cli.js get-context && node dist/cli.js learn 'P104' 'S104' SUCCESS",
1101
+ "error": "Command failed: node dist/cli.js memory 'M104-1' && node dist/cli.js search 'M104-1' && node dist/cli.js get-context && node dist/cli.js learn 'P104' 'S104' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1102
+ },
1103
+ {
1104
+ "id": 5610,
1105
+ "description": "Stress-110: Command chain",
1106
+ "category": "Stress & Chaos",
1107
+ "command": "node dist/cli.js memory 'Chain110-1' && node dist/cli.js learn 'P110' 'S110' SUCCESS && node dist/cli.js get-context",
1108
+ "error": "Command failed: node dist/cli.js memory 'Chain110-1' && node dist/cli.js learn 'P110' 'S110' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1109
+ },
1110
+ {
1111
+ "id": 5611,
1112
+ "description": "Stress-111: Memory storm",
1113
+ "category": "Stress & Chaos",
1114
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm111-$j' --tags stress111; done",
1115
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm111-$j' --tags stress111; done\n"
1116
+ },
1117
+ {
1118
+ "id": 5612,
1119
+ "description": "Stress-112: Search storm",
1120
+ "category": "Stress & Chaos",
1121
+ "command": "for j in {1..50}; do node dist/cli.js search 'test112-$j' --limit 10; done",
1122
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test112-$j' --limit 10; done\n"
1123
+ },
1124
+ {
1125
+ "id": 5614,
1126
+ "description": "Stress-114: Mixed ops",
1127
+ "category": "Stress & Chaos",
1128
+ "command": "node dist/cli.js memory 'M114-1' && node dist/cli.js search 'M114-1' && node dist/cli.js get-context && node dist/cli.js learn 'P114' 'S114' SUCCESS",
1129
+ "error": "Command failed: node dist/cli.js memory 'M114-1' && node dist/cli.js search 'M114-1' && node dist/cli.js get-context && node dist/cli.js learn 'P114' 'S114' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1130
+ },
1131
+ {
1132
+ "id": 5620,
1133
+ "description": "Stress-120: Command chain",
1134
+ "category": "Stress & Chaos",
1135
+ "command": "node dist/cli.js memory 'Chain120-1' && node dist/cli.js learn 'P120' 'S120' SUCCESS && node dist/cli.js get-context",
1136
+ "error": "Command failed: node dist/cli.js memory 'Chain120-1' && node dist/cli.js learn 'P120' 'S120' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1137
+ },
1138
+ {
1139
+ "id": 5621,
1140
+ "description": "Stress-121: Memory storm",
1141
+ "category": "Stress & Chaos",
1142
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm121-$j' --tags stress121; done",
1143
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm121-$j' --tags stress121; done\n"
1144
+ },
1145
+ {
1146
+ "id": 5622,
1147
+ "description": "Stress-122: Search storm",
1148
+ "category": "Stress & Chaos",
1149
+ "command": "for j in {1..50}; do node dist/cli.js search 'test122-$j' --limit 10; done",
1150
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test122-$j' --limit 10; done\n"
1151
+ },
1152
+ {
1153
+ "id": 5624,
1154
+ "description": "Stress-124: Mixed ops",
1155
+ "category": "Stress & Chaos",
1156
+ "command": "node dist/cli.js memory 'M124-1' && node dist/cli.js search 'M124-1' && node dist/cli.js get-context && node dist/cli.js learn 'P124' 'S124' SUCCESS",
1157
+ "error": "Command failed: node dist/cli.js memory 'M124-1' && node dist/cli.js search 'M124-1' && node dist/cli.js get-context && node dist/cli.js learn 'P124' 'S124' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1158
+ },
1159
+ {
1160
+ "id": 5630,
1161
+ "description": "Stress-130: Command chain",
1162
+ "category": "Stress & Chaos",
1163
+ "command": "node dist/cli.js memory 'Chain130-1' && node dist/cli.js learn 'P130' 'S130' SUCCESS && node dist/cli.js get-context",
1164
+ "error": "Command failed: node dist/cli.js memory 'Chain130-1' && node dist/cli.js learn 'P130' 'S130' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1165
+ },
1166
+ {
1167
+ "id": 5631,
1168
+ "description": "Stress-131: Memory storm",
1169
+ "category": "Stress & Chaos",
1170
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm131-$j' --tags stress131; done",
1171
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm131-$j' --tags stress131; done\n"
1172
+ },
1173
+ {
1174
+ "id": 5632,
1175
+ "description": "Stress-132: Search storm",
1176
+ "category": "Stress & Chaos",
1177
+ "command": "for j in {1..50}; do node dist/cli.js search 'test132-$j' --limit 10; done",
1178
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test132-$j' --limit 10; done\n"
1179
+ },
1180
+ {
1181
+ "id": 5634,
1182
+ "description": "Stress-134: Mixed ops",
1183
+ "category": "Stress & Chaos",
1184
+ "command": "node dist/cli.js memory 'M134-1' && node dist/cli.js search 'M134-1' && node dist/cli.js get-context && node dist/cli.js learn 'P134' 'S134' SUCCESS",
1185
+ "error": "Command failed: node dist/cli.js memory 'M134-1' && node dist/cli.js search 'M134-1' && node dist/cli.js get-context && node dist/cli.js learn 'P134' 'S134' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1186
+ },
1187
+ {
1188
+ "id": 5640,
1189
+ "description": "Stress-140: Command chain",
1190
+ "category": "Stress & Chaos",
1191
+ "command": "node dist/cli.js memory 'Chain140-1' && node dist/cli.js learn 'P140' 'S140' SUCCESS && node dist/cli.js get-context",
1192
+ "error": "Command failed: node dist/cli.js memory 'Chain140-1' && node dist/cli.js learn 'P140' 'S140' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1193
+ },
1194
+ {
1195
+ "id": 5641,
1196
+ "description": "Stress-141: Memory storm",
1197
+ "category": "Stress & Chaos",
1198
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm141-$j' --tags stress141; done",
1199
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm141-$j' --tags stress141; done\n"
1200
+ },
1201
+ {
1202
+ "id": 5642,
1203
+ "description": "Stress-142: Search storm",
1204
+ "category": "Stress & Chaos",
1205
+ "command": "for j in {1..50}; do node dist/cli.js search 'test142-$j' --limit 10; done",
1206
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test142-$j' --limit 10; done\n"
1207
+ },
1208
+ {
1209
+ "id": 5644,
1210
+ "description": "Stress-144: Mixed ops",
1211
+ "category": "Stress & Chaos",
1212
+ "command": "node dist/cli.js memory 'M144-1' && node dist/cli.js search 'M144-1' && node dist/cli.js get-context && node dist/cli.js learn 'P144' 'S144' SUCCESS",
1213
+ "error": "Command failed: node dist/cli.js memory 'M144-1' && node dist/cli.js search 'M144-1' && node dist/cli.js get-context && node dist/cli.js learn 'P144' 'S144' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1214
+ },
1215
+ {
1216
+ "id": 5650,
1217
+ "description": "Stress-150: Command chain",
1218
+ "category": "Stress & Chaos",
1219
+ "command": "node dist/cli.js memory 'Chain150-1' && node dist/cli.js learn 'P150' 'S150' SUCCESS && node dist/cli.js get-context",
1220
+ "error": "Command failed: node dist/cli.js memory 'Chain150-1' && node dist/cli.js learn 'P150' 'S150' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1221
+ },
1222
+ {
1223
+ "id": 5651,
1224
+ "description": "Stress-151: Memory storm",
1225
+ "category": "Stress & Chaos",
1226
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm151-$j' --tags stress151; done",
1227
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm151-$j' --tags stress151; done\n"
1228
+ },
1229
+ {
1230
+ "id": 5652,
1231
+ "description": "Stress-152: Search storm",
1232
+ "category": "Stress & Chaos",
1233
+ "command": "for j in {1..50}; do node dist/cli.js search 'test152-$j' --limit 10; done",
1234
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test152-$j' --limit 10; done\n"
1235
+ },
1236
+ {
1237
+ "id": 5654,
1238
+ "description": "Stress-154: Mixed ops",
1239
+ "category": "Stress & Chaos",
1240
+ "command": "node dist/cli.js memory 'M154-1' && node dist/cli.js search 'M154-1' && node dist/cli.js get-context && node dist/cli.js learn 'P154' 'S154' SUCCESS",
1241
+ "error": "Command failed: node dist/cli.js memory 'M154-1' && node dist/cli.js search 'M154-1' && node dist/cli.js get-context && node dist/cli.js learn 'P154' 'S154' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1242
+ },
1243
+ {
1244
+ "id": 5660,
1245
+ "description": "Stress-160: Command chain",
1246
+ "category": "Stress & Chaos",
1247
+ "command": "node dist/cli.js memory 'Chain160-1' && node dist/cli.js learn 'P160' 'S160' SUCCESS && node dist/cli.js get-context",
1248
+ "error": "Command failed: node dist/cli.js memory 'Chain160-1' && node dist/cli.js learn 'P160' 'S160' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1249
+ },
1250
+ {
1251
+ "id": 5661,
1252
+ "description": "Stress-161: Memory storm",
1253
+ "category": "Stress & Chaos",
1254
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm161-$j' --tags stress161; done",
1255
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm161-$j' --tags stress161; done\n"
1256
+ },
1257
+ {
1258
+ "id": 5662,
1259
+ "description": "Stress-162: Search storm",
1260
+ "category": "Stress & Chaos",
1261
+ "command": "for j in {1..50}; do node dist/cli.js search 'test162-$j' --limit 10; done",
1262
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test162-$j' --limit 10; done\n"
1263
+ },
1264
+ {
1265
+ "id": 5664,
1266
+ "description": "Stress-164: Mixed ops",
1267
+ "category": "Stress & Chaos",
1268
+ "command": "node dist/cli.js memory 'M164-1' && node dist/cli.js search 'M164-1' && node dist/cli.js get-context && node dist/cli.js learn 'P164' 'S164' SUCCESS",
1269
+ "error": "Command failed: node dist/cli.js memory 'M164-1' && node dist/cli.js search 'M164-1' && node dist/cli.js get-context && node dist/cli.js learn 'P164' 'S164' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1270
+ },
1271
+ {
1272
+ "id": 5670,
1273
+ "description": "Stress-170: Command chain",
1274
+ "category": "Stress & Chaos",
1275
+ "command": "node dist/cli.js memory 'Chain170-1' && node dist/cli.js learn 'P170' 'S170' SUCCESS && node dist/cli.js get-context",
1276
+ "error": "Command failed: node dist/cli.js memory 'Chain170-1' && node dist/cli.js learn 'P170' 'S170' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1277
+ },
1278
+ {
1279
+ "id": 5671,
1280
+ "description": "Stress-171: Memory storm",
1281
+ "category": "Stress & Chaos",
1282
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm171-$j' --tags stress171; done",
1283
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm171-$j' --tags stress171; done\n"
1284
+ },
1285
+ {
1286
+ "id": 5672,
1287
+ "description": "Stress-172: Search storm",
1288
+ "category": "Stress & Chaos",
1289
+ "command": "for j in {1..50}; do node dist/cli.js search 'test172-$j' --limit 10; done",
1290
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test172-$j' --limit 10; done\n"
1291
+ },
1292
+ {
1293
+ "id": 5673,
1294
+ "description": "Stress-173: Context storm",
1295
+ "category": "Stress & Chaos",
1296
+ "command": "for j in {1..30}; do node dist/cli.js get-context --limit 20; done",
1297
+ "error": "Command failed: for j in {1..30}; do node dist/cli.js get-context --limit 20; done\n"
1298
+ },
1299
+ {
1300
+ "id": 5674,
1301
+ "description": "Stress-174: Mixed ops",
1302
+ "category": "Stress & Chaos",
1303
+ "command": "node dist/cli.js memory 'M174-1' && node dist/cli.js search 'M174-1' && node dist/cli.js get-context && node dist/cli.js learn 'P174' 'S174' SUCCESS",
1304
+ "error": "Command failed: node dist/cli.js memory 'M174-1' && node dist/cli.js search 'M174-1' && node dist/cli.js get-context && node dist/cli.js learn 'P174' 'S174' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1305
+ },
1306
+ {
1307
+ "id": 5680,
1308
+ "description": "Stress-180: Command chain",
1309
+ "category": "Stress & Chaos",
1310
+ "command": "node dist/cli.js memory 'Chain180-1' && node dist/cli.js learn 'P180' 'S180' SUCCESS && node dist/cli.js get-context",
1311
+ "error": "Command failed: node dist/cli.js memory 'Chain180-1' && node dist/cli.js learn 'P180' 'S180' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1312
+ },
1313
+ {
1314
+ "id": 5681,
1315
+ "description": "Stress-181: Memory storm",
1316
+ "category": "Stress & Chaos",
1317
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm181-$j' --tags stress181; done",
1318
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm181-$j' --tags stress181; done\n"
1319
+ },
1320
+ {
1321
+ "id": 5682,
1322
+ "description": "Stress-182: Search storm",
1323
+ "category": "Stress & Chaos",
1324
+ "command": "for j in {1..50}; do node dist/cli.js search 'test182-$j' --limit 10; done",
1325
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test182-$j' --limit 10; done\n"
1326
+ },
1327
+ {
1328
+ "id": 5683,
1329
+ "description": "Stress-183: Context storm",
1330
+ "category": "Stress & Chaos",
1331
+ "command": "for j in {1..30}; do node dist/cli.js get-context --limit 20; done",
1332
+ "error": "Command failed: for j in {1..30}; do node dist/cli.js get-context --limit 20; done\n"
1333
+ },
1334
+ {
1335
+ "id": 5684,
1336
+ "description": "Stress-184: Mixed ops",
1337
+ "category": "Stress & Chaos",
1338
+ "command": "node dist/cli.js memory 'M184-1' && node dist/cli.js search 'M184-1' && node dist/cli.js get-context && node dist/cli.js learn 'P184' 'S184' SUCCESS",
1339
+ "error": "Command failed: node dist/cli.js memory 'M184-1' && node dist/cli.js search 'M184-1' && node dist/cli.js get-context && node dist/cli.js learn 'P184' 'S184' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1340
+ },
1341
+ {
1342
+ "id": 5690,
1343
+ "description": "Stress-190: Command chain",
1344
+ "category": "Stress & Chaos",
1345
+ "command": "node dist/cli.js memory 'Chain190-1' && node dist/cli.js learn 'P190' 'S190' SUCCESS && node dist/cli.js get-context",
1346
+ "error": "Command failed: node dist/cli.js memory 'Chain190-1' && node dist/cli.js learn 'P190' 'S190' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1347
+ },
1348
+ {
1349
+ "id": 5691,
1350
+ "description": "Stress-191: Memory storm",
1351
+ "category": "Stress & Chaos",
1352
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm191-$j' --tags stress191; done",
1353
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm191-$j' --tags stress191; done\n"
1354
+ },
1355
+ {
1356
+ "id": 5692,
1357
+ "description": "Stress-192: Search storm",
1358
+ "category": "Stress & Chaos",
1359
+ "command": "for j in {1..50}; do node dist/cli.js search 'test192-$j' --limit 10; done",
1360
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test192-$j' --limit 10; done\n"
1361
+ },
1362
+ {
1363
+ "id": 5694,
1364
+ "description": "Stress-194: Mixed ops",
1365
+ "category": "Stress & Chaos",
1366
+ "command": "node dist/cli.js memory 'M194-1' && node dist/cli.js search 'M194-1' && node dist/cli.js get-context && node dist/cli.js learn 'P194' 'S194' SUCCESS",
1367
+ "error": "Command failed: node dist/cli.js memory 'M194-1' && node dist/cli.js search 'M194-1' && node dist/cli.js get-context && node dist/cli.js learn 'P194' 'S194' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1368
+ },
1369
+ {
1370
+ "id": 5700,
1371
+ "description": "Stress-200: Command chain",
1372
+ "category": "Stress & Chaos",
1373
+ "command": "node dist/cli.js memory 'Chain200-1' && node dist/cli.js learn 'P200' 'S200' SUCCESS && node dist/cli.js get-context",
1374
+ "error": "Command failed: node dist/cli.js memory 'Chain200-1' && node dist/cli.js learn 'P200' 'S200' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1375
+ },
1376
+ {
1377
+ "id": 5701,
1378
+ "description": "Stress-201: Memory storm",
1379
+ "category": "Stress & Chaos",
1380
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm201-$j' --tags stress201; done",
1381
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm201-$j' --tags stress201; done\n"
1382
+ },
1383
+ {
1384
+ "id": 5702,
1385
+ "description": "Stress-202: Search storm",
1386
+ "category": "Stress & Chaos",
1387
+ "command": "for j in {1..50}; do node dist/cli.js search 'test202-$j' --limit 10; done",
1388
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test202-$j' --limit 10; done\n"
1389
+ },
1390
+ {
1391
+ "id": 5704,
1392
+ "description": "Stress-204: Mixed ops",
1393
+ "category": "Stress & Chaos",
1394
+ "command": "node dist/cli.js memory 'M204-1' && node dist/cli.js search 'M204-1' && node dist/cli.js get-context && node dist/cli.js learn 'P204' 'S204' SUCCESS",
1395
+ "error": "Command failed: node dist/cli.js memory 'M204-1' && node dist/cli.js search 'M204-1' && node dist/cli.js get-context && node dist/cli.js learn 'P204' 'S204' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1396
+ },
1397
+ {
1398
+ "id": 5710,
1399
+ "description": "Stress-210: Command chain",
1400
+ "category": "Stress & Chaos",
1401
+ "command": "node dist/cli.js memory 'Chain210-1' && node dist/cli.js learn 'P210' 'S210' SUCCESS && node dist/cli.js get-context",
1402
+ "error": "Command failed: node dist/cli.js memory 'Chain210-1' && node dist/cli.js learn 'P210' 'S210' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1403
+ },
1404
+ {
1405
+ "id": 5711,
1406
+ "description": "Stress-211: Memory storm",
1407
+ "category": "Stress & Chaos",
1408
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm211-$j' --tags stress211; done",
1409
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm211-$j' --tags stress211; done\n"
1410
+ },
1411
+ {
1412
+ "id": 5712,
1413
+ "description": "Stress-212: Search storm",
1414
+ "category": "Stress & Chaos",
1415
+ "command": "for j in {1..50}; do node dist/cli.js search 'test212-$j' --limit 10; done",
1416
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test212-$j' --limit 10; done\n"
1417
+ },
1418
+ {
1419
+ "id": 5714,
1420
+ "description": "Stress-214: Mixed ops",
1421
+ "category": "Stress & Chaos",
1422
+ "command": "node dist/cli.js memory 'M214-1' && node dist/cli.js search 'M214-1' && node dist/cli.js get-context && node dist/cli.js learn 'P214' 'S214' SUCCESS",
1423
+ "error": "Command failed: node dist/cli.js memory 'M214-1' && node dist/cli.js search 'M214-1' && node dist/cli.js get-context && node dist/cli.js learn 'P214' 'S214' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1424
+ },
1425
+ {
1426
+ "id": 5720,
1427
+ "description": "Stress-220: Command chain",
1428
+ "category": "Stress & Chaos",
1429
+ "command": "node dist/cli.js memory 'Chain220-1' && node dist/cli.js learn 'P220' 'S220' SUCCESS && node dist/cli.js get-context",
1430
+ "error": "Command failed: node dist/cli.js memory 'Chain220-1' && node dist/cli.js learn 'P220' 'S220' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1431
+ },
1432
+ {
1433
+ "id": 5721,
1434
+ "description": "Stress-221: Memory storm",
1435
+ "category": "Stress & Chaos",
1436
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm221-$j' --tags stress221; done",
1437
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm221-$j' --tags stress221; done\n"
1438
+ },
1439
+ {
1440
+ "id": 5722,
1441
+ "description": "Stress-222: Search storm",
1442
+ "category": "Stress & Chaos",
1443
+ "command": "for j in {1..50}; do node dist/cli.js search 'test222-$j' --limit 10; done",
1444
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test222-$j' --limit 10; done\n"
1445
+ },
1446
+ {
1447
+ "id": 5724,
1448
+ "description": "Stress-224: Mixed ops",
1449
+ "category": "Stress & Chaos",
1450
+ "command": "node dist/cli.js memory 'M224-1' && node dist/cli.js search 'M224-1' && node dist/cli.js get-context && node dist/cli.js learn 'P224' 'S224' SUCCESS",
1451
+ "error": "Command failed: node dist/cli.js memory 'M224-1' && node dist/cli.js search 'M224-1' && node dist/cli.js get-context && node dist/cli.js learn 'P224' 'S224' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1452
+ },
1453
+ {
1454
+ "id": 5730,
1455
+ "description": "Stress-230: Command chain",
1456
+ "category": "Stress & Chaos",
1457
+ "command": "node dist/cli.js memory 'Chain230-1' && node dist/cli.js learn 'P230' 'S230' SUCCESS && node dist/cli.js get-context",
1458
+ "error": "Command failed: node dist/cli.js memory 'Chain230-1' && node dist/cli.js learn 'P230' 'S230' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1459
+ },
1460
+ {
1461
+ "id": 5731,
1462
+ "description": "Stress-231: Memory storm",
1463
+ "category": "Stress & Chaos",
1464
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm231-$j' --tags stress231; done",
1465
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm231-$j' --tags stress231; done\n"
1466
+ },
1467
+ {
1468
+ "id": 5734,
1469
+ "description": "Stress-234: Mixed ops",
1470
+ "category": "Stress & Chaos",
1471
+ "command": "node dist/cli.js memory 'M234-1' && node dist/cli.js search 'M234-1' && node dist/cli.js get-context && node dist/cli.js learn 'P234' 'S234' SUCCESS",
1472
+ "error": "Command failed: node dist/cli.js memory 'M234-1' && node dist/cli.js search 'M234-1' && node dist/cli.js get-context && node dist/cli.js learn 'P234' 'S234' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1473
+ },
1474
+ {
1475
+ "id": 5740,
1476
+ "description": "Stress-240: Command chain",
1477
+ "category": "Stress & Chaos",
1478
+ "command": "node dist/cli.js memory 'Chain240-1' && node dist/cli.js learn 'P240' 'S240' SUCCESS && node dist/cli.js get-context",
1479
+ "error": "Command failed: node dist/cli.js memory 'Chain240-1' && node dist/cli.js learn 'P240' 'S240' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1480
+ },
1481
+ {
1482
+ "id": 5741,
1483
+ "description": "Stress-241: Memory storm",
1484
+ "category": "Stress & Chaos",
1485
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm241-$j' --tags stress241; done",
1486
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm241-$j' --tags stress241; done\n"
1487
+ },
1488
+ {
1489
+ "id": 5742,
1490
+ "description": "Stress-242: Search storm",
1491
+ "category": "Stress & Chaos",
1492
+ "command": "for j in {1..50}; do node dist/cli.js search 'test242-$j' --limit 10; done",
1493
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test242-$j' --limit 10; done\n"
1494
+ },
1495
+ {
1496
+ "id": 5744,
1497
+ "description": "Stress-244: Mixed ops",
1498
+ "category": "Stress & Chaos",
1499
+ "command": "node dist/cli.js memory 'M244-1' && node dist/cli.js search 'M244-1' && node dist/cli.js get-context && node dist/cli.js learn 'P244' 'S244' SUCCESS",
1500
+ "error": "Command failed: node dist/cli.js memory 'M244-1' && node dist/cli.js search 'M244-1' && node dist/cli.js get-context && node dist/cli.js learn 'P244' 'S244' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1501
+ },
1502
+ {
1503
+ "id": 5750,
1504
+ "description": "Stress-250: Command chain",
1505
+ "category": "Stress & Chaos",
1506
+ "command": "node dist/cli.js memory 'Chain250-1' && node dist/cli.js learn 'P250' 'S250' SUCCESS && node dist/cli.js get-context",
1507
+ "error": "Command failed: node dist/cli.js memory 'Chain250-1' && node dist/cli.js learn 'P250' 'S250' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1508
+ },
1509
+ {
1510
+ "id": 5751,
1511
+ "description": "Stress-251: Memory storm",
1512
+ "category": "Stress & Chaos",
1513
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm251-$j' --tags stress251; done",
1514
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm251-$j' --tags stress251; done\n"
1515
+ },
1516
+ {
1517
+ "id": 5752,
1518
+ "description": "Stress-252: Search storm",
1519
+ "category": "Stress & Chaos",
1520
+ "command": "for j in {1..50}; do node dist/cli.js search 'test252-$j' --limit 10; done",
1521
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test252-$j' --limit 10; done\n"
1522
+ },
1523
+ {
1524
+ "id": 5753,
1525
+ "description": "Stress-253: Context storm",
1526
+ "category": "Stress & Chaos",
1527
+ "command": "for j in {1..30}; do node dist/cli.js get-context --limit 20; done",
1528
+ "error": "Command failed: for j in {1..30}; do node dist/cli.js get-context --limit 20; done\n"
1529
+ },
1530
+ {
1531
+ "id": 5754,
1532
+ "description": "Stress-254: Mixed ops",
1533
+ "category": "Stress & Chaos",
1534
+ "command": "node dist/cli.js memory 'M254-1' && node dist/cli.js search 'M254-1' && node dist/cli.js get-context && node dist/cli.js learn 'P254' 'S254' SUCCESS",
1535
+ "error": "Command failed: node dist/cli.js memory 'M254-1' && node dist/cli.js search 'M254-1' && node dist/cli.js get-context && node dist/cli.js learn 'P254' 'S254' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1536
+ },
1537
+ {
1538
+ "id": 5760,
1539
+ "description": "Stress-260: Command chain",
1540
+ "category": "Stress & Chaos",
1541
+ "command": "node dist/cli.js memory 'Chain260-1' && node dist/cli.js learn 'P260' 'S260' SUCCESS && node dist/cli.js get-context",
1542
+ "error": "Command failed: node dist/cli.js memory 'Chain260-1' && node dist/cli.js learn 'P260' 'S260' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1543
+ },
1544
+ {
1545
+ "id": 5761,
1546
+ "description": "Stress-261: Memory storm",
1547
+ "category": "Stress & Chaos",
1548
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm261-$j' --tags stress261; done",
1549
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm261-$j' --tags stress261; done\n"
1550
+ },
1551
+ {
1552
+ "id": 5764,
1553
+ "description": "Stress-264: Mixed ops",
1554
+ "category": "Stress & Chaos",
1555
+ "command": "node dist/cli.js memory 'M264-1' && node dist/cli.js search 'M264-1' && node dist/cli.js get-context && node dist/cli.js learn 'P264' 'S264' SUCCESS",
1556
+ "error": "Command failed: node dist/cli.js memory 'M264-1' && node dist/cli.js search 'M264-1' && node dist/cli.js get-context && node dist/cli.js learn 'P264' 'S264' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1557
+ },
1558
+ {
1559
+ "id": 5770,
1560
+ "description": "Stress-270: Command chain",
1561
+ "category": "Stress & Chaos",
1562
+ "command": "node dist/cli.js memory 'Chain270-1' && node dist/cli.js learn 'P270' 'S270' SUCCESS && node dist/cli.js get-context",
1563
+ "error": "Command failed: node dist/cli.js memory 'Chain270-1' && node dist/cli.js learn 'P270' 'S270' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1564
+ },
1565
+ {
1566
+ "id": 5771,
1567
+ "description": "Stress-271: Memory storm",
1568
+ "category": "Stress & Chaos",
1569
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm271-$j' --tags stress271; done",
1570
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm271-$j' --tags stress271; done\n"
1571
+ },
1572
+ {
1573
+ "id": 5774,
1574
+ "description": "Stress-274: Mixed ops",
1575
+ "category": "Stress & Chaos",
1576
+ "command": "node dist/cli.js memory 'M274-1' && node dist/cli.js search 'M274-1' && node dist/cli.js get-context && node dist/cli.js learn 'P274' 'S274' SUCCESS",
1577
+ "error": "Command failed: node dist/cli.js memory 'M274-1' && node dist/cli.js search 'M274-1' && node dist/cli.js get-context && node dist/cli.js learn 'P274' 'S274' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1578
+ },
1579
+ {
1580
+ "id": 5780,
1581
+ "description": "Stress-280: Command chain",
1582
+ "category": "Stress & Chaos",
1583
+ "command": "node dist/cli.js memory 'Chain280-1' && node dist/cli.js learn 'P280' 'S280' SUCCESS && node dist/cli.js get-context",
1584
+ "error": "Command failed: node dist/cli.js memory 'Chain280-1' && node dist/cli.js learn 'P280' 'S280' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1585
+ },
1586
+ {
1587
+ "id": 5781,
1588
+ "description": "Stress-281: Memory storm",
1589
+ "category": "Stress & Chaos",
1590
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm281-$j' --tags stress281; done",
1591
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm281-$j' --tags stress281; done\n"
1592
+ },
1593
+ {
1594
+ "id": 5784,
1595
+ "description": "Stress-284: Mixed ops",
1596
+ "category": "Stress & Chaos",
1597
+ "command": "node dist/cli.js memory 'M284-1' && node dist/cli.js search 'M284-1' && node dist/cli.js get-context && node dist/cli.js learn 'P284' 'S284' SUCCESS",
1598
+ "error": "Command failed: node dist/cli.js memory 'M284-1' && node dist/cli.js search 'M284-1' && node dist/cli.js get-context && node dist/cli.js learn 'P284' 'S284' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1599
+ },
1600
+ {
1601
+ "id": 5790,
1602
+ "description": "Stress-290: Command chain",
1603
+ "category": "Stress & Chaos",
1604
+ "command": "node dist/cli.js memory 'Chain290-1' && node dist/cli.js learn 'P290' 'S290' SUCCESS && node dist/cli.js get-context",
1605
+ "error": "Command failed: node dist/cli.js memory 'Chain290-1' && node dist/cli.js learn 'P290' 'S290' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1606
+ },
1607
+ {
1608
+ "id": 5791,
1609
+ "description": "Stress-291: Memory storm",
1610
+ "category": "Stress & Chaos",
1611
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm291-$j' --tags stress291; done",
1612
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm291-$j' --tags stress291; done\n"
1613
+ },
1614
+ {
1615
+ "id": 5794,
1616
+ "description": "Stress-294: Mixed ops",
1617
+ "category": "Stress & Chaos",
1618
+ "command": "node dist/cli.js memory 'M294-1' && node dist/cli.js search 'M294-1' && node dist/cli.js get-context && node dist/cli.js learn 'P294' 'S294' SUCCESS",
1619
+ "error": "Command failed: node dist/cli.js memory 'M294-1' && node dist/cli.js search 'M294-1' && node dist/cli.js get-context && node dist/cli.js learn 'P294' 'S294' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1620
+ },
1621
+ {
1622
+ "id": 5800,
1623
+ "description": "Stress-300: Command chain",
1624
+ "category": "Stress & Chaos",
1625
+ "command": "node dist/cli.js memory 'Chain300-1' && node dist/cli.js learn 'P300' 'S300' SUCCESS && node dist/cli.js get-context",
1626
+ "error": "Command failed: node dist/cli.js memory 'Chain300-1' && node dist/cli.js learn 'P300' 'S300' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1627
+ },
1628
+ {
1629
+ "id": 5801,
1630
+ "description": "Stress-301: Memory storm",
1631
+ "category": "Stress & Chaos",
1632
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm301-$j' --tags stress301; done",
1633
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm301-$j' --tags stress301; done\n"
1634
+ },
1635
+ {
1636
+ "id": 5804,
1637
+ "description": "Stress-304: Mixed ops",
1638
+ "category": "Stress & Chaos",
1639
+ "command": "node dist/cli.js memory 'M304-1' && node dist/cli.js search 'M304-1' && node dist/cli.js get-context && node dist/cli.js learn 'P304' 'S304' SUCCESS",
1640
+ "error": "Command failed: node dist/cli.js memory 'M304-1' && node dist/cli.js search 'M304-1' && node dist/cli.js get-context && node dist/cli.js learn 'P304' 'S304' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1641
+ },
1642
+ {
1643
+ "id": 5810,
1644
+ "description": "Stress-310: Command chain",
1645
+ "category": "Stress & Chaos",
1646
+ "command": "node dist/cli.js memory 'Chain310-1' && node dist/cli.js learn 'P310' 'S310' SUCCESS && node dist/cli.js get-context",
1647
+ "error": "Command failed: node dist/cli.js memory 'Chain310-1' && node dist/cli.js learn 'P310' 'S310' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1648
+ },
1649
+ {
1650
+ "id": 5811,
1651
+ "description": "Stress-311: Memory storm",
1652
+ "category": "Stress & Chaos",
1653
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm311-$j' --tags stress311; done",
1654
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm311-$j' --tags stress311; done\n"
1655
+ },
1656
+ {
1657
+ "id": 5812,
1658
+ "description": "Stress-312: Search storm",
1659
+ "category": "Stress & Chaos",
1660
+ "command": "for j in {1..50}; do node dist/cli.js search 'test312-$j' --limit 10; done",
1661
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test312-$j' --limit 10; done\n"
1662
+ },
1663
+ {
1664
+ "id": 5814,
1665
+ "description": "Stress-314: Mixed ops",
1666
+ "category": "Stress & Chaos",
1667
+ "command": "node dist/cli.js memory 'M314-1' && node dist/cli.js search 'M314-1' && node dist/cli.js get-context && node dist/cli.js learn 'P314' 'S314' SUCCESS",
1668
+ "error": "Command failed: node dist/cli.js memory 'M314-1' && node dist/cli.js search 'M314-1' && node dist/cli.js get-context && node dist/cli.js learn 'P314' 'S314' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1669
+ },
1670
+ {
1671
+ "id": 5820,
1672
+ "description": "Stress-320: Command chain",
1673
+ "category": "Stress & Chaos",
1674
+ "command": "node dist/cli.js memory 'Chain320-1' && node dist/cli.js learn 'P320' 'S320' SUCCESS && node dist/cli.js get-context",
1675
+ "error": "Command failed: node dist/cli.js memory 'Chain320-1' && node dist/cli.js learn 'P320' 'S320' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1676
+ },
1677
+ {
1678
+ "id": 5821,
1679
+ "description": "Stress-321: Memory storm",
1680
+ "category": "Stress & Chaos",
1681
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm321-$j' --tags stress321; done",
1682
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm321-$j' --tags stress321; done\n"
1683
+ },
1684
+ {
1685
+ "id": 5824,
1686
+ "description": "Stress-324: Mixed ops",
1687
+ "category": "Stress & Chaos",
1688
+ "command": "node dist/cli.js memory 'M324-1' && node dist/cli.js search 'M324-1' && node dist/cli.js get-context && node dist/cli.js learn 'P324' 'S324' SUCCESS",
1689
+ "error": "Command failed: node dist/cli.js memory 'M324-1' && node dist/cli.js search 'M324-1' && node dist/cli.js get-context && node dist/cli.js learn 'P324' 'S324' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1690
+ },
1691
+ {
1692
+ "id": 5830,
1693
+ "description": "Stress-330: Command chain",
1694
+ "category": "Stress & Chaos",
1695
+ "command": "node dist/cli.js memory 'Chain330-1' && node dist/cli.js learn 'P330' 'S330' SUCCESS && node dist/cli.js get-context",
1696
+ "error": "Command failed: node dist/cli.js memory 'Chain330-1' && node dist/cli.js learn 'P330' 'S330' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1697
+ },
1698
+ {
1699
+ "id": 5831,
1700
+ "description": "Stress-331: Memory storm",
1701
+ "category": "Stress & Chaos",
1702
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm331-$j' --tags stress331; done",
1703
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm331-$j' --tags stress331; done\n"
1704
+ },
1705
+ {
1706
+ "id": 5834,
1707
+ "description": "Stress-334: Mixed ops",
1708
+ "category": "Stress & Chaos",
1709
+ "command": "node dist/cli.js memory 'M334-1' && node dist/cli.js search 'M334-1' && node dist/cli.js get-context && node dist/cli.js learn 'P334' 'S334' SUCCESS",
1710
+ "error": "Command failed: node dist/cli.js memory 'M334-1' && node dist/cli.js search 'M334-1' && node dist/cli.js get-context && node dist/cli.js learn 'P334' 'S334' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1711
+ },
1712
+ {
1713
+ "id": 5840,
1714
+ "description": "Stress-340: Command chain",
1715
+ "category": "Stress & Chaos",
1716
+ "command": "node dist/cli.js memory 'Chain340-1' && node dist/cli.js learn 'P340' 'S340' SUCCESS && node dist/cli.js get-context",
1717
+ "error": "Command failed: node dist/cli.js memory 'Chain340-1' && node dist/cli.js learn 'P340' 'S340' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1718
+ },
1719
+ {
1720
+ "id": 5841,
1721
+ "description": "Stress-341: Memory storm",
1722
+ "category": "Stress & Chaos",
1723
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm341-$j' --tags stress341; done",
1724
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm341-$j' --tags stress341; done\n"
1725
+ },
1726
+ {
1727
+ "id": 5844,
1728
+ "description": "Stress-344: Mixed ops",
1729
+ "category": "Stress & Chaos",
1730
+ "command": "node dist/cli.js memory 'M344-1' && node dist/cli.js search 'M344-1' && node dist/cli.js get-context && node dist/cli.js learn 'P344' 'S344' SUCCESS",
1731
+ "error": "Command failed: node dist/cli.js memory 'M344-1' && node dist/cli.js search 'M344-1' && node dist/cli.js get-context && node dist/cli.js learn 'P344' 'S344' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1732
+ },
1733
+ {
1734
+ "id": 5850,
1735
+ "description": "Stress-350: Command chain",
1736
+ "category": "Stress & Chaos",
1737
+ "command": "node dist/cli.js memory 'Chain350-1' && node dist/cli.js learn 'P350' 'S350' SUCCESS && node dist/cli.js get-context",
1738
+ "error": "Command failed: node dist/cli.js memory 'Chain350-1' && node dist/cli.js learn 'P350' 'S350' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1739
+ },
1740
+ {
1741
+ "id": 5851,
1742
+ "description": "Stress-351: Memory storm",
1743
+ "category": "Stress & Chaos",
1744
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm351-$j' --tags stress351; done",
1745
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm351-$j' --tags stress351; done\n"
1746
+ },
1747
+ {
1748
+ "id": 5852,
1749
+ "description": "Stress-352: Search storm",
1750
+ "category": "Stress & Chaos",
1751
+ "command": "for j in {1..50}; do node dist/cli.js search 'test352-$j' --limit 10; done",
1752
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test352-$j' --limit 10; done\n"
1753
+ },
1754
+ {
1755
+ "id": 5854,
1756
+ "description": "Stress-354: Mixed ops",
1757
+ "category": "Stress & Chaos",
1758
+ "command": "node dist/cli.js memory 'M354-1' && node dist/cli.js search 'M354-1' && node dist/cli.js get-context && node dist/cli.js learn 'P354' 'S354' SUCCESS",
1759
+ "error": "Command failed: node dist/cli.js memory 'M354-1' && node dist/cli.js search 'M354-1' && node dist/cli.js get-context && node dist/cli.js learn 'P354' 'S354' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1760
+ },
1761
+ {
1762
+ "id": 5860,
1763
+ "description": "Stress-360: Command chain",
1764
+ "category": "Stress & Chaos",
1765
+ "command": "node dist/cli.js memory 'Chain360-1' && node dist/cli.js learn 'P360' 'S360' SUCCESS && node dist/cli.js get-context",
1766
+ "error": "Command failed: node dist/cli.js memory 'Chain360-1' && node dist/cli.js learn 'P360' 'S360' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1767
+ },
1768
+ {
1769
+ "id": 5861,
1770
+ "description": "Stress-361: Memory storm",
1771
+ "category": "Stress & Chaos",
1772
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm361-$j' --tags stress361; done",
1773
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm361-$j' --tags stress361; done\n"
1774
+ },
1775
+ {
1776
+ "id": 5862,
1777
+ "description": "Stress-362: Search storm",
1778
+ "category": "Stress & Chaos",
1779
+ "command": "for j in {1..50}; do node dist/cli.js search 'test362-$j' --limit 10; done",
1780
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test362-$j' --limit 10; done\n"
1781
+ },
1782
+ {
1783
+ "id": 5864,
1784
+ "description": "Stress-364: Mixed ops",
1785
+ "category": "Stress & Chaos",
1786
+ "command": "node dist/cli.js memory 'M364-1' && node dist/cli.js search 'M364-1' && node dist/cli.js get-context && node dist/cli.js learn 'P364' 'S364' SUCCESS",
1787
+ "error": "Command failed: node dist/cli.js memory 'M364-1' && node dist/cli.js search 'M364-1' && node dist/cli.js get-context && node dist/cli.js learn 'P364' 'S364' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1788
+ },
1789
+ {
1790
+ "id": 5870,
1791
+ "description": "Stress-370: Command chain",
1792
+ "category": "Stress & Chaos",
1793
+ "command": "node dist/cli.js memory 'Chain370-1' && node dist/cli.js learn 'P370' 'S370' SUCCESS && node dist/cli.js get-context",
1794
+ "error": "Command failed: node dist/cli.js memory 'Chain370-1' && node dist/cli.js learn 'P370' 'S370' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1795
+ },
1796
+ {
1797
+ "id": 5871,
1798
+ "description": "Stress-371: Memory storm",
1799
+ "category": "Stress & Chaos",
1800
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm371-$j' --tags stress371; done",
1801
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm371-$j' --tags stress371; done\n"
1802
+ },
1803
+ {
1804
+ "id": 5872,
1805
+ "description": "Stress-372: Search storm",
1806
+ "category": "Stress & Chaos",
1807
+ "command": "for j in {1..50}; do node dist/cli.js search 'test372-$j' --limit 10; done",
1808
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test372-$j' --limit 10; done\n"
1809
+ },
1810
+ {
1811
+ "id": 5874,
1812
+ "description": "Stress-374: Mixed ops",
1813
+ "category": "Stress & Chaos",
1814
+ "command": "node dist/cli.js memory 'M374-1' && node dist/cli.js search 'M374-1' && node dist/cli.js get-context && node dist/cli.js learn 'P374' 'S374' SUCCESS",
1815
+ "error": "Command failed: node dist/cli.js memory 'M374-1' && node dist/cli.js search 'M374-1' && node dist/cli.js get-context && node dist/cli.js learn 'P374' 'S374' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1816
+ },
1817
+ {
1818
+ "id": 5880,
1819
+ "description": "Stress-380: Command chain",
1820
+ "category": "Stress & Chaos",
1821
+ "command": "node dist/cli.js memory 'Chain380-1' && node dist/cli.js learn 'P380' 'S380' SUCCESS && node dist/cli.js get-context",
1822
+ "error": "Command failed: node dist/cli.js memory 'Chain380-1' && node dist/cli.js learn 'P380' 'S380' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1823
+ },
1824
+ {
1825
+ "id": 5881,
1826
+ "description": "Stress-381: Memory storm",
1827
+ "category": "Stress & Chaos",
1828
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm381-$j' --tags stress381; done",
1829
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm381-$j' --tags stress381; done\n"
1830
+ },
1831
+ {
1832
+ "id": 5884,
1833
+ "description": "Stress-384: Mixed ops",
1834
+ "category": "Stress & Chaos",
1835
+ "command": "node dist/cli.js memory 'M384-1' && node dist/cli.js search 'M384-1' && node dist/cli.js get-context && node dist/cli.js learn 'P384' 'S384' SUCCESS",
1836
+ "error": "Command failed: node dist/cli.js memory 'M384-1' && node dist/cli.js search 'M384-1' && node dist/cli.js get-context && node dist/cli.js learn 'P384' 'S384' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1837
+ },
1838
+ {
1839
+ "id": 5890,
1840
+ "description": "Stress-390: Command chain",
1841
+ "category": "Stress & Chaos",
1842
+ "command": "node dist/cli.js memory 'Chain390-1' && node dist/cli.js learn 'P390' 'S390' SUCCESS && node dist/cli.js get-context",
1843
+ "error": "Command failed: node dist/cli.js memory 'Chain390-1' && node dist/cli.js learn 'P390' 'S390' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1844
+ },
1845
+ {
1846
+ "id": 5891,
1847
+ "description": "Stress-391: Memory storm",
1848
+ "category": "Stress & Chaos",
1849
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm391-$j' --tags stress391; done",
1850
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm391-$j' --tags stress391; done\n"
1851
+ },
1852
+ {
1853
+ "id": 5892,
1854
+ "description": "Stress-392: Search storm",
1855
+ "category": "Stress & Chaos",
1856
+ "command": "for j in {1..50}; do node dist/cli.js search 'test392-$j' --limit 10; done",
1857
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test392-$j' --limit 10; done\n"
1858
+ },
1859
+ {
1860
+ "id": 5893,
1861
+ "description": "Stress-393: Context storm",
1862
+ "category": "Stress & Chaos",
1863
+ "command": "for j in {1..30}; do node dist/cli.js get-context --limit 20; done",
1864
+ "error": "Command failed: for j in {1..30}; do node dist/cli.js get-context --limit 20; done\n"
1865
+ },
1866
+ {
1867
+ "id": 5894,
1868
+ "description": "Stress-394: Mixed ops",
1869
+ "category": "Stress & Chaos",
1870
+ "command": "node dist/cli.js memory 'M394-1' && node dist/cli.js search 'M394-1' && node dist/cli.js get-context && node dist/cli.js learn 'P394' 'S394' SUCCESS",
1871
+ "error": "Command failed: node dist/cli.js memory 'M394-1' && node dist/cli.js search 'M394-1' && node dist/cli.js get-context && node dist/cli.js learn 'P394' 'S394' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1872
+ },
1873
+ {
1874
+ "id": 5900,
1875
+ "description": "Stress-400: Command chain",
1876
+ "category": "Stress & Chaos",
1877
+ "command": "node dist/cli.js memory 'Chain400-1' && node dist/cli.js learn 'P400' 'S400' SUCCESS && node dist/cli.js get-context",
1878
+ "error": "Command failed: node dist/cli.js memory 'Chain400-1' && node dist/cli.js learn 'P400' 'S400' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1879
+ },
1880
+ {
1881
+ "id": 5901,
1882
+ "description": "Stress-401: Memory storm",
1883
+ "category": "Stress & Chaos",
1884
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm401-$j' --tags stress401; done",
1885
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm401-$j' --tags stress401; done\n"
1886
+ },
1887
+ {
1888
+ "id": 5902,
1889
+ "description": "Stress-402: Search storm",
1890
+ "category": "Stress & Chaos",
1891
+ "command": "for j in {1..50}; do node dist/cli.js search 'test402-$j' --limit 10; done",
1892
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test402-$j' --limit 10; done\n"
1893
+ },
1894
+ {
1895
+ "id": 5904,
1896
+ "description": "Stress-404: Mixed ops",
1897
+ "category": "Stress & Chaos",
1898
+ "command": "node dist/cli.js memory 'M404-1' && node dist/cli.js search 'M404-1' && node dist/cli.js get-context && node dist/cli.js learn 'P404' 'S404' SUCCESS",
1899
+ "error": "Command failed: node dist/cli.js memory 'M404-1' && node dist/cli.js search 'M404-1' && node dist/cli.js get-context && node dist/cli.js learn 'P404' 'S404' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1900
+ },
1901
+ {
1902
+ "id": 5910,
1903
+ "description": "Stress-410: Command chain",
1904
+ "category": "Stress & Chaos",
1905
+ "command": "node dist/cli.js memory 'Chain410-1' && node dist/cli.js learn 'P410' 'S410' SUCCESS && node dist/cli.js get-context",
1906
+ "error": "Command failed: node dist/cli.js memory 'Chain410-1' && node dist/cli.js learn 'P410' 'S410' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1907
+ },
1908
+ {
1909
+ "id": 5911,
1910
+ "description": "Stress-411: Memory storm",
1911
+ "category": "Stress & Chaos",
1912
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm411-$j' --tags stress411; done",
1913
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm411-$j' --tags stress411; done\n"
1914
+ },
1915
+ {
1916
+ "id": 5912,
1917
+ "description": "Stress-412: Search storm",
1918
+ "category": "Stress & Chaos",
1919
+ "command": "for j in {1..50}; do node dist/cli.js search 'test412-$j' --limit 10; done",
1920
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test412-$j' --limit 10; done\n"
1921
+ },
1922
+ {
1923
+ "id": 5914,
1924
+ "description": "Stress-414: Mixed ops",
1925
+ "category": "Stress & Chaos",
1926
+ "command": "node dist/cli.js memory 'M414-1' && node dist/cli.js search 'M414-1' && node dist/cli.js get-context && node dist/cli.js learn 'P414' 'S414' SUCCESS",
1927
+ "error": "Command failed: node dist/cli.js memory 'M414-1' && node dist/cli.js search 'M414-1' && node dist/cli.js get-context && node dist/cli.js learn 'P414' 'S414' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1928
+ },
1929
+ {
1930
+ "id": 5920,
1931
+ "description": "Stress-420: Command chain",
1932
+ "category": "Stress & Chaos",
1933
+ "command": "node dist/cli.js memory 'Chain420-1' && node dist/cli.js learn 'P420' 'S420' SUCCESS && node dist/cli.js get-context",
1934
+ "error": "Command failed: node dist/cli.js memory 'Chain420-1' && node dist/cli.js learn 'P420' 'S420' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1935
+ },
1936
+ {
1937
+ "id": 5921,
1938
+ "description": "Stress-421: Memory storm",
1939
+ "category": "Stress & Chaos",
1940
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm421-$j' --tags stress421; done",
1941
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm421-$j' --tags stress421; done\n"
1942
+ },
1943
+ {
1944
+ "id": 5922,
1945
+ "description": "Stress-422: Search storm",
1946
+ "category": "Stress & Chaos",
1947
+ "command": "for j in {1..50}; do node dist/cli.js search 'test422-$j' --limit 10; done",
1948
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test422-$j' --limit 10; done\n"
1949
+ },
1950
+ {
1951
+ "id": 5924,
1952
+ "description": "Stress-424: Mixed ops",
1953
+ "category": "Stress & Chaos",
1954
+ "command": "node dist/cli.js memory 'M424-1' && node dist/cli.js search 'M424-1' && node dist/cli.js get-context && node dist/cli.js learn 'P424' 'S424' SUCCESS",
1955
+ "error": "Command failed: node dist/cli.js memory 'M424-1' && node dist/cli.js search 'M424-1' && node dist/cli.js get-context && node dist/cli.js learn 'P424' 'S424' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1956
+ },
1957
+ {
1958
+ "id": 5930,
1959
+ "description": "Stress-430: Command chain",
1960
+ "category": "Stress & Chaos",
1961
+ "command": "node dist/cli.js memory 'Chain430-1' && node dist/cli.js learn 'P430' 'S430' SUCCESS && node dist/cli.js get-context",
1962
+ "error": "Command failed: node dist/cli.js memory 'Chain430-1' && node dist/cli.js learn 'P430' 'S430' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1963
+ },
1964
+ {
1965
+ "id": 5931,
1966
+ "description": "Stress-431: Memory storm",
1967
+ "category": "Stress & Chaos",
1968
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm431-$j' --tags stress431; done",
1969
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm431-$j' --tags stress431; done\n"
1970
+ },
1971
+ {
1972
+ "id": 5932,
1973
+ "description": "Stress-432: Search storm",
1974
+ "category": "Stress & Chaos",
1975
+ "command": "for j in {1..50}; do node dist/cli.js search 'test432-$j' --limit 10; done",
1976
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test432-$j' --limit 10; done\n"
1977
+ },
1978
+ {
1979
+ "id": 5934,
1980
+ "description": "Stress-434: Mixed ops",
1981
+ "category": "Stress & Chaos",
1982
+ "command": "node dist/cli.js memory 'M434-1' && node dist/cli.js search 'M434-1' && node dist/cli.js get-context && node dist/cli.js learn 'P434' 'S434' SUCCESS",
1983
+ "error": "Command failed: node dist/cli.js memory 'M434-1' && node dist/cli.js search 'M434-1' && node dist/cli.js get-context && node dist/cli.js learn 'P434' 'S434' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
1984
+ },
1985
+ {
1986
+ "id": 5940,
1987
+ "description": "Stress-440: Command chain",
1988
+ "category": "Stress & Chaos",
1989
+ "command": "node dist/cli.js memory 'Chain440-1' && node dist/cli.js learn 'P440' 'S440' SUCCESS && node dist/cli.js get-context",
1990
+ "error": "Command failed: node dist/cli.js memory 'Chain440-1' && node dist/cli.js learn 'P440' 'S440' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
1991
+ },
1992
+ {
1993
+ "id": 5941,
1994
+ "description": "Stress-441: Memory storm",
1995
+ "category": "Stress & Chaos",
1996
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm441-$j' --tags stress441; done",
1997
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm441-$j' --tags stress441; done\n"
1998
+ },
1999
+ {
2000
+ "id": 5942,
2001
+ "description": "Stress-442: Search storm",
2002
+ "category": "Stress & Chaos",
2003
+ "command": "for j in {1..50}; do node dist/cli.js search 'test442-$j' --limit 10; done",
2004
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test442-$j' --limit 10; done\n"
2005
+ },
2006
+ {
2007
+ "id": 5944,
2008
+ "description": "Stress-444: Mixed ops",
2009
+ "category": "Stress & Chaos",
2010
+ "command": "node dist/cli.js memory 'M444-1' && node dist/cli.js search 'M444-1' && node dist/cli.js get-context && node dist/cli.js learn 'P444' 'S444' SUCCESS",
2011
+ "error": "Command failed: node dist/cli.js memory 'M444-1' && node dist/cli.js search 'M444-1' && node dist/cli.js get-context && node dist/cli.js learn 'P444' 'S444' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
2012
+ },
2013
+ {
2014
+ "id": 5950,
2015
+ "description": "Stress-450: Command chain",
2016
+ "category": "Stress & Chaos",
2017
+ "command": "node dist/cli.js memory 'Chain450-1' && node dist/cli.js learn 'P450' 'S450' SUCCESS && node dist/cli.js get-context",
2018
+ "error": "Command failed: node dist/cli.js memory 'Chain450-1' && node dist/cli.js learn 'P450' 'S450' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
2019
+ },
2020
+ {
2021
+ "id": 5951,
2022
+ "description": "Stress-451: Memory storm",
2023
+ "category": "Stress & Chaos",
2024
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm451-$j' --tags stress451; done",
2025
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm451-$j' --tags stress451; done\n"
2026
+ },
2027
+ {
2028
+ "id": 5952,
2029
+ "description": "Stress-452: Search storm",
2030
+ "category": "Stress & Chaos",
2031
+ "command": "for j in {1..50}; do node dist/cli.js search 'test452-$j' --limit 10; done",
2032
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test452-$j' --limit 10; done\n"
2033
+ },
2034
+ {
2035
+ "id": 5954,
2036
+ "description": "Stress-454: Mixed ops",
2037
+ "category": "Stress & Chaos",
2038
+ "command": "node dist/cli.js memory 'M454-1' && node dist/cli.js search 'M454-1' && node dist/cli.js get-context && node dist/cli.js learn 'P454' 'S454' SUCCESS",
2039
+ "error": "Command failed: node dist/cli.js memory 'M454-1' && node dist/cli.js search 'M454-1' && node dist/cli.js get-context && node dist/cli.js learn 'P454' 'S454' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
2040
+ },
2041
+ {
2042
+ "id": 5960,
2043
+ "description": "Stress-460: Command chain",
2044
+ "category": "Stress & Chaos",
2045
+ "command": "node dist/cli.js memory 'Chain460-1' && node dist/cli.js learn 'P460' 'S460' SUCCESS && node dist/cli.js get-context",
2046
+ "error": "Command failed: node dist/cli.js memory 'Chain460-1' && node dist/cli.js learn 'P460' 'S460' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
2047
+ },
2048
+ {
2049
+ "id": 5961,
2050
+ "description": "Stress-461: Memory storm",
2051
+ "category": "Stress & Chaos",
2052
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm461-$j' --tags stress461; done",
2053
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm461-$j' --tags stress461; done\n"
2054
+ },
2055
+ {
2056
+ "id": 5962,
2057
+ "description": "Stress-462: Search storm",
2058
+ "category": "Stress & Chaos",
2059
+ "command": "for j in {1..50}; do node dist/cli.js search 'test462-$j' --limit 10; done",
2060
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test462-$j' --limit 10; done\n"
2061
+ },
2062
+ {
2063
+ "id": 5964,
2064
+ "description": "Stress-464: Mixed ops",
2065
+ "category": "Stress & Chaos",
2066
+ "command": "node dist/cli.js memory 'M464-1' && node dist/cli.js search 'M464-1' && node dist/cli.js get-context && node dist/cli.js learn 'P464' 'S464' SUCCESS",
2067
+ "error": "Command failed: node dist/cli.js memory 'M464-1' && node dist/cli.js search 'M464-1' && node dist/cli.js get-context && node dist/cli.js learn 'P464' 'S464' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
2068
+ },
2069
+ {
2070
+ "id": 5970,
2071
+ "description": "Stress-470: Command chain",
2072
+ "category": "Stress & Chaos",
2073
+ "command": "node dist/cli.js memory 'Chain470-1' && node dist/cli.js learn 'P470' 'S470' SUCCESS && node dist/cli.js get-context",
2074
+ "error": "Command failed: node dist/cli.js memory 'Chain470-1' && node dist/cli.js learn 'P470' 'S470' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
2075
+ },
2076
+ {
2077
+ "id": 5971,
2078
+ "description": "Stress-471: Memory storm",
2079
+ "category": "Stress & Chaos",
2080
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm471-$j' --tags stress471; done",
2081
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm471-$j' --tags stress471; done\n"
2082
+ },
2083
+ {
2084
+ "id": 5972,
2085
+ "description": "Stress-472: Search storm",
2086
+ "category": "Stress & Chaos",
2087
+ "command": "for j in {1..50}; do node dist/cli.js search 'test472-$j' --limit 10; done",
2088
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test472-$j' --limit 10; done\n"
2089
+ },
2090
+ {
2091
+ "id": 5974,
2092
+ "description": "Stress-474: Mixed ops",
2093
+ "category": "Stress & Chaos",
2094
+ "command": "node dist/cli.js memory 'M474-1' && node dist/cli.js search 'M474-1' && node dist/cli.js get-context && node dist/cli.js learn 'P474' 'S474' SUCCESS",
2095
+ "error": "Command failed: node dist/cli.js memory 'M474-1' && node dist/cli.js search 'M474-1' && node dist/cli.js get-context && node dist/cli.js learn 'P474' 'S474' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
2096
+ },
2097
+ {
2098
+ "id": 5980,
2099
+ "description": "Stress-480: Command chain",
2100
+ "category": "Stress & Chaos",
2101
+ "command": "node dist/cli.js memory 'Chain480-1' && node dist/cli.js learn 'P480' 'S480' SUCCESS && node dist/cli.js get-context",
2102
+ "error": "Command failed: node dist/cli.js memory 'Chain480-1' && node dist/cli.js learn 'P480' 'S480' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
2103
+ },
2104
+ {
2105
+ "id": 5981,
2106
+ "description": "Stress-481: Memory storm",
2107
+ "category": "Stress & Chaos",
2108
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm481-$j' --tags stress481; done",
2109
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm481-$j' --tags stress481; done\n"
2110
+ },
2111
+ {
2112
+ "id": 5982,
2113
+ "description": "Stress-482: Search storm",
2114
+ "category": "Stress & Chaos",
2115
+ "command": "for j in {1..50}; do node dist/cli.js search 'test482-$j' --limit 10; done",
2116
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test482-$j' --limit 10; done\n"
2117
+ },
2118
+ {
2119
+ "id": 5983,
2120
+ "description": "Stress-483: Context storm",
2121
+ "category": "Stress & Chaos",
2122
+ "command": "for j in {1..30}; do node dist/cli.js get-context --limit 20; done",
2123
+ "error": "Command failed: for j in {1..30}; do node dist/cli.js get-context --limit 20; done\n"
2124
+ },
2125
+ {
2126
+ "id": 5984,
2127
+ "description": "Stress-484: Mixed ops",
2128
+ "category": "Stress & Chaos",
2129
+ "command": "node dist/cli.js memory 'M484-1' && node dist/cli.js search 'M484-1' && node dist/cli.js get-context && node dist/cli.js learn 'P484' 'S484' SUCCESS",
2130
+ "error": "Command failed: node dist/cli.js memory 'M484-1' && node dist/cli.js search 'M484-1' && node dist/cli.js get-context && node dist/cli.js learn 'P484' 'S484' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
2131
+ },
2132
+ {
2133
+ "id": 5990,
2134
+ "description": "Stress-490: Command chain",
2135
+ "category": "Stress & Chaos",
2136
+ "command": "node dist/cli.js memory 'Chain490-1' && node dist/cli.js learn 'P490' 'S490' SUCCESS && node dist/cli.js get-context",
2137
+ "error": "Command failed: node dist/cli.js memory 'Chain490-1' && node dist/cli.js learn 'P490' 'S490' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
2138
+ },
2139
+ {
2140
+ "id": 5991,
2141
+ "description": "Stress-491: Memory storm",
2142
+ "category": "Stress & Chaos",
2143
+ "command": "for j in {1..100}; do node dist/cli.js memory 'Storm491-$j' --tags stress491; done",
2144
+ "error": "Command failed: for j in {1..100}; do node dist/cli.js memory 'Storm491-$j' --tags stress491; done\n"
2145
+ },
2146
+ {
2147
+ "id": 5992,
2148
+ "description": "Stress-492: Search storm",
2149
+ "category": "Stress & Chaos",
2150
+ "command": "for j in {1..50}; do node dist/cli.js search 'test492-$j' --limit 10; done",
2151
+ "error": "Command failed: for j in {1..50}; do node dist/cli.js search 'test492-$j' --limit 10; done\n"
2152
+ },
2153
+ {
2154
+ "id": 5994,
2155
+ "description": "Stress-494: Mixed ops",
2156
+ "category": "Stress & Chaos",
2157
+ "command": "node dist/cli.js memory 'M494-1' && node dist/cli.js search 'M494-1' && node dist/cli.js get-context && node dist/cli.js learn 'P494' 'S494' SUCCESS",
2158
+ "error": "Command failed: node dist/cli.js memory 'M494-1' && node dist/cli.js search 'M494-1' && node dist/cli.js get-context && node dist/cli.js learn 'P494' 'S494' SUCCESS\nerror: required option '-s, --status <status>' not specified\n"
2159
+ },
2160
+ {
2161
+ "id": 6000,
2162
+ "description": "Stress-500: Command chain",
2163
+ "category": "Stress & Chaos",
2164
+ "command": "node dist/cli.js memory 'Chain500-1' && node dist/cli.js learn 'P500' 'S500' SUCCESS && node dist/cli.js get-context",
2165
+ "error": "Command failed: node dist/cli.js memory 'Chain500-1' && node dist/cli.js learn 'P500' 'S500' SUCCESS && node dist/cli.js get-context\nerror: required option '-s, --status <status>' not specified\n"
2166
+ },
2167
+ {
2168
+ "id": 6004,
2169
+ "description": "V1.1-4: Get-context with --page flag",
2170
+ "category": "Unknown",
2171
+ "command": "node dist/cli.js get-context --page 1 --per-page 5 > /dev/null 2>&1",
2172
+ "error": "Command failed: node dist/cli.js get-context --page 1 --per-page 5 > /dev/null 2>&1\n"
2173
+ },
2174
+ {
2175
+ "id": 6005,
2176
+ "description": "V1.1-5: Get-context with --per-page flag",
2177
+ "category": "Unknown",
2178
+ "command": "node dist/cli.js get-context --per-page 10 > /dev/null 2>&1",
2179
+ "error": "Command failed: node dist/cli.js get-context --per-page 10 > /dev/null 2>&1\n"
2180
+ },
2181
+ {
2182
+ "id": 6006,
2183
+ "description": "V1.1-6: Get-context with --stream flag",
2184
+ "category": "Unknown",
2185
+ "command": "node dist/cli.js get-context --stream --limit 10 > /dev/null 2>&1",
2186
+ "error": "Command failed: node dist/cli.js get-context --stream --limit 10 > /dev/null 2>&1\n"
2187
+ },
2188
+ {
2189
+ "id": 6036,
2190
+ "description": "V1.1-36: Get-context with pagination",
2191
+ "category": "Unknown",
2192
+ "command": "node dist/cli.js get-context --page 1 --per-page 5 > /dev/null 2>&1",
2193
+ "error": "Command failed: node dist/cli.js get-context --page 1 --per-page 5 > /dev/null 2>&1\n"
2194
+ }
2195
+ ],
2196
+ "byCategory": {
2197
+ "Performance & Load": {
2198
+ "passed": 433,
2199
+ "failed": 67
2200
+ },
2201
+ "Edge Cases": {
2202
+ "passed": 500,
2203
+ "failed": 0
2204
+ },
2205
+ "Failure & Recovery": {
2206
+ "passed": 448,
2207
+ "failed": 52
2208
+ },
2209
+ "Real-World Crowd": {
2210
+ "passed": 500,
2211
+ "failed": 0
2212
+ },
2213
+ "Architecture": {
2214
+ "passed": 250,
2215
+ "failed": 0
2216
+ },
2217
+ "Timing & Concurrency": {
2218
+ "passed": 450,
2219
+ "failed": 0
2220
+ },
2221
+ "Data Integrity": {
2222
+ "passed": 150,
2223
+ "failed": 0
2224
+ },
2225
+ "Stress & Chaos": {
2226
+ "passed": 311,
2227
+ "failed": 189
2228
+ },
2229
+ "Unknown": {
2230
+ "passed": 35,
2231
+ "failed": 4
2232
+ }
2233
+ },
2234
+ "byBatch": {
2235
+ "0": {
2236
+ "passed": 35,
2237
+ "failed": 4
2238
+ },
2239
+ "1": {
2240
+ "passed": 433,
2241
+ "failed": 67
2242
+ },
2243
+ "2": {
2244
+ "passed": 500,
2245
+ "failed": 0
2246
+ },
2247
+ "3": {
2248
+ "passed": 448,
2249
+ "failed": 52
2250
+ },
2251
+ "4": {
2252
+ "passed": 500,
2253
+ "failed": 0
2254
+ },
2255
+ "5": {
2256
+ "passed": 250,
2257
+ "failed": 0
2258
+ },
2259
+ "6": {
2260
+ "passed": 450,
2261
+ "failed": 0
2262
+ },
2263
+ "7": {
2264
+ "passed": 150,
2265
+ "failed": 0
2266
+ },
2267
+ "8": {
2268
+ "passed": 311,
2269
+ "failed": 189
2270
+ }
2271
+ }
2272
+ }