agentsys 5.1.0 → 5.2.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 (1353) hide show
  1. package/.claude-plugin/marketplace.json +105 -42
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/AGENTS.md +2 -15
  4. package/CHANGELOG.md +47 -5
  5. package/README.md +143 -45
  6. package/SECURITY.md +1 -1
  7. package/adapters/README.md +6 -6
  8. package/adapters/codex/README.md +3 -3
  9. package/adapters/codex/install.sh +2 -2
  10. package/adapters/opencode/README.md +3 -3
  11. package/adapters/opencode/install.sh +2 -2
  12. package/agent-knowledge/AGENTS.md +144 -5
  13. package/agent-knowledge/all-in-one-plus-modular-packages.md +576 -0
  14. package/agent-knowledge/cli-browser-automation-agents.md +936 -0
  15. package/agent-knowledge/github-org-project-management.md +319 -0
  16. package/agent-knowledge/github-org-structure-patterns.md +268 -0
  17. package/agent-knowledge/multi-product-org-docs.md +622 -0
  18. package/agent-knowledge/oss-org-naming-patterns.md +368 -0
  19. package/agent-knowledge/resources/all-in-one-plus-modular-packages-sources.json +310 -0
  20. package/agent-knowledge/resources/cli-browser-automation-agents-sources.json +428 -0
  21. package/agent-knowledge/resources/github-org-project-management-sources.json +239 -0
  22. package/agent-knowledge/resources/github-org-structure-patterns-sources.json +293 -0
  23. package/agent-knowledge/resources/multi-product-org-docs-sources.json +514 -0
  24. package/agent-knowledge/resources/oss-org-naming-patterns-sources.json +458 -0
  25. package/agent-knowledge/resources/skill-plugin-distribution-patterns-sources.json +290 -0
  26. package/agent-knowledge/resources/terminal-browsers-agent-automation-sources.json +758 -0
  27. package/agent-knowledge/resources/web-session-persistence-cli-agents-sources.json +528 -0
  28. package/agent-knowledge/skill-plugin-distribution-patterns.md +661 -0
  29. package/agent-knowledge/terminal-browsers-agent-automation.md +776 -0
  30. package/agent-knowledge/web-session-persistence-cli-agents.md +1352 -0
  31. package/bin/cli.js +1289 -18
  32. package/bin/dev-cli.js +15 -24
  33. package/lib/adapter-transforms.js +147 -3
  34. package/lib/cross-platform/index.js +7 -3
  35. package/lib/discovery/index.js +26 -1
  36. package/lib/index.js +2 -0
  37. package/lib/package.json +1 -1
  38. package/lib/patterns/cli-enhancers.js +11 -2
  39. package/lib/sources/policy-questions.js +76 -2
  40. package/lib/state/workflow-state.js +18 -7
  41. package/meta/skills/maintain-cross-platform/SKILL.md +1 -1
  42. package/package.json +4 -4
  43. package/scripts/bump-version.js +1 -6
  44. package/scripts/dev-install.js +1 -1
  45. package/scripts/fix-graduated-repos.js +288 -0
  46. package/scripts/graduate-plugin.js +433 -0
  47. package/scripts/preflight.js +19 -48
  48. package/scripts/scaffold.js +2 -2
  49. package/scripts/setup-hooks.js +2 -9
  50. package/scripts/stamp-version.js +3 -34
  51. package/scripts/validate-agent-skill-compliance.js +2 -0
  52. package/scripts/validate-counts.js +27 -0
  53. package/site/assets/css/design-system/base.css +151 -0
  54. package/site/assets/css/design-system/tokens.css +354 -0
  55. package/site/assets/css/tokens.css +5 -469
  56. package/site/content.json +13 -13
  57. package/site/index.html +14 -13
  58. package/site/ux-spec.md +7 -7
  59. package/adapters/codex/skills/agnix/SKILL.md +0 -137
  60. package/adapters/codex/skills/audit-project/SKILL.md +0 -333
  61. package/adapters/codex/skills/audit-project-agents/SKILL.md +0 -458
  62. package/adapters/codex/skills/audit-project-github/SKILL.md +0 -145
  63. package/adapters/codex/skills/consult/SKILL.md +0 -320
  64. package/adapters/codex/skills/debate/SKILL.md +0 -214
  65. package/adapters/codex/skills/delivery-approval/SKILL.md +0 -338
  66. package/adapters/codex/skills/deslop/SKILL.md +0 -166
  67. package/adapters/codex/skills/drift-detect/SKILL.md +0 -267
  68. package/adapters/codex/skills/enhance/SKILL.md +0 -176
  69. package/adapters/codex/skills/learn/SKILL.md +0 -187
  70. package/adapters/codex/skills/next-task/SKILL.md +0 -545
  71. package/adapters/codex/skills/perf/SKILL.md +0 -468
  72. package/adapters/codex/skills/repo-map/SKILL.md +0 -131
  73. package/adapters/codex/skills/ship/SKILL.md +0 -490
  74. package/adapters/codex/skills/ship-ci-review-loop/SKILL.md +0 -472
  75. package/adapters/codex/skills/ship-deployment/SKILL.md +0 -335
  76. package/adapters/codex/skills/ship-error-handling/SKILL.md +0 -259
  77. package/adapters/codex/skills/sync-docs/SKILL.md +0 -185
  78. package/adapters/opencode/agents/agent-enhancer.md +0 -64
  79. package/adapters/opencode/agents/agnix-agent.md +0 -55
  80. package/adapters/opencode/agents/ci-fixer.md +0 -103
  81. package/adapters/opencode/agents/ci-monitor.md +0 -126
  82. package/adapters/opencode/agents/claudemd-enhancer.md +0 -65
  83. package/adapters/opencode/agents/consult-agent.md +0 -216
  84. package/adapters/opencode/agents/cross-file-enhancer.md +0 -53
  85. package/adapters/opencode/agents/debate-orchestrator.md +0 -169
  86. package/adapters/opencode/agents/delivery-validator.md +0 -114
  87. package/adapters/opencode/agents/deslop-agent.md +0 -87
  88. package/adapters/opencode/agents/docs-enhancer.md +0 -64
  89. package/adapters/opencode/agents/exploration-agent.md +0 -142
  90. package/adapters/opencode/agents/hooks-enhancer.md +0 -65
  91. package/adapters/opencode/agents/implementation-agent.md +0 -205
  92. package/adapters/opencode/agents/learn-agent.md +0 -278
  93. package/adapters/opencode/agents/map-validator.md +0 -64
  94. package/adapters/opencode/agents/perf-analyzer.md +0 -39
  95. package/adapters/opencode/agents/perf-code-paths.md +0 -11
  96. package/adapters/opencode/agents/perf-investigation-logger.md +0 -43
  97. package/adapters/opencode/agents/perf-orchestrator.md +0 -146
  98. package/adapters/opencode/agents/perf-theory-gatherer.md +0 -17
  99. package/adapters/opencode/agents/perf-theory-tester.md +0 -42
  100. package/adapters/opencode/agents/plan-synthesizer.md +0 -228
  101. package/adapters/opencode/agents/planning-agent.md +0 -234
  102. package/adapters/opencode/agents/plugin-enhancer.md +0 -63
  103. package/adapters/opencode/agents/prompt-enhancer.md +0 -57
  104. package/adapters/opencode/agents/simple-fixer.md +0 -106
  105. package/adapters/opencode/agents/skills-enhancer.md +0 -65
  106. package/adapters/opencode/agents/sync-docs-agent.md +0 -152
  107. package/adapters/opencode/agents/task-discoverer.md +0 -79
  108. package/adapters/opencode/agents/test-coverage-checker.md +0 -143
  109. package/adapters/opencode/agents/worktree-manager.md +0 -208
  110. package/adapters/opencode/commands/agnix.md +0 -105
  111. package/adapters/opencode/commands/audit-project-agents.md +0 -124
  112. package/adapters/opencode/commands/audit-project-github.md +0 -144
  113. package/adapters/opencode/commands/audit-project.md +0 -267
  114. package/adapters/opencode/commands/consult.md +0 -328
  115. package/adapters/opencode/commands/debate.md +0 -224
  116. package/adapters/opencode/commands/delivery-approval.md +0 -211
  117. package/adapters/opencode/commands/deslop.md +0 -131
  118. package/adapters/opencode/commands/drift-detect.md +0 -172
  119. package/adapters/opencode/commands/enhance.md +0 -182
  120. package/adapters/opencode/commands/learn.md +0 -115
  121. package/adapters/opencode/commands/next-task.md +0 -392
  122. package/adapters/opencode/commands/perf.md +0 -48
  123. package/adapters/opencode/commands/repo-map.md +0 -68
  124. package/adapters/opencode/commands/ship-ci-review-loop.md +0 -333
  125. package/adapters/opencode/commands/ship-deployment.md +0 -335
  126. package/adapters/opencode/commands/ship-error-handling.md +0 -247
  127. package/adapters/opencode/commands/ship.md +0 -370
  128. package/adapters/opencode/commands/sync-docs.md +0 -107
  129. package/adapters/opencode/skills/agnix/SKILL.md +0 -138
  130. package/adapters/opencode/skills/consult/SKILL.md +0 -318
  131. package/adapters/opencode/skills/debate/SKILL.md +0 -245
  132. package/adapters/opencode/skills/deslop/SKILL.md +0 -168
  133. package/adapters/opencode/skills/discover-tasks/SKILL.md +0 -101
  134. package/adapters/opencode/skills/drift-analysis/SKILL.md +0 -278
  135. package/adapters/opencode/skills/enhance-agent-prompts/SKILL.md +0 -278
  136. package/adapters/opencode/skills/enhance-claude-memory/SKILL.md +0 -389
  137. package/adapters/opencode/skills/enhance-cross-file/SKILL.md +0 -111
  138. package/adapters/opencode/skills/enhance-docs/SKILL.md +0 -287
  139. package/adapters/opencode/skills/enhance-hooks/SKILL.md +0 -556
  140. package/adapters/opencode/skills/enhance-orchestrator/SKILL.md +0 -113
  141. package/adapters/opencode/skills/enhance-plugins/SKILL.md +0 -313
  142. package/adapters/opencode/skills/enhance-prompts/SKILL.md +0 -340
  143. package/adapters/opencode/skills/enhance-skills/SKILL.md +0 -442
  144. package/adapters/opencode/skills/learn/SKILL.md +0 -351
  145. package/adapters/opencode/skills/orchestrate-review/SKILL.md +0 -94
  146. package/adapters/opencode/skills/perf-analyzer/SKILL.md +0 -37
  147. package/adapters/opencode/skills/perf-baseline-manager/SKILL.md +0 -30
  148. package/adapters/opencode/skills/perf-benchmarker/SKILL.md +0 -48
  149. package/adapters/opencode/skills/perf-code-paths/SKILL.md +0 -32
  150. package/adapters/opencode/skills/perf-investigation-logger/SKILL.md +0 -41
  151. package/adapters/opencode/skills/perf-profiler/SKILL.md +0 -38
  152. package/adapters/opencode/skills/perf-theory-gatherer/SKILL.md +0 -35
  153. package/adapters/opencode/skills/perf-theory-tester/SKILL.md +0 -36
  154. package/adapters/opencode/skills/repo-mapping/SKILL.md +0 -85
  155. package/adapters/opencode/skills/sync-docs/SKILL.md +0 -245
  156. package/adapters/opencode/skills/validate-delivery/SKILL.md +0 -111
  157. package/plugins/agnix/.claude-plugin/plugin.json +0 -22
  158. package/plugins/agnix/agents/agnix-agent.md +0 -56
  159. package/plugins/agnix/commands/agnix.md +0 -139
  160. package/plugins/agnix/skills/agnix/SKILL.md +0 -138
  161. package/plugins/audit-project/.claude-plugin/plugin.json +0 -20
  162. package/plugins/audit-project/commands/audit-project-agents.md +0 -458
  163. package/plugins/audit-project/commands/audit-project-github.md +0 -144
  164. package/plugins/audit-project/commands/audit-project.md +0 -336
  165. package/plugins/audit-project/lib/adapter-transforms.js +0 -298
  166. package/plugins/audit-project/lib/collectors/codebase.js +0 -392
  167. package/plugins/audit-project/lib/collectors/docs-patterns.js +0 -713
  168. package/plugins/audit-project/lib/collectors/documentation.js +0 -219
  169. package/plugins/audit-project/lib/collectors/github.js +0 -330
  170. package/plugins/audit-project/lib/collectors/index.js +0 -126
  171. package/plugins/audit-project/lib/config/index.js +0 -14
  172. package/plugins/audit-project/lib/cross-platform/index.js +0 -539
  173. package/plugins/audit-project/lib/discovery/index.js +0 -352
  174. package/plugins/audit-project/lib/drift-detect/collectors.js +0 -37
  175. package/plugins/audit-project/lib/enhance/agent-analyzer.js +0 -421
  176. package/plugins/audit-project/lib/enhance/agent-patterns.js +0 -571
  177. package/plugins/audit-project/lib/enhance/auto-suppression.js +0 -622
  178. package/plugins/audit-project/lib/enhance/benchmark.js +0 -417
  179. package/plugins/audit-project/lib/enhance/cross-file-analyzer.js +0 -930
  180. package/plugins/audit-project/lib/enhance/cross-file-patterns.js +0 -370
  181. package/plugins/audit-project/lib/enhance/docs-analyzer.js +0 -325
  182. package/plugins/audit-project/lib/enhance/docs-patterns.js +0 -671
  183. package/plugins/audit-project/lib/enhance/fixer.js +0 -721
  184. package/plugins/audit-project/lib/enhance/hook-analyzer.js +0 -135
  185. package/plugins/audit-project/lib/enhance/hook-patterns.js +0 -40
  186. package/plugins/audit-project/lib/enhance/index.js +0 -127
  187. package/plugins/audit-project/lib/enhance/plugin-analyzer.js +0 -402
  188. package/plugins/audit-project/lib/enhance/plugin-patterns.js +0 -326
  189. package/plugins/audit-project/lib/enhance/projectmemory-analyzer.js +0 -551
  190. package/plugins/audit-project/lib/enhance/projectmemory-patterns.js +0 -617
  191. package/plugins/audit-project/lib/enhance/prompt-analyzer.js +0 -457
  192. package/plugins/audit-project/lib/enhance/prompt-patterns.js +0 -1484
  193. package/plugins/audit-project/lib/enhance/reporter.js +0 -1348
  194. package/plugins/audit-project/lib/enhance/security-patterns.js +0 -284
  195. package/plugins/audit-project/lib/enhance/skill-analyzer.js +0 -182
  196. package/plugins/audit-project/lib/enhance/skill-patterns.js +0 -147
  197. package/plugins/audit-project/lib/enhance/suppression.js +0 -352
  198. package/plugins/audit-project/lib/enhance/tool-patterns.js +0 -373
  199. package/plugins/audit-project/lib/index.js +0 -270
  200. package/plugins/audit-project/lib/patterns/cli-enhancers.js +0 -611
  201. package/plugins/audit-project/lib/patterns/pipeline.js +0 -948
  202. package/plugins/audit-project/lib/patterns/review-patterns.js +0 -558
  203. package/plugins/audit-project/lib/patterns/slop-analyzers.js +0 -2305
  204. package/plugins/audit-project/lib/patterns/slop-patterns.js +0 -1187
  205. package/plugins/audit-project/lib/perf/analyzer/index.js +0 -22
  206. package/plugins/audit-project/lib/perf/argument-parser.js +0 -105
  207. package/plugins/audit-project/lib/perf/baseline-comparator.js +0 -50
  208. package/plugins/audit-project/lib/perf/baseline-store.js +0 -127
  209. package/plugins/audit-project/lib/perf/benchmark-runner.js +0 -404
  210. package/plugins/audit-project/lib/perf/breaking-point-finder.js +0 -52
  211. package/plugins/audit-project/lib/perf/breaking-point-runner.js +0 -60
  212. package/plugins/audit-project/lib/perf/checkpoint.js +0 -123
  213. package/plugins/audit-project/lib/perf/code-paths.js +0 -86
  214. package/plugins/audit-project/lib/perf/consolidation.js +0 -37
  215. package/plugins/audit-project/lib/perf/constraint-runner.js +0 -71
  216. package/plugins/audit-project/lib/perf/experiment-runner.js +0 -32
  217. package/plugins/audit-project/lib/perf/index.js +0 -41
  218. package/plugins/audit-project/lib/perf/investigation-state.js +0 -874
  219. package/plugins/audit-project/lib/perf/optimization-runner.js +0 -79
  220. package/plugins/audit-project/lib/perf/profilers/go.js +0 -22
  221. package/plugins/audit-project/lib/perf/profilers/index.js +0 -46
  222. package/plugins/audit-project/lib/perf/profilers/java.js +0 -23
  223. package/plugins/audit-project/lib/perf/profilers/node.js +0 -27
  224. package/plugins/audit-project/lib/perf/profilers/python.js +0 -23
  225. package/plugins/audit-project/lib/perf/profilers/rust.js +0 -23
  226. package/plugins/audit-project/lib/perf/profiling-runner.js +0 -75
  227. package/plugins/audit-project/lib/perf/schemas.js +0 -140
  228. package/plugins/audit-project/lib/platform/detect-platform.js +0 -413
  229. package/plugins/audit-project/lib/platform/detection-configs.js +0 -93
  230. package/plugins/audit-project/lib/platform/state-dir.js +0 -132
  231. package/plugins/audit-project/lib/platform/verify-tools.js +0 -182
  232. package/plugins/audit-project/lib/repo-map/cache.js +0 -152
  233. package/plugins/audit-project/lib/repo-map/concurrency.js +0 -29
  234. package/plugins/audit-project/lib/repo-map/index.js +0 -222
  235. package/plugins/audit-project/lib/repo-map/installer.js +0 -212
  236. package/plugins/audit-project/lib/repo-map/queries/go.js +0 -27
  237. package/plugins/audit-project/lib/repo-map/queries/index.js +0 -100
  238. package/plugins/audit-project/lib/repo-map/queries/java.js +0 -38
  239. package/plugins/audit-project/lib/repo-map/queries/javascript.js +0 -55
  240. package/plugins/audit-project/lib/repo-map/queries/python.js +0 -24
  241. package/plugins/audit-project/lib/repo-map/queries/rust.js +0 -73
  242. package/plugins/audit-project/lib/repo-map/queries/typescript.js +0 -38
  243. package/plugins/audit-project/lib/repo-map/runner.js +0 -1364
  244. package/plugins/audit-project/lib/repo-map/updater.js +0 -562
  245. package/plugins/audit-project/lib/repo-map/usage-analyzer.js +0 -407
  246. package/plugins/audit-project/lib/schemas/plugin-manifest.schema.json +0 -57
  247. package/plugins/audit-project/lib/schemas/validator.js +0 -247
  248. package/plugins/audit-project/lib/sources/custom-handler.js +0 -199
  249. package/plugins/audit-project/lib/sources/policy-questions.js +0 -246
  250. package/plugins/audit-project/lib/sources/source-cache.js +0 -165
  251. package/plugins/audit-project/lib/state/workflow-state.js +0 -576
  252. package/plugins/audit-project/lib/types/agent-frontmatter.d.ts +0 -134
  253. package/plugins/audit-project/lib/types/command-frontmatter.d.ts +0 -107
  254. package/plugins/audit-project/lib/types/hook-frontmatter.d.ts +0 -115
  255. package/plugins/audit-project/lib/types/index.d.ts +0 -84
  256. package/plugins/audit-project/lib/types/plugin-manifest.d.ts +0 -102
  257. package/plugins/audit-project/lib/types/skill-frontmatter.d.ts +0 -89
  258. package/plugins/audit-project/lib/utils/atomic-write.js +0 -94
  259. package/plugins/audit-project/lib/utils/cache-manager.js +0 -159
  260. package/plugins/audit-project/lib/utils/command-parser.js +0 -0
  261. package/plugins/audit-project/lib/utils/context-optimizer.js +0 -300
  262. package/plugins/audit-project/lib/utils/deprecation.js +0 -37
  263. package/plugins/audit-project/lib/utils/shell-escape.js +0 -88
  264. package/plugins/audit-project/lib/utils/state-helpers.js +0 -61
  265. package/plugins/consult/.claude-plugin/plugin.json +0 -24
  266. package/plugins/consult/agents/consult-agent.md +0 -222
  267. package/plugins/consult/commands/consult.md +0 -325
  268. package/plugins/consult/skills/consult/SKILL.md +0 -312
  269. package/plugins/debate/.claude-plugin/plugin.json +0 -21
  270. package/plugins/debate/agents/debate-orchestrator.md +0 -175
  271. package/plugins/debate/commands/debate.md +0 -221
  272. package/plugins/debate/lib/adapter-transforms.js +0 -298
  273. package/plugins/debate/lib/collectors/codebase.js +0 -392
  274. package/plugins/debate/lib/collectors/docs-patterns.js +0 -713
  275. package/plugins/debate/lib/collectors/documentation.js +0 -219
  276. package/plugins/debate/lib/collectors/github.js +0 -330
  277. package/plugins/debate/lib/collectors/index.js +0 -126
  278. package/plugins/debate/lib/config/index.js +0 -14
  279. package/plugins/debate/lib/cross-platform/index.js +0 -539
  280. package/plugins/debate/lib/discovery/index.js +0 -352
  281. package/plugins/debate/lib/drift-detect/collectors.js +0 -37
  282. package/plugins/debate/lib/enhance/agent-analyzer.js +0 -421
  283. package/plugins/debate/lib/enhance/agent-patterns.js +0 -571
  284. package/plugins/debate/lib/enhance/auto-suppression.js +0 -622
  285. package/plugins/debate/lib/enhance/benchmark.js +0 -417
  286. package/plugins/debate/lib/enhance/cross-file-analyzer.js +0 -930
  287. package/plugins/debate/lib/enhance/cross-file-patterns.js +0 -370
  288. package/plugins/debate/lib/enhance/docs-analyzer.js +0 -325
  289. package/plugins/debate/lib/enhance/docs-patterns.js +0 -671
  290. package/plugins/debate/lib/enhance/fixer.js +0 -721
  291. package/plugins/debate/lib/enhance/hook-analyzer.js +0 -135
  292. package/plugins/debate/lib/enhance/hook-patterns.js +0 -40
  293. package/plugins/debate/lib/enhance/index.js +0 -127
  294. package/plugins/debate/lib/enhance/plugin-analyzer.js +0 -402
  295. package/plugins/debate/lib/enhance/plugin-patterns.js +0 -326
  296. package/plugins/debate/lib/enhance/projectmemory-analyzer.js +0 -551
  297. package/plugins/debate/lib/enhance/projectmemory-patterns.js +0 -617
  298. package/plugins/debate/lib/enhance/prompt-analyzer.js +0 -457
  299. package/plugins/debate/lib/enhance/prompt-patterns.js +0 -1484
  300. package/plugins/debate/lib/enhance/reporter.js +0 -1348
  301. package/plugins/debate/lib/enhance/security-patterns.js +0 -284
  302. package/plugins/debate/lib/enhance/skill-analyzer.js +0 -182
  303. package/plugins/debate/lib/enhance/skill-patterns.js +0 -147
  304. package/plugins/debate/lib/enhance/suppression.js +0 -352
  305. package/plugins/debate/lib/enhance/tool-patterns.js +0 -373
  306. package/plugins/debate/lib/index.js +0 -270
  307. package/plugins/debate/lib/patterns/cli-enhancers.js +0 -611
  308. package/plugins/debate/lib/patterns/pipeline.js +0 -948
  309. package/plugins/debate/lib/patterns/review-patterns.js +0 -558
  310. package/plugins/debate/lib/patterns/slop-analyzers.js +0 -2305
  311. package/plugins/debate/lib/patterns/slop-patterns.js +0 -1187
  312. package/plugins/debate/lib/perf/analyzer/index.js +0 -22
  313. package/plugins/debate/lib/perf/argument-parser.js +0 -105
  314. package/plugins/debate/lib/perf/baseline-comparator.js +0 -50
  315. package/plugins/debate/lib/perf/baseline-store.js +0 -127
  316. package/plugins/debate/lib/perf/benchmark-runner.js +0 -404
  317. package/plugins/debate/lib/perf/breaking-point-finder.js +0 -52
  318. package/plugins/debate/lib/perf/breaking-point-runner.js +0 -60
  319. package/plugins/debate/lib/perf/checkpoint.js +0 -123
  320. package/plugins/debate/lib/perf/code-paths.js +0 -86
  321. package/plugins/debate/lib/perf/consolidation.js +0 -37
  322. package/plugins/debate/lib/perf/constraint-runner.js +0 -71
  323. package/plugins/debate/lib/perf/experiment-runner.js +0 -32
  324. package/plugins/debate/lib/perf/index.js +0 -41
  325. package/plugins/debate/lib/perf/investigation-state.js +0 -874
  326. package/plugins/debate/lib/perf/optimization-runner.js +0 -79
  327. package/plugins/debate/lib/perf/profilers/go.js +0 -22
  328. package/plugins/debate/lib/perf/profilers/index.js +0 -46
  329. package/plugins/debate/lib/perf/profilers/java.js +0 -23
  330. package/plugins/debate/lib/perf/profilers/node.js +0 -27
  331. package/plugins/debate/lib/perf/profilers/python.js +0 -23
  332. package/plugins/debate/lib/perf/profilers/rust.js +0 -23
  333. package/plugins/debate/lib/perf/profiling-runner.js +0 -75
  334. package/plugins/debate/lib/perf/schemas.js +0 -140
  335. package/plugins/debate/lib/platform/detect-platform.js +0 -413
  336. package/plugins/debate/lib/platform/detection-configs.js +0 -93
  337. package/plugins/debate/lib/platform/state-dir.js +0 -132
  338. package/plugins/debate/lib/platform/verify-tools.js +0 -182
  339. package/plugins/debate/lib/repo-map/cache.js +0 -152
  340. package/plugins/debate/lib/repo-map/concurrency.js +0 -29
  341. package/plugins/debate/lib/repo-map/index.js +0 -222
  342. package/plugins/debate/lib/repo-map/installer.js +0 -212
  343. package/plugins/debate/lib/repo-map/queries/go.js +0 -27
  344. package/plugins/debate/lib/repo-map/queries/index.js +0 -100
  345. package/plugins/debate/lib/repo-map/queries/java.js +0 -38
  346. package/plugins/debate/lib/repo-map/queries/javascript.js +0 -55
  347. package/plugins/debate/lib/repo-map/queries/python.js +0 -24
  348. package/plugins/debate/lib/repo-map/queries/rust.js +0 -73
  349. package/plugins/debate/lib/repo-map/queries/typescript.js +0 -38
  350. package/plugins/debate/lib/repo-map/runner.js +0 -1364
  351. package/plugins/debate/lib/repo-map/updater.js +0 -562
  352. package/plugins/debate/lib/repo-map/usage-analyzer.js +0 -407
  353. package/plugins/debate/lib/schemas/plugin-manifest.schema.json +0 -57
  354. package/plugins/debate/lib/schemas/validator.js +0 -247
  355. package/plugins/debate/lib/sources/custom-handler.js +0 -199
  356. package/plugins/debate/lib/sources/policy-questions.js +0 -246
  357. package/plugins/debate/lib/sources/source-cache.js +0 -165
  358. package/plugins/debate/lib/state/workflow-state.js +0 -576
  359. package/plugins/debate/lib/types/agent-frontmatter.d.ts +0 -134
  360. package/plugins/debate/lib/types/command-frontmatter.d.ts +0 -107
  361. package/plugins/debate/lib/types/hook-frontmatter.d.ts +0 -115
  362. package/plugins/debate/lib/types/index.d.ts +0 -84
  363. package/plugins/debate/lib/types/plugin-manifest.d.ts +0 -102
  364. package/plugins/debate/lib/types/skill-frontmatter.d.ts +0 -89
  365. package/plugins/debate/lib/utils/atomic-write.js +0 -94
  366. package/plugins/debate/lib/utils/cache-manager.js +0 -159
  367. package/plugins/debate/lib/utils/command-parser.js +0 -0
  368. package/plugins/debate/lib/utils/context-optimizer.js +0 -300
  369. package/plugins/debate/lib/utils/deprecation.js +0 -37
  370. package/plugins/debate/lib/utils/shell-escape.js +0 -88
  371. package/plugins/debate/lib/utils/state-helpers.js +0 -61
  372. package/plugins/debate/skills/debate/SKILL.md +0 -264
  373. package/plugins/deslop/.claude-plugin/plugin.json +0 -20
  374. package/plugins/deslop/agents/deslop-agent.md +0 -88
  375. package/plugins/deslop/commands/deslop.md +0 -168
  376. package/plugins/deslop/lib/adapter-transforms.js +0 -298
  377. package/plugins/deslop/lib/collectors/codebase.js +0 -392
  378. package/plugins/deslop/lib/collectors/docs-patterns.js +0 -713
  379. package/plugins/deslop/lib/collectors/documentation.js +0 -219
  380. package/plugins/deslop/lib/collectors/github.js +0 -330
  381. package/plugins/deslop/lib/collectors/index.js +0 -126
  382. package/plugins/deslop/lib/config/index.js +0 -14
  383. package/plugins/deslop/lib/cross-platform/index.js +0 -539
  384. package/plugins/deslop/lib/discovery/index.js +0 -352
  385. package/plugins/deslop/lib/drift-detect/collectors.js +0 -37
  386. package/plugins/deslop/lib/enhance/agent-analyzer.js +0 -421
  387. package/plugins/deslop/lib/enhance/agent-patterns.js +0 -571
  388. package/plugins/deslop/lib/enhance/auto-suppression.js +0 -622
  389. package/plugins/deslop/lib/enhance/benchmark.js +0 -417
  390. package/plugins/deslop/lib/enhance/cross-file-analyzer.js +0 -930
  391. package/plugins/deslop/lib/enhance/cross-file-patterns.js +0 -370
  392. package/plugins/deslop/lib/enhance/docs-analyzer.js +0 -325
  393. package/plugins/deslop/lib/enhance/docs-patterns.js +0 -671
  394. package/plugins/deslop/lib/enhance/fixer.js +0 -721
  395. package/plugins/deslop/lib/enhance/hook-analyzer.js +0 -135
  396. package/plugins/deslop/lib/enhance/hook-patterns.js +0 -40
  397. package/plugins/deslop/lib/enhance/index.js +0 -127
  398. package/plugins/deslop/lib/enhance/plugin-analyzer.js +0 -402
  399. package/plugins/deslop/lib/enhance/plugin-patterns.js +0 -326
  400. package/plugins/deslop/lib/enhance/projectmemory-analyzer.js +0 -551
  401. package/plugins/deslop/lib/enhance/projectmemory-patterns.js +0 -617
  402. package/plugins/deslop/lib/enhance/prompt-analyzer.js +0 -457
  403. package/plugins/deslop/lib/enhance/prompt-patterns.js +0 -1484
  404. package/plugins/deslop/lib/enhance/reporter.js +0 -1348
  405. package/plugins/deslop/lib/enhance/security-patterns.js +0 -284
  406. package/plugins/deslop/lib/enhance/skill-analyzer.js +0 -182
  407. package/plugins/deslop/lib/enhance/skill-patterns.js +0 -147
  408. package/plugins/deslop/lib/enhance/suppression.js +0 -352
  409. package/plugins/deslop/lib/enhance/tool-patterns.js +0 -373
  410. package/plugins/deslop/lib/index.js +0 -270
  411. package/plugins/deslop/lib/patterns/cli-enhancers.js +0 -611
  412. package/plugins/deslop/lib/patterns/pipeline.js +0 -948
  413. package/plugins/deslop/lib/patterns/review-patterns.js +0 -558
  414. package/plugins/deslop/lib/patterns/slop-analyzers.js +0 -2305
  415. package/plugins/deslop/lib/patterns/slop-patterns.js +0 -1187
  416. package/plugins/deslop/lib/perf/analyzer/index.js +0 -22
  417. package/plugins/deslop/lib/perf/argument-parser.js +0 -105
  418. package/plugins/deslop/lib/perf/baseline-comparator.js +0 -50
  419. package/plugins/deslop/lib/perf/baseline-store.js +0 -127
  420. package/plugins/deslop/lib/perf/benchmark-runner.js +0 -404
  421. package/plugins/deslop/lib/perf/breaking-point-finder.js +0 -52
  422. package/plugins/deslop/lib/perf/breaking-point-runner.js +0 -60
  423. package/plugins/deslop/lib/perf/checkpoint.js +0 -123
  424. package/plugins/deslop/lib/perf/code-paths.js +0 -86
  425. package/plugins/deslop/lib/perf/consolidation.js +0 -37
  426. package/plugins/deslop/lib/perf/constraint-runner.js +0 -71
  427. package/plugins/deslop/lib/perf/experiment-runner.js +0 -32
  428. package/plugins/deslop/lib/perf/index.js +0 -41
  429. package/plugins/deslop/lib/perf/investigation-state.js +0 -874
  430. package/plugins/deslop/lib/perf/optimization-runner.js +0 -79
  431. package/plugins/deslop/lib/perf/profilers/go.js +0 -22
  432. package/plugins/deslop/lib/perf/profilers/index.js +0 -46
  433. package/plugins/deslop/lib/perf/profilers/java.js +0 -23
  434. package/plugins/deslop/lib/perf/profilers/node.js +0 -27
  435. package/plugins/deslop/lib/perf/profilers/python.js +0 -23
  436. package/plugins/deslop/lib/perf/profilers/rust.js +0 -23
  437. package/plugins/deslop/lib/perf/profiling-runner.js +0 -75
  438. package/plugins/deslop/lib/perf/schemas.js +0 -140
  439. package/plugins/deslop/lib/platform/detect-platform.js +0 -413
  440. package/plugins/deslop/lib/platform/detection-configs.js +0 -93
  441. package/plugins/deslop/lib/platform/state-dir.js +0 -132
  442. package/plugins/deslop/lib/platform/verify-tools.js +0 -182
  443. package/plugins/deslop/lib/repo-map/cache.js +0 -152
  444. package/plugins/deslop/lib/repo-map/concurrency.js +0 -29
  445. package/plugins/deslop/lib/repo-map/index.js +0 -222
  446. package/plugins/deslop/lib/repo-map/installer.js +0 -212
  447. package/plugins/deslop/lib/repo-map/queries/go.js +0 -27
  448. package/plugins/deslop/lib/repo-map/queries/index.js +0 -100
  449. package/plugins/deslop/lib/repo-map/queries/java.js +0 -38
  450. package/plugins/deslop/lib/repo-map/queries/javascript.js +0 -55
  451. package/plugins/deslop/lib/repo-map/queries/python.js +0 -24
  452. package/plugins/deslop/lib/repo-map/queries/rust.js +0 -73
  453. package/plugins/deslop/lib/repo-map/queries/typescript.js +0 -38
  454. package/plugins/deslop/lib/repo-map/runner.js +0 -1364
  455. package/plugins/deslop/lib/repo-map/updater.js +0 -562
  456. package/plugins/deslop/lib/repo-map/usage-analyzer.js +0 -407
  457. package/plugins/deslop/lib/schemas/plugin-manifest.schema.json +0 -57
  458. package/plugins/deslop/lib/schemas/validator.js +0 -247
  459. package/plugins/deslop/lib/sources/custom-handler.js +0 -199
  460. package/plugins/deslop/lib/sources/policy-questions.js +0 -246
  461. package/plugins/deslop/lib/sources/source-cache.js +0 -165
  462. package/plugins/deslop/lib/state/workflow-state.js +0 -576
  463. package/plugins/deslop/lib/types/agent-frontmatter.d.ts +0 -134
  464. package/plugins/deslop/lib/types/command-frontmatter.d.ts +0 -107
  465. package/plugins/deslop/lib/types/hook-frontmatter.d.ts +0 -115
  466. package/plugins/deslop/lib/types/index.d.ts +0 -84
  467. package/plugins/deslop/lib/types/plugin-manifest.d.ts +0 -102
  468. package/plugins/deslop/lib/types/skill-frontmatter.d.ts +0 -89
  469. package/plugins/deslop/lib/utils/atomic-write.js +0 -94
  470. package/plugins/deslop/lib/utils/cache-manager.js +0 -159
  471. package/plugins/deslop/lib/utils/command-parser.js +0 -0
  472. package/plugins/deslop/lib/utils/context-optimizer.js +0 -300
  473. package/plugins/deslop/lib/utils/deprecation.js +0 -37
  474. package/plugins/deslop/lib/utils/shell-escape.js +0 -88
  475. package/plugins/deslop/lib/utils/state-helpers.js +0 -61
  476. package/plugins/deslop/references/slop-categories.md +0 -122
  477. package/plugins/deslop/scripts/detect.js +0 -134
  478. package/plugins/deslop/skills/deslop/SKILL.md +0 -204
  479. package/plugins/drift-detect/.claude-plugin/plugin.json +0 -23
  480. package/plugins/drift-detect/agents/plan-synthesizer.md +0 -225
  481. package/plugins/drift-detect/commands/drift-detect.md +0 -269
  482. package/plugins/drift-detect/lib/adapter-transforms.js +0 -298
  483. package/plugins/drift-detect/lib/collectors/codebase.js +0 -392
  484. package/plugins/drift-detect/lib/collectors/docs-patterns.js +0 -713
  485. package/plugins/drift-detect/lib/collectors/documentation.js +0 -219
  486. package/plugins/drift-detect/lib/collectors/github.js +0 -330
  487. package/plugins/drift-detect/lib/collectors/index.js +0 -126
  488. package/plugins/drift-detect/lib/config/index.js +0 -14
  489. package/plugins/drift-detect/lib/cross-platform/index.js +0 -539
  490. package/plugins/drift-detect/lib/discovery/index.js +0 -352
  491. package/plugins/drift-detect/lib/drift-detect/collectors.js +0 -37
  492. package/plugins/drift-detect/lib/enhance/agent-analyzer.js +0 -421
  493. package/plugins/drift-detect/lib/enhance/agent-patterns.js +0 -571
  494. package/plugins/drift-detect/lib/enhance/auto-suppression.js +0 -622
  495. package/plugins/drift-detect/lib/enhance/benchmark.js +0 -417
  496. package/plugins/drift-detect/lib/enhance/cross-file-analyzer.js +0 -930
  497. package/plugins/drift-detect/lib/enhance/cross-file-patterns.js +0 -370
  498. package/plugins/drift-detect/lib/enhance/docs-analyzer.js +0 -325
  499. package/plugins/drift-detect/lib/enhance/docs-patterns.js +0 -671
  500. package/plugins/drift-detect/lib/enhance/fixer.js +0 -721
  501. package/plugins/drift-detect/lib/enhance/hook-analyzer.js +0 -135
  502. package/plugins/drift-detect/lib/enhance/hook-patterns.js +0 -40
  503. package/plugins/drift-detect/lib/enhance/index.js +0 -127
  504. package/plugins/drift-detect/lib/enhance/plugin-analyzer.js +0 -402
  505. package/plugins/drift-detect/lib/enhance/plugin-patterns.js +0 -326
  506. package/plugins/drift-detect/lib/enhance/projectmemory-analyzer.js +0 -551
  507. package/plugins/drift-detect/lib/enhance/projectmemory-patterns.js +0 -617
  508. package/plugins/drift-detect/lib/enhance/prompt-analyzer.js +0 -457
  509. package/plugins/drift-detect/lib/enhance/prompt-patterns.js +0 -1484
  510. package/plugins/drift-detect/lib/enhance/reporter.js +0 -1348
  511. package/plugins/drift-detect/lib/enhance/security-patterns.js +0 -284
  512. package/plugins/drift-detect/lib/enhance/skill-analyzer.js +0 -182
  513. package/plugins/drift-detect/lib/enhance/skill-patterns.js +0 -147
  514. package/plugins/drift-detect/lib/enhance/suppression.js +0 -352
  515. package/plugins/drift-detect/lib/enhance/tool-patterns.js +0 -373
  516. package/plugins/drift-detect/lib/index.js +0 -270
  517. package/plugins/drift-detect/lib/patterns/cli-enhancers.js +0 -611
  518. package/plugins/drift-detect/lib/patterns/pipeline.js +0 -948
  519. package/plugins/drift-detect/lib/patterns/review-patterns.js +0 -558
  520. package/plugins/drift-detect/lib/patterns/slop-analyzers.js +0 -2305
  521. package/plugins/drift-detect/lib/patterns/slop-patterns.js +0 -1187
  522. package/plugins/drift-detect/lib/perf/analyzer/index.js +0 -22
  523. package/plugins/drift-detect/lib/perf/argument-parser.js +0 -105
  524. package/plugins/drift-detect/lib/perf/baseline-comparator.js +0 -50
  525. package/plugins/drift-detect/lib/perf/baseline-store.js +0 -127
  526. package/plugins/drift-detect/lib/perf/benchmark-runner.js +0 -404
  527. package/plugins/drift-detect/lib/perf/breaking-point-finder.js +0 -52
  528. package/plugins/drift-detect/lib/perf/breaking-point-runner.js +0 -60
  529. package/plugins/drift-detect/lib/perf/checkpoint.js +0 -123
  530. package/plugins/drift-detect/lib/perf/code-paths.js +0 -86
  531. package/plugins/drift-detect/lib/perf/consolidation.js +0 -37
  532. package/plugins/drift-detect/lib/perf/constraint-runner.js +0 -71
  533. package/plugins/drift-detect/lib/perf/experiment-runner.js +0 -32
  534. package/plugins/drift-detect/lib/perf/index.js +0 -41
  535. package/plugins/drift-detect/lib/perf/investigation-state.js +0 -874
  536. package/plugins/drift-detect/lib/perf/optimization-runner.js +0 -79
  537. package/plugins/drift-detect/lib/perf/profilers/go.js +0 -22
  538. package/plugins/drift-detect/lib/perf/profilers/index.js +0 -46
  539. package/plugins/drift-detect/lib/perf/profilers/java.js +0 -23
  540. package/plugins/drift-detect/lib/perf/profilers/node.js +0 -27
  541. package/plugins/drift-detect/lib/perf/profilers/python.js +0 -23
  542. package/plugins/drift-detect/lib/perf/profilers/rust.js +0 -23
  543. package/plugins/drift-detect/lib/perf/profiling-runner.js +0 -75
  544. package/plugins/drift-detect/lib/perf/schemas.js +0 -140
  545. package/plugins/drift-detect/lib/platform/detect-platform.js +0 -413
  546. package/plugins/drift-detect/lib/platform/detection-configs.js +0 -93
  547. package/plugins/drift-detect/lib/platform/state-dir.js +0 -132
  548. package/plugins/drift-detect/lib/platform/verify-tools.js +0 -182
  549. package/plugins/drift-detect/lib/repo-map/cache.js +0 -152
  550. package/plugins/drift-detect/lib/repo-map/concurrency.js +0 -29
  551. package/plugins/drift-detect/lib/repo-map/index.js +0 -222
  552. package/plugins/drift-detect/lib/repo-map/installer.js +0 -212
  553. package/plugins/drift-detect/lib/repo-map/queries/go.js +0 -27
  554. package/plugins/drift-detect/lib/repo-map/queries/index.js +0 -100
  555. package/plugins/drift-detect/lib/repo-map/queries/java.js +0 -38
  556. package/plugins/drift-detect/lib/repo-map/queries/javascript.js +0 -55
  557. package/plugins/drift-detect/lib/repo-map/queries/python.js +0 -24
  558. package/plugins/drift-detect/lib/repo-map/queries/rust.js +0 -73
  559. package/plugins/drift-detect/lib/repo-map/queries/typescript.js +0 -38
  560. package/plugins/drift-detect/lib/repo-map/runner.js +0 -1364
  561. package/plugins/drift-detect/lib/repo-map/updater.js +0 -562
  562. package/plugins/drift-detect/lib/repo-map/usage-analyzer.js +0 -407
  563. package/plugins/drift-detect/lib/schemas/plugin-manifest.schema.json +0 -57
  564. package/plugins/drift-detect/lib/schemas/validator.js +0 -247
  565. package/plugins/drift-detect/lib/sources/custom-handler.js +0 -199
  566. package/plugins/drift-detect/lib/sources/policy-questions.js +0 -246
  567. package/plugins/drift-detect/lib/sources/source-cache.js +0 -165
  568. package/plugins/drift-detect/lib/state/workflow-state.js +0 -576
  569. package/plugins/drift-detect/lib/types/agent-frontmatter.d.ts +0 -134
  570. package/plugins/drift-detect/lib/types/command-frontmatter.d.ts +0 -107
  571. package/plugins/drift-detect/lib/types/hook-frontmatter.d.ts +0 -115
  572. package/plugins/drift-detect/lib/types/index.d.ts +0 -84
  573. package/plugins/drift-detect/lib/types/plugin-manifest.d.ts +0 -102
  574. package/plugins/drift-detect/lib/types/skill-frontmatter.d.ts +0 -89
  575. package/plugins/drift-detect/lib/utils/atomic-write.js +0 -94
  576. package/plugins/drift-detect/lib/utils/cache-manager.js +0 -159
  577. package/plugins/drift-detect/lib/utils/command-parser.js +0 -0
  578. package/plugins/drift-detect/lib/utils/context-optimizer.js +0 -300
  579. package/plugins/drift-detect/lib/utils/deprecation.js +0 -37
  580. package/plugins/drift-detect/lib/utils/shell-escape.js +0 -88
  581. package/plugins/drift-detect/lib/utils/state-helpers.js +0 -61
  582. package/plugins/drift-detect/skills/drift-analysis/SKILL.md +0 -324
  583. package/plugins/enhance/.claude-plugin/plugin.json +0 -20
  584. package/plugins/enhance/agents/agent-enhancer.md +0 -64
  585. package/plugins/enhance/agents/claudemd-enhancer.md +0 -65
  586. package/plugins/enhance/agents/cross-file-enhancer.md +0 -54
  587. package/plugins/enhance/agents/docs-enhancer.md +0 -64
  588. package/plugins/enhance/agents/hooks-enhancer.md +0 -64
  589. package/plugins/enhance/agents/plugin-enhancer.md +0 -63
  590. package/plugins/enhance/agents/prompt-enhancer.md +0 -58
  591. package/plugins/enhance/agents/skills-enhancer.md +0 -64
  592. package/plugins/enhance/commands/enhance.md +0 -178
  593. package/plugins/enhance/lib/adapter-transforms.js +0 -298
  594. package/plugins/enhance/lib/collectors/codebase.js +0 -392
  595. package/plugins/enhance/lib/collectors/docs-patterns.js +0 -713
  596. package/plugins/enhance/lib/collectors/documentation.js +0 -219
  597. package/plugins/enhance/lib/collectors/github.js +0 -330
  598. package/plugins/enhance/lib/collectors/index.js +0 -126
  599. package/plugins/enhance/lib/config/index.js +0 -14
  600. package/plugins/enhance/lib/cross-platform/index.js +0 -539
  601. package/plugins/enhance/lib/discovery/index.js +0 -352
  602. package/plugins/enhance/lib/drift-detect/collectors.js +0 -37
  603. package/plugins/enhance/lib/enhance/agent-analyzer.js +0 -421
  604. package/plugins/enhance/lib/enhance/agent-patterns.js +0 -571
  605. package/plugins/enhance/lib/enhance/auto-suppression.js +0 -622
  606. package/plugins/enhance/lib/enhance/benchmark.js +0 -417
  607. package/plugins/enhance/lib/enhance/cross-file-analyzer.js +0 -930
  608. package/plugins/enhance/lib/enhance/cross-file-patterns.js +0 -370
  609. package/plugins/enhance/lib/enhance/docs-analyzer.js +0 -325
  610. package/plugins/enhance/lib/enhance/docs-patterns.js +0 -671
  611. package/plugins/enhance/lib/enhance/fixer.js +0 -721
  612. package/plugins/enhance/lib/enhance/hook-analyzer.js +0 -135
  613. package/plugins/enhance/lib/enhance/hook-patterns.js +0 -40
  614. package/plugins/enhance/lib/enhance/index.js +0 -127
  615. package/plugins/enhance/lib/enhance/plugin-analyzer.js +0 -402
  616. package/plugins/enhance/lib/enhance/plugin-patterns.js +0 -326
  617. package/plugins/enhance/lib/enhance/projectmemory-analyzer.js +0 -551
  618. package/plugins/enhance/lib/enhance/projectmemory-patterns.js +0 -617
  619. package/plugins/enhance/lib/enhance/prompt-analyzer.js +0 -457
  620. package/plugins/enhance/lib/enhance/prompt-patterns.js +0 -1484
  621. package/plugins/enhance/lib/enhance/reporter.js +0 -1348
  622. package/plugins/enhance/lib/enhance/security-patterns.js +0 -284
  623. package/plugins/enhance/lib/enhance/skill-analyzer.js +0 -182
  624. package/plugins/enhance/lib/enhance/skill-patterns.js +0 -147
  625. package/plugins/enhance/lib/enhance/suppression.js +0 -352
  626. package/plugins/enhance/lib/enhance/tool-patterns.js +0 -373
  627. package/plugins/enhance/lib/index.js +0 -270
  628. package/plugins/enhance/lib/patterns/cli-enhancers.js +0 -611
  629. package/plugins/enhance/lib/patterns/pipeline.js +0 -948
  630. package/plugins/enhance/lib/patterns/review-patterns.js +0 -558
  631. package/plugins/enhance/lib/patterns/slop-analyzers.js +0 -2305
  632. package/plugins/enhance/lib/patterns/slop-patterns.js +0 -1187
  633. package/plugins/enhance/lib/perf/analyzer/index.js +0 -22
  634. package/plugins/enhance/lib/perf/argument-parser.js +0 -105
  635. package/plugins/enhance/lib/perf/baseline-comparator.js +0 -50
  636. package/plugins/enhance/lib/perf/baseline-store.js +0 -127
  637. package/plugins/enhance/lib/perf/benchmark-runner.js +0 -404
  638. package/plugins/enhance/lib/perf/breaking-point-finder.js +0 -52
  639. package/plugins/enhance/lib/perf/breaking-point-runner.js +0 -60
  640. package/plugins/enhance/lib/perf/checkpoint.js +0 -123
  641. package/plugins/enhance/lib/perf/code-paths.js +0 -86
  642. package/plugins/enhance/lib/perf/consolidation.js +0 -37
  643. package/plugins/enhance/lib/perf/constraint-runner.js +0 -71
  644. package/plugins/enhance/lib/perf/experiment-runner.js +0 -32
  645. package/plugins/enhance/lib/perf/index.js +0 -41
  646. package/plugins/enhance/lib/perf/investigation-state.js +0 -874
  647. package/plugins/enhance/lib/perf/optimization-runner.js +0 -79
  648. package/plugins/enhance/lib/perf/profilers/go.js +0 -22
  649. package/plugins/enhance/lib/perf/profilers/index.js +0 -46
  650. package/plugins/enhance/lib/perf/profilers/java.js +0 -23
  651. package/plugins/enhance/lib/perf/profilers/node.js +0 -27
  652. package/plugins/enhance/lib/perf/profilers/python.js +0 -23
  653. package/plugins/enhance/lib/perf/profilers/rust.js +0 -23
  654. package/plugins/enhance/lib/perf/profiling-runner.js +0 -75
  655. package/plugins/enhance/lib/perf/schemas.js +0 -140
  656. package/plugins/enhance/lib/platform/detect-platform.js +0 -413
  657. package/plugins/enhance/lib/platform/detection-configs.js +0 -93
  658. package/plugins/enhance/lib/platform/state-dir.js +0 -132
  659. package/plugins/enhance/lib/platform/verify-tools.js +0 -182
  660. package/plugins/enhance/lib/repo-map/cache.js +0 -152
  661. package/plugins/enhance/lib/repo-map/concurrency.js +0 -29
  662. package/plugins/enhance/lib/repo-map/index.js +0 -222
  663. package/plugins/enhance/lib/repo-map/installer.js +0 -212
  664. package/plugins/enhance/lib/repo-map/queries/go.js +0 -27
  665. package/plugins/enhance/lib/repo-map/queries/index.js +0 -100
  666. package/plugins/enhance/lib/repo-map/queries/java.js +0 -38
  667. package/plugins/enhance/lib/repo-map/queries/javascript.js +0 -55
  668. package/plugins/enhance/lib/repo-map/queries/python.js +0 -24
  669. package/plugins/enhance/lib/repo-map/queries/rust.js +0 -73
  670. package/plugins/enhance/lib/repo-map/queries/typescript.js +0 -38
  671. package/plugins/enhance/lib/repo-map/runner.js +0 -1364
  672. package/plugins/enhance/lib/repo-map/updater.js +0 -562
  673. package/plugins/enhance/lib/repo-map/usage-analyzer.js +0 -407
  674. package/plugins/enhance/lib/schemas/plugin-manifest.schema.json +0 -57
  675. package/plugins/enhance/lib/schemas/validator.js +0 -247
  676. package/plugins/enhance/lib/sources/custom-handler.js +0 -199
  677. package/plugins/enhance/lib/sources/policy-questions.js +0 -246
  678. package/plugins/enhance/lib/sources/source-cache.js +0 -165
  679. package/plugins/enhance/lib/state/workflow-state.js +0 -576
  680. package/plugins/enhance/lib/types/agent-frontmatter.d.ts +0 -134
  681. package/plugins/enhance/lib/types/command-frontmatter.d.ts +0 -107
  682. package/plugins/enhance/lib/types/hook-frontmatter.d.ts +0 -115
  683. package/plugins/enhance/lib/types/index.d.ts +0 -84
  684. package/plugins/enhance/lib/types/plugin-manifest.d.ts +0 -102
  685. package/plugins/enhance/lib/types/skill-frontmatter.d.ts +0 -89
  686. package/plugins/enhance/lib/utils/atomic-write.js +0 -94
  687. package/plugins/enhance/lib/utils/cache-manager.js +0 -159
  688. package/plugins/enhance/lib/utils/command-parser.js +0 -0
  689. package/plugins/enhance/lib/utils/context-optimizer.js +0 -300
  690. package/plugins/enhance/lib/utils/deprecation.js +0 -37
  691. package/plugins/enhance/lib/utils/shell-escape.js +0 -88
  692. package/plugins/enhance/lib/utils/state-helpers.js +0 -61
  693. package/plugins/enhance/skills/enhance-agent-prompts/SKILL.md +0 -277
  694. package/plugins/enhance/skills/enhance-claude-memory/SKILL.md +0 -387
  695. package/plugins/enhance/skills/enhance-cross-file/SKILL.md +0 -110
  696. package/plugins/enhance/skills/enhance-docs/SKILL.md +0 -298
  697. package/plugins/enhance/skills/enhance-hooks/SKILL.md +0 -554
  698. package/plugins/enhance/skills/enhance-orchestrator/SKILL.md +0 -255
  699. package/plugins/enhance/skills/enhance-plugins/SKILL.md +0 -319
  700. package/plugins/enhance/skills/enhance-prompts/SKILL.md +0 -340
  701. package/plugins/enhance/skills/enhance-skills/SKILL.md +0 -436
  702. package/plugins/learn/.claude-plugin/plugin.json +0 -21
  703. package/plugins/learn/agents/learn-agent.md +0 -331
  704. package/plugins/learn/commands/learn.md +0 -190
  705. package/plugins/learn/lib/adapter-transforms.js +0 -298
  706. package/plugins/learn/lib/collectors/codebase.js +0 -392
  707. package/plugins/learn/lib/collectors/docs-patterns.js +0 -713
  708. package/plugins/learn/lib/collectors/documentation.js +0 -219
  709. package/plugins/learn/lib/collectors/github.js +0 -330
  710. package/plugins/learn/lib/collectors/index.js +0 -126
  711. package/plugins/learn/lib/config/index.js +0 -14
  712. package/plugins/learn/lib/cross-platform/index.js +0 -539
  713. package/plugins/learn/lib/discovery/index.js +0 -352
  714. package/plugins/learn/lib/drift-detect/collectors.js +0 -37
  715. package/plugins/learn/lib/enhance/agent-analyzer.js +0 -421
  716. package/plugins/learn/lib/enhance/agent-patterns.js +0 -571
  717. package/plugins/learn/lib/enhance/auto-suppression.js +0 -622
  718. package/plugins/learn/lib/enhance/benchmark.js +0 -417
  719. package/plugins/learn/lib/enhance/cross-file-analyzer.js +0 -930
  720. package/plugins/learn/lib/enhance/cross-file-patterns.js +0 -370
  721. package/plugins/learn/lib/enhance/docs-analyzer.js +0 -325
  722. package/plugins/learn/lib/enhance/docs-patterns.js +0 -671
  723. package/plugins/learn/lib/enhance/fixer.js +0 -721
  724. package/plugins/learn/lib/enhance/hook-analyzer.js +0 -135
  725. package/plugins/learn/lib/enhance/hook-patterns.js +0 -40
  726. package/plugins/learn/lib/enhance/index.js +0 -127
  727. package/plugins/learn/lib/enhance/plugin-analyzer.js +0 -402
  728. package/plugins/learn/lib/enhance/plugin-patterns.js +0 -326
  729. package/plugins/learn/lib/enhance/projectmemory-analyzer.js +0 -551
  730. package/plugins/learn/lib/enhance/projectmemory-patterns.js +0 -617
  731. package/plugins/learn/lib/enhance/prompt-analyzer.js +0 -457
  732. package/plugins/learn/lib/enhance/prompt-patterns.js +0 -1484
  733. package/plugins/learn/lib/enhance/reporter.js +0 -1348
  734. package/plugins/learn/lib/enhance/security-patterns.js +0 -284
  735. package/plugins/learn/lib/enhance/skill-analyzer.js +0 -182
  736. package/plugins/learn/lib/enhance/skill-patterns.js +0 -147
  737. package/plugins/learn/lib/enhance/suppression.js +0 -352
  738. package/plugins/learn/lib/enhance/tool-patterns.js +0 -373
  739. package/plugins/learn/lib/index.js +0 -270
  740. package/plugins/learn/lib/patterns/cli-enhancers.js +0 -611
  741. package/plugins/learn/lib/patterns/pipeline.js +0 -948
  742. package/plugins/learn/lib/patterns/review-patterns.js +0 -558
  743. package/plugins/learn/lib/patterns/slop-analyzers.js +0 -2305
  744. package/plugins/learn/lib/patterns/slop-patterns.js +0 -1187
  745. package/plugins/learn/lib/perf/analyzer/index.js +0 -22
  746. package/plugins/learn/lib/perf/argument-parser.js +0 -105
  747. package/plugins/learn/lib/perf/baseline-comparator.js +0 -50
  748. package/plugins/learn/lib/perf/baseline-store.js +0 -127
  749. package/plugins/learn/lib/perf/benchmark-runner.js +0 -404
  750. package/plugins/learn/lib/perf/breaking-point-finder.js +0 -52
  751. package/plugins/learn/lib/perf/breaking-point-runner.js +0 -60
  752. package/plugins/learn/lib/perf/checkpoint.js +0 -123
  753. package/plugins/learn/lib/perf/code-paths.js +0 -86
  754. package/plugins/learn/lib/perf/consolidation.js +0 -37
  755. package/plugins/learn/lib/perf/constraint-runner.js +0 -71
  756. package/plugins/learn/lib/perf/experiment-runner.js +0 -32
  757. package/plugins/learn/lib/perf/index.js +0 -41
  758. package/plugins/learn/lib/perf/investigation-state.js +0 -874
  759. package/plugins/learn/lib/perf/optimization-runner.js +0 -79
  760. package/plugins/learn/lib/perf/profilers/go.js +0 -22
  761. package/plugins/learn/lib/perf/profilers/index.js +0 -46
  762. package/plugins/learn/lib/perf/profilers/java.js +0 -23
  763. package/plugins/learn/lib/perf/profilers/node.js +0 -27
  764. package/plugins/learn/lib/perf/profilers/python.js +0 -23
  765. package/plugins/learn/lib/perf/profilers/rust.js +0 -23
  766. package/plugins/learn/lib/perf/profiling-runner.js +0 -75
  767. package/plugins/learn/lib/perf/schemas.js +0 -140
  768. package/plugins/learn/lib/platform/detect-platform.js +0 -413
  769. package/plugins/learn/lib/platform/detection-configs.js +0 -93
  770. package/plugins/learn/lib/platform/state-dir.js +0 -132
  771. package/plugins/learn/lib/platform/verify-tools.js +0 -182
  772. package/plugins/learn/lib/repo-map/cache.js +0 -152
  773. package/plugins/learn/lib/repo-map/concurrency.js +0 -29
  774. package/plugins/learn/lib/repo-map/index.js +0 -222
  775. package/plugins/learn/lib/repo-map/installer.js +0 -212
  776. package/plugins/learn/lib/repo-map/queries/go.js +0 -27
  777. package/plugins/learn/lib/repo-map/queries/index.js +0 -100
  778. package/plugins/learn/lib/repo-map/queries/java.js +0 -38
  779. package/plugins/learn/lib/repo-map/queries/javascript.js +0 -55
  780. package/plugins/learn/lib/repo-map/queries/python.js +0 -24
  781. package/plugins/learn/lib/repo-map/queries/rust.js +0 -73
  782. package/plugins/learn/lib/repo-map/queries/typescript.js +0 -38
  783. package/plugins/learn/lib/repo-map/runner.js +0 -1364
  784. package/plugins/learn/lib/repo-map/updater.js +0 -562
  785. package/plugins/learn/lib/repo-map/usage-analyzer.js +0 -407
  786. package/plugins/learn/lib/schemas/plugin-manifest.schema.json +0 -57
  787. package/plugins/learn/lib/schemas/validator.js +0 -247
  788. package/plugins/learn/lib/sources/custom-handler.js +0 -199
  789. package/plugins/learn/lib/sources/policy-questions.js +0 -246
  790. package/plugins/learn/lib/sources/source-cache.js +0 -165
  791. package/plugins/learn/lib/state/workflow-state.js +0 -576
  792. package/plugins/learn/lib/types/agent-frontmatter.d.ts +0 -134
  793. package/plugins/learn/lib/types/command-frontmatter.d.ts +0 -107
  794. package/plugins/learn/lib/types/hook-frontmatter.d.ts +0 -115
  795. package/plugins/learn/lib/types/index.d.ts +0 -84
  796. package/plugins/learn/lib/types/plugin-manifest.d.ts +0 -102
  797. package/plugins/learn/lib/types/skill-frontmatter.d.ts +0 -89
  798. package/plugins/learn/lib/utils/atomic-write.js +0 -94
  799. package/plugins/learn/lib/utils/cache-manager.js +0 -159
  800. package/plugins/learn/lib/utils/command-parser.js +0 -0
  801. package/plugins/learn/lib/utils/context-optimizer.js +0 -300
  802. package/plugins/learn/lib/utils/deprecation.js +0 -37
  803. package/plugins/learn/lib/utils/shell-escape.js +0 -88
  804. package/plugins/learn/lib/utils/state-helpers.js +0 -61
  805. package/plugins/learn/skills/learn/SKILL.md +0 -349
  806. package/plugins/next-task/.claude-plugin/plugin.json +0 -24
  807. package/plugins/next-task/agents/ci-fixer.md +0 -259
  808. package/plugins/next-task/agents/ci-monitor.md +0 -342
  809. package/plugins/next-task/agents/delivery-validator.md +0 -115
  810. package/plugins/next-task/agents/exploration-agent.md +0 -316
  811. package/plugins/next-task/agents/implementation-agent.md +0 -465
  812. package/plugins/next-task/agents/planning-agent.md +0 -377
  813. package/plugins/next-task/agents/simple-fixer.md +0 -139
  814. package/plugins/next-task/agents/task-discoverer.md +0 -89
  815. package/plugins/next-task/agents/test-coverage-checker.md +0 -451
  816. package/plugins/next-task/agents/worktree-manager.md +0 -257
  817. package/plugins/next-task/commands/delivery-approval.md +0 -341
  818. package/plugins/next-task/commands/next-task.md +0 -547
  819. package/plugins/next-task/hooks/hooks.json +0 -14
  820. package/plugins/next-task/lib/adapter-transforms.js +0 -298
  821. package/plugins/next-task/lib/collectors/codebase.js +0 -392
  822. package/plugins/next-task/lib/collectors/docs-patterns.js +0 -713
  823. package/plugins/next-task/lib/collectors/documentation.js +0 -219
  824. package/plugins/next-task/lib/collectors/github.js +0 -330
  825. package/plugins/next-task/lib/collectors/index.js +0 -126
  826. package/plugins/next-task/lib/config/index.js +0 -14
  827. package/plugins/next-task/lib/cross-platform/index.js +0 -539
  828. package/plugins/next-task/lib/discovery/index.js +0 -352
  829. package/plugins/next-task/lib/drift-detect/collectors.js +0 -37
  830. package/plugins/next-task/lib/enhance/agent-analyzer.js +0 -421
  831. package/plugins/next-task/lib/enhance/agent-patterns.js +0 -571
  832. package/plugins/next-task/lib/enhance/auto-suppression.js +0 -622
  833. package/plugins/next-task/lib/enhance/benchmark.js +0 -417
  834. package/plugins/next-task/lib/enhance/cross-file-analyzer.js +0 -930
  835. package/plugins/next-task/lib/enhance/cross-file-patterns.js +0 -370
  836. package/plugins/next-task/lib/enhance/docs-analyzer.js +0 -325
  837. package/plugins/next-task/lib/enhance/docs-patterns.js +0 -671
  838. package/plugins/next-task/lib/enhance/fixer.js +0 -721
  839. package/plugins/next-task/lib/enhance/hook-analyzer.js +0 -135
  840. package/plugins/next-task/lib/enhance/hook-patterns.js +0 -40
  841. package/plugins/next-task/lib/enhance/index.js +0 -127
  842. package/plugins/next-task/lib/enhance/plugin-analyzer.js +0 -402
  843. package/plugins/next-task/lib/enhance/plugin-patterns.js +0 -326
  844. package/plugins/next-task/lib/enhance/projectmemory-analyzer.js +0 -551
  845. package/plugins/next-task/lib/enhance/projectmemory-patterns.js +0 -617
  846. package/plugins/next-task/lib/enhance/prompt-analyzer.js +0 -457
  847. package/plugins/next-task/lib/enhance/prompt-patterns.js +0 -1484
  848. package/plugins/next-task/lib/enhance/reporter.js +0 -1348
  849. package/plugins/next-task/lib/enhance/security-patterns.js +0 -284
  850. package/plugins/next-task/lib/enhance/skill-analyzer.js +0 -182
  851. package/plugins/next-task/lib/enhance/skill-patterns.js +0 -147
  852. package/plugins/next-task/lib/enhance/suppression.js +0 -352
  853. package/plugins/next-task/lib/enhance/tool-patterns.js +0 -373
  854. package/plugins/next-task/lib/index.js +0 -270
  855. package/plugins/next-task/lib/patterns/cli-enhancers.js +0 -611
  856. package/plugins/next-task/lib/patterns/pipeline.js +0 -948
  857. package/plugins/next-task/lib/patterns/review-patterns.js +0 -558
  858. package/plugins/next-task/lib/patterns/slop-analyzers.js +0 -2305
  859. package/plugins/next-task/lib/patterns/slop-patterns.js +0 -1187
  860. package/plugins/next-task/lib/perf/analyzer/index.js +0 -22
  861. package/plugins/next-task/lib/perf/argument-parser.js +0 -105
  862. package/plugins/next-task/lib/perf/baseline-comparator.js +0 -50
  863. package/plugins/next-task/lib/perf/baseline-store.js +0 -127
  864. package/plugins/next-task/lib/perf/benchmark-runner.js +0 -404
  865. package/plugins/next-task/lib/perf/breaking-point-finder.js +0 -52
  866. package/plugins/next-task/lib/perf/breaking-point-runner.js +0 -60
  867. package/plugins/next-task/lib/perf/checkpoint.js +0 -123
  868. package/plugins/next-task/lib/perf/code-paths.js +0 -86
  869. package/plugins/next-task/lib/perf/consolidation.js +0 -37
  870. package/plugins/next-task/lib/perf/constraint-runner.js +0 -71
  871. package/plugins/next-task/lib/perf/experiment-runner.js +0 -32
  872. package/plugins/next-task/lib/perf/index.js +0 -41
  873. package/plugins/next-task/lib/perf/investigation-state.js +0 -874
  874. package/plugins/next-task/lib/perf/optimization-runner.js +0 -79
  875. package/plugins/next-task/lib/perf/profilers/go.js +0 -22
  876. package/plugins/next-task/lib/perf/profilers/index.js +0 -46
  877. package/plugins/next-task/lib/perf/profilers/java.js +0 -23
  878. package/plugins/next-task/lib/perf/profilers/node.js +0 -27
  879. package/plugins/next-task/lib/perf/profilers/python.js +0 -23
  880. package/plugins/next-task/lib/perf/profilers/rust.js +0 -23
  881. package/plugins/next-task/lib/perf/profiling-runner.js +0 -75
  882. package/plugins/next-task/lib/perf/schemas.js +0 -140
  883. package/plugins/next-task/lib/platform/detect-platform.js +0 -413
  884. package/plugins/next-task/lib/platform/detection-configs.js +0 -93
  885. package/plugins/next-task/lib/platform/state-dir.js +0 -132
  886. package/plugins/next-task/lib/platform/verify-tools.js +0 -182
  887. package/plugins/next-task/lib/repo-map/cache.js +0 -152
  888. package/plugins/next-task/lib/repo-map/concurrency.js +0 -29
  889. package/plugins/next-task/lib/repo-map/index.js +0 -222
  890. package/plugins/next-task/lib/repo-map/installer.js +0 -212
  891. package/plugins/next-task/lib/repo-map/queries/go.js +0 -27
  892. package/plugins/next-task/lib/repo-map/queries/index.js +0 -100
  893. package/plugins/next-task/lib/repo-map/queries/java.js +0 -38
  894. package/plugins/next-task/lib/repo-map/queries/javascript.js +0 -55
  895. package/plugins/next-task/lib/repo-map/queries/python.js +0 -24
  896. package/plugins/next-task/lib/repo-map/queries/rust.js +0 -73
  897. package/plugins/next-task/lib/repo-map/queries/typescript.js +0 -38
  898. package/plugins/next-task/lib/repo-map/runner.js +0 -1364
  899. package/plugins/next-task/lib/repo-map/updater.js +0 -562
  900. package/plugins/next-task/lib/repo-map/usage-analyzer.js +0 -407
  901. package/plugins/next-task/lib/schemas/plugin-manifest.schema.json +0 -57
  902. package/plugins/next-task/lib/schemas/validator.js +0 -247
  903. package/plugins/next-task/lib/sources/custom-handler.js +0 -199
  904. package/plugins/next-task/lib/sources/policy-questions.js +0 -246
  905. package/plugins/next-task/lib/sources/source-cache.js +0 -165
  906. package/plugins/next-task/lib/state/workflow-state.js +0 -576
  907. package/plugins/next-task/lib/types/agent-frontmatter.d.ts +0 -134
  908. package/plugins/next-task/lib/types/command-frontmatter.d.ts +0 -107
  909. package/plugins/next-task/lib/types/hook-frontmatter.d.ts +0 -115
  910. package/plugins/next-task/lib/types/index.d.ts +0 -84
  911. package/plugins/next-task/lib/types/plugin-manifest.d.ts +0 -102
  912. package/plugins/next-task/lib/types/skill-frontmatter.d.ts +0 -89
  913. package/plugins/next-task/lib/utils/atomic-write.js +0 -94
  914. package/plugins/next-task/lib/utils/cache-manager.js +0 -159
  915. package/plugins/next-task/lib/utils/command-parser.js +0 -0
  916. package/plugins/next-task/lib/utils/context-optimizer.js +0 -300
  917. package/plugins/next-task/lib/utils/deprecation.js +0 -37
  918. package/plugins/next-task/lib/utils/shell-escape.js +0 -88
  919. package/plugins/next-task/lib/utils/state-helpers.js +0 -61
  920. package/plugins/next-task/skills/discover-tasks/SKILL.md +0 -191
  921. package/plugins/next-task/skills/orchestrate-review/SKILL.md +0 -239
  922. package/plugins/next-task/skills/validate-delivery/SKILL.md +0 -186
  923. package/plugins/perf/.claude-plugin/plugin.json +0 -20
  924. package/plugins/perf/agents/perf-analyzer.md +0 -43
  925. package/plugins/perf/agents/perf-code-paths.md +0 -16
  926. package/plugins/perf/agents/perf-investigation-logger.md +0 -47
  927. package/plugins/perf/agents/perf-orchestrator.md +0 -344
  928. package/plugins/perf/agents/perf-theory-gatherer.md +0 -25
  929. package/plugins/perf/agents/perf-theory-tester.md +0 -58
  930. package/plugins/perf/commands/perf.md +0 -470
  931. package/plugins/perf/hooks/checkpoint.md +0 -35
  932. package/plugins/perf/hooks/constraint-tester.md +0 -40
  933. package/plugins/perf/lib/adapter-transforms.js +0 -298
  934. package/plugins/perf/lib/collectors/codebase.js +0 -392
  935. package/plugins/perf/lib/collectors/docs-patterns.js +0 -713
  936. package/plugins/perf/lib/collectors/documentation.js +0 -219
  937. package/plugins/perf/lib/collectors/github.js +0 -330
  938. package/plugins/perf/lib/collectors/index.js +0 -126
  939. package/plugins/perf/lib/config/index.js +0 -14
  940. package/plugins/perf/lib/cross-platform/index.js +0 -539
  941. package/plugins/perf/lib/discovery/index.js +0 -352
  942. package/plugins/perf/lib/drift-detect/collectors.js +0 -37
  943. package/plugins/perf/lib/enhance/agent-analyzer.js +0 -421
  944. package/plugins/perf/lib/enhance/agent-patterns.js +0 -571
  945. package/plugins/perf/lib/enhance/auto-suppression.js +0 -622
  946. package/plugins/perf/lib/enhance/benchmark.js +0 -417
  947. package/plugins/perf/lib/enhance/cross-file-analyzer.js +0 -930
  948. package/plugins/perf/lib/enhance/cross-file-patterns.js +0 -370
  949. package/plugins/perf/lib/enhance/docs-analyzer.js +0 -325
  950. package/plugins/perf/lib/enhance/docs-patterns.js +0 -671
  951. package/plugins/perf/lib/enhance/fixer.js +0 -721
  952. package/plugins/perf/lib/enhance/hook-analyzer.js +0 -135
  953. package/plugins/perf/lib/enhance/hook-patterns.js +0 -40
  954. package/plugins/perf/lib/enhance/index.js +0 -127
  955. package/plugins/perf/lib/enhance/plugin-analyzer.js +0 -402
  956. package/plugins/perf/lib/enhance/plugin-patterns.js +0 -326
  957. package/plugins/perf/lib/enhance/projectmemory-analyzer.js +0 -551
  958. package/plugins/perf/lib/enhance/projectmemory-patterns.js +0 -617
  959. package/plugins/perf/lib/enhance/prompt-analyzer.js +0 -457
  960. package/plugins/perf/lib/enhance/prompt-patterns.js +0 -1484
  961. package/plugins/perf/lib/enhance/reporter.js +0 -1348
  962. package/plugins/perf/lib/enhance/security-patterns.js +0 -284
  963. package/plugins/perf/lib/enhance/skill-analyzer.js +0 -182
  964. package/plugins/perf/lib/enhance/skill-patterns.js +0 -147
  965. package/plugins/perf/lib/enhance/suppression.js +0 -352
  966. package/plugins/perf/lib/enhance/tool-patterns.js +0 -373
  967. package/plugins/perf/lib/index.js +0 -270
  968. package/plugins/perf/lib/patterns/cli-enhancers.js +0 -611
  969. package/plugins/perf/lib/patterns/pipeline.js +0 -948
  970. package/plugins/perf/lib/patterns/review-patterns.js +0 -558
  971. package/plugins/perf/lib/patterns/slop-analyzers.js +0 -2305
  972. package/plugins/perf/lib/patterns/slop-patterns.js +0 -1187
  973. package/plugins/perf/lib/perf/analyzer/index.js +0 -22
  974. package/plugins/perf/lib/perf/argument-parser.js +0 -105
  975. package/plugins/perf/lib/perf/baseline-comparator.js +0 -50
  976. package/plugins/perf/lib/perf/baseline-store.js +0 -127
  977. package/plugins/perf/lib/perf/benchmark-runner.js +0 -404
  978. package/plugins/perf/lib/perf/breaking-point-finder.js +0 -52
  979. package/plugins/perf/lib/perf/breaking-point-runner.js +0 -60
  980. package/plugins/perf/lib/perf/checkpoint.js +0 -123
  981. package/plugins/perf/lib/perf/code-paths.js +0 -86
  982. package/plugins/perf/lib/perf/consolidation.js +0 -37
  983. package/plugins/perf/lib/perf/constraint-runner.js +0 -71
  984. package/plugins/perf/lib/perf/experiment-runner.js +0 -32
  985. package/plugins/perf/lib/perf/index.js +0 -41
  986. package/plugins/perf/lib/perf/investigation-state.js +0 -874
  987. package/plugins/perf/lib/perf/optimization-runner.js +0 -79
  988. package/plugins/perf/lib/perf/profilers/go.js +0 -22
  989. package/plugins/perf/lib/perf/profilers/index.js +0 -46
  990. package/plugins/perf/lib/perf/profilers/java.js +0 -23
  991. package/plugins/perf/lib/perf/profilers/node.js +0 -27
  992. package/plugins/perf/lib/perf/profilers/python.js +0 -23
  993. package/plugins/perf/lib/perf/profilers/rust.js +0 -23
  994. package/plugins/perf/lib/perf/profiling-runner.js +0 -75
  995. package/plugins/perf/lib/perf/schemas.js +0 -140
  996. package/plugins/perf/lib/platform/detect-platform.js +0 -413
  997. package/plugins/perf/lib/platform/detection-configs.js +0 -93
  998. package/plugins/perf/lib/platform/state-dir.js +0 -132
  999. package/plugins/perf/lib/platform/verify-tools.js +0 -182
  1000. package/plugins/perf/lib/repo-map/cache.js +0 -152
  1001. package/plugins/perf/lib/repo-map/concurrency.js +0 -29
  1002. package/plugins/perf/lib/repo-map/index.js +0 -222
  1003. package/plugins/perf/lib/repo-map/installer.js +0 -212
  1004. package/plugins/perf/lib/repo-map/queries/go.js +0 -27
  1005. package/plugins/perf/lib/repo-map/queries/index.js +0 -100
  1006. package/plugins/perf/lib/repo-map/queries/java.js +0 -38
  1007. package/plugins/perf/lib/repo-map/queries/javascript.js +0 -55
  1008. package/plugins/perf/lib/repo-map/queries/python.js +0 -24
  1009. package/plugins/perf/lib/repo-map/queries/rust.js +0 -73
  1010. package/plugins/perf/lib/repo-map/queries/typescript.js +0 -38
  1011. package/plugins/perf/lib/repo-map/runner.js +0 -1364
  1012. package/plugins/perf/lib/repo-map/updater.js +0 -562
  1013. package/plugins/perf/lib/repo-map/usage-analyzer.js +0 -407
  1014. package/plugins/perf/lib/schemas/plugin-manifest.schema.json +0 -57
  1015. package/plugins/perf/lib/schemas/validator.js +0 -247
  1016. package/plugins/perf/lib/sources/custom-handler.js +0 -199
  1017. package/plugins/perf/lib/sources/policy-questions.js +0 -246
  1018. package/plugins/perf/lib/sources/source-cache.js +0 -165
  1019. package/plugins/perf/lib/state/workflow-state.js +0 -576
  1020. package/plugins/perf/lib/types/agent-frontmatter.d.ts +0 -134
  1021. package/plugins/perf/lib/types/command-frontmatter.d.ts +0 -107
  1022. package/plugins/perf/lib/types/hook-frontmatter.d.ts +0 -115
  1023. package/plugins/perf/lib/types/index.d.ts +0 -84
  1024. package/plugins/perf/lib/types/plugin-manifest.d.ts +0 -102
  1025. package/plugins/perf/lib/types/skill-frontmatter.d.ts +0 -89
  1026. package/plugins/perf/lib/utils/atomic-write.js +0 -94
  1027. package/plugins/perf/lib/utils/cache-manager.js +0 -159
  1028. package/plugins/perf/lib/utils/command-parser.js +0 -0
  1029. package/plugins/perf/lib/utils/context-optimizer.js +0 -300
  1030. package/plugins/perf/lib/utils/deprecation.js +0 -37
  1031. package/plugins/perf/lib/utils/shell-escape.js +0 -88
  1032. package/plugins/perf/lib/utils/state-helpers.js +0 -61
  1033. package/plugins/perf/skills/perf-analyzer/SKILL.md +0 -37
  1034. package/plugins/perf/skills/perf-baseline-manager/SKILL.md +0 -30
  1035. package/plugins/perf/skills/perf-benchmarker/SKILL.md +0 -52
  1036. package/plugins/perf/skills/perf-code-paths/SKILL.md +0 -32
  1037. package/plugins/perf/skills/perf-investigation-logger/SKILL.md +0 -41
  1038. package/plugins/perf/skills/perf-profiler/SKILL.md +0 -42
  1039. package/plugins/perf/skills/perf-theory-gatherer/SKILL.md +0 -35
  1040. package/plugins/perf/skills/perf-theory-tester/SKILL.md +0 -36
  1041. package/plugins/repo-map/.claude-plugin/plugin.json +0 -22
  1042. package/plugins/repo-map/agents/map-validator.md +0 -60
  1043. package/plugins/repo-map/commands/repo-map.md +0 -133
  1044. package/plugins/repo-map/lib/adapter-transforms.js +0 -298
  1045. package/plugins/repo-map/lib/collectors/codebase.js +0 -392
  1046. package/plugins/repo-map/lib/collectors/docs-patterns.js +0 -713
  1047. package/plugins/repo-map/lib/collectors/documentation.js +0 -219
  1048. package/plugins/repo-map/lib/collectors/github.js +0 -330
  1049. package/plugins/repo-map/lib/collectors/index.js +0 -126
  1050. package/plugins/repo-map/lib/config/index.js +0 -14
  1051. package/plugins/repo-map/lib/cross-platform/index.js +0 -539
  1052. package/plugins/repo-map/lib/discovery/index.js +0 -352
  1053. package/plugins/repo-map/lib/drift-detect/collectors.js +0 -37
  1054. package/plugins/repo-map/lib/enhance/agent-analyzer.js +0 -421
  1055. package/plugins/repo-map/lib/enhance/agent-patterns.js +0 -571
  1056. package/plugins/repo-map/lib/enhance/auto-suppression.js +0 -622
  1057. package/plugins/repo-map/lib/enhance/benchmark.js +0 -417
  1058. package/plugins/repo-map/lib/enhance/cross-file-analyzer.js +0 -930
  1059. package/plugins/repo-map/lib/enhance/cross-file-patterns.js +0 -370
  1060. package/plugins/repo-map/lib/enhance/docs-analyzer.js +0 -325
  1061. package/plugins/repo-map/lib/enhance/docs-patterns.js +0 -671
  1062. package/plugins/repo-map/lib/enhance/fixer.js +0 -721
  1063. package/plugins/repo-map/lib/enhance/hook-analyzer.js +0 -135
  1064. package/plugins/repo-map/lib/enhance/hook-patterns.js +0 -40
  1065. package/plugins/repo-map/lib/enhance/index.js +0 -127
  1066. package/plugins/repo-map/lib/enhance/plugin-analyzer.js +0 -402
  1067. package/plugins/repo-map/lib/enhance/plugin-patterns.js +0 -326
  1068. package/plugins/repo-map/lib/enhance/projectmemory-analyzer.js +0 -551
  1069. package/plugins/repo-map/lib/enhance/projectmemory-patterns.js +0 -617
  1070. package/plugins/repo-map/lib/enhance/prompt-analyzer.js +0 -457
  1071. package/plugins/repo-map/lib/enhance/prompt-patterns.js +0 -1484
  1072. package/plugins/repo-map/lib/enhance/reporter.js +0 -1348
  1073. package/plugins/repo-map/lib/enhance/security-patterns.js +0 -284
  1074. package/plugins/repo-map/lib/enhance/skill-analyzer.js +0 -182
  1075. package/plugins/repo-map/lib/enhance/skill-patterns.js +0 -147
  1076. package/plugins/repo-map/lib/enhance/suppression.js +0 -352
  1077. package/plugins/repo-map/lib/enhance/tool-patterns.js +0 -373
  1078. package/plugins/repo-map/lib/index.js +0 -270
  1079. package/plugins/repo-map/lib/patterns/cli-enhancers.js +0 -611
  1080. package/plugins/repo-map/lib/patterns/pipeline.js +0 -948
  1081. package/plugins/repo-map/lib/patterns/review-patterns.js +0 -558
  1082. package/plugins/repo-map/lib/patterns/slop-analyzers.js +0 -2305
  1083. package/plugins/repo-map/lib/patterns/slop-patterns.js +0 -1187
  1084. package/plugins/repo-map/lib/perf/analyzer/index.js +0 -22
  1085. package/plugins/repo-map/lib/perf/argument-parser.js +0 -105
  1086. package/plugins/repo-map/lib/perf/baseline-comparator.js +0 -50
  1087. package/plugins/repo-map/lib/perf/baseline-store.js +0 -127
  1088. package/plugins/repo-map/lib/perf/benchmark-runner.js +0 -404
  1089. package/plugins/repo-map/lib/perf/breaking-point-finder.js +0 -52
  1090. package/plugins/repo-map/lib/perf/breaking-point-runner.js +0 -60
  1091. package/plugins/repo-map/lib/perf/checkpoint.js +0 -123
  1092. package/plugins/repo-map/lib/perf/code-paths.js +0 -86
  1093. package/plugins/repo-map/lib/perf/consolidation.js +0 -37
  1094. package/plugins/repo-map/lib/perf/constraint-runner.js +0 -71
  1095. package/plugins/repo-map/lib/perf/experiment-runner.js +0 -32
  1096. package/plugins/repo-map/lib/perf/index.js +0 -41
  1097. package/plugins/repo-map/lib/perf/investigation-state.js +0 -874
  1098. package/plugins/repo-map/lib/perf/optimization-runner.js +0 -79
  1099. package/plugins/repo-map/lib/perf/profilers/go.js +0 -22
  1100. package/plugins/repo-map/lib/perf/profilers/index.js +0 -46
  1101. package/plugins/repo-map/lib/perf/profilers/java.js +0 -23
  1102. package/plugins/repo-map/lib/perf/profilers/node.js +0 -27
  1103. package/plugins/repo-map/lib/perf/profilers/python.js +0 -23
  1104. package/plugins/repo-map/lib/perf/profilers/rust.js +0 -23
  1105. package/plugins/repo-map/lib/perf/profiling-runner.js +0 -75
  1106. package/plugins/repo-map/lib/perf/schemas.js +0 -140
  1107. package/plugins/repo-map/lib/platform/detect-platform.js +0 -413
  1108. package/plugins/repo-map/lib/platform/detection-configs.js +0 -93
  1109. package/plugins/repo-map/lib/platform/state-dir.js +0 -132
  1110. package/plugins/repo-map/lib/platform/verify-tools.js +0 -182
  1111. package/plugins/repo-map/lib/repo-map/cache.js +0 -152
  1112. package/plugins/repo-map/lib/repo-map/concurrency.js +0 -29
  1113. package/plugins/repo-map/lib/repo-map/index.js +0 -222
  1114. package/plugins/repo-map/lib/repo-map/installer.js +0 -212
  1115. package/plugins/repo-map/lib/repo-map/queries/go.js +0 -27
  1116. package/plugins/repo-map/lib/repo-map/queries/index.js +0 -100
  1117. package/plugins/repo-map/lib/repo-map/queries/java.js +0 -38
  1118. package/plugins/repo-map/lib/repo-map/queries/javascript.js +0 -55
  1119. package/plugins/repo-map/lib/repo-map/queries/python.js +0 -24
  1120. package/plugins/repo-map/lib/repo-map/queries/rust.js +0 -73
  1121. package/plugins/repo-map/lib/repo-map/queries/typescript.js +0 -38
  1122. package/plugins/repo-map/lib/repo-map/runner.js +0 -1364
  1123. package/plugins/repo-map/lib/repo-map/updater.js +0 -562
  1124. package/plugins/repo-map/lib/repo-map/usage-analyzer.js +0 -407
  1125. package/plugins/repo-map/lib/schemas/plugin-manifest.schema.json +0 -57
  1126. package/plugins/repo-map/lib/schemas/validator.js +0 -247
  1127. package/plugins/repo-map/lib/sources/custom-handler.js +0 -199
  1128. package/plugins/repo-map/lib/sources/policy-questions.js +0 -246
  1129. package/plugins/repo-map/lib/sources/source-cache.js +0 -165
  1130. package/plugins/repo-map/lib/state/workflow-state.js +0 -576
  1131. package/plugins/repo-map/lib/types/agent-frontmatter.d.ts +0 -134
  1132. package/plugins/repo-map/lib/types/command-frontmatter.d.ts +0 -107
  1133. package/plugins/repo-map/lib/types/hook-frontmatter.d.ts +0 -115
  1134. package/plugins/repo-map/lib/types/index.d.ts +0 -84
  1135. package/plugins/repo-map/lib/types/plugin-manifest.d.ts +0 -102
  1136. package/plugins/repo-map/lib/types/skill-frontmatter.d.ts +0 -89
  1137. package/plugins/repo-map/lib/utils/atomic-write.js +0 -94
  1138. package/plugins/repo-map/lib/utils/cache-manager.js +0 -159
  1139. package/plugins/repo-map/lib/utils/command-parser.js +0 -0
  1140. package/plugins/repo-map/lib/utils/context-optimizer.js +0 -300
  1141. package/plugins/repo-map/lib/utils/deprecation.js +0 -37
  1142. package/plugins/repo-map/lib/utils/shell-escape.js +0 -88
  1143. package/plugins/repo-map/lib/utils/state-helpers.js +0 -61
  1144. package/plugins/repo-map/skills/repo-mapping/SKILL.md +0 -83
  1145. package/plugins/ship/.claude-plugin/plugin.json +0 -21
  1146. package/plugins/ship/commands/ship-ci-review-loop.md +0 -472
  1147. package/plugins/ship/commands/ship-deployment.md +0 -335
  1148. package/plugins/ship/commands/ship-error-handling.md +0 -258
  1149. package/plugins/ship/commands/ship.md +0 -492
  1150. package/plugins/ship/lib/adapter-transforms.js +0 -298
  1151. package/plugins/ship/lib/collectors/codebase.js +0 -392
  1152. package/plugins/ship/lib/collectors/docs-patterns.js +0 -713
  1153. package/plugins/ship/lib/collectors/documentation.js +0 -219
  1154. package/plugins/ship/lib/collectors/github.js +0 -330
  1155. package/plugins/ship/lib/collectors/index.js +0 -126
  1156. package/plugins/ship/lib/config/index.js +0 -14
  1157. package/plugins/ship/lib/cross-platform/index.js +0 -539
  1158. package/plugins/ship/lib/discovery/index.js +0 -352
  1159. package/plugins/ship/lib/drift-detect/collectors.js +0 -37
  1160. package/plugins/ship/lib/enhance/agent-analyzer.js +0 -421
  1161. package/plugins/ship/lib/enhance/agent-patterns.js +0 -571
  1162. package/plugins/ship/lib/enhance/auto-suppression.js +0 -622
  1163. package/plugins/ship/lib/enhance/benchmark.js +0 -417
  1164. package/plugins/ship/lib/enhance/cross-file-analyzer.js +0 -930
  1165. package/plugins/ship/lib/enhance/cross-file-patterns.js +0 -370
  1166. package/plugins/ship/lib/enhance/docs-analyzer.js +0 -325
  1167. package/plugins/ship/lib/enhance/docs-patterns.js +0 -671
  1168. package/plugins/ship/lib/enhance/fixer.js +0 -721
  1169. package/plugins/ship/lib/enhance/hook-analyzer.js +0 -135
  1170. package/plugins/ship/lib/enhance/hook-patterns.js +0 -40
  1171. package/plugins/ship/lib/enhance/index.js +0 -127
  1172. package/plugins/ship/lib/enhance/plugin-analyzer.js +0 -402
  1173. package/plugins/ship/lib/enhance/plugin-patterns.js +0 -326
  1174. package/plugins/ship/lib/enhance/projectmemory-analyzer.js +0 -551
  1175. package/plugins/ship/lib/enhance/projectmemory-patterns.js +0 -617
  1176. package/plugins/ship/lib/enhance/prompt-analyzer.js +0 -457
  1177. package/plugins/ship/lib/enhance/prompt-patterns.js +0 -1484
  1178. package/plugins/ship/lib/enhance/reporter.js +0 -1348
  1179. package/plugins/ship/lib/enhance/security-patterns.js +0 -284
  1180. package/plugins/ship/lib/enhance/skill-analyzer.js +0 -182
  1181. package/plugins/ship/lib/enhance/skill-patterns.js +0 -147
  1182. package/plugins/ship/lib/enhance/suppression.js +0 -352
  1183. package/plugins/ship/lib/enhance/tool-patterns.js +0 -373
  1184. package/plugins/ship/lib/index.js +0 -270
  1185. package/plugins/ship/lib/patterns/cli-enhancers.js +0 -611
  1186. package/plugins/ship/lib/patterns/pipeline.js +0 -948
  1187. package/plugins/ship/lib/patterns/review-patterns.js +0 -558
  1188. package/plugins/ship/lib/patterns/slop-analyzers.js +0 -2305
  1189. package/plugins/ship/lib/patterns/slop-patterns.js +0 -1187
  1190. package/plugins/ship/lib/perf/analyzer/index.js +0 -22
  1191. package/plugins/ship/lib/perf/argument-parser.js +0 -105
  1192. package/plugins/ship/lib/perf/baseline-comparator.js +0 -50
  1193. package/plugins/ship/lib/perf/baseline-store.js +0 -127
  1194. package/plugins/ship/lib/perf/benchmark-runner.js +0 -404
  1195. package/plugins/ship/lib/perf/breaking-point-finder.js +0 -52
  1196. package/plugins/ship/lib/perf/breaking-point-runner.js +0 -60
  1197. package/plugins/ship/lib/perf/checkpoint.js +0 -123
  1198. package/plugins/ship/lib/perf/code-paths.js +0 -86
  1199. package/plugins/ship/lib/perf/consolidation.js +0 -37
  1200. package/plugins/ship/lib/perf/constraint-runner.js +0 -71
  1201. package/plugins/ship/lib/perf/experiment-runner.js +0 -32
  1202. package/plugins/ship/lib/perf/index.js +0 -41
  1203. package/plugins/ship/lib/perf/investigation-state.js +0 -874
  1204. package/plugins/ship/lib/perf/optimization-runner.js +0 -79
  1205. package/plugins/ship/lib/perf/profilers/go.js +0 -22
  1206. package/plugins/ship/lib/perf/profilers/index.js +0 -46
  1207. package/plugins/ship/lib/perf/profilers/java.js +0 -23
  1208. package/plugins/ship/lib/perf/profilers/node.js +0 -27
  1209. package/plugins/ship/lib/perf/profilers/python.js +0 -23
  1210. package/plugins/ship/lib/perf/profilers/rust.js +0 -23
  1211. package/plugins/ship/lib/perf/profiling-runner.js +0 -75
  1212. package/plugins/ship/lib/perf/schemas.js +0 -140
  1213. package/plugins/ship/lib/platform/detect-platform.js +0 -413
  1214. package/plugins/ship/lib/platform/detection-configs.js +0 -93
  1215. package/plugins/ship/lib/platform/state-dir.js +0 -132
  1216. package/plugins/ship/lib/platform/verify-tools.js +0 -182
  1217. package/plugins/ship/lib/repo-map/cache.js +0 -152
  1218. package/plugins/ship/lib/repo-map/concurrency.js +0 -29
  1219. package/plugins/ship/lib/repo-map/index.js +0 -222
  1220. package/plugins/ship/lib/repo-map/installer.js +0 -212
  1221. package/plugins/ship/lib/repo-map/queries/go.js +0 -27
  1222. package/plugins/ship/lib/repo-map/queries/index.js +0 -100
  1223. package/plugins/ship/lib/repo-map/queries/java.js +0 -38
  1224. package/plugins/ship/lib/repo-map/queries/javascript.js +0 -55
  1225. package/plugins/ship/lib/repo-map/queries/python.js +0 -24
  1226. package/plugins/ship/lib/repo-map/queries/rust.js +0 -73
  1227. package/plugins/ship/lib/repo-map/queries/typescript.js +0 -38
  1228. package/plugins/ship/lib/repo-map/runner.js +0 -1364
  1229. package/plugins/ship/lib/repo-map/updater.js +0 -562
  1230. package/plugins/ship/lib/repo-map/usage-analyzer.js +0 -407
  1231. package/plugins/ship/lib/schemas/plugin-manifest.schema.json +0 -57
  1232. package/plugins/ship/lib/schemas/validator.js +0 -247
  1233. package/plugins/ship/lib/sources/custom-handler.js +0 -199
  1234. package/plugins/ship/lib/sources/policy-questions.js +0 -246
  1235. package/plugins/ship/lib/sources/source-cache.js +0 -165
  1236. package/plugins/ship/lib/state/workflow-state.js +0 -576
  1237. package/plugins/ship/lib/types/agent-frontmatter.d.ts +0 -134
  1238. package/plugins/ship/lib/types/command-frontmatter.d.ts +0 -107
  1239. package/plugins/ship/lib/types/hook-frontmatter.d.ts +0 -115
  1240. package/plugins/ship/lib/types/index.d.ts +0 -84
  1241. package/plugins/ship/lib/types/plugin-manifest.d.ts +0 -102
  1242. package/plugins/ship/lib/types/skill-frontmatter.d.ts +0 -89
  1243. package/plugins/ship/lib/utils/atomic-write.js +0 -94
  1244. package/plugins/ship/lib/utils/cache-manager.js +0 -159
  1245. package/plugins/ship/lib/utils/command-parser.js +0 -0
  1246. package/plugins/ship/lib/utils/context-optimizer.js +0 -300
  1247. package/plugins/ship/lib/utils/deprecation.js +0 -37
  1248. package/plugins/ship/lib/utils/shell-escape.js +0 -88
  1249. package/plugins/ship/lib/utils/state-helpers.js +0 -61
  1250. package/plugins/sync-docs/.claude-plugin/plugin.json +0 -20
  1251. package/plugins/sync-docs/agents/sync-docs-agent.md +0 -154
  1252. package/plugins/sync-docs/commands/sync-docs.md +0 -186
  1253. package/plugins/sync-docs/lib/adapter-transforms.js +0 -298
  1254. package/plugins/sync-docs/lib/collectors/codebase.js +0 -392
  1255. package/plugins/sync-docs/lib/collectors/docs-patterns.js +0 -713
  1256. package/plugins/sync-docs/lib/collectors/documentation.js +0 -219
  1257. package/plugins/sync-docs/lib/collectors/github.js +0 -330
  1258. package/plugins/sync-docs/lib/collectors/index.js +0 -126
  1259. package/plugins/sync-docs/lib/config/index.js +0 -14
  1260. package/plugins/sync-docs/lib/cross-platform/index.js +0 -539
  1261. package/plugins/sync-docs/lib/discovery/index.js +0 -352
  1262. package/plugins/sync-docs/lib/drift-detect/collectors.js +0 -37
  1263. package/plugins/sync-docs/lib/enhance/agent-analyzer.js +0 -421
  1264. package/plugins/sync-docs/lib/enhance/agent-patterns.js +0 -571
  1265. package/plugins/sync-docs/lib/enhance/auto-suppression.js +0 -622
  1266. package/plugins/sync-docs/lib/enhance/benchmark.js +0 -417
  1267. package/plugins/sync-docs/lib/enhance/cross-file-analyzer.js +0 -930
  1268. package/plugins/sync-docs/lib/enhance/cross-file-patterns.js +0 -370
  1269. package/plugins/sync-docs/lib/enhance/docs-analyzer.js +0 -325
  1270. package/plugins/sync-docs/lib/enhance/docs-patterns.js +0 -671
  1271. package/plugins/sync-docs/lib/enhance/fixer.js +0 -721
  1272. package/plugins/sync-docs/lib/enhance/hook-analyzer.js +0 -135
  1273. package/plugins/sync-docs/lib/enhance/hook-patterns.js +0 -40
  1274. package/plugins/sync-docs/lib/enhance/index.js +0 -127
  1275. package/plugins/sync-docs/lib/enhance/plugin-analyzer.js +0 -402
  1276. package/plugins/sync-docs/lib/enhance/plugin-patterns.js +0 -326
  1277. package/plugins/sync-docs/lib/enhance/projectmemory-analyzer.js +0 -551
  1278. package/plugins/sync-docs/lib/enhance/projectmemory-patterns.js +0 -617
  1279. package/plugins/sync-docs/lib/enhance/prompt-analyzer.js +0 -457
  1280. package/plugins/sync-docs/lib/enhance/prompt-patterns.js +0 -1484
  1281. package/plugins/sync-docs/lib/enhance/reporter.js +0 -1348
  1282. package/plugins/sync-docs/lib/enhance/security-patterns.js +0 -284
  1283. package/plugins/sync-docs/lib/enhance/skill-analyzer.js +0 -182
  1284. package/plugins/sync-docs/lib/enhance/skill-patterns.js +0 -147
  1285. package/plugins/sync-docs/lib/enhance/suppression.js +0 -352
  1286. package/plugins/sync-docs/lib/enhance/tool-patterns.js +0 -373
  1287. package/plugins/sync-docs/lib/index.js +0 -270
  1288. package/plugins/sync-docs/lib/patterns/cli-enhancers.js +0 -611
  1289. package/plugins/sync-docs/lib/patterns/pipeline.js +0 -948
  1290. package/plugins/sync-docs/lib/patterns/review-patterns.js +0 -558
  1291. package/plugins/sync-docs/lib/patterns/slop-analyzers.js +0 -2305
  1292. package/plugins/sync-docs/lib/patterns/slop-patterns.js +0 -1187
  1293. package/plugins/sync-docs/lib/perf/analyzer/index.js +0 -22
  1294. package/plugins/sync-docs/lib/perf/argument-parser.js +0 -105
  1295. package/plugins/sync-docs/lib/perf/baseline-comparator.js +0 -50
  1296. package/plugins/sync-docs/lib/perf/baseline-store.js +0 -127
  1297. package/plugins/sync-docs/lib/perf/benchmark-runner.js +0 -404
  1298. package/plugins/sync-docs/lib/perf/breaking-point-finder.js +0 -52
  1299. package/plugins/sync-docs/lib/perf/breaking-point-runner.js +0 -60
  1300. package/plugins/sync-docs/lib/perf/checkpoint.js +0 -123
  1301. package/plugins/sync-docs/lib/perf/code-paths.js +0 -86
  1302. package/plugins/sync-docs/lib/perf/consolidation.js +0 -37
  1303. package/plugins/sync-docs/lib/perf/constraint-runner.js +0 -71
  1304. package/plugins/sync-docs/lib/perf/experiment-runner.js +0 -32
  1305. package/plugins/sync-docs/lib/perf/index.js +0 -41
  1306. package/plugins/sync-docs/lib/perf/investigation-state.js +0 -874
  1307. package/plugins/sync-docs/lib/perf/optimization-runner.js +0 -79
  1308. package/plugins/sync-docs/lib/perf/profilers/go.js +0 -22
  1309. package/plugins/sync-docs/lib/perf/profilers/index.js +0 -46
  1310. package/plugins/sync-docs/lib/perf/profilers/java.js +0 -23
  1311. package/plugins/sync-docs/lib/perf/profilers/node.js +0 -27
  1312. package/plugins/sync-docs/lib/perf/profilers/python.js +0 -23
  1313. package/plugins/sync-docs/lib/perf/profilers/rust.js +0 -23
  1314. package/plugins/sync-docs/lib/perf/profiling-runner.js +0 -75
  1315. package/plugins/sync-docs/lib/perf/schemas.js +0 -140
  1316. package/plugins/sync-docs/lib/platform/detect-platform.js +0 -413
  1317. package/plugins/sync-docs/lib/platform/detection-configs.js +0 -93
  1318. package/plugins/sync-docs/lib/platform/state-dir.js +0 -132
  1319. package/plugins/sync-docs/lib/platform/verify-tools.js +0 -182
  1320. package/plugins/sync-docs/lib/repo-map/cache.js +0 -152
  1321. package/plugins/sync-docs/lib/repo-map/concurrency.js +0 -29
  1322. package/plugins/sync-docs/lib/repo-map/index.js +0 -222
  1323. package/plugins/sync-docs/lib/repo-map/installer.js +0 -212
  1324. package/plugins/sync-docs/lib/repo-map/queries/go.js +0 -27
  1325. package/plugins/sync-docs/lib/repo-map/queries/index.js +0 -100
  1326. package/plugins/sync-docs/lib/repo-map/queries/java.js +0 -38
  1327. package/plugins/sync-docs/lib/repo-map/queries/javascript.js +0 -55
  1328. package/plugins/sync-docs/lib/repo-map/queries/python.js +0 -24
  1329. package/plugins/sync-docs/lib/repo-map/queries/rust.js +0 -73
  1330. package/plugins/sync-docs/lib/repo-map/queries/typescript.js +0 -38
  1331. package/plugins/sync-docs/lib/repo-map/runner.js +0 -1364
  1332. package/plugins/sync-docs/lib/repo-map/updater.js +0 -562
  1333. package/plugins/sync-docs/lib/repo-map/usage-analyzer.js +0 -407
  1334. package/plugins/sync-docs/lib/schemas/plugin-manifest.schema.json +0 -57
  1335. package/plugins/sync-docs/lib/schemas/validator.js +0 -247
  1336. package/plugins/sync-docs/lib/sources/custom-handler.js +0 -199
  1337. package/plugins/sync-docs/lib/sources/policy-questions.js +0 -246
  1338. package/plugins/sync-docs/lib/sources/source-cache.js +0 -165
  1339. package/plugins/sync-docs/lib/state/workflow-state.js +0 -576
  1340. package/plugins/sync-docs/lib/types/agent-frontmatter.d.ts +0 -134
  1341. package/plugins/sync-docs/lib/types/command-frontmatter.d.ts +0 -107
  1342. package/plugins/sync-docs/lib/types/hook-frontmatter.d.ts +0 -115
  1343. package/plugins/sync-docs/lib/types/index.d.ts +0 -84
  1344. package/plugins/sync-docs/lib/types/plugin-manifest.d.ts +0 -102
  1345. package/plugins/sync-docs/lib/types/skill-frontmatter.d.ts +0 -89
  1346. package/plugins/sync-docs/lib/utils/atomic-write.js +0 -94
  1347. package/plugins/sync-docs/lib/utils/cache-manager.js +0 -159
  1348. package/plugins/sync-docs/lib/utils/command-parser.js +0 -0
  1349. package/plugins/sync-docs/lib/utils/context-optimizer.js +0 -300
  1350. package/plugins/sync-docs/lib/utils/deprecation.js +0 -37
  1351. package/plugins/sync-docs/lib/utils/shell-escape.js +0 -88
  1352. package/plugins/sync-docs/lib/utils/state-helpers.js +0 -61
  1353. package/plugins/sync-docs/skills/sync-docs/SKILL.md +0 -351
