yoke-agent 0.0.0.dev0__py3-none-win_amd64.whl

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 (368) hide show
  1. yoke/__init__.py +40 -0
  2. yoke/_dist/bin/yoke-server.exe +0 -0
  3. yoke/_dist/bin/yoke.exe +0 -0
  4. yoke/_dist/sysconf/a2a_config.json +4 -0
  5. yoke/_dist/sysconf/agents.json +50 -0
  6. yoke/_dist/sysconf/filters/ansible-playbook.json +39 -0
  7. yoke/_dist/sysconf/filters/aws.json +27 -0
  8. yoke/_dist/sysconf/filters/basedpyright.json +42 -0
  9. yoke/_dist/sysconf/filters/biome.json +38 -0
  10. yoke/_dist/sysconf/filters/brew-install.json +34 -0
  11. yoke/_dist/sysconf/filters/bundle-install.json +26 -0
  12. yoke/_dist/sysconf/filters/cargo-build.json +44 -0
  13. yoke/_dist/sysconf/filters/cargo-check.json +40 -0
  14. yoke/_dist/sysconf/filters/cargo-clippy.json +40 -0
  15. yoke/_dist/sysconf/filters/cargo-install.json +35 -0
  16. yoke/_dist/sysconf/filters/cargo-nextest.json +36 -0
  17. yoke/_dist/sysconf/filters/cargo-test.json +47 -0
  18. yoke/_dist/sysconf/filters/composer-install.json +34 -0
  19. yoke/_dist/sysconf/filters/curl.json +31 -0
  20. yoke/_dist/sysconf/filters/df.json +23 -0
  21. yoke/_dist/sysconf/filters/diff.json +23 -0
  22. yoke/_dist/sysconf/filters/docker-build.json +69 -0
  23. yoke/_dist/sysconf/filters/docker-compose.json +31 -0
  24. yoke/_dist/sysconf/filters/docker-images.json +24 -0
  25. yoke/_dist/sysconf/filters/docker-logs.json +31 -0
  26. yoke/_dist/sysconf/filters/docker-ps.json +24 -0
  27. yoke/_dist/sysconf/filters/dotnet-build.json +39 -0
  28. yoke/_dist/sysconf/filters/dotnet-format.json +38 -0
  29. yoke/_dist/sysconf/filters/dotnet-test.json +36 -0
  30. yoke/_dist/sysconf/filters/du.json +20 -0
  31. yoke/_dist/sysconf/filters/eslint.json +68 -0
  32. yoke/_dist/sysconf/filters/fail2ban.json +26 -0
  33. yoke/_dist/sysconf/filters/find.json +23 -0
  34. yoke/_dist/sysconf/filters/g++.json +42 -0
  35. yoke/_dist/sysconf/filters/gcc.json +42 -0
  36. yoke/_dist/sysconf/filters/gcloud.json +31 -0
  37. yoke/_dist/sysconf/filters/gh-issue.json +28 -0
  38. yoke/_dist/sysconf/filters/gh-pr.json +28 -0
  39. yoke/_dist/sysconf/filters/gh-run.json +28 -0
  40. yoke/_dist/sysconf/filters/git-add.json +30 -0
  41. yoke/_dist/sysconf/filters/git-branch.json +33 -0
  42. yoke/_dist/sysconf/filters/git-commit.json +31 -0
  43. yoke/_dist/sysconf/filters/git-diff.json +45 -0
  44. yoke/_dist/sysconf/filters/git-fetch.json +39 -0
  45. yoke/_dist/sysconf/filters/git-log.json +46 -0
  46. yoke/_dist/sysconf/filters/git-pull.json +31 -0
  47. yoke/_dist/sysconf/filters/git-push.json +31 -0
  48. yoke/_dist/sysconf/filters/git-show.json +45 -0
  49. yoke/_dist/sysconf/filters/git-stash.json +27 -0
  50. yoke/_dist/sysconf/filters/git-status.json +37 -0
  51. yoke/_dist/sysconf/filters/git-worktree.json +23 -0
  52. yoke/_dist/sysconf/filters/go-build.json +36 -0
  53. yoke/_dist/sysconf/filters/go-test.json +48 -0
  54. yoke/_dist/sysconf/filters/go-vet.json +39 -0
  55. yoke/_dist/sysconf/filters/golangci-lint.json +38 -0
  56. yoke/_dist/sysconf/filters/gradle.json +38 -0
  57. yoke/_dist/sysconf/filters/grep.json +26 -0
  58. yoke/_dist/sysconf/filters/gt.json +30 -0
  59. yoke/_dist/sysconf/filters/hadolint.json +31 -0
  60. yoke/_dist/sysconf/filters/helm.json +31 -0
  61. yoke/_dist/sysconf/filters/iptables.json +24 -0
  62. yoke/_dist/sysconf/filters/jest.json +76 -0
  63. yoke/_dist/sysconf/filters/jira.json +26 -0
  64. yoke/_dist/sysconf/filters/jj.json +30 -0
  65. yoke/_dist/sysconf/filters/jq.json +20 -0
  66. yoke/_dist/sysconf/filters/just.json +31 -0
  67. yoke/_dist/sysconf/filters/kubectl-get.json +31 -0
  68. yoke/_dist/sysconf/filters/kubectl-logs.json +27 -0
  69. yoke/_dist/sysconf/filters/liquibase.json +34 -0
  70. yoke/_dist/sysconf/filters/ls.json +63 -0
  71. yoke/_dist/sysconf/filters/make.json +55 -0
  72. yoke/_dist/sysconf/filters/markdownlint.json +34 -0
  73. yoke/_dist/sysconf/filters/mise.json +30 -0
  74. yoke/_dist/sysconf/filters/mix-compile.json +42 -0
  75. yoke/_dist/sysconf/filters/mix-format.json +38 -0
  76. yoke/_dist/sysconf/filters/mvn.json +38 -0
  77. yoke/_dist/sysconf/filters/mypy.json +34 -0
  78. yoke/_dist/sysconf/filters/next-build.json +35 -0
  79. yoke/_dist/sysconf/filters/npm-install.json +64 -0
  80. yoke/_dist/sysconf/filters/npx.json +31 -0
  81. yoke/_dist/sysconf/filters/nx.json +38 -0
  82. yoke/_dist/sysconf/filters/ollama.json +30 -0
  83. yoke/_dist/sysconf/filters/oxlint.json +38 -0
  84. yoke/_dist/sysconf/filters/ping.json +19 -0
  85. yoke/_dist/sysconf/filters/pio.json +34 -0
  86. yoke/_dist/sysconf/filters/pip-install.json +68 -0
  87. yoke/_dist/sysconf/filters/playwright.json +35 -0
  88. yoke/_dist/sysconf/filters/pnpm-install.json +31 -0
  89. yoke/_dist/sysconf/filters/pnpm-list.json +24 -0
  90. yoke/_dist/sysconf/filters/poetry-install.json +34 -0
  91. yoke/_dist/sysconf/filters/pre-commit.json +38 -0
  92. yoke/_dist/sysconf/filters/prettier.json +38 -0
  93. yoke/_dist/sysconf/filters/prisma.json +38 -0
  94. yoke/_dist/sysconf/filters/ps.json +20 -0
  95. yoke/_dist/sysconf/filters/psql.json +27 -0
  96. yoke/_dist/sysconf/filters/pytest.json +92 -0
  97. yoke/_dist/sysconf/filters/quarto.json +38 -0
  98. yoke/_dist/sysconf/filters/rails-migrate.json +39 -0
  99. yoke/_dist/sysconf/filters/rails-routes.json +40 -0
  100. yoke/_dist/sysconf/filters/rake.json +39 -0
  101. yoke/_dist/sysconf/filters/rg.json +26 -0
  102. yoke/_dist/sysconf/filters/rspec.json +27 -0
  103. yoke/_dist/sysconf/filters/rsync.json +30 -0
  104. yoke/_dist/sysconf/filters/rubocop.json +42 -0
  105. yoke/_dist/sysconf/filters/ruff.json +38 -0
  106. yoke/_dist/sysconf/filters/rustc.json +35 -0
  107. yoke/_dist/sysconf/filters/shellcheck.json +42 -0
  108. yoke/_dist/sysconf/filters/shopify.json +30 -0
  109. yoke/_dist/sysconf/filters/skopeo.json +30 -0
  110. yoke/_dist/sysconf/filters/sops.json +26 -0
  111. yoke/_dist/sysconf/filters/spring-boot.json +34 -0
  112. yoke/_dist/sysconf/filters/ssh.json +27 -0
  113. yoke/_dist/sysconf/filters/stat.json +19 -0
  114. yoke/_dist/sysconf/filters/swift-build.json +41 -0
  115. yoke/_dist/sysconf/filters/systemctl.json +26 -0
  116. yoke/_dist/sysconf/filters/task.json +31 -0
  117. yoke/_dist/sysconf/filters/terraform.json +39 -0
  118. yoke/_dist/sysconf/filters/tofu.json +39 -0
  119. yoke/_dist/sysconf/filters/tree.json +19 -0
  120. yoke/_dist/sysconf/filters/trunk-build.json +34 -0
  121. yoke/_dist/sysconf/filters/tsc.json +71 -0
  122. yoke/_dist/sysconf/filters/turbo.json +34 -0
  123. yoke/_dist/sysconf/filters/ty.json +38 -0
  124. yoke/_dist/sysconf/filters/uv-sync.json +34 -0
  125. yoke/_dist/sysconf/filters/vitest.json +35 -0
  126. yoke/_dist/sysconf/filters/wc.json +16 -0
  127. yoke/_dist/sysconf/filters/wget.json +30 -0
  128. yoke/_dist/sysconf/filters/xcodebuild.json +34 -0
  129. yoke/_dist/sysconf/filters/yadm.json +30 -0
  130. yoke/_dist/sysconf/filters/yamllint.json +34 -0
  131. yoke/_dist/sysconf/filters/yarn-install.json +31 -0
  132. yoke/_dist/sysconf/mcp_config.json +3 -0
  133. yoke/_dist/sysconf/models.json +57 -0
  134. yoke/_dist/sysconf/permissions.json +314 -0
  135. yoke/_dist/sysconf/preferences.json +3 -0
  136. yoke/_dist/sysconf/registry/agents/agentmd_reviewer/agent.json +19 -0
  137. yoke/_dist/sysconf/registry/agents/agentmd_reviewer/instruction.md +20 -0
  138. yoke/_dist/sysconf/registry/agents/curator/agent.json +12 -0
  139. yoke/_dist/sysconf/registry/agents/curator/instruction.md +1 -0
  140. yoke/_dist/sysconf/registry/agents/default.md +1 -0
  141. yoke/_dist/sysconf/registry/agents/helper/agent.json +15 -0
  142. yoke/_dist/sysconf/registry/agents/helper/instruction.md +56 -0
  143. yoke/_dist/sysconf/registry/agents/image_generator/agent.json +16 -0
  144. yoke/_dist/sysconf/registry/agents/image_generator/instruction.md +33 -0
  145. yoke/_dist/sysconf/registry/agents/investigator/agent.json +27 -0
  146. yoke/_dist/sysconf/registry/agents/investigator/instruction.md +8 -0
  147. yoke/_dist/sysconf/registry/agents/leader/agent.json +33 -0
  148. yoke/_dist/sysconf/registry/agents/leader/instruction.md +36 -0
  149. yoke/_dist/sysconf/registry/agents/refactorer/agent.json +27 -0
  150. yoke/_dist/sysconf/registry/agents/refactorer/instruction.md +8 -0
  151. yoke/_dist/sysconf/registry/agents/reflector/agent.json +12 -0
  152. yoke/_dist/sysconf/registry/agents/reflector/instruction.md +3 -0
  153. yoke/_dist/sysconf/registry/agents/reviewer/agent.json +21 -0
  154. yoke/_dist/sysconf/registry/agents/reviewer/instruction.md +8 -0
  155. yoke/_dist/sysconf/registry/agents/skill_editor/agent.json +30 -0
  156. yoke/_dist/sysconf/registry/agents/skill_editor/instruction.md +82 -0
  157. yoke/_dist/sysconf/registry/agents/summariser/agent.json +12 -0
  158. yoke/_dist/sysconf/registry/agents/summariser/instruction.md +1 -0
  159. yoke/_dist/sysconf/registry/agents/web_agent/agent.json +19 -0
  160. yoke/_dist/sysconf/registry/agents/web_agent/instruction.md +11 -0
  161. yoke/_dist/sysconf/registry/skills/agent-builder/SKILL.md +61 -0
  162. yoke/_dist/sysconf/registry/skills/ask-user/SKILL.md +125 -0
  163. yoke/_dist/sysconf/registry/skills/k8s-log-investigation/SKILL.md +95 -0
  164. yoke/_dist/sysconf/registry/skills/k8s-triage/SKILL.md +58 -0
  165. yoke/_dist/sysconf/registry/skills/k8s-triage/permissions.json +35 -0
  166. yoke/_dist/sysconf/registry/skills/liteparse/SKILL.md +246 -0
  167. yoke/_dist/sysconf/registry/skills/liteparse/permissions.json +10 -0
  168. yoke/_dist/sysconf/registry/skills/liteparse/requires.json +9 -0
  169. yoke/_dist/sysconf/registry/skills/pdf/SKILL.md +34 -0
  170. yoke/_dist/sysconf/registry/skills/pdf/permissions.json +7 -0
  171. yoke/_dist/sysconf/registry/skills/pdf/requires.json +12 -0
  172. yoke/_dist/sysconf/registry/skills/review/SKILL.md +39 -0
  173. yoke/_dist/sysconf/registry/skills/skill-creator/SKILL.md +107 -0
  174. yoke/_dist/sysconf/remote_registries.json +43 -0
  175. yoke/_dist/sysconf/server.yaml +26 -0
  176. yoke/_dist/web/app.js +6800 -0
  177. yoke/_dist/web/css/CLAUDE.md +128 -0
  178. yoke/_dist/web/css/features/common.css +90 -0
  179. yoke/_dist/web/css/features/composer.css +485 -0
  180. yoke/_dist/web/css/features/context.css +289 -0
  181. yoke/_dist/web/css/features/dialogs.css +500 -0
  182. yoke/_dist/web/css/features/editor.css +81 -0
  183. yoke/_dist/web/css/features/folders.css +196 -0
  184. yoke/_dist/web/css/features/messages.css +260 -0
  185. yoke/_dist/web/css/features/panes.css +371 -0
  186. yoke/_dist/web/css/features/sidebar.css +570 -0
  187. yoke/_dist/web/css/features/terminal.css +37 -0
  188. yoke/_dist/web/css/features/tools.css +369 -0
  189. yoke/_dist/web/css/settings/agents.css +528 -0
  190. yoke/_dist/web/css/settings/commands.css +83 -0
  191. yoke/_dist/web/css/settings/core.css +528 -0
  192. yoke/_dist/web/css/settings/docs.css +163 -0
  193. yoke/_dist/web/css/settings/environment.css +121 -0
  194. yoke/_dist/web/css/settings/mcp.css +305 -0
  195. yoke/_dist/web/css/settings/models.css +259 -0
  196. yoke/_dist/web/css/settings/permissions.css +75 -0
  197. yoke/_dist/web/css/settings/registries.css +219 -0
  198. yoke/_dist/web/css/settings/sidebar.css +115 -0
  199. yoke/_dist/web/css/settings/skills.css +370 -0
  200. yoke/_dist/web/css/settings/squads.css +91 -0
  201. yoke/_dist/web/css/settings/status.css +157 -0
  202. yoke/_dist/web/css/settings/theme.css +208 -0
  203. yoke/_dist/web/css/settings.css +32 -0
  204. yoke/_dist/web/css/styles.css +33 -0
  205. yoke/_dist/web/css/themes/dracula.css +25 -0
  206. yoke/_dist/web/css/themes/github-dark.css +25 -0
  207. yoke/_dist/web/css/themes/github-light.css +36 -0
  208. yoke/_dist/web/css/themes/gruvbox-dark.css +25 -0
  209. yoke/_dist/web/css/themes/monokai.css +25 -0
  210. yoke/_dist/web/css/themes/nord.css +25 -0
  211. yoke/_dist/web/css/themes/one-dark.css +25 -0
  212. yoke/_dist/web/css/themes/solarized-dark.css +25 -0
  213. yoke/_dist/web/css/themes/solarized-light.css +36 -0
  214. yoke/_dist/web/css/themes/subtle-grey.css +57 -0
  215. yoke/_dist/web/css/themes/tokyo-night.css +25 -0
  216. yoke/_dist/web/css/themes/vscode-light.css +36 -0
  217. yoke/_dist/web/docs/01-getting-started.md +56 -0
  218. yoke/_dist/web/docs/02-composer.md +109 -0
  219. yoke/_dist/web/docs/03-sessions.md +93 -0
  220. yoke/_dist/web/docs/04-settings-panel.md +157 -0
  221. yoke/_dist/web/docs/05-themes.md +32 -0
  222. yoke/_dist/web/docs/10-architecture.md +157 -0
  223. yoke/_dist/web/docs/11-skills.md +176 -0
  224. yoke/_dist/web/docs/12-mcp.md +92 -0
  225. yoke/_dist/web/docs/13-permissions.md +113 -0
  226. yoke/_dist/web/docs/14-config.md +120 -0
  227. yoke/_dist/web/docs/15-providers.md +67 -0
  228. yoke/_dist/web/docs/16-env-vars.md +81 -0
  229. yoke/_dist/web/docs/17-a2a.md +120 -0
  230. yoke/_dist/web/docs/18-commands.md +65 -0
  231. yoke/_dist/web/docs/19-agents.md +254 -0
  232. yoke/_dist/web/docs/20-learning-and-recall.md +149 -0
  233. yoke/_dist/web/docs/21-agent-md.md +73 -0
  234. yoke/_dist/web/favicon.svg +6 -0
  235. yoke/_dist/web/index.html +336 -0
  236. yoke/_dist/web/marked.min.js +6 -0
  237. yoke/_dist/web/monaco/vs/_commonjsHelpers-CT9FvmAN.js +1 -0
  238. yoke/_dist/web/monaco/vs/abap-D-t0cyap.js +1 -0
  239. yoke/_dist/web/monaco/vs/apex-CcIm7xu6.js +1 -0
  240. yoke/_dist/web/monaco/vs/assets/css.worker-HnVq6Ewq.js +93 -0
  241. yoke/_dist/web/monaco/vs/assets/editor.worker-Be8ye1pW.js +26 -0
  242. yoke/_dist/web/monaco/vs/assets/html.worker-B51mlPHg.js +470 -0
  243. yoke/_dist/web/monaco/vs/assets/json.worker-DKiEKt88.js +58 -0
  244. yoke/_dist/web/monaco/vs/assets/ts.worker-CMbG-7ft.js +67731 -0
  245. yoke/_dist/web/monaco/vs/azcli-BA0tQDCg.js +1 -0
  246. yoke/_dist/web/monaco/vs/basic-languages/monaco.contribution.js +1 -0
  247. yoke/_dist/web/monaco/vs/bat-C397hTD6.js +1 -0
  248. yoke/_dist/web/monaco/vs/bicep-DF5aW17k.js +2 -0
  249. yoke/_dist/web/monaco/vs/cameligo-plsz8qhj.js +1 -0
  250. yoke/_dist/web/monaco/vs/clojure-Y2auQMzK.js +1 -0
  251. yoke/_dist/web/monaco/vs/coffee-Bu45yuWE.js +1 -0
  252. yoke/_dist/web/monaco/vs/cpp-CkKPQIni.js +1 -0
  253. yoke/_dist/web/monaco/vs/csharp-CX28MZyh.js +1 -0
  254. yoke/_dist/web/monaco/vs/csp-D8uWnyxW.js +1 -0
  255. yoke/_dist/web/monaco/vs/css-CaeNmE3S.js +3 -0
  256. yoke/_dist/web/monaco/vs/cssMode-CjiAH6dQ.js +1 -0
  257. yoke/_dist/web/monaco/vs/cypher-DVThT8BS.js +1 -0
  258. yoke/_dist/web/monaco/vs/dart-CmGfCvrO.js +1 -0
  259. yoke/_dist/web/monaco/vs/dockerfile-CZqqYdch.js +1 -0
  260. yoke/_dist/web/monaco/vs/ecl-30fUercY.js +1 -0
  261. yoke/_dist/web/monaco/vs/editor/editor.main.css +1 -0
  262. yoke/_dist/web/monaco/vs/editor/editor.main.js +5 -0
  263. yoke/_dist/web/monaco/vs/editor.api-CalNCsUg.js +903 -0
  264. yoke/_dist/web/monaco/vs/elixir-xjPaIfzF.js +1 -0
  265. yoke/_dist/web/monaco/vs/flow9-DqtmStfK.js +1 -0
  266. yoke/_dist/web/monaco/vs/freemarker2-Cz_sV6Md.js +3 -0
  267. yoke/_dist/web/monaco/vs/fsharp-BOMdg4U1.js +1 -0
  268. yoke/_dist/web/monaco/vs/go-D_hbi-Jt.js +1 -0
  269. yoke/_dist/web/monaco/vs/graphql-CKUU4kLG.js +1 -0
  270. yoke/_dist/web/monaco/vs/handlebars-OwglfO-1.js +1 -0
  271. yoke/_dist/web/monaco/vs/hcl-DTaboeZW.js +1 -0
  272. yoke/_dist/web/monaco/vs/html-Pa1xEWsY.js +1 -0
  273. yoke/_dist/web/monaco/vs/htmlMode-Bz67EXwp.js +1 -0
  274. yoke/_dist/web/monaco/vs/ini-CsNwO04R.js +1 -0
  275. yoke/_dist/web/monaco/vs/java-CI4ZMsH9.js +1 -0
  276. yoke/_dist/web/monaco/vs/javascript-PczUCGdz.js +1 -0
  277. yoke/_dist/web/monaco/vs/jsonMode-DULH5oaX.js +7 -0
  278. yoke/_dist/web/monaco/vs/julia-BwzEvaQw.js +1 -0
  279. yoke/_dist/web/monaco/vs/kotlin-IUYPiTV8.js +1 -0
  280. yoke/_dist/web/monaco/vs/language/css/monaco.contribution.js +1 -0
  281. yoke/_dist/web/monaco/vs/language/html/monaco.contribution.js +1 -0
  282. yoke/_dist/web/monaco/vs/language/json/monaco.contribution.js +1 -0
  283. yoke/_dist/web/monaco/vs/language/typescript/monaco.contribution.js +1 -0
  284. yoke/_dist/web/monaco/vs/less-C0eDYdqa.js +2 -0
  285. yoke/_dist/web/monaco/vs/lexon-iON-Kj97.js +1 -0
  286. yoke/_dist/web/monaco/vs/liquid-DqKjdPGy.js +1 -0
  287. yoke/_dist/web/monaco/vs/loader.js +1368 -0
  288. yoke/_dist/web/monaco/vs/lspLanguageFeatures-kM9O9rjY.js +4 -0
  289. yoke/_dist/web/monaco/vs/lua-DtygF91M.js +1 -0
  290. yoke/_dist/web/monaco/vs/m3-CsR4AuFi.js +1 -0
  291. yoke/_dist/web/monaco/vs/markdown-C_rD0bIw.js +1 -0
  292. yoke/_dist/web/monaco/vs/mdx-DEWtB1K5.js +1 -0
  293. yoke/_dist/web/monaco/vs/mips-CiYP61RB.js +1 -0
  294. yoke/_dist/web/monaco/vs/monaco.contribution-D2OdxNBt.js +1 -0
  295. yoke/_dist/web/monaco/vs/monaco.contribution-DO3azKX8.js +1 -0
  296. yoke/_dist/web/monaco/vs/monaco.contribution-EcChJV6a.js +1 -0
  297. yoke/_dist/web/monaco/vs/monaco.contribution-qLAYrEOP.js +1 -0
  298. yoke/_dist/web/monaco/vs/msdax-C38-sJlp.js +1 -0
  299. yoke/_dist/web/monaco/vs/mysql-CdtbpvbG.js +1 -0
  300. yoke/_dist/web/monaco/vs/nls.messages-loader.js +1 -0
  301. yoke/_dist/web/monaco/vs/nls.messages.cs.js.js +17 -0
  302. yoke/_dist/web/monaco/vs/nls.messages.de.js.js +17 -0
  303. yoke/_dist/web/monaco/vs/nls.messages.es.js.js +17 -0
  304. yoke/_dist/web/monaco/vs/nls.messages.fr.js.js +15 -0
  305. yoke/_dist/web/monaco/vs/nls.messages.it.js.js +15 -0
  306. yoke/_dist/web/monaco/vs/nls.messages.ja.js.js +17 -0
  307. yoke/_dist/web/monaco/vs/nls.messages.js.js +10 -0
  308. yoke/_dist/web/monaco/vs/nls.messages.ko.js.js +25 -0
  309. yoke/_dist/web/monaco/vs/nls.messages.pl.js.js +17 -0
  310. yoke/_dist/web/monaco/vs/nls.messages.pt-br.js.js +6 -0
  311. yoke/_dist/web/monaco/vs/nls.messages.ru.js.js +17 -0
  312. yoke/_dist/web/monaco/vs/nls.messages.tr.js.js +15 -0
  313. yoke/_dist/web/monaco/vs/nls.messages.zh-cn.js.js +17 -0
  314. yoke/_dist/web/monaco/vs/nls.messages.zh-tw.js.js +15 -0
  315. yoke/_dist/web/monaco/vs/objective-c-CntZFaHX.js +1 -0
  316. yoke/_dist/web/monaco/vs/pascal-r6kuqfl_.js +1 -0
  317. yoke/_dist/web/monaco/vs/pascaligo-BiXoTmXh.js +1 -0
  318. yoke/_dist/web/monaco/vs/perl-DABw_TcH.js +1 -0
  319. yoke/_dist/web/monaco/vs/pgsql-me_jFXeX.js +1 -0
  320. yoke/_dist/web/monaco/vs/php-D_kh-9LK.js +1 -0
  321. yoke/_dist/web/monaco/vs/pla-VfZjczW0.js +1 -0
  322. yoke/_dist/web/monaco/vs/postiats-BBSzz8Pk.js +1 -0
  323. yoke/_dist/web/monaco/vs/powerquery-Dt-g_2cc.js +1 -0
  324. yoke/_dist/web/monaco/vs/powershell-B-7ap1zc.js +1 -0
  325. yoke/_dist/web/monaco/vs/protobuf-BmtuEB1A.js +2 -0
  326. yoke/_dist/web/monaco/vs/pug-BRpRNeEb.js +1 -0
  327. yoke/_dist/web/monaco/vs/python-Cr0UkIbn.js +1 -0
  328. yoke/_dist/web/monaco/vs/qsharp-BzsFaUU9.js +1 -0
  329. yoke/_dist/web/monaco/vs/r-f8dDdrp4.js +1 -0
  330. yoke/_dist/web/monaco/vs/razor-BYAHOTkz.js +1 -0
  331. yoke/_dist/web/monaco/vs/redis-fvZQY4PI.js +1 -0
  332. yoke/_dist/web/monaco/vs/redshift-45Et0LQi.js +1 -0
  333. yoke/_dist/web/monaco/vs/restructuredtext-C7UUFKFD.js +1 -0
  334. yoke/_dist/web/monaco/vs/ruby-CZO8zYTz.js +1 -0
  335. yoke/_dist/web/monaco/vs/rust-Bfetafyc.js +1 -0
  336. yoke/_dist/web/monaco/vs/sb-3GYllVck.js +1 -0
  337. yoke/_dist/web/monaco/vs/scala-foMgrKo1.js +1 -0
  338. yoke/_dist/web/monaco/vs/scheme-CHdMtr7p.js +1 -0
  339. yoke/_dist/web/monaco/vs/scss-C1cmLt9V.js +3 -0
  340. yoke/_dist/web/monaco/vs/shell-ClXCKCEW.js +1 -0
  341. yoke/_dist/web/monaco/vs/solidity-MZ6ExpPy.js +1 -0
  342. yoke/_dist/web/monaco/vs/sophia-DWkuSsPQ.js +1 -0
  343. yoke/_dist/web/monaco/vs/sparql-AUGFYSyk.js +1 -0
  344. yoke/_dist/web/monaco/vs/sql-32GpJSV2.js +1 -0
  345. yoke/_dist/web/monaco/vs/st-CuDFIVZ_.js +1 -0
  346. yoke/_dist/web/monaco/vs/swift-n-2HociN.js +3 -0
  347. yoke/_dist/web/monaco/vs/systemverilog-Ch4vA8Yt.js +1 -0
  348. yoke/_dist/web/monaco/vs/tcl-D74tq1nH.js +1 -0
  349. yoke/_dist/web/monaco/vs/tsMode-CZz1Umrk.js +11 -0
  350. yoke/_dist/web/monaco/vs/twig-C6taOxMV.js +1 -0
  351. yoke/_dist/web/monaco/vs/typescript-DfOrAzoV.js +1 -0
  352. yoke/_dist/web/monaco/vs/typespec-D-PIh9Xw.js +1 -0
  353. yoke/_dist/web/monaco/vs/vb-Dyb2648j.js +1 -0
  354. yoke/_dist/web/monaco/vs/wgsl-BhLXMOR0.js +298 -0
  355. yoke/_dist/web/monaco/vs/workers-DcJshg-q.js +1 -0
  356. yoke/_dist/web/monaco/vs/xml-CdsdnY8S.js +1 -0
  357. yoke/_dist/web/monaco/vs/yaml-DYGvmE88.js +1 -0
  358. yoke/_dist/web/settings.js +8360 -0
  359. yoke/_dist/web/xterm/xterm-addon-fit.js +2 -0
  360. yoke/_dist/web/xterm/xterm.css +209 -0
  361. yoke/_dist/web/xterm/xterm.js +2 -0
  362. yoke/launcher.py +91 -0
  363. yoke/seed.py +106 -0
  364. yoke_agent-0.0.0.dev0.dist-info/METADATA +110 -0
  365. yoke_agent-0.0.0.dev0.dist-info/RECORD +368 -0
  366. yoke_agent-0.0.0.dev0.dist-info/WHEEL +5 -0
  367. yoke_agent-0.0.0.dev0.dist-info/entry_points.txt +4 -0
  368. yoke_agent-0.0.0.dev0.dist-info/top_level.txt +1 -0
