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.
- yoke/__init__.py +40 -0
- yoke/_dist/bin/yoke-server.exe +0 -0
- yoke/_dist/bin/yoke.exe +0 -0
- yoke/_dist/sysconf/a2a_config.json +4 -0
- yoke/_dist/sysconf/agents.json +50 -0
- yoke/_dist/sysconf/filters/ansible-playbook.json +39 -0
- yoke/_dist/sysconf/filters/aws.json +27 -0
- yoke/_dist/sysconf/filters/basedpyright.json +42 -0
- yoke/_dist/sysconf/filters/biome.json +38 -0
- yoke/_dist/sysconf/filters/brew-install.json +34 -0
- yoke/_dist/sysconf/filters/bundle-install.json +26 -0
- yoke/_dist/sysconf/filters/cargo-build.json +44 -0
- yoke/_dist/sysconf/filters/cargo-check.json +40 -0
- yoke/_dist/sysconf/filters/cargo-clippy.json +40 -0
- yoke/_dist/sysconf/filters/cargo-install.json +35 -0
- yoke/_dist/sysconf/filters/cargo-nextest.json +36 -0
- yoke/_dist/sysconf/filters/cargo-test.json +47 -0
- yoke/_dist/sysconf/filters/composer-install.json +34 -0
- yoke/_dist/sysconf/filters/curl.json +31 -0
- yoke/_dist/sysconf/filters/df.json +23 -0
- yoke/_dist/sysconf/filters/diff.json +23 -0
- yoke/_dist/sysconf/filters/docker-build.json +69 -0
- yoke/_dist/sysconf/filters/docker-compose.json +31 -0
- yoke/_dist/sysconf/filters/docker-images.json +24 -0
- yoke/_dist/sysconf/filters/docker-logs.json +31 -0
- yoke/_dist/sysconf/filters/docker-ps.json +24 -0
- yoke/_dist/sysconf/filters/dotnet-build.json +39 -0
- yoke/_dist/sysconf/filters/dotnet-format.json +38 -0
- yoke/_dist/sysconf/filters/dotnet-test.json +36 -0
- yoke/_dist/sysconf/filters/du.json +20 -0
- yoke/_dist/sysconf/filters/eslint.json +68 -0
- yoke/_dist/sysconf/filters/fail2ban.json +26 -0
- yoke/_dist/sysconf/filters/find.json +23 -0
- yoke/_dist/sysconf/filters/g++.json +42 -0
- yoke/_dist/sysconf/filters/gcc.json +42 -0
- yoke/_dist/sysconf/filters/gcloud.json +31 -0
- yoke/_dist/sysconf/filters/gh-issue.json +28 -0
- yoke/_dist/sysconf/filters/gh-pr.json +28 -0
- yoke/_dist/sysconf/filters/gh-run.json +28 -0
- yoke/_dist/sysconf/filters/git-add.json +30 -0
- yoke/_dist/sysconf/filters/git-branch.json +33 -0
- yoke/_dist/sysconf/filters/git-commit.json +31 -0
- yoke/_dist/sysconf/filters/git-diff.json +45 -0
- yoke/_dist/sysconf/filters/git-fetch.json +39 -0
- yoke/_dist/sysconf/filters/git-log.json +46 -0
- yoke/_dist/sysconf/filters/git-pull.json +31 -0
- yoke/_dist/sysconf/filters/git-push.json +31 -0
- yoke/_dist/sysconf/filters/git-show.json +45 -0
- yoke/_dist/sysconf/filters/git-stash.json +27 -0
- yoke/_dist/sysconf/filters/git-status.json +37 -0
- yoke/_dist/sysconf/filters/git-worktree.json +23 -0
- yoke/_dist/sysconf/filters/go-build.json +36 -0
- yoke/_dist/sysconf/filters/go-test.json +48 -0
- yoke/_dist/sysconf/filters/go-vet.json +39 -0
- yoke/_dist/sysconf/filters/golangci-lint.json +38 -0
- yoke/_dist/sysconf/filters/gradle.json +38 -0
- yoke/_dist/sysconf/filters/grep.json +26 -0
- yoke/_dist/sysconf/filters/gt.json +30 -0
- yoke/_dist/sysconf/filters/hadolint.json +31 -0
- yoke/_dist/sysconf/filters/helm.json +31 -0
- yoke/_dist/sysconf/filters/iptables.json +24 -0
- yoke/_dist/sysconf/filters/jest.json +76 -0
- yoke/_dist/sysconf/filters/jira.json +26 -0
- yoke/_dist/sysconf/filters/jj.json +30 -0
- yoke/_dist/sysconf/filters/jq.json +20 -0
- yoke/_dist/sysconf/filters/just.json +31 -0
- yoke/_dist/sysconf/filters/kubectl-get.json +31 -0
- yoke/_dist/sysconf/filters/kubectl-logs.json +27 -0
- yoke/_dist/sysconf/filters/liquibase.json +34 -0
- yoke/_dist/sysconf/filters/ls.json +63 -0
- yoke/_dist/sysconf/filters/make.json +55 -0
- yoke/_dist/sysconf/filters/markdownlint.json +34 -0
- yoke/_dist/sysconf/filters/mise.json +30 -0
- yoke/_dist/sysconf/filters/mix-compile.json +42 -0
- yoke/_dist/sysconf/filters/mix-format.json +38 -0
- yoke/_dist/sysconf/filters/mvn.json +38 -0
- yoke/_dist/sysconf/filters/mypy.json +34 -0
- yoke/_dist/sysconf/filters/next-build.json +35 -0
- yoke/_dist/sysconf/filters/npm-install.json +64 -0
- yoke/_dist/sysconf/filters/npx.json +31 -0
- yoke/_dist/sysconf/filters/nx.json +38 -0
- yoke/_dist/sysconf/filters/ollama.json +30 -0
- yoke/_dist/sysconf/filters/oxlint.json +38 -0
- yoke/_dist/sysconf/filters/ping.json +19 -0
- yoke/_dist/sysconf/filters/pio.json +34 -0
- yoke/_dist/sysconf/filters/pip-install.json +68 -0
- yoke/_dist/sysconf/filters/playwright.json +35 -0
- yoke/_dist/sysconf/filters/pnpm-install.json +31 -0
- yoke/_dist/sysconf/filters/pnpm-list.json +24 -0
- yoke/_dist/sysconf/filters/poetry-install.json +34 -0
- yoke/_dist/sysconf/filters/pre-commit.json +38 -0
- yoke/_dist/sysconf/filters/prettier.json +38 -0
- yoke/_dist/sysconf/filters/prisma.json +38 -0
- yoke/_dist/sysconf/filters/ps.json +20 -0
- yoke/_dist/sysconf/filters/psql.json +27 -0
- yoke/_dist/sysconf/filters/pytest.json +92 -0
- yoke/_dist/sysconf/filters/quarto.json +38 -0
- yoke/_dist/sysconf/filters/rails-migrate.json +39 -0
- yoke/_dist/sysconf/filters/rails-routes.json +40 -0
- yoke/_dist/sysconf/filters/rake.json +39 -0
- yoke/_dist/sysconf/filters/rg.json +26 -0
- yoke/_dist/sysconf/filters/rspec.json +27 -0
- yoke/_dist/sysconf/filters/rsync.json +30 -0
- yoke/_dist/sysconf/filters/rubocop.json +42 -0
- yoke/_dist/sysconf/filters/ruff.json +38 -0
- yoke/_dist/sysconf/filters/rustc.json +35 -0
- yoke/_dist/sysconf/filters/shellcheck.json +42 -0
- yoke/_dist/sysconf/filters/shopify.json +30 -0
- yoke/_dist/sysconf/filters/skopeo.json +30 -0
- yoke/_dist/sysconf/filters/sops.json +26 -0
- yoke/_dist/sysconf/filters/spring-boot.json +34 -0
- yoke/_dist/sysconf/filters/ssh.json +27 -0
- yoke/_dist/sysconf/filters/stat.json +19 -0
- yoke/_dist/sysconf/filters/swift-build.json +41 -0
- yoke/_dist/sysconf/filters/systemctl.json +26 -0
- yoke/_dist/sysconf/filters/task.json +31 -0
- yoke/_dist/sysconf/filters/terraform.json +39 -0
- yoke/_dist/sysconf/filters/tofu.json +39 -0
- yoke/_dist/sysconf/filters/tree.json +19 -0
- yoke/_dist/sysconf/filters/trunk-build.json +34 -0
- yoke/_dist/sysconf/filters/tsc.json +71 -0
- yoke/_dist/sysconf/filters/turbo.json +34 -0
- yoke/_dist/sysconf/filters/ty.json +38 -0
- yoke/_dist/sysconf/filters/uv-sync.json +34 -0
- yoke/_dist/sysconf/filters/vitest.json +35 -0
- yoke/_dist/sysconf/filters/wc.json +16 -0
- yoke/_dist/sysconf/filters/wget.json +30 -0
- yoke/_dist/sysconf/filters/xcodebuild.json +34 -0
- yoke/_dist/sysconf/filters/yadm.json +30 -0
- yoke/_dist/sysconf/filters/yamllint.json +34 -0
- yoke/_dist/sysconf/filters/yarn-install.json +31 -0
- yoke/_dist/sysconf/mcp_config.json +3 -0
- yoke/_dist/sysconf/models.json +57 -0
- yoke/_dist/sysconf/permissions.json +314 -0
- yoke/_dist/sysconf/preferences.json +3 -0
- yoke/_dist/sysconf/registry/agents/agentmd_reviewer/agent.json +19 -0
- yoke/_dist/sysconf/registry/agents/agentmd_reviewer/instruction.md +20 -0
- yoke/_dist/sysconf/registry/agents/curator/agent.json +12 -0
- yoke/_dist/sysconf/registry/agents/curator/instruction.md +1 -0
- yoke/_dist/sysconf/registry/agents/default.md +1 -0
- yoke/_dist/sysconf/registry/agents/helper/agent.json +15 -0
- yoke/_dist/sysconf/registry/agents/helper/instruction.md +56 -0
- yoke/_dist/sysconf/registry/agents/image_generator/agent.json +16 -0
- yoke/_dist/sysconf/registry/agents/image_generator/instruction.md +33 -0
- yoke/_dist/sysconf/registry/agents/investigator/agent.json +27 -0
- yoke/_dist/sysconf/registry/agents/investigator/instruction.md +8 -0
- yoke/_dist/sysconf/registry/agents/leader/agent.json +33 -0
- yoke/_dist/sysconf/registry/agents/leader/instruction.md +36 -0
- yoke/_dist/sysconf/registry/agents/refactorer/agent.json +27 -0
- yoke/_dist/sysconf/registry/agents/refactorer/instruction.md +8 -0
- yoke/_dist/sysconf/registry/agents/reflector/agent.json +12 -0
- yoke/_dist/sysconf/registry/agents/reflector/instruction.md +3 -0
- yoke/_dist/sysconf/registry/agents/reviewer/agent.json +21 -0
- yoke/_dist/sysconf/registry/agents/reviewer/instruction.md +8 -0
- yoke/_dist/sysconf/registry/agents/skill_editor/agent.json +30 -0
- yoke/_dist/sysconf/registry/agents/skill_editor/instruction.md +82 -0
- yoke/_dist/sysconf/registry/agents/summariser/agent.json +12 -0
- yoke/_dist/sysconf/registry/agents/summariser/instruction.md +1 -0
- yoke/_dist/sysconf/registry/agents/web_agent/agent.json +19 -0
- yoke/_dist/sysconf/registry/agents/web_agent/instruction.md +11 -0
- yoke/_dist/sysconf/registry/skills/agent-builder/SKILL.md +61 -0
- yoke/_dist/sysconf/registry/skills/ask-user/SKILL.md +125 -0
- yoke/_dist/sysconf/registry/skills/k8s-log-investigation/SKILL.md +95 -0
- yoke/_dist/sysconf/registry/skills/k8s-triage/SKILL.md +58 -0
- yoke/_dist/sysconf/registry/skills/k8s-triage/permissions.json +35 -0
- yoke/_dist/sysconf/registry/skills/liteparse/SKILL.md +246 -0
- yoke/_dist/sysconf/registry/skills/liteparse/permissions.json +10 -0
- yoke/_dist/sysconf/registry/skills/liteparse/requires.json +9 -0
- yoke/_dist/sysconf/registry/skills/pdf/SKILL.md +34 -0
- yoke/_dist/sysconf/registry/skills/pdf/permissions.json +7 -0
- yoke/_dist/sysconf/registry/skills/pdf/requires.json +12 -0
- yoke/_dist/sysconf/registry/skills/review/SKILL.md +39 -0
- yoke/_dist/sysconf/registry/skills/skill-creator/SKILL.md +107 -0
- yoke/_dist/sysconf/remote_registries.json +43 -0
- yoke/_dist/sysconf/server.yaml +26 -0
- yoke/_dist/web/app.js +6800 -0
- yoke/_dist/web/css/CLAUDE.md +128 -0
- yoke/_dist/web/css/features/common.css +90 -0
- yoke/_dist/web/css/features/composer.css +485 -0
- yoke/_dist/web/css/features/context.css +289 -0
- yoke/_dist/web/css/features/dialogs.css +500 -0
- yoke/_dist/web/css/features/editor.css +81 -0
- yoke/_dist/web/css/features/folders.css +196 -0
- yoke/_dist/web/css/features/messages.css +260 -0
- yoke/_dist/web/css/features/panes.css +371 -0
- yoke/_dist/web/css/features/sidebar.css +570 -0
- yoke/_dist/web/css/features/terminal.css +37 -0
- yoke/_dist/web/css/features/tools.css +369 -0
- yoke/_dist/web/css/settings/agents.css +528 -0
- yoke/_dist/web/css/settings/commands.css +83 -0
- yoke/_dist/web/css/settings/core.css +528 -0
- yoke/_dist/web/css/settings/docs.css +163 -0
- yoke/_dist/web/css/settings/environment.css +121 -0
- yoke/_dist/web/css/settings/mcp.css +305 -0
- yoke/_dist/web/css/settings/models.css +259 -0
- yoke/_dist/web/css/settings/permissions.css +75 -0
- yoke/_dist/web/css/settings/registries.css +219 -0
- yoke/_dist/web/css/settings/sidebar.css +115 -0
- yoke/_dist/web/css/settings/skills.css +370 -0
- yoke/_dist/web/css/settings/squads.css +91 -0
- yoke/_dist/web/css/settings/status.css +157 -0
- yoke/_dist/web/css/settings/theme.css +208 -0
- yoke/_dist/web/css/settings.css +32 -0
- yoke/_dist/web/css/styles.css +33 -0
- yoke/_dist/web/css/themes/dracula.css +25 -0
- yoke/_dist/web/css/themes/github-dark.css +25 -0
- yoke/_dist/web/css/themes/github-light.css +36 -0
- yoke/_dist/web/css/themes/gruvbox-dark.css +25 -0
- yoke/_dist/web/css/themes/monokai.css +25 -0
- yoke/_dist/web/css/themes/nord.css +25 -0
- yoke/_dist/web/css/themes/one-dark.css +25 -0
- yoke/_dist/web/css/themes/solarized-dark.css +25 -0
- yoke/_dist/web/css/themes/solarized-light.css +36 -0
- yoke/_dist/web/css/themes/subtle-grey.css +57 -0
- yoke/_dist/web/css/themes/tokyo-night.css +25 -0
- yoke/_dist/web/css/themes/vscode-light.css +36 -0
- yoke/_dist/web/docs/01-getting-started.md +56 -0
- yoke/_dist/web/docs/02-composer.md +109 -0
- yoke/_dist/web/docs/03-sessions.md +93 -0
- yoke/_dist/web/docs/04-settings-panel.md +157 -0
- yoke/_dist/web/docs/05-themes.md +32 -0
- yoke/_dist/web/docs/10-architecture.md +157 -0
- yoke/_dist/web/docs/11-skills.md +176 -0
- yoke/_dist/web/docs/12-mcp.md +92 -0
- yoke/_dist/web/docs/13-permissions.md +113 -0
- yoke/_dist/web/docs/14-config.md +120 -0
- yoke/_dist/web/docs/15-providers.md +67 -0
- yoke/_dist/web/docs/16-env-vars.md +81 -0
- yoke/_dist/web/docs/17-a2a.md +120 -0
- yoke/_dist/web/docs/18-commands.md +65 -0
- yoke/_dist/web/docs/19-agents.md +254 -0
- yoke/_dist/web/docs/20-learning-and-recall.md +149 -0
- yoke/_dist/web/docs/21-agent-md.md +73 -0
- yoke/_dist/web/favicon.svg +6 -0
- yoke/_dist/web/index.html +336 -0
- yoke/_dist/web/marked.min.js +6 -0
- yoke/_dist/web/monaco/vs/_commonjsHelpers-CT9FvmAN.js +1 -0
- yoke/_dist/web/monaco/vs/abap-D-t0cyap.js +1 -0
- yoke/_dist/web/monaco/vs/apex-CcIm7xu6.js +1 -0
- yoke/_dist/web/monaco/vs/assets/css.worker-HnVq6Ewq.js +93 -0
- yoke/_dist/web/monaco/vs/assets/editor.worker-Be8ye1pW.js +26 -0
- yoke/_dist/web/monaco/vs/assets/html.worker-B51mlPHg.js +470 -0
- yoke/_dist/web/monaco/vs/assets/json.worker-DKiEKt88.js +58 -0
- yoke/_dist/web/monaco/vs/assets/ts.worker-CMbG-7ft.js +67731 -0
- yoke/_dist/web/monaco/vs/azcli-BA0tQDCg.js +1 -0
- yoke/_dist/web/monaco/vs/basic-languages/monaco.contribution.js +1 -0
- yoke/_dist/web/monaco/vs/bat-C397hTD6.js +1 -0
- yoke/_dist/web/monaco/vs/bicep-DF5aW17k.js +2 -0
- yoke/_dist/web/monaco/vs/cameligo-plsz8qhj.js +1 -0
- yoke/_dist/web/monaco/vs/clojure-Y2auQMzK.js +1 -0
- yoke/_dist/web/monaco/vs/coffee-Bu45yuWE.js +1 -0
- yoke/_dist/web/monaco/vs/cpp-CkKPQIni.js +1 -0
- yoke/_dist/web/monaco/vs/csharp-CX28MZyh.js +1 -0
- yoke/_dist/web/monaco/vs/csp-D8uWnyxW.js +1 -0
- yoke/_dist/web/monaco/vs/css-CaeNmE3S.js +3 -0
- yoke/_dist/web/monaco/vs/cssMode-CjiAH6dQ.js +1 -0
- yoke/_dist/web/monaco/vs/cypher-DVThT8BS.js +1 -0
- yoke/_dist/web/monaco/vs/dart-CmGfCvrO.js +1 -0
- yoke/_dist/web/monaco/vs/dockerfile-CZqqYdch.js +1 -0
- yoke/_dist/web/monaco/vs/ecl-30fUercY.js +1 -0
- yoke/_dist/web/monaco/vs/editor/editor.main.css +1 -0
- yoke/_dist/web/monaco/vs/editor/editor.main.js +5 -0
- yoke/_dist/web/monaco/vs/editor.api-CalNCsUg.js +903 -0
- yoke/_dist/web/monaco/vs/elixir-xjPaIfzF.js +1 -0
- yoke/_dist/web/monaco/vs/flow9-DqtmStfK.js +1 -0
- yoke/_dist/web/monaco/vs/freemarker2-Cz_sV6Md.js +3 -0
- yoke/_dist/web/monaco/vs/fsharp-BOMdg4U1.js +1 -0
- yoke/_dist/web/monaco/vs/go-D_hbi-Jt.js +1 -0
- yoke/_dist/web/monaco/vs/graphql-CKUU4kLG.js +1 -0
- yoke/_dist/web/monaco/vs/handlebars-OwglfO-1.js +1 -0
- yoke/_dist/web/monaco/vs/hcl-DTaboeZW.js +1 -0
- yoke/_dist/web/monaco/vs/html-Pa1xEWsY.js +1 -0
- yoke/_dist/web/monaco/vs/htmlMode-Bz67EXwp.js +1 -0
- yoke/_dist/web/monaco/vs/ini-CsNwO04R.js +1 -0
- yoke/_dist/web/monaco/vs/java-CI4ZMsH9.js +1 -0
- yoke/_dist/web/monaco/vs/javascript-PczUCGdz.js +1 -0
- yoke/_dist/web/monaco/vs/jsonMode-DULH5oaX.js +7 -0
- yoke/_dist/web/monaco/vs/julia-BwzEvaQw.js +1 -0
- yoke/_dist/web/monaco/vs/kotlin-IUYPiTV8.js +1 -0
- yoke/_dist/web/monaco/vs/language/css/monaco.contribution.js +1 -0
- yoke/_dist/web/monaco/vs/language/html/monaco.contribution.js +1 -0
- yoke/_dist/web/monaco/vs/language/json/monaco.contribution.js +1 -0
- yoke/_dist/web/monaco/vs/language/typescript/monaco.contribution.js +1 -0
- yoke/_dist/web/monaco/vs/less-C0eDYdqa.js +2 -0
- yoke/_dist/web/monaco/vs/lexon-iON-Kj97.js +1 -0
- yoke/_dist/web/monaco/vs/liquid-DqKjdPGy.js +1 -0
- yoke/_dist/web/monaco/vs/loader.js +1368 -0
- yoke/_dist/web/monaco/vs/lspLanguageFeatures-kM9O9rjY.js +4 -0
- yoke/_dist/web/monaco/vs/lua-DtygF91M.js +1 -0
- yoke/_dist/web/monaco/vs/m3-CsR4AuFi.js +1 -0
- yoke/_dist/web/monaco/vs/markdown-C_rD0bIw.js +1 -0
- yoke/_dist/web/monaco/vs/mdx-DEWtB1K5.js +1 -0
- yoke/_dist/web/monaco/vs/mips-CiYP61RB.js +1 -0
- yoke/_dist/web/monaco/vs/monaco.contribution-D2OdxNBt.js +1 -0
- yoke/_dist/web/monaco/vs/monaco.contribution-DO3azKX8.js +1 -0
- yoke/_dist/web/monaco/vs/monaco.contribution-EcChJV6a.js +1 -0
- yoke/_dist/web/monaco/vs/monaco.contribution-qLAYrEOP.js +1 -0
- yoke/_dist/web/monaco/vs/msdax-C38-sJlp.js +1 -0
- yoke/_dist/web/monaco/vs/mysql-CdtbpvbG.js +1 -0
- yoke/_dist/web/monaco/vs/nls.messages-loader.js +1 -0
- yoke/_dist/web/monaco/vs/nls.messages.cs.js.js +17 -0
- yoke/_dist/web/monaco/vs/nls.messages.de.js.js +17 -0
- yoke/_dist/web/monaco/vs/nls.messages.es.js.js +17 -0
- yoke/_dist/web/monaco/vs/nls.messages.fr.js.js +15 -0
- yoke/_dist/web/monaco/vs/nls.messages.it.js.js +15 -0
- yoke/_dist/web/monaco/vs/nls.messages.ja.js.js +17 -0
- yoke/_dist/web/monaco/vs/nls.messages.js.js +10 -0
- yoke/_dist/web/monaco/vs/nls.messages.ko.js.js +25 -0
- yoke/_dist/web/monaco/vs/nls.messages.pl.js.js +17 -0
- yoke/_dist/web/monaco/vs/nls.messages.pt-br.js.js +6 -0
- yoke/_dist/web/monaco/vs/nls.messages.ru.js.js +17 -0
- yoke/_dist/web/monaco/vs/nls.messages.tr.js.js +15 -0
- yoke/_dist/web/monaco/vs/nls.messages.zh-cn.js.js +17 -0
- yoke/_dist/web/monaco/vs/nls.messages.zh-tw.js.js +15 -0
- yoke/_dist/web/monaco/vs/objective-c-CntZFaHX.js +1 -0
- yoke/_dist/web/monaco/vs/pascal-r6kuqfl_.js +1 -0
- yoke/_dist/web/monaco/vs/pascaligo-BiXoTmXh.js +1 -0
- yoke/_dist/web/monaco/vs/perl-DABw_TcH.js +1 -0
- yoke/_dist/web/monaco/vs/pgsql-me_jFXeX.js +1 -0
- yoke/_dist/web/monaco/vs/php-D_kh-9LK.js +1 -0
- yoke/_dist/web/monaco/vs/pla-VfZjczW0.js +1 -0
- yoke/_dist/web/monaco/vs/postiats-BBSzz8Pk.js +1 -0
- yoke/_dist/web/monaco/vs/powerquery-Dt-g_2cc.js +1 -0
- yoke/_dist/web/monaco/vs/powershell-B-7ap1zc.js +1 -0
- yoke/_dist/web/monaco/vs/protobuf-BmtuEB1A.js +2 -0
- yoke/_dist/web/monaco/vs/pug-BRpRNeEb.js +1 -0
- yoke/_dist/web/monaco/vs/python-Cr0UkIbn.js +1 -0
- yoke/_dist/web/monaco/vs/qsharp-BzsFaUU9.js +1 -0
- yoke/_dist/web/monaco/vs/r-f8dDdrp4.js +1 -0
- yoke/_dist/web/monaco/vs/razor-BYAHOTkz.js +1 -0
- yoke/_dist/web/monaco/vs/redis-fvZQY4PI.js +1 -0
- yoke/_dist/web/monaco/vs/redshift-45Et0LQi.js +1 -0
- yoke/_dist/web/monaco/vs/restructuredtext-C7UUFKFD.js +1 -0
- yoke/_dist/web/monaco/vs/ruby-CZO8zYTz.js +1 -0
- yoke/_dist/web/monaco/vs/rust-Bfetafyc.js +1 -0
- yoke/_dist/web/monaco/vs/sb-3GYllVck.js +1 -0
- yoke/_dist/web/monaco/vs/scala-foMgrKo1.js +1 -0
- yoke/_dist/web/monaco/vs/scheme-CHdMtr7p.js +1 -0
- yoke/_dist/web/monaco/vs/scss-C1cmLt9V.js +3 -0
- yoke/_dist/web/monaco/vs/shell-ClXCKCEW.js +1 -0
- yoke/_dist/web/monaco/vs/solidity-MZ6ExpPy.js +1 -0
- yoke/_dist/web/monaco/vs/sophia-DWkuSsPQ.js +1 -0
- yoke/_dist/web/monaco/vs/sparql-AUGFYSyk.js +1 -0
- yoke/_dist/web/monaco/vs/sql-32GpJSV2.js +1 -0
- yoke/_dist/web/monaco/vs/st-CuDFIVZ_.js +1 -0
- yoke/_dist/web/monaco/vs/swift-n-2HociN.js +3 -0
- yoke/_dist/web/monaco/vs/systemverilog-Ch4vA8Yt.js +1 -0
- yoke/_dist/web/monaco/vs/tcl-D74tq1nH.js +1 -0
- yoke/_dist/web/monaco/vs/tsMode-CZz1Umrk.js +11 -0
- yoke/_dist/web/monaco/vs/twig-C6taOxMV.js +1 -0
- yoke/_dist/web/monaco/vs/typescript-DfOrAzoV.js +1 -0
- yoke/_dist/web/monaco/vs/typespec-D-PIh9Xw.js +1 -0
- yoke/_dist/web/monaco/vs/vb-Dyb2648j.js +1 -0
- yoke/_dist/web/monaco/vs/wgsl-BhLXMOR0.js +298 -0
- yoke/_dist/web/monaco/vs/workers-DcJshg-q.js +1 -0
- yoke/_dist/web/monaco/vs/xml-CdsdnY8S.js +1 -0
- yoke/_dist/web/monaco/vs/yaml-DYGvmE88.js +1 -0
- yoke/_dist/web/settings.js +8360 -0
- yoke/_dist/web/xterm/xterm-addon-fit.js +2 -0
- yoke/_dist/web/xterm/xterm.css +209 -0
- yoke/_dist/web/xterm/xterm.js +2 -0
- yoke/launcher.py +91 -0
- yoke/seed.py +106 -0
- yoke_agent-0.0.0.dev0.dist-info/METADATA +110 -0
- yoke_agent-0.0.0.dev0.dist-info/RECORD +368 -0
- yoke_agent-0.0.0.dev0.dist-info/WHEEL +5 -0
- yoke_agent-0.0.0.dev0.dist-info/entry_points.txt +4 -0
- 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
|
yoke/_dist/bin/yoke.exe
ADDED
|
Binary file
|
|
@@ -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
|
+
}
|