bash-classify 0.4.0__tar.gz → 0.4.2__tar.gz

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 (196) hide show
  1. {bash_classify-0.4.0 → bash_classify-0.4.2}/.claude-plugin/marketplace.json +1 -1
  2. {bash_classify-0.4.0 → bash_classify-0.4.2}/PKG-INFO +1 -1
  3. {bash_classify-0.4.0 → bash_classify-0.4.2}/coding-agent-plugins/claude-code/.claude-plugin/plugin.json +1 -1
  4. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/git.yaml +3 -0
  5. bash_classify-0.4.2/src/bash_classify/commands/pup.yaml +610 -0
  6. {bash_classify-0.4.0 → bash_classify-0.4.2}/.claude/rules/command-database.md +0 -0
  7. {bash_classify-0.4.0 → bash_classify-0.4.2}/.editorconfig +0 -0
  8. {bash_classify-0.4.0 → bash_classify-0.4.2}/.github/workflows/ci.yml +0 -0
  9. {bash_classify-0.4.0 → bash_classify-0.4.2}/.github/workflows/publish.yml +0 -0
  10. {bash_classify-0.4.0 → bash_classify-0.4.2}/.gitignore +0 -0
  11. {bash_classify-0.4.0 → bash_classify-0.4.2}/.python-version +0 -0
  12. {bash_classify-0.4.0 → bash_classify-0.4.2}/CLAUDE.md +0 -0
  13. {bash_classify-0.4.0 → bash_classify-0.4.2}/LICENSE +0 -0
  14. {bash_classify-0.4.0 → bash_classify-0.4.2}/README.md +0 -0
  15. {bash_classify-0.4.0 → bash_classify-0.4.2}/SPEC.md +0 -0
  16. {bash_classify-0.4.0 → bash_classify-0.4.2}/coding-agent-plugins/claude-code/hooks/classify-bash.sh +0 -0
  17. {bash_classify-0.4.0 → bash_classify-0.4.2}/coding-agent-plugins/claude-code/hooks/hooks.json +0 -0
  18. {bash_classify-0.4.0 → bash_classify-0.4.2}/docs/classification-guidance.md +0 -0
  19. {bash_classify-0.4.0 → bash_classify-0.4.2}/pyproject.toml +0 -0
  20. {bash_classify-0.4.0 → bash_classify-0.4.2}/ruff.toml +0 -0
  21. {bash_classify-0.4.0 → bash_classify-0.4.2}/schemas/command.schema.json +0 -0
  22. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/__init__.py +0 -0
  23. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/__main__.py +0 -0
  24. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/classifier.py +0 -0
  25. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/cli.py +0 -0
  26. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/agent-browser.yaml +0 -0
  27. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/apt.yaml +0 -0
  28. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/awk.yaml +0 -0
  29. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/basename.yaml +0 -0
  30. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/bash-classify.yaml +0 -0
  31. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/bash.yaml +0 -0
  32. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/black.yaml +0 -0
  33. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/brew.yaml +0 -0
  34. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/builtin.yaml +0 -0
  35. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/cargo.yaml +0 -0
  36. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/cat.yaml +0 -0
  37. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/chgrp.yaml +0 -0
  38. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/chmod.yaml +0 -0
  39. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/chown.yaml +0 -0
  40. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/column.yaml +0 -0
  41. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/comm.yaml +0 -0
  42. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/command.yaml +0 -0
  43. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/cp.yaml +0 -0
  44. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/curl.yaml +0 -0
  45. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/cut.yaml +0 -0
  46. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/date.yaml +0 -0
  47. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/df.yaml +0 -0
  48. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/diff.yaml +0 -0
  49. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/dig.yaml +0 -0
  50. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/dirname.yaml +0 -0
  51. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/docker.yaml +0 -0
  52. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/du.yaml +0 -0
  53. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/echo.yaml +0 -0
  54. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/env.yaml +0 -0
  55. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/eslint.yaml +0 -0
  56. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/expand.yaml +0 -0
  57. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/false.yaml +0 -0
  58. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/file.yaml +0 -0
  59. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/find.yaml +0 -0
  60. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/fmt.yaml +0 -0
  61. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/fold.yaml +0 -0
  62. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/free.yaml +0 -0
  63. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/gawk.yaml +0 -0
  64. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/gcloud.yaml +0 -0
  65. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/gh.yaml +0 -0
  66. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/glab-discussion.yaml +0 -0
  67. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/glab.yaml +0 -0
  68. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/go.yaml +0 -0
  69. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/gradle.yaml +0 -0
  70. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/gradlew.yaml +0 -0
  71. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/grep.yaml +0 -0
  72. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/groups.yaml +0 -0
  73. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/gunzip.yaml +0 -0
  74. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/gzip.yaml +0 -0
  75. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/hadolint.yaml +0 -0
  76. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/head.yaml +0 -0
  77. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/helm.yaml +0 -0
  78. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/hostname.yaml +0 -0
  79. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/id.yaml +0 -0
  80. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/install.yaml +0 -0
  81. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/isort.yaml +0 -0
  82. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/java.yaml +0 -0
  83. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/javac.yaml +0 -0
  84. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/join.yaml +0 -0
  85. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/journalctl.yaml +0 -0
  86. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/jq.yaml +0 -0
  87. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/kill.yaml +0 -0
  88. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/killall.yaml +0 -0
  89. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/kubectl.yaml +0 -0
  90. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/less.yaml +0 -0
  91. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/ln.yaml +0 -0
  92. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/ls.yaml +0 -0
  93. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/make.yaml +0 -0
  94. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/md5sum.yaml +0 -0
  95. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/mkdir.yaml +0 -0
  96. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/more.yaml +0 -0
  97. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/mv.yaml +0 -0
  98. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/mvn.yaml +0 -0
  99. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/mvnw.yaml +0 -0
  100. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/mypy.yaml +0 -0
  101. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/netstat.yaml +0 -0
  102. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/nice.yaml +0 -0
  103. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/nl.yaml +0 -0
  104. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/node.yaml +0 -0
  105. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/nohup.yaml +0 -0
  106. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/npm.yaml +0 -0
  107. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/npx.yaml +0 -0
  108. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/nslookup.yaml +0 -0
  109. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/paste.yaml +0 -0
  110. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/ping.yaml +0 -0
  111. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/pip.yaml +0 -0
  112. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/pip3.yaml +0 -0
  113. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/pipx.yaml +0 -0
  114. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/pkill.yaml +0 -0
  115. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/poetry.yaml +0 -0
  116. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/prettier.yaml +0 -0
  117. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/printenv.yaml +0 -0
  118. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/printf.yaml +0 -0
  119. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/ps.yaml +0 -0
  120. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/pwd.yaml +0 -0
  121. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/pytest.yaml +0 -0
  122. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/python.yaml +0 -0
  123. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/python3.yaml +0 -0
  124. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/read.yaml +0 -0
  125. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/readlink.yaml +0 -0
  126. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/realpath.yaml +0 -0
  127. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/rev.yaml +0 -0
  128. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/rg.yaml +0 -0
  129. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/rm.yaml +0 -0
  130. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/rsync.yaml +0 -0
  131. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/ruff.yaml +0 -0
  132. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/scp.yaml +0 -0
  133. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/sed.yaml +0 -0
  134. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/seq.yaml +0 -0
  135. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/sh.yaml +0 -0
  136. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/sha1sum.yaml +0 -0
  137. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/sha256sum.yaml +0 -0
  138. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/shellcheck.yaml +0 -0
  139. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/sort.yaml +0 -0
  140. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/ss.yaml +0 -0
  141. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/ssh.yaml +0 -0
  142. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/stat.yaml +0 -0
  143. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/strace.yaml +0 -0
  144. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/sudo.yaml +0 -0
  145. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/systemctl.yaml +0 -0
  146. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/tac.yaml +0 -0
  147. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/tail.yaml +0 -0
  148. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/tar.yaml +0 -0
  149. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/tee.yaml +0 -0
  150. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/terraform.yaml +0 -0
  151. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/test.yaml +0 -0
  152. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/time.yaml +0 -0
  153. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/timeout.yaml +0 -0
  154. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/top.yaml +0 -0
  155. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/touch.yaml +0 -0
  156. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/tr.yaml +0 -0
  157. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/traceroute.yaml +0 -0
  158. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/true.yaml +0 -0
  159. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/tsc.yaml +0 -0
  160. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/type.yaml +0 -0
  161. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/uname.yaml +0 -0
  162. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/unexpand.yaml +0 -0
  163. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/uniq.yaml +0 -0
  164. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/unzip.yaml +0 -0
  165. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/uptime.yaml +0 -0
  166. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/uv.yaml +0 -0
  167. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/wc.yaml +0 -0
  168. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/wget.yaml +0 -0
  169. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/whereis.yaml +0 -0
  170. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/which.yaml +0 -0
  171. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/whoami.yaml +0 -0
  172. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/xargs.yaml +0 -0
  173. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/xmllint.yaml +0 -0
  174. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/yarn.yaml +0 -0
  175. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/yes.yaml +0 -0
  176. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/yq.yaml +0 -0
  177. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/zip.yaml +0 -0
  178. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/commands/zsh.yaml +0 -0
  179. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/database.py +0 -0
  180. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/matcher.py +0 -0
  181. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/models.py +0 -0
  182. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/parser.py +0 -0
  183. {bash_classify-0.4.0 → bash_classify-0.4.2}/src/bash_classify/py.typed +0 -0
  184. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/__init__.py +0 -0
  185. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/conftest.py +0 -0
  186. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_classifier.py +0 -0
  187. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_cli.py +0 -0
  188. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_cli_serialization.py +0 -0
  189. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_database.py +0 -0
  190. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_matcher.py +0 -0
  191. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_models.py +0 -0
  192. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_parser.py +0 -0
  193. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_real_world.py +0 -0
  194. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_schema.py +0 -0
  195. {bash_classify-0.4.0 → bash_classify-0.4.2}/tests/test_smoke.py +0 -0
  196. {bash_classify-0.4.0 → bash_classify-0.4.2}/uv.lock +0 -0