yoke/__init__.py ADDED
@@ -0,0 +1,40 @@
1
+ """Python launcher package for the ``yoke-agent`` distribution.
2
+
3
+ This package contains no application logic — yoke is a Go program. The wheel
4
+ bundles the prebuilt ``yoke`` / ``yoke-server`` binaries plus the default
5
+ config/registry/web tree under :data:`_dist`, and the console-script entry
6
+ points (:mod:`yoke.launcher`) exec the right binary after pointing it at the
7
+ bundled assets and seeding ``~/.yoke`` (:mod:`yoke.seed`).
8
+ """
9
+
10
+ import os
11
+
12
+ __all__ = ["dist_dir", "bin_dir", "sysconf_dir", "web_dir"]
13
+
14
+ # Populated from the wheel version at build time (setup.py). The string here is
15
+ # only the fallback for source checkouts / editable installs.
16
+ __version__ = "0.0.0.dev0"
17
+
18
+
19
+ def dist_dir():
20
+ """Absolute path to the bundled payload directory (``_dist``)."""
21
+ return os.path.join(os.path.dirname(os.path.abspath(__file__)), "_dist")
22
+
23
+
24
+ def bin_dir():
25
+ """Directory holding the bundled ``yoke`` / ``yoke-server`` binaries."""
26
+ return os.path.join(dist_dir(), "bin")
27
+
28
+
29
+ def sysconf_dir():
30
+ """Bundled system-config layer (matches the YOKE_SYSTEM_CONFIG_DIR contract).
31
+
32
+ Holds the default config JSONs, ``filters/`` and ``registry/`` — the same
33
+ tree that gets seeded into ``~/.yoke`` on first run.
34
+ """
35
+ return os.path.join(dist_dir(), "sysconf")
36
+
37
+
38
+ def web_dir():
39
+ """Bundled static Web UI assets (pointed at via YOKE_WEB_DIR)."""
40
+ return os.path.join(dist_dir(), "web")
Binary file
Binary file
@@ -0,0 +1,4 @@
1
+ {
2
+ "agents": {},
3
+ "inputs": []
4
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "agents": [
3
+ "leader",
4
+ "investigator",
5
+ "web_agent",
6
+ "image_generator",
7
+ "skill_editor",
8
+ "helper",
9
+ "summariser",
10
+ "agentmd_reviewer",
11
+ "curator",
12
+ "reflector"
13
+ ],
14
+ "app_name": "yoke",
15
+ "bash_timeout_seconds": 120,
16
+ "squads": [
17
+ {
18
+ "name": "Default",
19
+ "description": "General-purpose coordinator with the full team available.",
20
+ "leader": "leader",
21
+ "members": [
22
+ "investigator",
23
+ "web_agent",
24
+ "summariser",
25
+ "image_generator",
26
+ "helper",
27
+ "agentmd_reviewer"
28
+ ]
29
+ },
30
+ {
31
+ "name": "Skill Editor",
32
+ "description": "Skill editing focus: Skill editor plus the web agent for research and reference retrieval, and the Helper for sourcing existing skills and answering questions about yoke.",
33
+ "leader": "skill_editor",
34
+ "members": [
35
+ "web_agent",
36
+ "skill_editor",
37
+ "helper"
38
+ ]
39
+ },
40
+ {
41
+ "name": "Helper",
42
+ "description": "Focused on answering questions about yoke from its documentation and crawling remote registries to find, inspect, and install items on demand. Leaderless: the Helper agent runs directly, limited to its own docs + registries tools.",
43
+ "leader": "none",
44
+ "members": [
45
+ "helper"
46
+ ]
47
+ }
48
+ ],
49
+ "token_optimization": true
50
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "ansible-playbook",
3
+ "version": 1,
4
+ "description": "Condensed ansible-playbook: task results and recap",
5
+ "match": {
6
+ "command": "ansible-playbook",
7
+ "exclude_flags": [
8
+ "--version",
9
+ "-V"
10
+ ]
11
+ },
12
+ "streams": [
13
+ "stdout",
14
+ "stderr"
15
+ ],
16
+ "pipeline": [
17
+ {
18
+ "action": "strip_ansi"
19
+ },
20
+ {
21
+ "action": "remove_lines",
22
+ "pattern": "^\\s*$"
23
+ },
24
+ {
25
+ "action": "keep_lines",
26
+ "pattern": "(PLAY|TASK|ok:|changed:|failed:|fatal:|unreachable:|skipping:|RECAP|ERROR)"
27
+ },
28
+ {
29
+ "action": "truncate_lines",
30
+ "max": 120
31
+ },
32
+ {
33
+ "action": "head",
34
+ "n": 50,
35
+ "overflow_msg": "... more tasks"
36
+ }
37
+ ],
38
+ "on_error": "passthrough"
39
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "name": "aws",
3
+ "version": 1,
4
+ "description": "Condensed AWS CLI output: truncated JSON responses",
5
+ "match": {
6
+ "command": "aws"
7
+ },
8
+ "streams": [
9
+ "stdout",
10
+ "stderr"
11
+ ],
12
+ "pipeline": [
13
+ {
14
+ "action": "strip_ansi"
15
+ },
16
+ {
17
+ "action": "truncate_lines",
18
+ "max": 120
19
+ },
20
+ {
21
+ "action": "head",
22
+ "n": 50,
23
+ "overflow_msg": "... response truncated"
24
+ }
25
+ ],
26
+ "on_error": "passthrough"
27
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "basedpyright",
3
+ "version": 1,
4
+ "description": "Condensed basedpyright output: type errors",
5
+ "match": {
6
+ "command": "basedpyright",
7
+ "exclude_flags": [
8
+ "--version",
9
+ "-V"
10
+ ]
11
+ },
12
+ "streams": [
13
+ "stdout",
14
+ "stderr"
15
+ ],
16
+ "pipeline": [
17
+ {
18
+ "action": "strip_ansi"
19
+ },
20
+ {
21
+ "action": "remove_lines",
22
+ "pattern": "^\\s*$"
23
+ },
24
+ {
25
+ "action": "keep_lines",
26
+ "pattern": "(error|warning|information|\\d+ errors?|\\d+ warnings?|\\d+ information)"
27
+ },
28
+ {
29
+ "action": "compact_path"
30
+ },
31
+ {
32
+ "action": "truncate_lines",
33
+ "max": 120
34
+ },
35
+ {
36
+ "action": "head",
37
+ "n": 50,
38
+ "overflow_msg": "... more errors"
39
+ }
40
+ ],
41
+ "on_error": "passthrough"
42
+ }
@@ -0,0 +1,38 @@
1
+ {
2
+ "name": "biome",
3
+ "version": 1,
4
+ "description": "Condensed biome output: lint/format diagnostics",
5
+ "match": {
6
+ "command": "biome"
7
+ },
8
+ "streams": [
9
+ "stdout",
10
+ "stderr"
11
+ ],
12
+ "pipeline": [
13
+ {
14
+ "action": "strip_ansi"
15
+ },
16
+ {
17
+ "action": "remove_lines",
18
+ "pattern": "^(\\s*$|\\s+\\d+ \\|)"
19
+ },
20
+ {
21
+ "action": "keep_lines",
22
+ "pattern": "(error|warning|Fixed|Checked|diagnostics|invalid|\\u2716|\\u2714)"
23
+ },
24
+ {
25
+ "action": "compact_path"
26
+ },
27
+ {
28
+ "action": "truncate_lines",
29
+ "max": 120
30
+ },
31
+ {
32
+ "action": "head",
33
+ "n": 50,
34
+ "overflow_msg": "... more diagnostics"
35
+ }
36
+ ],
37
+ "on_error": "passthrough"
38
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "brew-install",
3
+ "version": 1,
4
+ "description": "Condensed brew output: install/update summary",
5
+ "match": {
6
+ "command": "brew"
7
+ },
8
+ "streams": [
9
+ "stdout",
10
+ "stderr"
11
+ ],
12
+ "pipeline": [
13
+ {
14
+ "action": "strip_ansi"
15
+ },
16
+ {
17
+ "action": "remove_lines",
18
+ "pattern": "(^==> (Downloading|Pouring|Fetching)|^###|^Already downloaded|^\\s*$)"
19
+ },
20
+ {
21
+ "action": "keep_lines",
22
+ "pattern": "(==>|Caveats|installed|Updated|already installed|Error|Warning|No formulae)"
23
+ },
24
+ {
25
+ "action": "truncate_lines",
26
+ "max": 120
27
+ },
28
+ {
29
+ "action": "head",
30
+ "n": 20
31
+ }
32
+ ],
33
+ "on_error": "passthrough"
34
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "bundle-install",
3
+ "version": 1,
4
+ "description": "Condensed bundle install output",
5
+ "match": {
6
+ "command": "bundle",
7
+ "subcommand": "install"
8
+ },
9
+ "pipeline": [
10
+ {
11
+ "action": "keep_lines",
12
+ "pattern": "\\S"
13
+ },
14
+ {
15
+ "action": "aggregate",
16
+ "patterns": {
17
+ "installed": "^Installing ",
18
+ "using": "^Using ",
19
+ "fetching": "^Fetching ",
20
+ "complete": "^Bundle complete"
21
+ },
22
+ "format": "Bundle complete ({{.using}} cached, {{.installed}} installed)"
23
+ }
24
+ ],
25
+ "on_error": "passthrough"
26
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "name": "cargo-build",
3
+ "version": 1,
4
+ "description": "Condensed cargo build: removes compilation noise, keeps errors",
5
+ "match": {
6
+ "command": "cargo",
7
+ "subcommand": "build"
8
+ },
9
+ "streams": [
10
+ "stdout",
11
+ "stderr"
12
+ ],
13
+ "pipeline": [
14
+ {
15
+ "action": "strip_ansi"
16
+ },
17
+ {
18
+ "action": "remove_lines",
19
+ "pattern": "^\\s*(Compiling|Downloading|Downloaded|Updating|Fresh|Blocking)"
20
+ },
21
+ {
22
+ "action": "remove_lines",
23
+ "pattern": "^\\s*$"
24
+ },
25
+ {
26
+ "action": "keep_lines",
27
+ "pattern": "(^error|^warning|^ -->|Finished|aborting|could not compile|For more)"
28
+ },
29
+ {
30
+ "action": "truncate_lines",
31
+ "max": 120
32
+ },
33
+ {
34
+ "action": "head",
35
+ "n": 50,
36
+ "overflow_msg": "... more errors"
37
+ },
38
+ {
39
+ "action": "on_empty",
40
+ "message": "ok (compiled)"
41
+ }
42
+ ],
43
+ "on_error": "passthrough"
44
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "cargo-check",
3
+ "version": 1,
4
+ "description": "Condensed cargo check: type errors and warnings",
5
+ "match": {
6
+ "command": "cargo",
7
+ "subcommand": "check"
8
+ },
9
+ "streams": [
10
+ "stdout",
11
+ "stderr"
12
+ ],
13
+ "pipeline": [
14
+ {
15
+ "action": "strip_ansi"
16
+ },
17
+ {
18
+ "action": "remove_lines",
19
+ "pattern": "^\\s*(Compiling|Checking|Downloading|Downloaded|Fresh|Blocking)"
20
+ },
21
+ {
22
+ "action": "keep_lines",
23
+ "pattern": "(^error|^warning|^ -->|Finished|could not compile|For more|generated \\d+)"
24
+ },
25
+ {
26
+ "action": "truncate_lines",
27
+ "max": 120
28
+ },
29
+ {
30
+ "action": "head",
31
+ "n": 50,
32
+ "overflow_msg": "... more errors"
33
+ },
34
+ {
35
+ "action": "on_empty",
36
+ "message": "ok (no errors)"
37
+ }
38
+ ],
39
+ "on_error": "passthrough"
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "cargo-clippy",
3
+ "version": 1,
4
+ "description": "Condensed cargo clippy: warnings and errors with locations",
5
+ "match": {
6
+ "command": "cargo",
7
+ "subcommand": "clippy"
8
+ },
9
+ "streams": [
10
+ "stdout",
11
+ "stderr"
12
+ ],
13
+ "pipeline": [
14
+ {
15
+ "action": "strip_ansi"
16
+ },
17
+ {
18
+ "action": "remove_lines",
19
+ "pattern": "^\\s*(Compiling|Checking|Downloading|Downloaded|Fresh|Blocking)"
20
+ },
21
+ {
22
+ "action": "keep_lines",
23
+ "pattern": "(^error|^warning|^ -->|Finished|could not compile|For more|generated \\d+)"
24
+ },
25
+ {
26
+ "action": "truncate_lines",
27
+ "max": 120
28
+ },
29
+ {
30
+ "action": "head",
31
+ "n": 50,
32
+ "overflow_msg": "... more warnings"
33
+ },
34
+ {
35
+ "action": "on_empty",
36
+ "message": "ok (no warnings)"
37
+ }
38
+ ],
39
+ "on_error": "passthrough"
40
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "cargo-install",
3
+ "version": 1,
4
+ "description": "Condensed cargo install: install summary",
5
+ "match": {
6
+ "command": "cargo",
7
+ "subcommand": "install"
8
+ },
9
+ "streams": [
10
+ "stdout",
11
+ "stderr"
12
+ ],
13
+ "pipeline": [
14
+ {
15
+ "action": "strip_ansi"
16
+ },
17
+ {
18
+ "action": "remove_lines",
19
+ "pattern": "^\\s*(Compiling|Downloading|Downloaded|Updating|Fresh)"
20
+ },
21
+ {
22
+ "action": "keep_lines",
23
+ "pattern": "(Installing|Installed|Replacing|error|warning|already installed)"
24
+ },
25
+ {
26
+ "action": "truncate_lines",
27
+ "max": 120
28
+ },
29
+ {
30
+ "action": "head",
31
+ "n": 10
32
+ }
33
+ ],
34
+ "on_error": "passthrough"
35
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "cargo-nextest",
3
+ "version": 1,
4
+ "description": "Condensed cargo nextest: test results summary",
5
+ "match": {
6
+ "command": "cargo",
7
+ "subcommand": "nextest"
8
+ },
9
+ "streams": [
10
+ "stdout",
11
+ "stderr"
12
+ ],
13
+ "pipeline": [
14
+ {
15
+ "action": "strip_ansi"
16
+ },
17
+ {
18
+ "action": "remove_lines",
19
+ "pattern": "^\\s*(Compiling|Downloading|Downloaded|Blocking|Fresh)"
20
+ },
21
+ {
22
+ "action": "keep_lines",
23
+ "pattern": "(PASS|FAIL|RETRY|ok|FAILED|Summary|\\d+ tests?|error|SIGTERM|TIMEOUT|Starting)"
24
+ },
25
+ {
26
+ "action": "truncate_lines",
27
+ "max": 120
28
+ },
29
+ {
30
+ "action": "head",
31
+ "n": 40,
32
+ "overflow_msg": "... more test output"
33
+ }
34
+ ],
35
+ "on_error": "passthrough"
36
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "name": "cargo-test",
3
+ "version": 1,
4
+ "description": "Condensed cargo test output",
5
+ "match": {
6
+ "command": "cargo",
7
+ "subcommand": "test"
8
+ },
9
+ "pipeline": [
10
+ {
11
+ "action": "remove_lines",
12
+ "pattern": "^\\s*(Compiling|Downloading|Downloaded|Updating|Running|Executable)"
13
+ },
14
+ {
15
+ "action": "keep_lines",
16
+ "pattern": "\\S"
17
+ },
18
+ {
19
+ "action": "state_machine",
20
+ "states": {
21
+ "start": {
22
+ "keep": "^(test |running |test result)",
23
+ "until": "^failures",
24
+ "next": "failures"
25
+ },
26
+ "failures": {
27
+ "keep": ".",
28
+ "until": "^$",
29
+ "next": "done"
30
+ }
31
+ }
32
+ },
33
+ {
34
+ "action": "aggregate",
35
+ "patterns": {
36
+ "pass": "\\.\\.\\. ok$",
37
+ "fail": "\\.\\.\\. FAILED$",
38
+ "ignored": "\\.\\.\\. ignored$"
39
+ }
40
+ },
41
+ {
42
+ "action": "format_template",
43
+ "template": "{{.lines}}"
44
+ }
45
+ ],
46
+ "on_error": "passthrough"
47
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "composer-install",
3
+ "version": 1,
4
+ "description": "Condensed composer output: install summary",
5
+ "match": {
6
+ "command": "composer"
7
+ },
8
+ "streams": [
9
+ "stdout",
10
+ "stderr"
11
+ ],
12
+ "pipeline": [
13
+ {
14
+ "action": "strip_ansi"
15
+ },
16
+ {
17
+ "action": "remove_lines",
18
+ "pattern": "(^\\s*(- (Downloading|Installing|Updating)|Loading composer|Reading ))|^\\s*$"
19
+ },
20
+ {
21
+ "action": "keep_lines",
22
+ "pattern": "(Package operations|Nothing to|Lock file|Generating|error|warning|Writing)"
23
+ },
24
+ {
25
+ "action": "truncate_lines",
26
+ "max": 120
27
+ },
28
+ {
29
+ "action": "head",
30
+ "n": 20
31
+ }
32
+ ],
33
+ "on_error": "passthrough"
34
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "curl",
3
+ "version": 1,
4
+ "description": "Condensed curl output: response headers and body truncation",
5
+ "match": {
6
+ "command": "curl"
7
+ },
8
+ "streams": [
9
+ "stdout",
10
+ "stderr"
11
+ ],
12
+ "pipeline": [
13
+ {
14
+ "action": "strip_ansi"
15
+ },
16
+ {
17
+ "action": "remove_lines",
18
+ "pattern": "^\\s*(\\*|>|\\{|\\}) "
19
+ },
20
+ {
21
+ "action": "truncate_lines",
22
+ "max": 120
23
+ },
24
+ {
25
+ "action": "head",
26
+ "n": 50,
27
+ "overflow_msg": "... response truncated"
28
+ }
29
+ ],
30
+ "on_error": "passthrough"
31
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "df",
3
+ "version": 1,
4
+ "description": "Condensed df output: removes virtual filesystems",
5
+ "match": {
6
+ "command": "df"
7
+ },
8
+ "pipeline": [
9
+ {
10
+ "action": "remove_lines",
11
+ "pattern": "(^(tmpfs|devtmpfs|udev|none|overlay|shm) |^\\s*$)"
12
+ },
13
+ {
14
+ "action": "truncate_lines",
15
+ "max": 100
16
+ },
17
+ {
18
+ "action": "head",
19
+ "n": 20
20
+ }
21
+ ],
22
+ "on_error": "passthrough"
23
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "diff",
3
+ "version": 1,
4
+ "description": "Condensed diff output: keeps change markers and context",
5
+ "match": {
6
+ "command": "diff"
7
+ },
8
+ "pipeline": [
9
+ {
10
+ "action": "strip_ansi"
11
+ },
12
+ {
13
+ "action": "truncate_lines",
14
+ "max": 120
15
+ },
16
+ {
17
+ "action": "head",
18
+ "n": 60,
19
+ "overflow_msg": "... more changes"
20
+ }
21
+ ],
22
+ "on_error": "passthrough"
23
+ }