@@ -0,0 +1,936 @@
1
+ # Learning Guide: CLI-First Browser Automation for AI Agents
2
+
3
+ **Generated**: 2026-02-20
4
+ **Sources**: 32 resources analyzed
5
+ **Depth**: deep
6
+
7
+ ---
8
+
9
+ ## Prerequisites
10
+
11
+ - Basic familiarity with Node.js `npx` and/or Python `pip`/`uv`
12
+ - Understanding of what cookies and browser sessions are
13
+ - Awareness of Chrome DevTools Protocol (CDP) at a conceptual level
14
+ - A working Node.js 18+ or Python 3.11+ environment
15
+
16
+ ---
17
+
18
+ ## TL;DR
19
+
20
+ - **Playwright CLI** (`npx playwright`) is the lowest-friction entry point: `codegen`, `screenshot`, `pdf`, `open`, and `show-trace` commands require zero scripting. The `--save-storage` / `--load-storage` flags give you a complete auth-handoff pattern in two commands.
21
+ - **Playwright MCP** exposes 30+ named tools (`browser_navigate`, `browser_click`, `browser_take_screenshot`, etc.) to any MCP-capable agent host without writing a single line of Playwright API code.
22
+ - **browser-use** is the highest-level Python option: it ships a CLI (`browser-use open`, `browser-use click N`, `browser-use screenshot`) and a Python agent API. Designed specifically for LLM agents.
23
+ - **Steel Browser** and **Browserless** expose a REST API (`POST /v1/screenshot`, `/v1/scrape`, `/v1/pdf`) so agents can drive a browser with plain `curl` or `fetch`.
24
+ - For the auth handoff, the canonical pattern is: headed `npx playwright codegen --save-storage=auth.json <login-url>` → user logs in → agent uses `--load-storage=auth.json` on all subsequent headless commands.
25
+
26
+ ---
27
+
28
+ ## Core Concepts
29
+
30
+ ### 1. The Three Automation Layers
31
+
32
+ Browser automation tools fall into three layers. Understanding which layer you are at tells you how much boilerplate you need.
33
+
34
+ **Layer 1 - CLI/REST verbs (zero boilerplate)**
35
+ You call a binary or HTTP endpoint. No session object, no page object, no awaiting. Examples: `npx playwright screenshot`, `curl http://localhost:3000/v1/screenshot`, `browser-use click 3`.
36
+
37
+ **Layer 2 - MCP tools (agent-native, zero boilerplate)**
38
+ The browser is a running server exposing named tools. Your agent calls `browser_navigate({url})` as a tool call, same as any other MCP tool. The session is persistent across calls. No JS or Python required in the agent.
39
+
40
+ **Layer 3 - Library API (full power, more boilerplate)**
41
+ You write Playwright/Puppeteer/Rod scripts. Full control of every event but you must manage the async lifecycle yourself.
42
+
43
+ For AI agents, Layer 1 and Layer 2 are almost always preferable. Layer 3 is the implementation layer for building Layer 1/2 wrappers.
44
+
45
+ ### 2. Headed vs Headless
46
+
47
+ - **Headed**: real browser window appears. Required for user-interactive auth flows.
48
+ - **Headless**: no window. Faster, suitable for automated runs after auth is established.
49
+
50
+ All major tools default to headless or can be switched with a flag.
51
+
52
+ ### 3. The Auth Handoff Problem
53
+
54
+ Most interesting pages require login. The canonical pattern for CLI agents:
55
+
56
+ 1. **Trigger a headed browser** so the user can see and interact with a real login form.
57
+ 2. **Capture the resulting session** (cookies + localStorage) into a file.
58
+ 3. **Inject that file** into all subsequent headless requests.
59
+
60
+ This is a one-time human action. The agent then operates fully autonomously from step 3 onward.
61
+
62
+ ### 4. Playwright storageState JSON Format
63
+
64
+ `npx playwright codegen --save-storage=auth.json` writes a JSON file with this structure:
65
+
66
+ ```json
67
+ {
68
+ "cookies": [
69
+ {
70
+ "name": "session",
71
+ "value": "abc123...",
72
+ "domain": ".example.com",
73
+ "path": "/",
74
+ "expires": 1771234567.0,
75
+ "httpOnly": true,
76
+ "secure": true,
77
+ "sameSite": "Lax"
78
+ }
79
+ ],
80
+ "origins": [
81
+ {
82
+ "origin": "https://example.com",
83
+ "localStorage": [
84
+ { "name": "auth_token", "value": "eyJ..." }
85
+ ]
86
+ }
87
+ ]
88
+ }
89
+ ```
90
+
91
+ This file is directly understood by `--load-storage`, by Playwright MCP's `--storage-state`, and can be converted to Netscape cookies.txt for `curl`/`wget`/`yt-dlp`.
92
+
93
+ ### 5. Netscape cookies.txt Format
94
+
95
+ The Netscape cookie file format is a 7-field tab-separated text file:
96
+
97
+ ```
98
+ # Netscape HTTP Cookie File
99
+ # Generated by browser-automation tool
100
+
101
+ .example.com TRUE / TRUE 1771234567 session abc123...
102
+ example.com FALSE /api FALSE 0 csrf_token xyz789
103
+ ```
104
+
105
+ Fields: `domain`, `include_subdomains` (TRUE/FALSE), `path`, `https_only` (TRUE/FALSE), `expires_unix_epoch` (0 = session cookie), `name`, `value`.
106
+
107
+ Lines starting with `#` are comments. Lines starting with `#HttpOnly_` indicate HttpOnly cookies.
108
+
109
+ Used by: `curl -b cookies.txt`, `wget --load-cookies`, `yt-dlp --cookies`, `httpx`.
110
+
111
+ ---
112
+
113
+ ## Tools Reference
114
+
115
+ ### Playwright CLI (`npx playwright`)
116
+
117
+ **Installation**: `npm install -D playwright` or `npm install -g playwright`
118
+
119
+ **Core commands**:
120
+
121
+ | Command | What it does | Key flags |
122
+ |---------|-------------|-----------|
123
+ | `npx playwright codegen [url]` | Opens headed browser, records interactions to test script | `--save-storage=auth.json`, `-o out.js`, `--target python` |
124
+ | `npx playwright screenshot [url] [file]` | Headless screenshot | `--full-page`, `--load-storage=auth.json`, `-b chromium\|firefox\|webkit` |
125
+ | `npx playwright pdf [url] [file]` | Save page as PDF (Chromium only) | `--paper-format=A4`, `--load-storage=auth.json` |
126
+ | `npx playwright open [url]` | Open headed browser interactively | `--load-storage=auth.json`, `--save-storage=auth.json` |
127
+ | `npx playwright show-trace [file]` | View recorded trace | `--port 9323` |
128
+
129
+ **The auth handoff in two commands**:
130
+
131
+ ```bash
132
+ # Step 1: User logs in (headed browser opens, user sees real page)
133
+ npx playwright codegen --save-storage=auth.json https://example.com/login
134
+ # (user logs in manually, closes browser, auth.json now has cookies)
135
+
136
+ # Step 2: Agent uses saved session for headless work
137
+ npx playwright screenshot --load-storage=auth.json \
138
+ https://example.com/dashboard dashboard.png
139
+
140
+ npx playwright pdf --load-storage=auth.json \
141
+ https://example.com/report report.pdf
142
+ ```
143
+
144
+ **Note on interactivity**: `npx playwright codegen` opens a visible browser and a side panel with generated code. The user can navigate, log in, and then close the window. The `--save-storage` flag captures state at close. This is the cleanest agent-triggered human-auth pattern available.
145
+
146
+ **Standard options** (shared across all commands):
147
+ - `--browser` / `-b`: `cr` (chromium), `ff` (firefox), `wk` (webkit), `msedge`, `chrome`
148
+ - `--device`: emulate device (`"iPhone 13"`, `"Pixel 5"`)
149
+ - `--viewport-size`: `"1280,720"`
150
+ - `--user-agent`, `--lang`, `--timezone`, `--geolocation`
151
+ - `--proxy-server`
152
+ - `--ignore-https-errors`
153
+ - `--user-data-dir`: use persistent Chrome profile with existing logins
154
+ - `--channel`: `chrome`, `msedge`, `chrome-beta`
155
+
156
+ **Screenshot example with wait**:
157
+ ```bash
158
+ npx playwright screenshot \
159
+ --full-page \
160
+ --wait-for-selector=".dashboard-loaded" \
161
+ --load-storage=auth.json \
162
+ https://example.com/dashboard \
163
+ out.png
164
+ ```
165
+
166
+ ---
167
+
168
+ ### Playwright MCP (`@playwright/mcp`)
169
+
170
+ **What it is**: A Model Context Protocol server that exposes browser automation as ~30 named tools. Any MCP-capable agent host (Claude Desktop, VS Code Copilot, Cursor, Cline, Windsurf) can call these tools without any Playwright code.
171
+
172
+ **Installation** (add to MCP client config):
173
+ ```json
174
+ {
175
+ "mcpServers": {
176
+ "playwright": {
177
+ "command": "npx",
178
+ "args": ["@playwright/mcp@latest"]
179
+ }
180
+ }
181
+ }
182
+ ```
183
+
184
+ **With options** (headed browser + persistent auth):
185
+ ```json
186
+ {
187
+ "mcpServers": {
188
+ "playwright": {
189
+ "command": "npx",
190
+ "args": [
191
+ "@playwright/mcp@latest",
192
+ "--browser", "chrome",
193
+ "--user-data-dir", "/home/user/.playwright-agent-profile"
194
+ ]
195
+ }
196
+ }
197
+ }
198
+ ```
199
+
200
+ **Available MCP tools** (complete list):
201
+
202
+ *Core navigation & interaction*:
203
+ | Tool | Description |
204
+ |------|-------------|
205
+ | `browser_navigate` | Navigate to a URL |
206
+ | `browser_navigate_back` | Go back in history |
207
+ | `browser_click` | Click an element (by accessibility label/text/role) |
208
+ | `browser_type` | Type text into a focused field |
209
+ | `browser_fill_form` | Fill multiple form fields at once |
210
+ | `browser_select_option` | Choose from a dropdown |
211
+ | `browser_hover` | Hover over an element |
212
+ | `browser_drag` | Drag and drop between elements |
213
+ | `browser_press_key` | Send keyboard input |
214
+ | `browser_handle_dialog` | Respond to alert/confirm/prompt dialogs |
215
+ | `browser_file_upload` | Upload a file |
216
+
217
+ *Page inspection*:
218
+ | Tool | Description |
219
+ |------|-------------|
220
+ | `browser_snapshot` | Get accessibility tree of current page (preferred over screenshot for LLMs) |
221
+ | `browser_take_screenshot` | Capture PNG screenshot |
222
+ | `browser_evaluate` | Run JavaScript and return result |
223
+ | `browser_console_messages` | Get browser console logs |
224
+ | `browser_network_requests` | List all network requests since load |
225
+ | `browser_wait_for` | Wait for text to appear/disappear or timeout |
226
+
227
+ *Tab & session management*:
228
+ | Tool | Description |
229
+ |------|-------------|
230
+ | `browser_tabs` | List, create, close, or switch tabs |
231
+ | `browser_resize` | Resize browser window |
232
+ | `browser_close` | Close current page |
233
+ | `browser_install` | Install browser binaries |
234
+
235
+ *Vision mode (requires `--caps vision`)*:
236
+ | Tool | Description |
237
+ |------|-------------|
238
+ | `browser_mouse_click_xy` | Click at pixel coordinates |
239
+ | `browser_mouse_move_xy` | Move mouse to coordinates |
240
+ | `browser_mouse_drag_xy` | Drag using pixel coordinates |
241
+ | `browser_mouse_wheel` | Scroll |
242
+
243
+ *PDF (requires `--caps pdf`)*:
244
+ | Tool | Description |
245
+ |------|-------------|
246
+ | `browser_pdf_save` | Save current page as PDF |
247
+
248
+ *Testing assertions (requires `--caps testing`)*:
249
+ | Tool | Description |
250
+ |------|-------------|
251
+ | `browser_verify_text_visible` | Assert text is present |
252
+ | `browser_verify_element_visible` | Assert element exists |
253
+ | `browser_generate_locator` | Generate stable CSS/Aria selector |
254
+
255
+ **How agents use Playwright MCP**:
256
+
257
+ The server runs a persistent headed or headless browser. The agent calls tools sequentially:
258
+
259
+ ```
260
+ agent → browser_navigate({url: "https://example.com/login"})
261
+ agent → browser_snapshot() # read page structure
262
+ agent → browser_type({element: "Email field", text: "user@example.com"})
263
+ agent → browser_type({element: "Password field", text: "..."})
264
+ agent → browser_click({element: "Sign in button"})
265
+ agent → browser_snapshot() # verify login succeeded
266
+ agent → browser_navigate({url: "https://example.com/dashboard"})
267
+ agent → browser_take_screenshot({filename: "dashboard.png"})
268
+ ```
269
+
270
+ **Auth handoff with Playwright MCP**:
271
+
272
+ Option A - Persistent profile (simplest):
273
+ ```json
274
+ "args": ["@playwright/mcp@latest", "--user-data-dir", "/path/to/profile"]
275
+ ```
276
+ User logs into a normal Chrome window using that profile once. The agent uses that profile forever.
277
+
278
+ Option B - Storage state file:
279
+ ```json
280
+ "args": ["@playwright/mcp@latest", "--storage-state", "/path/to/auth.json"]
281
+ ```
282
+ Auth was captured separately (e.g., with `npx playwright codegen --save-storage`).
283
+
284
+ Option C - Chrome extension bridge:
285
+ ```json
286
+ "args": ["@playwright/mcp@latest", "--extension"]
287
+ ```
288
+ The agent connects to your currently running Chrome browser tab. Uses whatever session is already active.
289
+
290
+ Option D - CDP endpoint (connect to running Chrome):
291
+ ```json
292
+ "args": [
293
+ "@playwright/mcp@latest",
294
+ "--cdp-endpoint", "http://localhost:9222"
295
+ ]
296
+ ```
297
+ User launches Chrome with `--remote-debugging-port=9222`, logs in, agent connects to that live session.
298
+
299
+ **Key insight**: `browser_snapshot` returns the accessibility tree as structured text, not a screenshot. This is far more token-efficient for LLM consumption and does not require a vision model.
300
+
301
+ ---
302
+
303
+ ### browser-use (Python)
304
+
305
+ **What it is**: A Python library with a CLI and agent API designed specifically for LLM-driven browser automation. The agent receives a high-level task description and plans/executes browser interactions autonomously.
306
+
307
+ **Installation**:
308
+ ```bash
309
+ pip install browser-use
310
+ # or
311
+ uv add browser-use
312
+ uvx browser-use install # downloads Chromium
313
+ ```
314
+
315
+ **CLI interface** (stateful session persists between commands):
316
+ ```bash
317
+ browser-use open https://example.com # navigate
318
+ browser-use state # list clickable elements by index
319
+ browser-use click 5 # click element #5
320
+ browser-use type "search query" # type text
321
+ browser-use screenshot page.png # capture screen
322
+ browser-use close # end session
323
+ ```
324
+
325
+ **Agent API** (LLM controls browser autonomously):
326
+ ```python
327
+ from browser_use import Agent, Browser, ChatBrowserUse
328
+ import asyncio
329
+
330
+ async def run():
331
+ browser = Browser()
332
+ llm = ChatBrowserUse() # or use OpenAI, Anthropic, etc.
333
+ agent = Agent(
334
+ task="Log into GitHub, go to my notifications, summarize the top 3",
335
+ llm=llm,
336
+ browser=browser,
337
+ )
338
+ result = await agent.run()
339
+ print(result)
340
+
341
+ asyncio.run(run())
342
+ ```
343
+
344
+ **Auth with real Chrome profile**:
345
+ ```python
346
+ from browser_use import Browser, BrowserConfig
347
+
348
+ browser = Browser(config=BrowserConfig(
349
+ chrome_instance_path="/usr/bin/google-chrome",
350
+ # Uses default Chrome profile with existing logins
351
+ ))
352
+ ```
353
+
354
+ **Custom tools extension**:
355
+ ```python
356
+ from browser_use import Agent
357
+ from browser_use.browser.context import BrowserContext
358
+
359
+ @agent.action("Read the current page URL and return it")
360
+ async def get_current_url(browser: BrowserContext) -> str:
361
+ page = await browser.get_current_page()
362
+ return page.url
363
+ ```
364
+
365
+ **Comparison to Playwright MCP**: browser-use is more autonomous - you give it a task and it figures out the steps. Playwright MCP gives you individual tool calls (more control, less autonomy). browser-use requires Python; Playwright MCP is language-agnostic.
366
+
367
+ ---
368
+
369
+ ### puppeteer-extra
370
+
371
+ **What it is**: Puppeteer with a plugin system. The key plugin is `puppeteer-extra-plugin-stealth` which patches ~20 bot-detection signals.
372
+
373
+ **Installation**:
374
+ ```bash
375
+ npm install puppeteer-extra puppeteer-extra-plugin-stealth
376
+ ```
377
+
378
+ **Basic usage** (still requires scripting, no CLI wrapper):
379
+ ```javascript
380
+ const puppeteer = require('puppeteer-extra');
381
+ const StealthPlugin = require('puppeteer-extra-plugin-stealth');
382
+ puppeteer.use(StealthPlugin());
383
+
384
+ const browser = await puppeteer.launch({ headless: false });
385
+ const page = await browser.newPage();
386
+ await page.goto('https://example.com');
387
+ await page.screenshot({ path: 'screenshot.png' });
388
+ await browser.close();
389
+ ```
390
+
391
+ **Key note**: There is no standalone puppeteer CLI tool for agents. Puppeteer is a library only. For CLI-driven use, Playwright CLI is the better choice. Puppeteer-extra's main value is stealth for avoiding bot detection.
392
+
393
+ **Comparison to Playwright**: Playwright is now generally preferred. Playwright has a built-in CLI, supports 3 browser engines natively, and has a richer ecosystem including MCP. Puppeteer supports Chrome/Firefox only and has no CLI.
394
+
395
+ ---
396
+
397
+ ### Chrome DevTools Protocol (CDP) Direct
398
+
399
+ **What it is**: CDP is the underlying wire protocol that Playwright, Puppeteer, and all Chromium-based automation tools use. You can drive Chrome directly via HTTP and WebSocket without any framework.
400
+
401
+ **Launching Chrome with debugging port**:
402
+ ```bash
403
+ # Headed (user-visible) - good for auth
404
+ google-chrome \
405
+ --remote-debugging-port=9222 \
406
+ --user-data-dir=/tmp/chrome-agent \
407
+ https://example.com/login
408
+
409
+ # Or headless
410
+ google-chrome \
411
+ --headless=new \
412
+ --remote-debugging-port=9222 \
413
+ --user-data-dir=/tmp/chrome-agent
414
+ ```
415
+
416
+ **HTTP API endpoints** (no WebSocket needed for these):
417
+ ```bash
418
+ # List tabs
419
+ curl http://localhost:9222/json/list
420
+
421
+ # Create new tab
422
+ curl "http://localhost:9222/json/new?https://example.com"
423
+
424
+ # Close tab
425
+ curl "http://localhost:9222/json/close/{targetId}"
426
+
427
+ # Get browser version
428
+ curl http://localhost:9222/json/version
429
+ ```
430
+
431
+ **WebSocket CDP commands** (for actual page control):
432
+ ```javascript
433
+ const CDP = require('chrome-remote-interface');
434
+
435
+ async function captureAuth() {
436
+ const client = await CDP();
437
+ const { Network, Page } = client;
438
+
439
+ await Network.enable();
440
+ await Page.enable();
441
+ await Page.navigate({ url: 'https://example.com/login' });
442
+ await Page.loadEventFired();
443
+
444
+ // After user logs in (poll or wait), capture cookies
445
+ const { cookies } = await Network.getAllCookies();
446
+ console.log(JSON.stringify(cookies));
447
+
448
+ await client.close();
449
+ }
450
+ ```
451
+
452
+ **CLI REPL with chrome-remote-interface**:
453
+ ```bash
454
+ npm install -g chrome-remote-interface
455
+
456
+ # List targets
457
+ chrome-remote-interface list
458
+
459
+ # Open a URL in new tab
460
+ chrome-remote-interface new 'https://example.com'
461
+
462
+ # Interactive REPL (send CDP commands interactively)
463
+ chrome-remote-interface inspect
464
+ # Then inside REPL:
465
+ # > Page.navigate({url: 'https://example.com'})
466
+ # > Network.getAllCookies()
467
+ ```
468
+
469
+ **Getting cookies via CDP**:
470
+ ```bash
471
+ # Using websocat + jq (pure CLI, no Node.js needed after browser launch)
472
+ WS=$(curl -s http://localhost:9222/json/list | jq -r '.[0].webSocketDebuggerUrl')
473
+ echo '{"id":1,"method":"Network.getAllCookies"}' \
474
+ | websocat "$WS" \
475
+ | jq '.result.cookies[]'
476
+ ```
477
+
478
+ **CDP verdict for agents**: CDP is powerful but verbose. Best used as a foundation layer. The chrome-remote-interface REPL is useful for exploration. For production agent use, Playwright MCP or Playwright CLI are cleaner because they handle the WebSocket protocol, target management, and element selectors automatically.
479
+
480
+ ---
481
+
482
+ ### Browserless (Self-Hosted REST API)
483
+
484
+ **What it is**: A Docker service that wraps headless Chrome and exposes a REST API. Agents call HTTP endpoints without managing any browser process.
485
+
486
+ **Run locally**:
487
+ ```bash
488
+ docker run -p 3000:3000 ghcr.io/browserless/chrome
489
+ ```
490
+
491
+ **REST endpoints** (all `POST` with JSON body):
492
+
493
+ ```bash
494
+ # Screenshot
495
+ curl -X POST http://localhost:3000/screenshot \
496
+ -H "Content-Type: application/json" \
497
+ -d '{"url": "https://example.com", "fullPage": true}' \
498
+ --output out.png
499
+
500
+ # PDF
501
+ curl -X POST http://localhost:3000/pdf \
502
+ -H "Content-Type: application/json" \
503
+ -d '{"url": "https://example.com"}' \
504
+ --output out.pdf
505
+
506
+ # HTML content
507
+ curl -X POST http://localhost:3000/content \
508
+ -H "Content-Type: application/json" \
509
+ -d '{"url": "https://example.com"}'
510
+
511
+ # Execute Puppeteer script
512
+ curl -X POST http://localhost:3000/function \
513
+ -H "Content-Type: application/json" \
514
+ -d '{
515
+ "code": "module.exports = async ({page}) => { await page.goto(args.url); return await page.title(); }",
516
+ "context": {"url": "https://example.com"}
517
+ }'
518
+ ```
519
+
520
+ **Passing cookies to Browserless**:
521
+ ```bash
522
+ # Inject cookies in the request body
523
+ curl -X POST http://localhost:3000/screenshot \
524
+ -H "Content-Type: application/json" \
525
+ -d '{
526
+ "url": "https://example.com/dashboard",
527
+ "cookies": [
528
+ {"name": "session", "value": "abc123", "domain": "example.com"}
529
+ ]
530
+ }' --output dashboard.png
531
+ ```
532
+
533
+ **Trade-off**: Requires Docker. But once running, agents just need `curl`. No Node.js, no Python. Good for polyglot agents.
534
+
535
+ ---
536
+
537
+ ### Steel Browser (Self-Hosted REST API)
538
+
539
+ **What it is**: An open-source browser API service similar to Browserless but with a session-oriented architecture. Good for multi-step authenticated workflows.
540
+
541
+ **Run locally**:
542
+ ```bash
543
+ # Via npm
544
+ npx @steel-dev/steel start
545
+ # Or Docker
546
+ docker run -p 3000:3000 ghcr.io/steel-dev/steel
547
+ ```
548
+
549
+ **REST endpoints**:
550
+
551
+ ```bash
552
+ # Create a session (returns sessionId)
553
+ SESSION=$(curl -s -X POST http://localhost:3000/v1/sessions \
554
+ -H "Content-Type: application/json" \
555
+ -d '{"blockAds": true}' | jq -r '.id')
556
+
557
+ # Screenshot a URL (stateless quick action)
558
+ curl -X POST http://localhost:3000/v1/screenshot \
559
+ -H "Content-Type: application/json" \
560
+ -d '{"url": "https://example.com", "fullPage": true}' \
561
+ --output out.png
562
+
563
+ # Scrape page content
564
+ curl -X POST http://localhost:3000/v1/scrape \
565
+ -H "Content-Type: application/json" \
566
+ -d '{"url": "https://example.com"}'
567
+
568
+ # PDF
569
+ curl -X POST http://localhost:3000/v1/pdf \
570
+ -H "Content-Type: application/json" \
571
+ -d '{"url": "https://example.com"}' \
572
+ --output out.pdf
573
+ ```
574
+
575
+ **Sessions persist cookies** across requests - once you log into a page within a session, all subsequent requests in that session are authenticated.
576
+
577
+ **Connect Playwright to Steel session**:
578
+ ```javascript
579
+ const { chromium } = require('playwright');
580
+ const browser = await chromium.connectOverCDP(
581
+ `ws://localhost:3000?sessionId=${sessionId}`
582
+ );
583
+ ```
584
+
585
+ ---
586
+
587
+ ## The Auth Handoff: Three Patterns
588
+
589
+ ### Pattern 1: Playwright CLI (Recommended for CLI Agents)
590
+
591
+ **When to use**: Your agent runs from a shell, you want zero framework knowledge required.
592
+
593
+ ```bash
594
+ # ---- Human does this once ----
595
+ # Open headed browser for user login
596
+ npx playwright codegen \
597
+ --save-storage=~/.agent/auth/example-auth.json \
598
+ https://example.com/login
599
+ # [Browser opens, user logs in, browser closes, auth.json written]
600
+
601
+ # ---- Agent does this autonomously ----
602
+ npx playwright screenshot \
603
+ --load-storage=~/.agent/auth/example-auth.json \
604
+ https://example.com/dashboard \
605
+ /tmp/dashboard.png
606
+
607
+ # Agent can also generate a full-page PDF
608
+ npx playwright pdf \
609
+ --load-storage=~/.agent/auth/example-auth.json \
610
+ https://example.com/report \
611
+ /tmp/report.pdf
612
+ ```
613
+
614
+ **No Playwright code written. No async/await. Just CLI commands.**
615
+
616
+ ### Pattern 2: Playwright MCP with Chrome Extension (Recommended for MCP Agents)
617
+
618
+ **When to use**: Your agent is running inside an MCP host and you want to connect to the user's real logged-in browser.
619
+
620
+ ```json
621
+ {
622
+ "mcpServers": {
623
+ "playwright": {
624
+ "command": "npx",
625
+ "args": ["@playwright/mcp@latest", "--extension"]
626
+ }
627
+ }
628
+ }
629
+ ```
630
+
631
+ 1. User installs "Playwright MCP Bridge" Chrome extension.
632
+ 2. User is already logged into sites in their normal Chrome.
633
+ 3. Agent calls `browser_navigate` / `browser_snapshot` / `browser_click` directly on those tabs.
634
+ 4. No auth file needed - the user's live session is used.
635
+
636
+ ### Pattern 3: CDP + Chrome --remote-debugging-port
637
+
638
+ **When to use**: You want the most direct control, or you're already running Chrome elsewhere.
639
+
640
+ ```bash
641
+ # User launches Chrome with debugging enabled
642
+ google-chrome \
643
+ --remote-debugging-port=9222 \
644
+ --user-data-dir=$HOME/.agent-chrome-profile \
645
+ https://example.com/login
646
+
647
+ # User logs in normally.
648
+
649
+ # Agent now connects and captures cookies
650
+ node -e "
651
+ const CDP = require('chrome-remote-interface');
652
+ CDP(async (client) => {
653
+ await client.Network.enable();
654
+ const {cookies} = await client.Network.getAllCookies();
655
+ const fs = require('fs');
656
+ // Convert to Playwright storageState format
657
+ fs.writeFileSync('auth.json', JSON.stringify({cookies, origins: []}, null, 2));
658
+ await client.close();
659
+ });
660
+ "
661
+ ```
662
+
663
+ Then use `auth.json` with `npx playwright screenshot --load-storage=auth.json ...`.
664
+
665
+ ---
666
+
667
+ ## Converting Between Cookie Formats
668
+
669
+ ### Playwright storageState → Netscape cookies.txt
670
+
671
+ Useful when you want to use the captured session with `curl`, `wget`, or `yt-dlp`.
672
+
673
+ ```python
674
+ import json, sys
675
+ from datetime import datetime
676
+
677
+ auth = json.load(open('auth.json'))
678
+ print("# Netscape HTTP Cookie File")
679
+ for c in auth.get('cookies', []):
680
+ domain = c['domain']
681
+ include_subdomains = 'TRUE' if domain.startswith('.') else 'FALSE'
682
+ path = c.get('path', '/')
683
+ https_only = 'TRUE' if c.get('secure', False) else 'FALSE'
684
+ expires = int(c.get('expires', 0)) if c.get('expires', -1) != -1 else 0
685
+ name = c['name']
686
+ value = c['value']
687
+ print(f"{domain}\t{include_subdomains}\t{path}\t{https_only}\t{expires}\t{name}\t{value}")
688
+ ```
689
+
690
+ ```bash
691
+ python3 convert.py > cookies.txt
692
+ curl -b cookies.txt https://example.com/api/data
693
+ wget --load-cookies=cookies.txt https://example.com/api/data
694
+ yt-dlp --cookies cookies.txt https://example.com/video
695
+ ```
696
+
697
+ ### Netscape cookies.txt → Playwright storageState
698
+
699
+ ```python
700
+ import json, time
701
+
702
+ def netscape_to_playwright(cookies_file):
703
+ cookies = []
704
+ with open(cookies_file) as f:
705
+ for line in f:
706
+ line = line.strip()
707
+ if not line or line.startswith('#'):
708
+ continue
709
+ parts = line.split('\t')
710
+ if len(parts) != 7:
711
+ continue
712
+ domain, incl_sub, path, https_only, expires, name, value = parts
713
+ cookies.append({
714
+ 'name': name,
715
+ 'value': value,
716
+ 'domain': domain,
717
+ 'path': path,
718
+ 'expires': float(expires) if expires and expires != '0' else -1,
719
+ 'httpOnly': False,
720
+ 'secure': https_only == 'TRUE',
721
+ 'sameSite': 'None'
722
+ })
723
+ return {'cookies': cookies, 'origins': []}
724
+
725
+ state = netscape_to_playwright('cookies.txt')
726
+ json.dump(state, open('auth.json', 'w'), indent=2)
727
+ ```
728
+
729
+ ---
730
+
731
+ ## Comparison Table
732
+
733
+ | Tool | Interface | Auth Handoff | Boilerplate | Best For |
734
+ |------|-----------|-------------|-------------|---------|
735
+ | **Playwright CLI** | Shell commands | `--save-storage` / `--load-storage` | Zero | CLI agents, shell scripts |
736
+ | **Playwright MCP** | MCP tool calls | `--storage-state`, `--extension`, `--cdp-endpoint` | Zero | MCP agent hosts (Claude, Cursor, etc.) |
737
+ | **browser-use** | Python + CLI | Chrome profile reuse | Low (Python) | Autonomous task agents (Python) |
738
+ | **Chrome CDP direct** | WebSocket + HTTP | Manual cookie capture | Medium (JS) | Fine-grained control, low-level |
739
+ | **chrome-remote-interface** | CLI REPL + JS | `Network.getAllCookies()` | Low-medium | Exploration, scripting |
740
+ | **Browserless** | REST API (curl) | Cookie injection in JSON body | Zero (needs Docker) | Polyglot agents, Docker-friendly |
741
+ | **Steel Browser** | REST API (curl) | Session-scoped cookie persistence | Zero (needs Docker/npx) | Multi-step auth workflows |
742
+ | **puppeteer-extra** | JS library | Manual scripting | High | Bot-detection avoidance |
743
+
744
+ ---
745
+
746
+ ## Common Pitfalls
747
+
748
+ | Pitfall | Why It Happens | How to Avoid |
749
+ |---------|---------------|--------------|
750
+ | Capturing auth.json but cookies expire | Session cookies have short TTL | Check `expires` field; re-capture if expired. Use `--user-data-dir` for persistent profile instead. |
751
+ | Playwright PDF not working | PDF command only works with Chromium | Always pass `-b chromium` or `--channel chrome` for PDF |
752
+ | Screenshot captures login page, not dashboard | Session not loaded | Always pass `--load-storage=auth.json` |
753
+ | Browser bot-detection blocking | Playwright leaves fingerprints | Use `--channel chrome` (real Chrome binary) instead of Chromium. Or use puppeteer-extra-stealth. |
754
+ | MCP tools using accessibility tree but page has poor ARIA | Site has no semantic markup | Fall back to `browser_take_screenshot` + vision, or use `browser_evaluate` for DOM queries |
755
+ | CDP WebSocket closes on page navigation | WebSocket is per-target | Re-attach after navigation using Target events |
756
+ | Netscape cookies.txt parse error | Wrong line endings (CRLF vs LF) | Normalize to LF on Unix: `sed -i 's/\r//' cookies.txt` |
757
+ | `browser-use` agent gets stuck in loop | LLM hallucinating element states | Set `max_steps` limit; use `browser-use state` to inspect actual element indices |
758
+ | auth.json committed to git | Forgot to gitignore | Add `*.auth.json`, `auth/`, `.auth/` to `.gitignore` |
759
+
760
+ ---
761
+
762
+ ## Best Practices
763
+
764
+ 1. **Store auth files outside the repo** — use `~/.agent/auth/{service}-auth.json` or environment-relative paths. Never commit session files. (Multiple sources)
765
+
766
+ 2. **Prefer `--user-data-dir` over `--save-storage` for long-running agents** — user data directories persist across browser restarts, handle refresh tokens, and work for sites that rotate session cookies. (Playwright MCP docs)
767
+
768
+ 3. **Use `browser_snapshot` over screenshots for text extraction** — the accessibility tree is ~10x more token-efficient than describing a screenshot and does not require a vision model. (Playwright MCP README)
769
+
770
+ 4. **Use `--channel chrome` (real Chrome) when bot detection is an issue** — websites fingerprint Chrome vs Chromium. The real Chrome binary passes more checks. (Playwright docs, chrome-for-testing)
771
+
772
+ 5. **Separate the headed auth step from the headless work step** — document these as two distinct phases in your agent code. This makes re-authentication easy when sessions expire. (browser-use docs)
773
+
774
+ 6. **For multi-step workflows, use session-based tools** — Steel Browser sessions and Playwright MCP's persistent browser maintain cookie state across page navigations automatically. One-shot REST calls lose state. (Steel Browser docs)
775
+
776
+ 7. **Test for element visibility before interaction** — use `--wait-for-selector` (CLI) or `browser_wait_for` (MCP) to avoid flaky automation on dynamic pages. (Playwright CLI docs)
777
+
778
+ 8. **Validate the captured auth immediately** — after `--save-storage`, run one screenshot with `--load-storage` and check it shows the logged-in state before using the auth file in production. (Playwright docs)
779
+
780
+ ---
781
+
782
+ ## Code Examples
783
+
784
+ ### Complete Shell-Only Auth Handoff
785
+
786
+ ```bash
787
+ #!/bin/bash
788
+ # auth-handoff.sh - Agent auth handoff using only Playwright CLI
789
+
790
+ AUTH_FILE="$HOME/.agent/auth/myapp-auth.json"
791
+ BASE_URL="https://myapp.example.com"
792
+
793
+ # Phase 1: Human auth (run once, or when session expires)
794
+ capture_auth() {
795
+ mkdir -p "$(dirname "$AUTH_FILE")"
796
+ echo "Opening browser for login..."
797
+ npx playwright codegen \
798
+ --save-storage="$AUTH_FILE" \
799
+ "$BASE_URL/login"
800
+ echo "Auth captured: $AUTH_FILE"
801
+ }
802
+
803
+ # Phase 2: Agent uses auth headlessly
804
+ take_screenshot() {
805
+ local url="$1"
806
+ local out="$2"
807
+ npx playwright screenshot \
808
+ --load-storage="$AUTH_FILE" \
809
+ --full-page \
810
+ "$url" "$out"
811
+ }
812
+
813
+ save_pdf() {
814
+ local url="$1"
815
+ local out="$2"
816
+ npx playwright pdf \
817
+ --load-storage="$AUTH_FILE" \
818
+ -b chromium \
819
+ "$url" "$out"
820
+ }
821
+
822
+ # If auth file is missing or stale, capture it
823
+ if [ ! -f "$AUTH_FILE" ]; then
824
+ capture_auth
825
+ fi
826
+
827
+ # Agent work
828
+ take_screenshot "$BASE_URL/dashboard" /tmp/dashboard.png
829
+ save_pdf "$BASE_URL/report/monthly" /tmp/monthly-report.pdf
830
+ ```
831
+
832
+ ### Playwright MCP Agent Workflow (Conceptual)
833
+
834
+ When an MCP agent wants to do browser work:
835
+
836
+ ```
837
+ # Agent internal monologue:
838
+ # 1. Check if page is accessible
839
+ tool_call: browser_navigate({url: "https://app.example.com/dashboard"})
840
+ tool_call: browser_snapshot()
841
+ # → Returns accessibility tree; if login wall detected, trigger auth flow
842
+
843
+ # 2. If login needed (persistent profile approach):
844
+ # Agent tells user: "Please log into the browser window that just opened"
845
+ # (Browser was started with --user-data-dir, user's existing login may already work)
846
+
847
+ # 3. Once authenticated, proceed
848
+ tool_call: browser_snapshot() # verify dashboard loaded
849
+ tool_call: browser_evaluate({expression: "document.title"}) # extract data
850
+ tool_call: browser_take_screenshot({filename: "/tmp/dashboard.png"})
851
+ ```
852
+
853
+ ### Python Agent with browser-use + Cookie Export
854
+
855
+ ```python
856
+ import asyncio, json
857
+ from browser_use import Agent, Browser, BrowserConfig, ChatBrowserUse
858
+
859
+ async def authenticated_scrape():
860
+ # Option A: Use existing Chrome profile (simplest for auth)
861
+ browser = Browser(config=BrowserConfig(
862
+ chrome_instance_path="/usr/bin/google-chrome",
863
+ headless=False,
864
+ ))
865
+
866
+ # Option B: Use previously saved Playwright storageState
867
+ # browser = Browser(config=BrowserConfig(storage_state="auth.json"))
868
+
869
+ llm = ChatBrowserUse()
870
+ agent = Agent(
871
+ task="""
872
+ Go to https://app.example.com/reports.
873
+ Find the most recent report dated this month.
874
+ Download it or return its URL.
875
+ """,
876
+ llm=llm,
877
+ browser=browser,
878
+ max_steps=20,
879
+ )
880
+
881
+ result = await agent.run()
882
+ print(result)
883
+ await browser.close()
884
+
885
+ asyncio.run(authenticated_scrape())
886
+ ```
887
+
888
+ ### curl with Cookies from Playwright Auth
889
+
890
+ ```bash
891
+ # After capturing auth.json with playwright codegen --save-storage
892
+
893
+ # Quick Python converter (inline)
894
+ python3 -c "
895
+ import json, sys
896
+ data = json.load(open('auth.json'))
897
+ print('# Netscape HTTP Cookie File')
898
+ for c in data.get('cookies', []):
899
+ dom = c['domain']
900
+ sub = 'TRUE' if dom.startswith('.') else 'FALSE'
901
+ sec = 'TRUE' if c.get('secure') else 'FALSE'
902
+ exp = int(c.get('expires', 0)) if c.get('expires', -1) > 0 else 0
903
+ print(f\"{dom}\t{sub}\t{c['path']}\t{sec}\t{exp}\t{c['name']}\t{c['value']}\")
904
+ " > cookies.txt
905
+
906
+ # Use with curl
907
+ curl -b cookies.txt https://app.example.com/api/data | jq .
908
+
909
+ # Use with wget
910
+ wget --load-cookies=cookies.txt -O data.json https://app.example.com/api/data
911
+
912
+ # Use with yt-dlp
913
+ yt-dlp --cookies cookies.txt https://app.example.com/video/123
914
+ ```
915
+
916
+ ---
917
+
918
+ ## Further Reading
919
+
920
+ | Resource | Type | Why Recommended |
921
+ |----------|------|-----------------|
922
+ | [Playwright CLI docs](https://playwright.dev/docs/cli) | Official Docs | Authoritative reference for all CLI commands and flags |
923
+ | [Playwright Auth docs](https://playwright.dev/docs/auth) | Official Docs | Comprehensive guide to storageState, setup projects, session reuse |
924
+ | [Playwright MCP on GitHub](https://github.com/microsoft/playwright-mcp) | Official Repo | Complete tool list, config options, Chrome extension setup |
925
+ | [browser-use on GitHub](https://github.com/browser-use/browser-use) | Official Repo | Agent API, CLI reference, custom tools, production deployment |
926
+ | [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/) | Official Spec | Complete CDP domain/method reference |
927
+ | [chrome-remote-interface](https://github.com/cyrus-and/chrome-remote-interface) | Library | Node.js CDP wrapper with CLI REPL |
928
+ | [Steel Browser](https://github.com/steel-dev/steel-browser) | Open Source | REST API browser service, session management |
929
+ | [Browserless](https://github.com/browserless/browserless) | Open Source | Docker REST browser service |
930
+ | [yt-dlp cookies guide](https://github.com/yt-dlp/yt-dlp/wiki/FAQ#how-do-i-pass-cookies-to-yt-dlp) | Guide | Netscape cookie format, browser extension recommendations |
931
+ | [puppeteer-extra-stealth](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth) | Plugin | 20+ bot-detection patches for Puppeteer |
932
+
933
+ ---
934
+
935
+ *Generated by /learn from 32 sources.*
936
+ *See `resources/cli-browser-automation-agents-sources.json` for full source metadata.*