@protolabsai/proto 0.14.0 → 0.15.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 (91) hide show
  1. package/README.md +57 -7
  2. package/{dist/bundled → bundled}/qc-helper/docs/configuration/settings.md +9 -0
  3. package/{dist/bundled → bundled}/qc-helper/docs/extension/extension-releasing.md +85 -2
  4. package/{dist/bundled → bundled}/qc-helper/docs/extension/introduction.md +34 -6
  5. package/{dist/bundled → bundled}/qc-helper/docs/features/_meta.ts +1 -0
  6. package/{dist/bundled → bundled}/qc-helper/docs/features/commands.md +14 -13
  7. package/bundled/qc-helper/docs/features/followup-suggestions.md +109 -0
  8. package/{dist/bundled → bundled}/qc-helper/docs/features/hooks.md +13 -0
  9. package/{dist/bundled → bundled}/qc-helper/docs/overview.md +1 -0
  10. package/{dist/cli.js → cli.js} +67972 -62606
  11. package/locales/de.js +1965 -0
  12. package/locales/en.js +2006 -0
  13. package/locales/ja.js +1459 -0
  14. package/locales/pt.js +1957 -0
  15. package/locales/ru.js +1964 -0
  16. package/locales/zh.js +1811 -0
  17. package/package.json +39 -122
  18. /package/{dist/bundled → bundled}/adversarial-verification/SKILL.md +0 -0
  19. /package/{dist/bundled → bundled}/brainstorming/SKILL.md +0 -0
  20. /package/{dist/bundled → bundled}/coding-agent-standards/SKILL.md +0 -0
  21. /package/{dist/bundled → bundled}/dispatching-parallel-agents/SKILL.md +0 -0
  22. /package/{dist/bundled → bundled}/executing-plans/SKILL.md +0 -0
  23. /package/{dist/bundled → bundled}/finishing-a-development-branch/SKILL.md +0 -0
  24. /package/{dist/bundled → bundled}/loop/SKILL.md +0 -0
  25. /package/{dist/bundled → bundled}/qc-helper/SKILL.md +0 -0
  26. /package/{dist/bundled → bundled}/qc-helper/docs/_meta.ts +0 -0
  27. /package/{dist/bundled → bundled}/qc-helper/docs/common-workflow.md +0 -0
  28. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/_meta.ts +0 -0
  29. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/auth.md +0 -0
  30. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/memory.md +0 -0
  31. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/model-providers.md +0 -0
  32. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/qwen-ignore.md +0 -0
  33. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/themes.md +0 -0
  34. /package/{dist/bundled → bundled}/qc-helper/docs/configuration/trusted-folders.md +0 -0
  35. /package/{dist/bundled → bundled}/qc-helper/docs/extension/_meta.ts +0 -0
  36. /package/{dist/bundled → bundled}/qc-helper/docs/extension/getting-started-extensions.md +0 -0
  37. /package/{dist/bundled → bundled}/qc-helper/docs/features/approval-mode.md +0 -0
  38. /package/{dist/bundled → bundled}/qc-helper/docs/features/arena.md +0 -0
  39. /package/{dist/bundled → bundled}/qc-helper/docs/features/checkpointing.md +0 -0
  40. /package/{dist/bundled → bundled}/qc-helper/docs/features/headless.md +0 -0
  41. /package/{dist/bundled → bundled}/qc-helper/docs/features/language.md +0 -0
  42. /package/{dist/bundled → bundled}/qc-helper/docs/features/lsp.md +0 -0
  43. /package/{dist/bundled → bundled}/qc-helper/docs/features/mcp.md +0 -0
  44. /package/{dist/bundled → bundled}/qc-helper/docs/features/sandbox.md +0 -0
  45. /package/{dist/bundled → bundled}/qc-helper/docs/features/scheduled-tasks.md +0 -0
  46. /package/{dist/bundled → bundled}/qc-helper/docs/features/skills.md +0 -0
  47. /package/{dist/bundled → bundled}/qc-helper/docs/features/sub-agents.md +0 -0
  48. /package/{dist/bundled → bundled}/qc-helper/docs/features/token-caching.md +0 -0
  49. /package/{dist/bundled → bundled}/qc-helper/docs/ide-integration/_meta.ts +0 -0
  50. /package/{dist/bundled → bundled}/qc-helper/docs/ide-integration/ide-companion-spec.md +0 -0
  51. /package/{dist/bundled → bundled}/qc-helper/docs/ide-integration/ide-integration.md +0 -0
  52. /package/{dist/bundled → bundled}/qc-helper/docs/integration-github-action.md +0 -0
  53. /package/{dist/bundled → bundled}/qc-helper/docs/integration-jetbrains.md +0 -0
  54. /package/{dist/bundled → bundled}/qc-helper/docs/integration-vscode.md +0 -0
  55. /package/{dist/bundled → bundled}/qc-helper/docs/integration-zed.md +0 -0
  56. /package/{dist/bundled → bundled}/qc-helper/docs/quickstart.md +0 -0
  57. /package/{dist/bundled → bundled}/qc-helper/docs/reference/_meta.ts +0 -0
  58. /package/{dist/bundled → bundled}/qc-helper/docs/reference/keyboard-shortcuts.md +0 -0
  59. /package/{dist/bundled → bundled}/qc-helper/docs/reference/sdk-api.md +0 -0
  60. /package/{dist/bundled → bundled}/qc-helper/docs/support/Uninstall.md +0 -0
  61. /package/{dist/bundled → bundled}/qc-helper/docs/support/_meta.ts +0 -0
  62. /package/{dist/bundled → bundled}/qc-helper/docs/support/tos-privacy.md +0 -0
  63. /package/{dist/bundled → bundled}/qc-helper/docs/support/troubleshooting.md +0 -0
  64. /package/{dist/bundled → bundled}/receiving-code-review/SKILL.md +0 -0
  65. /package/{dist/bundled → bundled}/requesting-code-review/SKILL.md +0 -0
  66. /package/{dist/bundled → bundled}/review/SKILL.md +0 -0
  67. /package/{dist/bundled → bundled}/subagent-driven-development/SKILL.md +0 -0
  68. /package/{dist/bundled → bundled}/subagent-driven-development/code-quality-reviewer-prompt.md +0 -0
  69. /package/{dist/bundled → bundled}/subagent-driven-development/implementer-prompt.md +0 -0
  70. /package/{dist/bundled → bundled}/subagent-driven-development/spec-reviewer-prompt.md +0 -0
  71. /package/{dist/bundled → bundled}/systematic-debugging/SKILL.md +0 -0
  72. /package/{dist/bundled → bundled}/test-driven-development/SKILL.md +0 -0
  73. /package/{dist/bundled → bundled}/using-git-worktrees/SKILL.md +0 -0
  74. /package/{dist/bundled → bundled}/using-superpowers/SKILL.md +0 -0
  75. /package/{dist/bundled → bundled}/verification-before-completion/SKILL.md +0 -0
  76. /package/{dist/bundled → bundled}/writing-plans/SKILL.md +0 -0
  77. /package/{dist/bundled → bundled}/writing-skills/SKILL.md +0 -0
  78. /package/{dist/sandbox-macos-permissive-closed.sb → sandbox-macos-permissive-closed.sb} +0 -0
  79. /package/{dist/sandbox-macos-permissive-open.sb → sandbox-macos-permissive-open.sb} +0 -0
  80. /package/{dist/sandbox-macos-permissive-proxied.sb → sandbox-macos-permissive-proxied.sb} +0 -0
  81. /package/{dist/sandbox-macos-restrictive-closed.sb → sandbox-macos-restrictive-closed.sb} +0 -0
  82. /package/{dist/sandbox-macos-restrictive-open.sb → sandbox-macos-restrictive-open.sb} +0 -0
  83. /package/{dist/sandbox-macos-restrictive-proxied.sb → sandbox-macos-restrictive-proxied.sb} +0 -0
  84. /package/{dist/vendor → vendor}/ripgrep/COPYING +0 -0
  85. /package/{dist/vendor → vendor}/ripgrep/arm64-darwin/rg +0 -0
  86. /package/{dist/vendor → vendor}/ripgrep/arm64-linux/rg +0 -0
  87. /package/{dist/vendor → vendor}/ripgrep/x64-darwin/rg +0 -0
  88. /package/{dist/vendor → vendor}/ripgrep/x64-linux/rg +0 -0
  89. /package/{dist/vendor → vendor}/ripgrep/x64-win32/rg.exe +0 -0
  90. /package/{dist/vendor → vendor}/tree-sitter/tree-sitter-bash.wasm +0 -0
  91. /package/{dist/vendor → vendor}/tree-sitter/tree-sitter.wasm +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.