@@ -8,7 +8,7 @@
8
8
  {
9
9
  "name": "bash-classify-hook",
10
10
  "description": "Auto-allows low-risk bash commands in Claude Code using bash-classify",
11
- "version": "0.4.0",
11
+ "version": "0.4.2",
12
12
  "author": {
13
13
  "name": "Filip Procházka",
14
14
  "url": "https://github.com/fprochazka"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bash-classify
3
- Version: 0.4.0
3
+ Version: 0.4.2
4
4
  Summary: Classify bash commands as READONLY, WRITE, DANGEROUS, or UNKNOWN
5
5
  Project-URL: Homepage, https://github.com/fprochazka/bash-classify
6
6
  Project-URL: Repository, https://github.com/fprochazka/bash-classify
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bash-classify-hook",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Auto-allows low-risk bash commands in Claude Code using bash-classify",
5
5
  "author": {
6
6
  "name": "Filip Prochazka"
@@ -27,6 +27,9 @@ subcommands:
27
27
  diff:
28
28
  classification: READONLY
29
29
  strict: false
30
+ diff-tree:
31
+ classification: READONLY
32
+ strict: false
30
33
  blame:
31
34
  classification: READONLY
32
35
  strict: false
@@ -0,0 +1,610 @@
1
+ # $schema: ../../../schemas/command.schema.json
2
+ command: pup
3
+ description: "Datadog CLI"
4
+ classification: READONLY
5
+ strict: false
6
+ global_options:
7
+ --help: {overrides: READONLY}
8
+ --org: {takes_value: true}
9
+ --output: {takes_value: true}
10
+ --yes: {}
11
+
12
+ subcommands:
13
+
14
+ apm:
15
+ classification: READONLY
16
+ strict: false
17
+ audit-logs:
18
+ classification: READONLY
19
+ strict: false
20
+ auth:
21
+ classification: LOCAL_EFFECTS
22
+ strict: false
23
+ subcommands:
24
+ list:
25
+ classification: READONLY
26
+ status:
27
+ classification: READONLY
28
+ test:
29
+ classification: READONLY
30
+ login:
31
+ classification: LOCAL_EFFECTS
32
+ logout:
33
+ classification: LOCAL_EFFECTS
34
+ refresh:
35
+ classification: LOCAL_EFFECTS
36
+ cloud:
37
+ classification: READONLY
38
+ strict: false
39
+ containers:
40
+ classification: READONLY
41
+ strict: false
42
+ cost:
43
+ classification: READONLY
44
+ strict: false
45
+ dbm:
46
+ classification: READONLY
47
+ strict: false
48
+ ddsql:
49
+ classification: READONLY
50
+ strict: false
51
+ error-tracking:
52
+ classification: READONLY
53
+ strict: false
54
+ events:
55
+ classification: READONLY
56
+ strict: false
57
+ fleet:
58
+ classification: READONLY
59
+ strict: false
60
+ infrastructure:
61
+ classification: READONLY
62
+ strict: false
63
+ llm-obs:
64
+ classification: READONLY
65
+ strict: false
66
+ logs:
67
+ classification: READONLY
68
+ strict: false
69
+ on-call:
70
+ classification: READONLY
71
+ strict: false
72
+ organizations:
73
+ classification: READONLY
74
+ strict: false
75
+ rum:
76
+ classification: READONLY
77
+ strict: false
78
+ scorecards:
79
+ classification: READONLY
80
+ strict: false
81
+ service-catalog:
82
+ classification: READONLY
83
+ strict: false
84
+ static-analysis:
85
+ classification: READONLY
86
+ strict: false
87
+ status-pages:
88
+ classification: READONLY
89
+ strict: false
90
+ symdb:
91
+ classification: READONLY
92
+ strict: false
93
+ synthetics:
94
+ classification: READONLY
95
+ strict: false
96
+ traces:
97
+ classification: READONLY
98
+ strict: false
99
+ usage:
100
+ classification: READONLY
101
+ strict: false
102
+ users:
103
+ classification: READONLY
104
+ strict: false
105
+ version:
106
+ classification: READONLY
107
+ strict: false
108
+ status:
109
+ classification: READONLY
110
+ strict: false
111
+ completions:
112
+ classification: READONLY
113
+ strict: false
114
+ test-optimization:
115
+ classification: READONLY
116
+ strict: false
117
+ code-coverage:
118
+ classification: READONLY
119
+ strict: false
120
+ cicd:
121
+ classification: READONLY
122
+ strict: false
123
+ product-analytics:
124
+ classification: READONLY
125
+ strict: false
126
+ data-governance:
127
+ classification: READONLY
128
+ strict: false
129
+ feature-flags:
130
+ classification: READONLY
131
+ strict: false
132
+ bits:
133
+ classification: READONLY
134
+ strict: false
135
+ hamr:
136
+ classification: READONLY
137
+ strict: false
138
+ misc:
139
+ classification: READONLY
140
+ strict: false
141
+ agent:
142
+ classification: READONLY
143
+ strict: false
144
+
145
+
146
+ monitors:
147
+ classification: EXTERNAL_EFFECTS
148
+ strict: false
149
+ subcommands:
150
+ list:
151
+ classification: READONLY
152
+ search:
153
+ classification: READONLY
154
+ get:
155
+ classification: READONLY
156
+ create:
157
+ classification: EXTERNAL_EFFECTS
158
+ update:
159
+ classification: EXTERNAL_EFFECTS
160
+ delete:
161
+ classification: DANGEROUS
162
+
163
+ dashboards:
164
+ classification: EXTERNAL_EFFECTS
165
+ strict: false
166
+ subcommands:
167
+ list:
168
+ classification: READONLY
169
+ get:
170
+ classification: READONLY
171
+ create:
172
+ classification: EXTERNAL_EFFECTS
173
+ update:
174
+ classification: EXTERNAL_EFFECTS
175
+ delete:
176
+ classification: DANGEROUS
177
+
178
+ notebooks:
179
+ classification: EXTERNAL_EFFECTS
180
+ strict: false
181
+ subcommands:
182
+ list:
183
+ classification: READONLY
184
+ get:
185
+ classification: READONLY
186
+ create:
187
+ classification: EXTERNAL_EFFECTS
188
+ update:
189
+ classification: EXTERNAL_EFFECTS
190
+ delete:
191
+ classification: DANGEROUS
192
+
193
+ slos:
194
+ classification: EXTERNAL_EFFECTS
195
+ strict: false
196
+ subcommands:
197
+ list:
198
+ classification: READONLY
199
+ get:
200
+ classification: READONLY
201
+ create:
202
+ classification: EXTERNAL_EFFECTS
203
+ update:
204
+ classification: EXTERNAL_EFFECTS
205
+ delete:
206
+ classification: DANGEROUS
207
+
208
+ workflows:
209
+ classification: EXTERNAL_EFFECTS
210
+ strict: false
211
+ subcommands:
212
+ list:
213
+ classification: READONLY
214
+ get:
215
+ classification: READONLY
216
+ create:
217
+ classification: EXTERNAL_EFFECTS
218
+ update:
219
+ classification: EXTERNAL_EFFECTS
220
+ delete:
221
+ classification: DANGEROUS
222
+
223
+ api-keys:
224
+ classification: EXTERNAL_EFFECTS
225
+ strict: false
226
+ subcommands:
227
+ list:
228
+ classification: READONLY
229
+ get:
230
+ classification: READONLY
231
+ create:
232
+ classification: EXTERNAL_EFFECTS
233
+ delete:
234
+ classification: DANGEROUS
235
+
236
+ app-keys:
237
+ classification: EXTERNAL_EFFECTS
238
+ strict: false
239
+ subcommands:
240
+ list:
241
+ classification: READONLY
242
+ get:
243
+ classification: READONLY
244
+ create:
245
+ classification: EXTERNAL_EFFECTS
246
+ update:
247
+ classification: EXTERNAL_EFFECTS
248
+ delete:
249
+ classification: DANGEROUS
250
+
251
+ app-builder:
252
+ classification: EXTERNAL_EFFECTS
253
+ strict: false
254
+ subcommands:
255
+ list:
256
+ classification: READONLY
257
+ get:
258
+ classification: READONLY
259
+ create:
260
+ classification: EXTERNAL_EFFECTS
261
+ update:
262
+ classification: EXTERNAL_EFFECTS
263
+ delete:
264
+ classification: DANGEROUS
265
+
266
+ obs-pipelines:
267
+ classification: EXTERNAL_EFFECTS
268
+ strict: false
269
+ subcommands:
270
+ list:
271
+ classification: READONLY
272
+ get:
273
+ classification: READONLY
274
+ create:
275
+ classification: EXTERNAL_EFFECTS
276
+ update:
277
+ classification: EXTERNAL_EFFECTS
278
+ delete:
279
+ classification: DANGEROUS
280
+
281
+
282
+ metrics:
283
+ classification: EXTERNAL_EFFECTS
284
+ strict: false
285
+ subcommands:
286
+ list:
287
+ classification: READONLY
288
+ query:
289
+ classification: READONLY
290
+ search:
291
+ classification: READONLY
292
+ submit:
293
+ classification: EXTERNAL_EFFECTS
294
+ metadata:
295
+ classification: READONLY
296
+ strict: false
297
+ subcommands:
298
+ get:
299
+ classification: READONLY
300
+ update:
301
+ classification: EXTERNAL_EFFECTS
302
+ tags:
303
+ classification: READONLY
304
+ subcommands:
305
+ list:
306
+ classification: READONLY
307
+
308
+ downtime:
309
+ classification: EXTERNAL_EFFECTS
310
+ strict: false
311
+ subcommands:
312
+ list:
313
+ classification: READONLY
314
+ get:
315
+ classification: READONLY
316
+ create:
317
+ classification: EXTERNAL_EFFECTS
318
+ cancel:
319
+ classification: DANGEROUS
320
+
321
+ incidents:
322
+ classification: EXTERNAL_EFFECTS
323
+ strict: false
324
+ subcommands:
325
+ list:
326
+ classification: READONLY
327
+ get:
328
+ classification: READONLY
329
+ import:
330
+ classification: EXTERNAL_EFFECTS
331
+ settings:
332
+ strict: false
333
+ subcommands:
334
+ get:
335
+ classification: READONLY
336
+ update:
337
+ classification: EXTERNAL_EFFECTS
338
+ handles:
339
+ classification: EXTERNAL_EFFECTS
340
+ strict: false
341
+ subcommands:
342
+ list:
343
+ classification: READONLY
344
+ create:
345
+ classification: EXTERNAL_EFFECTS
346
+ update:
347
+ classification: EXTERNAL_EFFECTS
348
+ delete:
349
+ classification: DANGEROUS
350
+ attachments:
351
+ classification: EXTERNAL_EFFECTS
352
+ strict: false
353
+ subcommands:
354
+ list:
355
+ classification: READONLY
356
+ delete:
357
+ classification: DANGEROUS
358
+ postmortem-templates:
359
+ classification: EXTERNAL_EFFECTS
360
+ strict: false
361
+ subcommands:
362
+ list:
363
+ classification: READONLY
364
+ get:
365
+ classification: READONLY
366
+ create:
367
+ classification: EXTERNAL_EFFECTS
368
+ update:
369
+ classification: EXTERNAL_EFFECTS
370
+ delete:
371
+ classification: DANGEROUS
372
+
373
+ cases:
374
+ classification: EXTERNAL_EFFECTS
375
+ strict: false
376
+ subcommands:
377
+ search:
378
+ classification: READONLY
379
+ get:
380
+ classification: READONLY
381
+ create:
382
+ classification: EXTERNAL_EFFECTS
383
+ archive:
384
+ classification: DANGEROUS
385
+ unarchive:
386
+ classification: EXTERNAL_EFFECTS
387
+ assign:
388
+ classification: EXTERNAL_EFFECTS
389
+ move:
390
+ classification: EXTERNAL_EFFECTS
391
+ update-priority:
392
+ classification: EXTERNAL_EFFECTS
393
+ update-status:
394
+ classification: EXTERNAL_EFFECTS
395
+ update-title:
396
+ classification: EXTERNAL_EFFECTS
397
+ projects:
398
+ classification: EXTERNAL_EFFECTS
399
+ strict: false
400
+ subcommands:
401
+ list:
402
+ classification: READONLY
403
+ get:
404
+ classification: READONLY
405
+ create:
406
+ classification: EXTERNAL_EFFECTS
407
+ update:
408
+ classification: EXTERNAL_EFFECTS
409
+ delete:
410
+ classification: DANGEROUS
411
+ notification-rules:
412
+ classification: EXTERNAL_EFFECTS
413
+ strict: false
414
+ subcommands:
415
+ list:
416
+ classification: READONLY
417
+ create:
418
+ classification: EXTERNAL_EFFECTS
419
+ update:
420
+ classification: EXTERNAL_EFFECTS
421
+ delete:
422
+ classification: DANGEROUS
423
+ jira:
424
+ classification: EXTERNAL_EFFECTS
425
+ strict: false
426
+ subcommands:
427
+ create-issue:
428
+ classification: EXTERNAL_EFFECTS
429
+ link:
430
+ classification: EXTERNAL_EFFECTS
431
+ unlink:
432
+ classification: EXTERNAL_EFFECTS
433
+ servicenow:
434
+ classification: EXTERNAL_EFFECTS
435
+ strict: false
436
+ subcommands:
437
+ create-ticket:
438
+ classification: EXTERNAL_EFFECTS
439
+
440
+ tags:
441
+ classification: EXTERNAL_EFFECTS
442
+ strict: false
443
+ subcommands:
444
+ list:
445
+ classification: READONLY
446
+ get:
447
+ classification: READONLY
448
+ add:
449
+ classification: EXTERNAL_EFFECTS
450
+ update:
451
+ classification: EXTERNAL_EFFECTS
452
+ delete:
453
+ classification: DANGEROUS
454
+
455
+ runbooks:
456
+ classification: READONLY
457
+ strict: false
458
+ subcommands:
459
+ list:
460
+ classification: READONLY
461
+ describe:
462
+ classification: READONLY
463
+ validate:
464
+ classification: READONLY
465
+ run:
466
+ classification: EXTERNAL_EFFECTS
467
+ import:
468
+ classification: EXTERNAL_EFFECTS
469
+
470
+ debugger:
471
+ classification: EXTERNAL_EFFECTS
472
+ strict: false
473
+
474
+ deployment-gates:
475
+ classification: EXTERNAL_EFFECTS
476
+ strict: false
477
+ subcommands:
478
+ evaluations:
479
+ classification: EXTERNAL_EFFECTS
480
+ strict: false
481
+ subcommands:
482
+ get:
483
+ classification: READONLY
484
+ trigger:
485
+ classification: EXTERNAL_EFFECTS
486
+ gates:
487
+ classification: EXTERNAL_EFFECTS
488
+ strict: false
489
+ subcommands:
490
+ list:
491
+ classification: READONLY
492
+ get:
493
+ classification: READONLY
494
+ create:
495
+ classification: EXTERNAL_EFFECTS
496
+ update:
497
+ classification: EXTERNAL_EFFECTS
498
+ delete:
499
+ classification: DANGEROUS
500
+ rules:
501
+ classification: EXTERNAL_EFFECTS
502
+ strict: false
503
+ subcommands:
504
+ list:
505
+ classification: READONLY
506
+ get:
507
+ classification: READONLY
508
+ create:
509
+ classification: EXTERNAL_EFFECTS
510
+ update:
511
+ classification: EXTERNAL_EFFECTS
512
+ delete:
513
+ classification: DANGEROUS
514
+
515
+ change-requests:
516
+ classification: EXTERNAL_EFFECTS
517
+ strict: false
518
+ subcommands:
519
+ get:
520
+ classification: READONLY
521
+ create:
522
+ classification: EXTERNAL_EFFECTS
523
+ create-branch:
524
+ classification: EXTERNAL_EFFECTS
525
+ update:
526
+ classification: EXTERNAL_EFFECTS
527
+ decisions:
528
+ classification: EXTERNAL_EFFECTS
529
+ strict: false
530
+ subcommands:
531
+ update:
532
+ classification: EXTERNAL_EFFECTS
533
+ delete:
534
+ classification: DANGEROUS
535
+
536
+ idp:
537
+ classification: READONLY
538
+ strict: false
539
+ subcommands:
540
+ assist:
541
+ classification: READONLY
542
+ deps:
543
+ classification: READONLY
544
+ find:
545
+ classification: READONLY
546
+ owner:
547
+ classification: READONLY
548
+ register:
549
+ classification: EXTERNAL_EFFECTS
550
+
551
+ investigations:
552
+ classification: READONLY
553
+ strict: false
554
+ subcommands:
555
+ list:
556
+ classification: READONLY
557
+ get:
558
+ classification: READONLY
559
+ trigger:
560
+ classification: EXTERNAL_EFFECTS
561
+
562
+ reference-tables:
563
+ classification: EXTERNAL_EFFECTS
564
+ strict: false
565
+ subcommands:
566
+ list:
567
+ classification: READONLY
568
+ get:
569
+ classification: READONLY
570
+ batch-query:
571
+ classification: READONLY
572
+ create:
573
+ classification: EXTERNAL_EFFECTS
574
+
575
+ skills:
576
+ classification: LOCAL_EFFECTS
577
+ strict: false
578
+ subcommands:
579
+ list:
580
+ classification: READONLY
581
+ path:
582
+ classification: READONLY
583
+ install:
584
+ classification: LOCAL_EFFECTS
585
+
586
+ extension:
587
+ classification: LOCAL_EFFECTS
588
+ strict: false
589
+ subcommands:
590
+ list:
591
+ classification: READONLY
592
+ install:
593
+ classification: LOCAL_EFFECTS
594
+ upgrade:
595
+ classification: LOCAL_EFFECTS
596
+ remove:
597
+ classification: LOCAL_EFFECTS
598
+
599
+ alias:
600
+ classification: LOCAL_EFFECTS
601
+ strict: false
602
+ subcommands:
603
+ list:
604
+ classification: READONLY
605
+ set:
606
+ classification: LOCAL_EFFECTS
607
+ import:
608
+ classification: LOCAL_EFFECTS
609
+ delete:
610
+ classification: LOCAL_EFFECTS
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes