@noorm/marie-cli 0.1.17 → 0.1.25

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 (299) hide show
  1. package/README.md +7 -15
  2. package/SENTINEL.md +4 -7
  3. package/dist/cli-new/components/AgenticSpinner.js +28 -0
  4. package/dist/cli-new/components/AgenticSpinner.js.map +1 -0
  5. package/dist/cli-new/components/App.js +16 -63
  6. package/dist/cli-new/components/App.js.map +1 -1
  7. package/dist/cli-new/components/ApprovalDialog.js +3 -2
  8. package/dist/cli-new/components/ApprovalDialog.js.map +1 -1
  9. package/dist/cli-new/components/Banner.js +16 -5
  10. package/dist/cli-new/components/Banner.js.map +1 -1
  11. package/dist/cli-new/components/ChatArea.js +6 -7
  12. package/dist/cli-new/components/ChatArea.js.map +1 -1
  13. package/dist/cli-new/components/Header.js +14 -8
  14. package/dist/cli-new/components/Header.js.map +1 -1
  15. package/dist/cli-new/components/InputArea.js +98 -31
  16. package/dist/cli-new/components/InputArea.js.map +1 -1
  17. package/dist/cli-new/components/MessageBubble.js +28 -19
  18. package/dist/cli-new/components/MessageBubble.js.map +1 -1
  19. package/dist/cli-new/components/SessionSwitcher.js +6 -9
  20. package/dist/cli-new/components/SessionSwitcher.js.map +1 -1
  21. package/dist/cli-new/components/SetupWizard.js +80 -257
  22. package/dist/cli-new/components/SetupWizard.js.map +1 -1
  23. package/dist/cli-new/components/ToolCallDisplay.js +20 -5
  24. package/dist/cli-new/components/ToolCallDisplay.js.map +1 -1
  25. package/dist/cli-new/components/WizardSteps.js +22 -0
  26. package/dist/cli-new/components/WizardSteps.js.map +1 -0
  27. package/dist/cli-new/constants/SetupConstants.js +42 -0
  28. package/dist/cli-new/constants/SetupConstants.js.map +1 -0
  29. package/dist/cli-new/hooks/useGit.js +19 -62
  30. package/dist/cli-new/hooks/useGit.js.map +1 -1
  31. package/dist/cli-new/hooks/useMarie.js +26 -18
  32. package/dist/cli-new/hooks/useMarie.js.map +1 -1
  33. package/dist/cli-new/hooks/useSessions.js +1 -1
  34. package/dist/cli-new/hooks/useSessions.js.map +1 -1
  35. package/dist/cli-new/hooks/useSetupWizard.js +88 -0
  36. package/dist/cli-new/hooks/useSetupWizard.js.map +1 -0
  37. package/dist/cli-new/hooks/useUpdateCheck.js +4 -3
  38. package/dist/cli-new/hooks/useUpdateCheck.js.map +1 -1
  39. package/dist/cli-new/index.js +2 -4
  40. package/dist/cli-new/index.js.map +1 -1
  41. package/dist/cli-new/services/CommandService.js +104 -0
  42. package/dist/cli-new/services/CommandService.js.map +1 -0
  43. package/dist/cli-new/services/GitService.js +91 -0
  44. package/dist/cli-new/services/GitService.js.map +1 -0
  45. package/dist/cli-new/services/MarieService.js +77 -0
  46. package/dist/cli-new/services/MarieService.js.map +1 -0
  47. package/dist/cli-new/services/auth-server.js +128 -0
  48. package/dist/cli-new/services/auth-server.js.map +1 -0
  49. package/dist/cli-new/styles/theme.js +17 -17
  50. package/dist/cli-new/styles/theme.js.map +1 -1
  51. package/dist/cli-new/utils/version.js +24 -0
  52. package/dist/cli-new/utils/version.js.map +1 -0
  53. package/dist/monolith/adapters/CliMarieAdapter.js +19 -18
  54. package/dist/monolith/adapters/CliMarieAdapter.js.map +1 -1
  55. package/dist/monolith/cli/CliFileSystemPort.js +17 -3
  56. package/dist/monolith/cli/CliFileSystemPort.js.map +1 -1
  57. package/dist/monolith/cli/MarieToolDefinitionsCLI.js +44 -33
  58. package/dist/monolith/cli/MarieToolDefinitionsCLI.js.map +1 -1
  59. package/dist/monolith/cli/index.js +11 -20
  60. package/dist/monolith/cli/index.js.map +1 -1
  61. package/dist/monolith/cli/services/JoyAutomationServiceCLI.js +15 -62
  62. package/dist/monolith/cli/services/JoyAutomationServiceCLI.js.map +1 -1
  63. package/dist/monolith/cli/storage.js +154 -65
  64. package/dist/monolith/cli/storage.js.map +1 -1
  65. package/dist/monolith/domain/joy/RitualService.js +44 -46
  66. package/dist/monolith/domain/joy/RitualService.js.map +1 -1
  67. package/dist/monolith/domain/marie/MarieCortex.js +148 -0
  68. package/dist/monolith/domain/marie/MarieCortex.js.map +1 -0
  69. package/dist/monolith/domain/marie/PersonalityRenderer.js +97 -0
  70. package/dist/monolith/domain/marie/PersonalityRenderer.js.map +1 -0
  71. package/dist/monolith/infrastructure/Configuration.js +68 -0
  72. package/dist/monolith/infrastructure/Configuration.js.map +1 -0
  73. package/dist/monolith/infrastructure/CoreInfrastructure.js +204 -0
  74. package/dist/monolith/infrastructure/CoreInfrastructure.js.map +1 -0
  75. package/dist/monolith/infrastructure/ai/agents/MarieAscendant.js +3 -3
  76. package/dist/monolith/infrastructure/ai/agents/MarieAscendant.js.map +1 -1
  77. package/dist/monolith/infrastructure/ai/context/ContextArchiveService.js +51 -57
  78. package/dist/monolith/infrastructure/ai/context/ContextArchiveService.js.map +1 -1
  79. package/dist/monolith/infrastructure/ai/context/ContextManager.js +142 -98
  80. package/dist/monolith/infrastructure/ai/context/ContextManager.js.map +1 -1
  81. package/dist/monolith/infrastructure/ai/core/MarieEngine.js +104 -556
  82. package/dist/monolith/infrastructure/ai/core/MarieEngine.js.map +1 -1
  83. package/dist/monolith/infrastructure/ai/core/MarieEventDispatcher.js +1 -37
  84. package/dist/monolith/infrastructure/ai/core/MarieEventDispatcher.js.map +1 -1
  85. package/dist/monolith/infrastructure/ai/core/MarieLockManager.js +30 -5
  86. package/dist/monolith/infrastructure/ai/core/MarieLockManager.js.map +1 -1
  87. package/dist/monolith/infrastructure/ai/core/MarieProgressTracker.js +176 -196
  88. package/dist/monolith/infrastructure/ai/core/MarieProgressTracker.js.map +1 -1
  89. package/dist/monolith/infrastructure/ai/core/MariePulseService.js +41 -7
  90. package/dist/monolith/infrastructure/ai/core/MariePulseService.js.map +1 -1
  91. package/dist/monolith/infrastructure/ai/core/MarieSanitizer.js +303 -63
  92. package/dist/monolith/infrastructure/ai/core/MarieSanitizer.js.map +1 -1
  93. package/dist/monolith/infrastructure/ai/core/MarieSemaphore.js +47 -4
  94. package/dist/monolith/infrastructure/ai/core/MarieSemaphore.js.map +1 -1
  95. package/dist/monolith/infrastructure/ai/core/MarieSession.js +95 -15
  96. package/dist/monolith/infrastructure/ai/core/MarieSession.js.map +1 -1
  97. package/dist/monolith/infrastructure/ai/core/MarieStabilityMonitor.js +21 -0
  98. package/dist/monolith/infrastructure/ai/core/MarieStabilityMonitor.js.map +1 -1
  99. package/dist/monolith/infrastructure/ai/core/MarieToolMender.js +12 -0
  100. package/dist/monolith/infrastructure/ai/core/MarieToolMender.js.map +1 -1
  101. package/dist/monolith/infrastructure/ai/core/MarieToolProcessor.js +339 -481
  102. package/dist/monolith/infrastructure/ai/core/MarieToolProcessor.js.map +1 -1
  103. package/dist/monolith/infrastructure/ai/core/MarieVitality.js +238 -0
  104. package/dist/monolith/infrastructure/ai/core/MarieVitality.js.map +1 -0
  105. package/dist/monolith/infrastructure/ai/core/ReasoningBudget.js +23 -12
  106. package/dist/monolith/infrastructure/ai/core/ReasoningBudget.js.map +1 -1
  107. package/dist/monolith/infrastructure/ai/core/SessionLogService.js +9 -2
  108. package/dist/monolith/infrastructure/ai/core/SessionLogService.js.map +1 -1
  109. package/dist/monolith/infrastructure/ai/providers/AIProvider.js +402 -1
  110. package/dist/monolith/infrastructure/ai/providers/AIProvider.js.map +1 -1
  111. package/dist/monolith/infrastructure/ai/providers/DreamBeesProvider.js +114 -0
  112. package/dist/monolith/infrastructure/ai/providers/DreamBeesProvider.js.map +1 -0
  113. package/dist/monolith/infrastructure/ai/providers/OpenRouterProvider.js +426 -370
  114. package/dist/monolith/infrastructure/ai/providers/OpenRouterProvider.js.map +1 -1
  115. package/dist/monolith/infrastructure/ai/providers/OpenRouterStreamParser.js +235 -241
  116. package/dist/monolith/infrastructure/ai/providers/OpenRouterStreamParser.js.map +1 -1
  117. package/dist/monolith/infrastructure/ai/workerAi.js +185 -0
  118. package/dist/monolith/infrastructure/ai/workerAi.js.map +1 -0
  119. package/dist/monolith/infrastructure/config/ConfigService.js +216 -359
  120. package/dist/monolith/infrastructure/config/ConfigService.js.map +1 -1
  121. package/dist/monolith/infrastructure/joy/CognitiveRituals.js +8 -0
  122. package/dist/monolith/infrastructure/joy/CognitiveRituals.js.map +1 -0
  123. package/dist/monolith/infrastructure/joy/JoyTools.js +23 -43
  124. package/dist/monolith/infrastructure/joy/JoyTools.js.map +1 -1
  125. package/dist/monolith/infrastructure/persistence/MarieMindAutonomics.js +4 -0
  126. package/dist/monolith/infrastructure/persistence/MarieMindAutonomics.js.map +1 -0
  127. package/dist/monolith/infrastructure/persistence/MarieMindEngine.js +11 -0
  128. package/dist/monolith/infrastructure/persistence/MarieMindEngine.js.map +1 -0
  129. package/dist/monolith/infrastructure/persistence/NoormmeAutonomics.js +135 -0
  130. package/dist/monolith/infrastructure/persistence/NoormmeAutonomics.js.map +1 -0
  131. package/dist/monolith/infrastructure/persistence/NoormmeEngine.js +523 -0
  132. package/dist/monolith/infrastructure/persistence/NoormmeEngine.js.map +1 -0
  133. package/dist/monolith/infrastructure/persistence/NoormmeSchema.js +179 -0
  134. package/dist/monolith/infrastructure/persistence/NoormmeSchema.js.map +1 -0
  135. package/dist/monolith/infrastructure/persistence/NoormmeSeeder.js +94 -0
  136. package/dist/monolith/infrastructure/persistence/NoormmeSeeder.js.map +1 -0
  137. package/dist/monolith/infrastructure/persistence/NoormmeTools.js +371 -0
  138. package/dist/monolith/infrastructure/persistence/NoormmeTools.js.map +1 -0
  139. package/dist/monolith/infrastructure/services/MarieMemoryStore.js +133 -134
  140. package/dist/monolith/infrastructure/services/MarieMemoryStore.js.map +1 -1
  141. package/dist/monolith/infrastructure/tools/MarieToolDefinitions.js +6 -1578
  142. package/dist/monolith/infrastructure/tools/MarieToolDefinitions.js.map +1 -1
  143. package/dist/monolith/infrastructure/tools/PureStreamParser.js +68 -80
  144. package/dist/monolith/infrastructure/tools/PureStreamParser.js.map +1 -1
  145. package/dist/monolith/infrastructure/tools/SharedToolDefinitions.js +12 -11
  146. package/dist/monolith/infrastructure/tools/SharedToolDefinitions.js.map +1 -1
  147. package/dist/monolith/infrastructure/tools/SovereignTools.js +326 -0
  148. package/dist/monolith/infrastructure/tools/SovereignTools.js.map +1 -0
  149. package/dist/monolith/infrastructure/tools/ToolRegistry.js +45 -26
  150. package/dist/monolith/infrastructure/tools/ToolRegistry.js.map +1 -1
  151. package/dist/monolith/infrastructure/tools/definitions/AnalysisTools.js +232 -0
  152. package/dist/monolith/infrastructure/tools/definitions/AnalysisTools.js.map +1 -0
  153. package/dist/monolith/infrastructure/tools/definitions/AutomationTools.js +274 -0
  154. package/dist/monolith/infrastructure/tools/definitions/AutomationTools.js.map +1 -0
  155. package/dist/monolith/infrastructure/tools/definitions/ContextTools.js +71 -0
  156. package/dist/monolith/infrastructure/tools/definitions/ContextTools.js.map +1 -0
  157. package/dist/monolith/infrastructure/tools/definitions/CoreTools.js +37 -0
  158. package/dist/monolith/infrastructure/tools/definitions/CoreTools.js.map +1 -0
  159. package/dist/monolith/infrastructure/tools/definitions/DiagnosticTools.js +154 -0
  160. package/dist/monolith/infrastructure/tools/definitions/DiagnosticTools.js.map +1 -0
  161. package/dist/monolith/infrastructure/tools/definitions/NavigationTools.js +197 -0
  162. package/dist/monolith/infrastructure/tools/definitions/NavigationTools.js.map +1 -0
  163. package/dist/monolith/infrastructure/tools/definitions/PlanningTools.js +300 -0
  164. package/dist/monolith/infrastructure/tools/definitions/PlanningTools.js.map +1 -0
  165. package/dist/monolith/plumbing/Plumbing.js +238 -0
  166. package/dist/monolith/plumbing/Plumbing.js.map +1 -0
  167. package/dist/monolith/plumbing/PlumbingAnalysis.js +109 -0
  168. package/dist/monolith/plumbing/PlumbingAnalysis.js.map +1 -0
  169. package/dist/monolith/plumbing/PlumbingSystem.js +169 -0
  170. package/dist/monolith/plumbing/PlumbingSystem.js.map +1 -0
  171. package/dist/monolith/plumbing/analysis/ComplexityService.js +30 -34
  172. package/dist/monolith/plumbing/analysis/ComplexityService.js.map +1 -1
  173. package/dist/monolith/plumbing/analysis/DependencyService.js +55 -44
  174. package/dist/monolith/plumbing/analysis/DependencyService.js.map +1 -1
  175. package/dist/monolith/plumbing/analysis/DiscoveryService.js +40 -42
  176. package/dist/monolith/plumbing/analysis/DiscoveryService.js.map +1 -1
  177. package/dist/monolith/plumbing/analysis/JoyMapService.js +52 -56
  178. package/dist/monolith/plumbing/analysis/JoyMapService.js.map +1 -1
  179. package/dist/monolith/plumbing/analysis/LintService.js +118 -118
  180. package/dist/monolith/plumbing/analysis/LintService.js.map +1 -1
  181. package/dist/monolith/plumbing/analysis/MarieSentinelService.js +278 -269
  182. package/dist/monolith/plumbing/analysis/MarieSentinelService.js.map +1 -1
  183. package/dist/monolith/plumbing/analysis/QualityGuardrailService.js +116 -114
  184. package/dist/monolith/plumbing/analysis/QualityGuardrailService.js.map +1 -1
  185. package/dist/monolith/plumbing/analysis/SurgicalMender.js +57 -59
  186. package/dist/monolith/plumbing/analysis/SurgicalMender.js.map +1 -1
  187. package/dist/monolith/plumbing/analysis/TestService.js +89 -89
  188. package/dist/monolith/plumbing/analysis/TestService.js.map +1 -1
  189. package/dist/monolith/plumbing/filesystem/FileService.js +123 -195
  190. package/dist/monolith/plumbing/filesystem/FileService.js.map +1 -1
  191. package/dist/monolith/plumbing/filesystem/PathResolver.js +7 -8
  192. package/dist/monolith/plumbing/filesystem/PathResolver.js.map +1 -1
  193. package/dist/monolith/plumbing/git/GitService.js +4 -4
  194. package/dist/monolith/plumbing/git/GitService.js.map +1 -1
  195. package/dist/monolith/plumbing/lsp/SymbolService.js +5 -34
  196. package/dist/monolith/plumbing/lsp/SymbolService.js.map +1 -1
  197. package/dist/monolith/plumbing/terminal/ProcessRegistry.js +20 -22
  198. package/dist/monolith/plumbing/terminal/ProcessRegistry.js.map +1 -1
  199. package/dist/monolith/plumbing/terminal/TerminalService.js +127 -136
  200. package/dist/monolith/plumbing/terminal/TerminalService.js.map +1 -1
  201. package/dist/monolith/plumbing/utils/EnvironmentUtils.js +3 -23
  202. package/dist/monolith/plumbing/utils/EnvironmentUtils.js.map +1 -1
  203. package/dist/monolith/plumbing/utils/JsonUtils.js +252 -311
  204. package/dist/monolith/plumbing/utils/JsonUtils.js.map +1 -1
  205. package/dist/monolith/plumbing/utils/MutexUtils.js.map +1 -1
  206. package/dist/monolith/plumbing/utils/PlumbingCore.js +549 -0
  207. package/dist/monolith/plumbing/utils/PlumbingCore.js.map +1 -0
  208. package/dist/monolith/plumbing/utils/PrefixTree.js +61 -114
  209. package/dist/monolith/plumbing/utils/PrefixTree.js.map +1 -1
  210. package/dist/monolith/plumbing/utils/StreamTagDetector.js +89 -127
  211. package/dist/monolith/plumbing/utils/StreamTagDetector.js.map +1 -1
  212. package/dist/monolith/plumbing/utils/StringUtils.js +87 -89
  213. package/dist/monolith/plumbing/utils/StringUtils.js.map +1 -1
  214. package/dist/monolith/runtime/MarieRuntime.js +76 -417
  215. package/dist/monolith/runtime/MarieRuntime.js.map +1 -1
  216. package/dist/monolith/runtime/RuntimeAdapterBase.js +1 -1
  217. package/dist/monolith/runtime/RuntimeAdapterBase.js.map +1 -1
  218. package/dist/monolith/runtime/providerFactory.js +1 -7
  219. package/dist/monolith/runtime/providerFactory.js.map +1 -1
  220. package/dist/monolith/services/HealthService.js +29 -32
  221. package/dist/monolith/services/HealthService.js.map +1 -1
  222. package/dist/monolith/services/JoyAutomationService.js +58 -95
  223. package/dist/monolith/services/JoyAutomationService.js.map +1 -1
  224. package/dist/monolith/services/MarieAutomationService.js +59 -0
  225. package/dist/monolith/services/MarieAutomationService.js.map +1 -0
  226. package/dist/monolith/services/MarieGhostService.js +46 -161
  227. package/dist/monolith/services/MarieGhostService.js.map +1 -1
  228. package/dist/monolith/services/MarieServices.js +102 -0
  229. package/dist/monolith/services/MarieServices.js.map +1 -0
  230. package/dist/monolith/services/MarieTypes.js +2 -0
  231. package/dist/monolith/services/MarieTypes.js.map +1 -0
  232. package/dist/monolith/services/UpdateService.js +47 -49
  233. package/dist/monolith/services/UpdateService.js.map +1 -1
  234. package/dist/prompts.js +11 -5
  235. package/dist/prompts.js.map +1 -1
  236. package/dist/test_prefix_tree.js +9 -9
  237. package/dist/test_prefix_tree.js.map +1 -1
  238. package/package.json +18 -88
  239. package/run_test.js +5 -0
  240. package/.marie_visual_verify_1771225696548/progress_bar_check.txt +0 -1
  241. package/dist/extension.cjs +0 -635
  242. package/dist/extension.js +0 -473
  243. package/dist/extension.js.map +0 -1
  244. package/dist/monolith/adapters/VscodeMarieAdapter.js +0 -81
  245. package/dist/monolith/adapters/VscodeMarieAdapter.js.map +0 -1
  246. package/dist/monolith/domain/joy/JoyTools.js +0 -535
  247. package/dist/monolith/domain/joy/JoyTools.js.map +0 -1
  248. package/dist/monolith/infrastructure/ai/agents/MarieYOLO.js +0 -207
  249. package/dist/monolith/infrastructure/ai/agents/MarieYOLO.js.map +0 -1
  250. package/dist/monolith/infrastructure/ai/core/GhostPort.js +0 -2
  251. package/dist/monolith/infrastructure/ai/core/GhostPort.js.map +0 -1
  252. package/dist/monolith/infrastructure/ai/core/MarieYOLOTypes.js +0 -2
  253. package/dist/monolith/infrastructure/ai/core/MarieYOLOTypes.js.map +0 -1
  254. package/dist/monolith/infrastructure/ai/core/VscodeFileSystemPort.js +0 -33
  255. package/dist/monolith/infrastructure/ai/core/VscodeFileSystemPort.js.map +0 -1
  256. package/dist/monolith/infrastructure/ai/providers/AnthropicProvider.js +0 -148
  257. package/dist/monolith/infrastructure/ai/providers/AnthropicProvider.js.map +0 -1
  258. package/dist/monolith/infrastructure/ai/providers/CerebrasProvider.js +0 -208
  259. package/dist/monolith/infrastructure/ai/providers/CerebrasProvider.js.map +0 -1
  260. package/dist/monolith/plumbing/ui/DecorationService.js +0 -54
  261. package/dist/monolith/plumbing/ui/DecorationService.js.map +0 -1
  262. package/dist/monolith/services/JoyLogService.js +0 -48
  263. package/dist/monolith/services/JoyLogService.js.map +0 -1
  264. package/dist/monolith/services/JoyService.js +0 -209
  265. package/dist/monolith/services/JoyService.js.map +0 -1
  266. package/dist/monolith/services/MarieSCMProvider.js +0 -41
  267. package/dist/monolith/services/MarieSCMProvider.js.map +0 -1
  268. package/dist/test_agent_stream_control_plane.js +0 -170
  269. package/dist/test_agent_stream_control_plane.js.map +0 -1
  270. package/dist/test_strategy_integration.js +0 -114
  271. package/dist/test_strategy_integration.js.map +0 -1
  272. package/dist/test_streaming_fragility.js +0 -191
  273. package/dist/test_streaming_fragility.js.map +0 -1
  274. package/dist/webview-ui/App.js +0 -16
  275. package/dist/webview-ui/App.js.map +0 -1
  276. package/dist/webview-ui/Providers.js +0 -6
  277. package/dist/webview-ui/Providers.js.map +0 -1
  278. package/dist/webview-ui/components/ApprovalPanel.js +0 -8
  279. package/dist/webview-ui/components/ApprovalPanel.js.map +0 -1
  280. package/dist/webview-ui/components/ChatPanel.js +0 -19
  281. package/dist/webview-ui/components/ChatPanel.js.map +0 -1
  282. package/dist/webview-ui/components/Composer.js +0 -19
  283. package/dist/webview-ui/components/Composer.js.map +0 -1
  284. package/dist/webview-ui/components/HeaderBar.js +0 -5
  285. package/dist/webview-ui/components/HeaderBar.js.map +0 -1
  286. package/dist/webview-ui/components/SessionList.js +0 -14
  287. package/dist/webview-ui/components/SessionList.js.map +0 -1
  288. package/dist/webview-ui/context/WebviewStateContext.js +0 -146
  289. package/dist/webview-ui/context/WebviewStateContext.js.map +0 -1
  290. package/dist/webview-ui/main.css +0 -1
  291. package/dist/webview-ui/main.js +0 -108
  292. package/dist/webview-ui/main.js.map +0 -1
  293. package/dist/webview-ui/types.js +0 -2
  294. package/dist/webview-ui/types.js.map +0 -1
  295. package/dist/webview-ui/vscode.js +0 -4
  296. package/dist/webview-ui/vscode.js.map +0 -1
  297. package/lint_output.txt +0 -705
  298. package/lint_output_v2.txt +0 -711
  299. package/marie-coder-0.1.16.vsix +0 -0
@@ -1,711 +0,0 @@
1
-
2
- > @noorm/marie-cli@0.1.14 lint
3
- > eslint src tests
4
-
5
-
6
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/cli-new/components/App.tsx
7
- 38:5 warning 'createSession' is assigned a value but never used @typescript-eslint/no-unused-vars
8
- 39:5 warning 'loadSession' is assigned a value but never used @typescript-eslint/no-unused-vars
9
- 58:1 error Delete `⏎⏎` prettier/prettier
10
- 191:4 error Delete `⏎` prettier/prettier
11
-
12
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/cli-new/components/ChatArea.tsx
13
- 46:9 warning 'availableHeight' is assigned a value but never used @typescript-eslint/no-unused-vars
14
-
15
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/cli-new/components/InputArea.tsx
16
- 65:3 warning 'suggestions' is assigned a value but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
17
- 70:11 warning 'exit' is assigned a value but never used @typescript-eslint/no-unused-vars
18
-
19
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/cli-new/components/MessageBubble.tsx
20
- 58:10 warning 'truncateContent' is defined but never used @typescript-eslint/no-unused-vars
21
-
22
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/cli-new/components/SessionSwitcher.tsx
23
- 24:3 warning 'onDelete' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
24
- 25:3 warning 'onRename' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
25
- 26:3 warning 'onTogglePin' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
26
- 29:16 warning 'setMode' is assigned a value but never used @typescript-eslint/no-unused-vars
27
- 30:27 warning 'setSessionToDelete' is assigned a value but never used @typescript-eslint/no-unused-vars
28
-
29
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/cli-new/hooks/useMarie.ts
30
- 18:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
31
- 36:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
32
- 126:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
33
- 144:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
34
- 152:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
35
- 295:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
36
- 316:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
37
-
38
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/cli-new/types/cli.ts
39
- 1:10 warning 'RunTelemetry' is defined but never used @typescript-eslint/no-unused-vars
40
- 98:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
41
-
42
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/extension.ts
43
- 63:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
44
- 69:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
45
- 342:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
46
- 350:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
47
- 504:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
48
-
49
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/adapters/CliMarieAdapter.ts
50
- 1:10 warning 'MarieCallbacks' is defined but never used @typescript-eslint/no-unused-vars
51
- 32:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
52
- 36:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
53
- 84:71 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
54
-
55
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/adapters/VscodeMarieAdapter.ts
56
- 2:10 warning 'MarieCallbacks' is defined but never used @typescript-eslint/no-unused-vars
57
- 35:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
58
- 37:54 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
59
- 43:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
60
-
61
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/cli/CliFileSystemPort.ts
62
- 24:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
63
- 68:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
64
- 107:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
65
- 115:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
66
-
67
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/cli/MarieToolDefinitionsCLI.ts
68
- 34:16 warning 'writeFile' is defined but never used @typescript-eslint/no-unused-vars
69
- 54:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
70
- 97:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
71
- 243:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
72
- 245:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
73
- 273:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
74
- 295:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
75
- 320:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
76
- 356:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
77
- 358:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
78
-
79
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/cli/services/JoyAutomationServiceCLI.ts
80
- 87:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
81
-
82
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/cli/storage.ts
83
- 83:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
84
- 96:48 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
85
- 137:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
86
- 148:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
87
-
88
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/domain/joy/JoyTools.ts
89
- 34:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
90
- 144:11 warning 'editor' is assigned a value but never used @typescript-eslint/no-unused-vars
91
- 155:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
92
- 674:14 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
93
-
94
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/domain/joy/RitualService.ts
95
- 1:13 warning 'path' is defined but never used @typescript-eslint/no-unused-vars
96
-
97
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/domain/marie/MarieTypes.ts
98
- 92:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
99
- 136:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
100
- 255:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
101
- 261:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
102
- 273:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
103
-
104
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/agents/MarieAscendant.ts
105
- 51:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
106
- 207:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
107
-
108
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/context/ContextArchiveService.ts
109
- 58:14 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
110
- 87:14 warning 'err' is defined but never used @typescript-eslint/no-unused-vars
111
-
112
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/context/ContextManager.ts
113
- 22:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
114
- 44:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
115
- 48:58 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
116
- 71:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
117
- 81:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
118
- 84:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
119
- 126:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
120
- 136:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
121
-
122
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieEngine.ts
123
- 52:54 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
124
- 88:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
125
- 90:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
126
- 142:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
127
- 144:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
128
- 154:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
129
- 161:49 warning 'eventCount' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
130
- 260:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
131
- 261:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
132
- 262:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
133
- 269:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
134
- 354:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
135
- 360:9 warning 'lastTokenTime' is assigned a value but never used @typescript-eslint/no-unused-vars
136
- 441:17 warning 'index' is assigned a value but never used @typescript-eslint/no-unused-vars
137
- 619:47 warning 'input' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
138
- 619:54 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
139
- 638:5 warning 'toolName' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
140
- 639:5 warning 'cache' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
141
- 639:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
142
- 640:6 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
143
- 668:30 warning 'tracker' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
144
- 668:61 warning 'messages' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
145
- 668:71 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
146
-
147
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieEventDispatcher.ts
148
- 52:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
149
- 52:42 warning 'run' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
150
- 52:47 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
151
- 79:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
152
- 79:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
153
- 123:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
154
- 123:39 warning 'run' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
155
- 123:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
156
- 171:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
157
-
158
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieLockManager.ts
159
- 4:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
160
- 5:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
161
- 44:53 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
162
- 109:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
163
- 128:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
164
- 150:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
165
-
166
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieProgressTracker.ts
167
- 60:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
168
- 67:43 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
169
- 68:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
170
- 69:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
171
- 71:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
172
- 207:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
173
- 208:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
174
- 220:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
175
- 220:52 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
176
- 221:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
177
- 222:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
178
- 227:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
179
- 232:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
180
- 232:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
181
- 233:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
182
- 234:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
183
- 239:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
184
-
185
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieResponse.ts
186
- 8:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
187
- 11:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
188
- 33:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
189
- 58:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
190
- 70:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
191
- 78:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
192
- 80:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
193
- 81:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
194
- 104:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
195
-
196
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieSanitizer.ts
197
- 16:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
198
- 16:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
199
- 20:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
200
- 20:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
201
- 55:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
202
- 62:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
203
-
204
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieSession.ts
205
- 23:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
206
- 24:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
207
- 37:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
208
- 67:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
209
- 70:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
210
- 80:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
211
- 98:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
212
- 122:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
213
- 141:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
214
- 162:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
215
- 165:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
216
- 231:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
217
- 234:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
218
- 236:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
219
-
220
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieStabilityMonitor.ts
221
- 33:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
222
- 34:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
223
-
224
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieToolMender.ts
225
- 34:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
226
-
227
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/core/MarieToolProcessor.ts
228
- 24:10 warning 'RitualService' is defined but never used @typescript-eslint/no-unused-vars
229
- 27:10 warning 'MarieGhostService' is defined but never used @typescript-eslint/no-unused-vars
230
- 32:3 warning 'restoreFile' is defined but never used @typescript-eslint/no-unused-vars
231
- 50:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
232
- 58:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
233
- 61:19 warning 'start_line' is assigned a value but never used @typescript-eslint/no-unused-vars
234
- 61:31 warning 'end_line' is assigned a value but never used @typescript-eslint/no-unused-vars
235
- 61:66 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
236
- 445:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
237
- 487:11 warning 'normalized' is assigned a value but never used @typescript-eslint/no-unused-vars
238
- 503:54 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
239
- 504:11 warning 'run' is assigned a value but never used @typescript-eslint/no-unused-vars
240
- 523:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
241
- 589:52 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
242
- 641:5 warning 'toolResult' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
243
-
244
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/providers/AIProvider.ts
245
- 40:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
246
-
247
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/providers/CerebrasProvider.ts
248
- 28:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
249
- 35:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
250
- 76:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
251
- 92:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
252
- 145:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
253
- 172:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
254
- 197:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
255
- 197:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
256
- 202:15 warning 'content' is assigned a value but never used @typescript-eslint/no-unused-vars
257
- 202:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
258
- 209:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
259
- 210:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
260
- 215:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
261
- 234:32 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
262
- 234:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
263
-
264
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/ai/providers/OpenRouterProvider.ts
265
- 93:54 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
266
- 96:16 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
267
- 292:24 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
268
- 326:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
269
- 336:18 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
270
- 341:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
271
- 435:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
272
- 455:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
273
- 459:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
274
-
275
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/config/ConfigService.ts
276
- 6:10 warning 'fileURLToPath' is defined but never used @typescript-eslint/no-unused-vars
277
- 49:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
278
- 50:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
279
-
280
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/services/MarieMemoryStore.ts
281
- 28:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
282
- 50:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
283
-
284
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/tools/MarieToolDefinitions.ts
285
- 14:3 warning 'generateTidyChecklist' is defined but never used @typescript-eslint/no-unused-vars
286
- 24:3 warning 'getFileHistory' is defined but never used @typescript-eslint/no-unused-vars
287
- 36:3 warning 'ProgressUpdate' is defined but never used @typescript-eslint/no-unused-vars
288
- 39:10 warning 'RitualService' is defined but never used @typescript-eslint/no-unused-vars
289
- 166:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
290
- 166:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
291
- 224:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
292
- 224:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
293
- 245:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
294
- 245:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
295
- 269:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
296
- 269:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
297
- 275:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
298
- 292:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
299
- 292:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
300
- 320:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
301
- 320:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
302
- 342:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
303
- 342:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
304
- 359:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
305
- 359:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
306
- 392:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
307
- 392:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
308
- 404:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
309
- 407:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
310
- 408:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
311
- 445:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
312
- 445:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
313
- 487:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
314
- 487:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
315
- 512:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
316
- 512:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
317
- 583:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
318
- 583:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
319
- 643:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
320
- 643:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
321
- 674:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
322
- 674:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
323
- 715:20 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
324
- 747:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
325
- 747:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
326
- 812:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
327
- 812:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
328
- 857:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
329
- 857:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
330
- 999:18 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
331
- 1024:17 warning 'workspaceEdit' is assigned a value but never used @typescript-eslint/no-unused-vars
332
- 1073:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
333
- 1098:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
334
- 1098:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
335
- 1133:16 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
336
- 1172:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
337
- 1172:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
338
- 1218:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
339
- 1218:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
340
- 1264:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
341
- 1264:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
342
- 1305:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
343
- 1305:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
344
- 1317:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
345
- 1357:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
346
- 1357:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
347
- 1385:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
348
- 1385:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
349
- 1497:70 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
350
- 1503:13 warning 'currentLayerIndex' is assigned a value but never used @typescript-eslint/no-unused-vars
351
- 1518:60 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
352
- 1589:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
353
- 1615:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
354
- 1618:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
355
- 1623:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
356
- 1733:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
357
- 1735:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
358
- 1833:27 warning 'onProgress' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
359
- 1833:39 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
360
- 1849:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
361
- 1902:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
362
-
363
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/infrastructure/tools/SharedToolDefinitions.ts
364
- 367:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
365
-
366
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/analysis/DependencyService.ts
367
- 1:13 warning 'vscode' is defined but never used @typescript-eslint/no-unused-vars
368
- 55:5 warning 'fileA' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
369
- 56:5 warning 'fileB' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
370
-
371
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/analysis/DiscoveryService.ts
372
- 1:13 warning 'vscode' is defined but never used @typescript-eslint/no-unused-vars
373
-
374
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/analysis/LintService.ts
375
- 4:13 warning 'fs' is defined but never used @typescript-eslint/no-unused-vars
376
- 27:15 warning 'stdout' is assigned a value but never used @typescript-eslint/no-unused-vars
377
- 27:23 warning 'stderr' is assigned a value but never used @typescript-eslint/no-unused-vars
378
- 29:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
379
- 52:17 warning 'stdout' is assigned a value but never used @typescript-eslint/no-unused-vars
380
- 52:25 warning 'stderr' is assigned a value but never used @typescript-eslint/no-unused-vars
381
- 57:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
382
- 87:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
383
- 108:51 error Unnecessary escape character: \/ no-useless-escape
384
- 123:52 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
385
- 138:50 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
386
- 153:54 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
387
-
388
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/analysis/QualityGuardrailService.ts
389
- 1:23 warning 'LintError' is defined but never used @typescript-eslint/no-unused-vars
390
- 2:23 warning 'TriageReport' is defined but never used @typescript-eslint/no-unused-vars
391
- 3:29 warning 'ComplexityMetrics' is defined but never used @typescript-eslint/no-unused-vars
392
-
393
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/analysis/TestService.ts
394
- 45:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
395
- 68:11 warning 'testPattern' is assigned a value but never used @typescript-eslint/no-unused-vars
396
- 86:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
397
-
398
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/filesystem/FileService.ts
399
- 81:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
400
- 160:14 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
401
- 208:16 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
402
- 290:16 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
403
- 386:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
404
- 419:18 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
405
- 559:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
406
-
407
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/git/GitService.ts
408
- 74:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
409
-
410
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/terminal/TerminalService.ts
411
- 7:7 warning 'execAsync' is assigned a value but never used @typescript-eslint/no-unused-vars
412
- 34:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
413
- 75:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
414
- 127:18 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
415
- 136:20 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
416
- 139:22 warning 'e2' is defined but never used @typescript-eslint/no-unused-vars
417
- 187:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
418
- 207:16 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
419
-
420
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/utils/JsonUtils.ts
421
- 7:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
422
- 17:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
423
- 93:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
424
- 101:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
425
- 122:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
426
- 145:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
427
- 196:14 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
428
- 237:18 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
429
- 282:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
430
- 308:28 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
431
- 343:11 warning 'lastBrace' is assigned a value but never used @typescript-eslint/no-unused-vars
432
- 387:14 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
433
- 394:44 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
434
-
435
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/utils/RetryUtils.ts
436
- 113:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
437
-
438
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/plumbing/utils/StringUtils.ts
439
- 72:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
440
-
441
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/runtime/MarieRuntime.ts
442
- 27:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
443
- 77:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
444
- 145:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
445
- 288:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
446
- 307:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
447
- 371:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
448
- 423:66 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
449
- 461:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
450
-
451
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/runtime/types.ts
452
- 21:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
453
- 22:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
454
- 39:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
455
- 45:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
456
- 49:16 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
457
-
458
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/services/HealthService.ts
459
- 15:14 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
460
- 24:14 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
461
- 31:14 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
462
-
463
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/services/JoyAutomationService.ts
464
- 2:13 warning 'path' is defined but never used @typescript-eslint/no-unused-vars
465
- 6:3 warning 'synthesizeZoneManuals' is defined but never used @typescript-eslint/no-unused-vars
466
- 12:3 warning 'generateJoyDashboard' is defined but never used @typescript-eslint/no-unused-vars
467
- 13:3 warning 'generateTidyChecklist' is defined but never used @typescript-eslint/no-unused-vars
468
- 80:13 warning 'scaffolded' is assigned a value but never used @typescript-eslint/no-unused-vars
469
- 83:13 warning 'clustering' is assigned a value but never used @typescript-eslint/no-unused-vars
470
- 109:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
471
-
472
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/services/JoyService.ts
473
- 4:3 warning 'HealthReport' is defined but never used @typescript-eslint/no-unused-vars
474
- 186:14 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
475
- 248:16 warning 'error' is defined but never used @typescript-eslint/no-unused-vars
476
- 271:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
477
-
478
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/tests/StreamingVerifyTest.ts
479
- 34:15 warning 'p' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
480
- 34:18 warning 'sig' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
481
- 35:18 warning 'q' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
482
- 35:21 warning 'p' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
483
- 35:24 warning 'sig' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
484
- 39:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
485
- 69:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
486
-
487
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/monolith/tests/VisualProgressTest.ts
488
- 3:13 warning 'os' is defined but never used @typescript-eslint/no-unused-vars
489
- 28:15 warning 'p' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
490
- 28:18 warning 'sig' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
491
- 29:18 warning 'q' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
492
- 29:21 warning 'p' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
493
- 29:24 warning 'sig' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
494
- 33:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
495
- 80:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
496
-
497
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/test_content_buffer_cap.ts
498
- 22:9 warning 'tracker' is assigned a value but never used @typescript-eslint/no-unused-vars
499
-
500
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/test_retry_utils.ts
501
- 9:16 warning 'sleep' is defined but never used @typescript-eslint/no-unused-vars
502
- 33:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
503
- 61:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
504
- 84:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
505
- 107:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
506
- 107:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
507
- 127:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
508
- 127:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
509
- 153:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
510
- 153:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
511
- 208:12 warning 'e' is defined but never used @typescript-eslint/no-unused-vars
512
-
513
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/webview-ui/components/ChatPanel.tsx
514
- 199:19 warning 'roleLabel' is assigned a value but never used @typescript-eslint/no-unused-vars
515
- 205:55 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
516
-
517
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/webview-ui/components/HeaderBar.tsx
518
- 56:9 warning The 'closeConfig' function makes the dependencies of useEffect Hook (at line 91) change on every render. To fix this, wrap the definition of 'closeConfig' in its own useCallback() Hook react-hooks/exhaustive-deps
519
- 69:9 warning The 'commitModel' function makes the dependencies of useEffect Hook (at line 107) change on every render. To fix this, wrap the definition of 'commitModel' in its own useCallback() Hook react-hooks/exhaustive-deps
520
-
521
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/webview-ui/components/SessionList.tsx
522
- 6:3 warning 'MascotIcon' is defined but never used @typescript-eslint/no-unused-vars
523
-
524
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/src/webview-ui/context/WebviewStateContext.tsx
525
- 304:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
526
-
527
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_joy_services.ts
528
- 4:3 warning 'JoyScoreEvent' is defined but never used @typescript-eslint/no-unused-vars
529
- 117:59 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
530
- 159:59 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
531
- 197:56 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
532
- 257:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
533
- 274:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
534
- 320:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
535
- 343:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
536
- 369:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
537
- 395:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
538
- 413:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
539
-
540
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_marie_cli.ts
541
- 104:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
542
-
543
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_marie_lock_manager.ts
544
- 9:7 warning 'read1Done' is assigned a value but never used @typescript-eslint/no-unused-vars
545
- 10:7 warning 'read2Done' is assigned a value but never used @typescript-eslint/no-unused-vars
546
- 78:3 warning 'writeStarted' is assigned a value but never used @typescript-eslint/no-unused-vars
547
- 122:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
548
- 158:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
549
- 167:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
550
-
551
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_marie_progress_tracker.ts
552
- 61:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
553
- 107:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
554
- 111:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
555
- 123:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
556
- 124:21 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
557
- 128:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
558
- 148:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
559
- 155:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
560
- 164:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
561
-
562
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_marie_state_machine.ts
563
- 21:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
564
- 21:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
565
- 22:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
566
- 32:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
567
- 32:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
568
- 34:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
569
- 36:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
570
- 45:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
571
- 54:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
572
- 54:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
573
- 56:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
574
- 62:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
575
- 80:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
576
- 80:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
577
- 82:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
578
- 86:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
579
- 105:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
580
-
581
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_production_guardrails.ts
582
- 1:13 warning 'assert' is defined but never used @typescript-eslint/no-unused-vars
583
- 2:10 warning 'QualityGuardrailService' is defined but never used @typescript-eslint/no-unused-vars
584
- 3:10 warning 'LintService' is defined but never used @typescript-eslint/no-unused-vars
585
- 4:10 warning 'ComplexityService' is defined but never used @typescript-eslint/no-unused-vars
586
- 14:36 error Delete `·` prettier/prettier
587
-
588
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_self_healing_logic.ts
589
- 4:13 warning 'vscode' is defined but never used @typescript-eslint/no-unused-vars
590
- 9:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
591
- 10:62 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
592
-
593
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_singularity_autonomy.ts
594
- 29:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
595
- 35:8 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
596
- 37:60 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
597
- 41:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
598
- 46:31 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
599
- 52:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
600
- 53:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
601
- 56:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
602
- 59:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
603
- 63:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
604
- 71:42 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
605
-
606
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_storage.ts
607
- 7:7 warning '__dirname' is assigned a value but never used @typescript-eslint/no-unused-vars
608
- 58:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
609
- 75:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
610
- 91:37 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
611
- 120:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
612
- 219:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
613
-
614
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_strategy_engine.ts
615
- 15:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
616
- 18:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
617
- 23:34 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
618
- 28:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
619
- 30:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
620
- 89:8 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
621
- 91:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
622
- 140:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
623
- 193:8 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
624
- 276:8 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
625
-
626
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_tool_definitions.ts
627
- 54:15 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
628
- 57:74 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
629
-
630
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/cli/test_zenith_autonomy.ts
631
- 12:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
632
- 17:10 warning 'ContextArchiveService' is defined but never used @typescript-eslint/no-unused-vars
633
- 23:9 warning 'joyService' is assigned a value but never used @typescript-eslint/no-unused-vars
634
- 23:45 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
635
- 25:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
636
- 36:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
637
- 39:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
638
- 39:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
639
- 57:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
640
- 74:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
641
- 77:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
642
- 78:9 warning 'anchorEvent' is assigned a value but never used @typescript-eslint/no-unused-vars
643
- 79:9 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
644
-
645
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/extension/suite/automation_service.test.ts
646
- 18:15 warning 'key' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
647
- 19:18 warning 'key' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
648
- 19:31 warning 'value' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
649
- 19:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
650
- 22:15 warning 'key' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
651
- 23:18 warning 'key' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
652
- 23:31 warning 'value' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
653
- 23:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
654
- 26:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
655
-
656
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/extension/suite/engine_logic.test.ts
657
- 29:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
658
- 39:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
659
-
660
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/extension/suite/joy_service.test.ts
661
- 17:15 warning 'key' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
662
- 18:18 warning 'key' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
663
- 18:31 warning 'value' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
664
- 18:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
665
- 21:15 warning 'key' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
666
- 22:18 warning 'key' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
667
- 22:31 warning 'value' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
668
- 22:38 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
669
- 24:10 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
670
-
671
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/extension/suite/runtime.test.ts
672
- 2:13 warning 'vscode' is defined but never used @typescript-eslint/no-unused-vars
673
- 7:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
674
- 8:25 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
675
- 22:20 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
676
- 40:39 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
677
- 41:23 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
678
-
679
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/mocks/MockAIProvider.ts
680
- 9:26 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
681
- 10:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
682
- 14:33 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
683
- 18:49 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
684
- 48:12 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
685
- 63:5 warning 'signal' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
686
-
687
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/test_neural_dispatch.ts
688
- 1:13 warning 'assert' is defined but never used @typescript-eslint/no-unused-vars
689
- 12:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
690
- 14:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
691
- 43:52 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
692
- 47:18 warning 'text' is defined but never used. Allowed unused args must match /^_/u @typescript-eslint/no-unused-vars
693
- 54:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
694
- 67:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
695
- 68:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
696
- 75:51 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
697
- 78:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
698
-
699
- /Users/bozoegg/Downloads/Marie-Coder-New-the-vatican/tests/test_omni_merge.ts
700
- 12:13 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
701
- 14:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
702
- 56:52 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
703
- 67:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
704
- 84:41 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
705
- 85:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
706
- 104:46 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
707
- 107:18 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
708
-
709
- ✖ 543 problems (4 errors, 539 warnings)
710
- 3 errors and 0 warnings potentially fixable with the `--fix` option.
711
-