bash-classify 0.9.0__tar.gz → 0.9.1__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.
- {bash_classify-0.9.0 → bash_classify-0.9.1}/.claude-plugin/marketplace.json +1 -1
- {bash_classify-0.9.0 → bash_classify-0.9.1}/PKG-INFO +1 -1
- {bash_classify-0.9.0 → bash_classify-0.9.1}/coding-agent-plugins/claude-code/.claude-plugin/plugin.json +1 -1
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/git.yaml +37 -4
- bash_classify-0.9.1/src/bash_classify/commands/snip.yaml +79 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/.claude/rules/command-database.md +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/.editorconfig +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/.github/workflows/ci.yml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/.github/workflows/publish.yml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/.gitignore +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/.python-version +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/CLAUDE.md +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/LICENSE +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/README.md +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/SPEC.md +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/coding-agent-plugins/claude-code/hooks/hook-permission-request.sh +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/coding-agent-plugins/claude-code/hooks/hook-pre-tool-use.sh +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/coding-agent-plugins/claude-code/hooks/hooks.json +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/docs/classification-guidance.md +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/pyproject.toml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/ruff.toml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/schemas/command.schema.json +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/__init__.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/__main__.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/classifier.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/cli.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/agent-browser.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/apt.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/awk.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/basename.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/bash-classify.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/bash.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/black.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/brew.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/builtin.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/cargo.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/cat.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/chgrp.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/chmod.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/chown.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/column.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/comm.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/command.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/cp.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/curl.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/cut.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/date.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/df.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/diff.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/dig.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/dirname.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/docker.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/du.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/echo.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/env.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/eslint.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/expand.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/false.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/file.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/find.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/fmt.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/fold.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/free.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gawk.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gcloud.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gh.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/glab-discussion.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/glab.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/go.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gog.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gradle.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gradlew.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/grep.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/groups.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gunzip.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gws.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/gzip.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/hadolint.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/head.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/helm.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/hostname.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/id.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/install.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/isort.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/java.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/javac.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/join.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/journalctl.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/jq.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/kill.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/killall.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/kubectl.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/less.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/ln.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/ls.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/make.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/md5sum.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/mise.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/mkdir.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/more.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/mv.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/mvn.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/mvnw.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/mypy.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/netstat.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/nice.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/nl.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/node.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/nohup.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/npm.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/npx.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/nslookup.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/paste.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/ping.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/pip.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/pip3.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/pipx.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/pkill.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/pnpm.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/poetry.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/prettier.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/printenv.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/printf.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/ps.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/pup.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/pwd.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/pytest.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/python.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/python3.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/read.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/readlink.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/realpath.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/rev.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/rg.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/rm.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/rsync.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/rtk.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/ruff.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/scp.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/sed.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/seq.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/sh.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/sha1sum.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/sha256sum.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/shellcheck.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/slack.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/sleep.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/sort.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/ss.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/ssh.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/stat.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/stdbuf.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/strace.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/strings.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/sudo.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/systemctl.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/tac.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/tail.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/tar.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/tee.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/terraform.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/test.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/time.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/timeout.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/top.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/touch.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/tr.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/traceroute.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/true.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/tsc.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/type.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/uname.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/unexpand.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/uniq.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/unzip.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/uptime.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/uv.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/wait.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/wc.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/wget.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/whereis.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/which.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/whoami.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/xargs.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/xmllint.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/yarn.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/yes.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/yq.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/zip.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/commands/zsh.yaml +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/database.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/matcher.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/models.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/parser.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/src/bash_classify/py.typed +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/__init__.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/conftest.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_classifier.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_cli.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_cli_serialization.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_database.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_matcher.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_models.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_parser.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_real_world.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_schema.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/tests/test_smoke.py +0 -0
- {bash_classify-0.9.0 → bash_classify-0.9.1}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bash-classify
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
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
|
|
@@ -41,6 +41,7 @@ subcommands:
|
|
|
41
41
|
strict: false
|
|
42
42
|
rev-parse:
|
|
43
43
|
classification: READONLY
|
|
44
|
+
strict: false
|
|
44
45
|
ls-files:
|
|
45
46
|
classification: READONLY
|
|
46
47
|
strict: false
|
|
@@ -88,18 +89,42 @@ subcommands:
|
|
|
88
89
|
strict: false
|
|
89
90
|
version:
|
|
90
91
|
classification: READONLY
|
|
92
|
+
strict: false
|
|
91
93
|
|
|
92
94
|
# --- Branch / tag / remote management ---
|
|
93
95
|
branch:
|
|
94
96
|
classification: LOCAL_EFFECTS
|
|
95
97
|
risk: LOW
|
|
96
98
|
options:
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
# --- Listing / query flags (READONLY) ---
|
|
100
|
+
-a: {overrides: READONLY}
|
|
101
|
+
--all: {overrides: READONLY, aliases: [-a]}
|
|
102
|
+
-r: {overrides: READONLY}
|
|
103
|
+
--remotes: {overrides: READONLY, aliases: [-r]}
|
|
104
|
+
-v: {overrides: READONLY}
|
|
105
|
+
--verbose: {overrides: READONLY, aliases: [-v]}
|
|
101
106
|
-l: {overrides: READONLY}
|
|
102
107
|
--list: {overrides: READONLY, aliases: [-l]}
|
|
108
|
+
--show-current: {overrides: READONLY}
|
|
109
|
+
--contains: {overrides: READONLY, takes_value: true}
|
|
110
|
+
--no-contains: {overrides: READONLY, takes_value: true}
|
|
111
|
+
--merged: {overrides: READONLY, takes_value: true}
|
|
112
|
+
--no-merged: {overrides: READONLY, takes_value: true}
|
|
113
|
+
--points-at: {overrides: READONLY, takes_value: true}
|
|
114
|
+
--sort: {overrides: READONLY, takes_value: true}
|
|
115
|
+
--format: {overrides: READONLY, takes_value: true}
|
|
116
|
+
--column: {overrides: READONLY}
|
|
117
|
+
--no-column: {overrides: READONLY}
|
|
118
|
+
-i: {overrides: READONLY}
|
|
119
|
+
--ignore-case: {overrides: READONLY, aliases: [-i]}
|
|
120
|
+
--abbrev: {overrides: READONLY}
|
|
121
|
+
--no-abbrev: {overrides: READONLY}
|
|
122
|
+
--color: {overrides: READONLY}
|
|
123
|
+
--no-color: {overrides: READONLY}
|
|
124
|
+
--omit-empty: {overrides: READONLY}
|
|
125
|
+
-q: {}
|
|
126
|
+
--quiet: {aliases: [-q]}
|
|
127
|
+
# --- Mutating actions ---
|
|
103
128
|
-d: {overrides: LOCAL_EFFECTS, risk: MEDIUM}
|
|
104
129
|
-D: {overrides: DANGEROUS}
|
|
105
130
|
--delete: {overrides: LOCAL_EFFECTS, risk: MEDIUM}
|
|
@@ -111,7 +136,15 @@ subcommands:
|
|
|
111
136
|
-C: {overrides: DANGEROUS}
|
|
112
137
|
--edit-description: {overrides: LOCAL_EFFECTS, risk: LOW}
|
|
113
138
|
--set-upstream-to: {overrides: LOCAL_EFFECTS, risk: LOW, takes_value: true}
|
|
139
|
+
-u: {overrides: LOCAL_EFFECTS, risk: LOW, takes_value: true, aliases: [--set-upstream-to]}
|
|
114
140
|
--unset-upstream: {overrides: LOCAL_EFFECTS, risk: LOW}
|
|
141
|
+
-t: {overrides: LOCAL_EFFECTS, risk: LOW}
|
|
142
|
+
--track: {overrides: LOCAL_EFFECTS, risk: LOW, aliases: [-t]}
|
|
143
|
+
--no-track: {}
|
|
144
|
+
--create-reflog: {overrides: LOCAL_EFFECTS, risk: LOW}
|
|
145
|
+
-f: {}
|
|
146
|
+
--force: {aliases: [-f]}
|
|
147
|
+
--recurse-submodules: {}
|
|
115
148
|
remote:
|
|
116
149
|
classification: READONLY
|
|
117
150
|
strict: false
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# $schema: ../../../schemas/command.schema.json
|
|
2
|
+
command: snip
|
|
3
|
+
description: "CLI proxy that filters/compresses tool output for LLM agents"
|
|
4
|
+
classification: READONLY
|
|
5
|
+
strict: false
|
|
6
|
+
global_options:
|
|
7
|
+
--help: {overrides: READONLY}
|
|
8
|
+
-h: {overrides: READONLY, aliases: [--help]}
|
|
9
|
+
--version: {overrides: READONLY}
|
|
10
|
+
-V: {overrides: READONLY, aliases: [--version]}
|
|
11
|
+
# Implicit form `snip <tool> <args>` is semantically identical to `<tool> <args>`
|
|
12
|
+
# — same filter pipeline, same risk profile. Explicit `snip run -- <tool> <args>`
|
|
13
|
+
# is the canonical form the Claude Code hook rewrites to. Only snip-native
|
|
14
|
+
# subcommands are enumerated below; everything else falls through to delegation.
|
|
15
|
+
delegates_to:
|
|
16
|
+
mode: rest_are_argv
|
|
17
|
+
subcommands:
|
|
18
|
+
# --- snip-native readonly inspectors ---
|
|
19
|
+
hook:
|
|
20
|
+
classification: READONLY
|
|
21
|
+
strict: false
|
|
22
|
+
subcommands:
|
|
23
|
+
codex:
|
|
24
|
+
classification: READONLY
|
|
25
|
+
hook-audit:
|
|
26
|
+
classification: READONLY
|
|
27
|
+
strict: false
|
|
28
|
+
options:
|
|
29
|
+
--clear: {overrides: LOCAL_EFFECTS}
|
|
30
|
+
gain:
|
|
31
|
+
classification: READONLY
|
|
32
|
+
strict: false
|
|
33
|
+
cc-economics:
|
|
34
|
+
classification: READONLY
|
|
35
|
+
strict: false
|
|
36
|
+
config:
|
|
37
|
+
classification: READONLY
|
|
38
|
+
strict: false
|
|
39
|
+
discover:
|
|
40
|
+
classification: READONLY
|
|
41
|
+
strict: false
|
|
42
|
+
verify:
|
|
43
|
+
classification: READONLY
|
|
44
|
+
strict: false
|
|
45
|
+
learn:
|
|
46
|
+
classification: READONLY
|
|
47
|
+
strict: false
|
|
48
|
+
options:
|
|
49
|
+
--generate: {overrides: LOCAL_EFFECTS}
|
|
50
|
+
|
|
51
|
+
# --- snip-native local-effects ---
|
|
52
|
+
init:
|
|
53
|
+
classification: LOCAL_EFFECTS
|
|
54
|
+
strict: false
|
|
55
|
+
options:
|
|
56
|
+
--uninstall: {overrides: LOCAL_EFFECTS}
|
|
57
|
+
trust:
|
|
58
|
+
classification: LOCAL_EFFECTS
|
|
59
|
+
strict: false
|
|
60
|
+
untrust:
|
|
61
|
+
classification: LOCAL_EFFECTS
|
|
62
|
+
strict: false
|
|
63
|
+
|
|
64
|
+
# --- snip-native delegating runners ---
|
|
65
|
+
# `snip run -- <cmd> <args>` is the explicit form: classify the inner command.
|
|
66
|
+
run:
|
|
67
|
+
strict: false
|
|
68
|
+
delegates_to:
|
|
69
|
+
mode: after_separator
|
|
70
|
+
separator: "--"
|
|
71
|
+
# `snip proxy <cmd> <args>` skips filtering and execs the inner directly.
|
|
72
|
+
proxy:
|
|
73
|
+
strict: false
|
|
74
|
+
delegates_to:
|
|
75
|
+
mode: rest_are_argv
|
|
76
|
+
# `snip check -- <cmd>` is a dry-run that never executes the inner command.
|
|
77
|
+
check:
|
|
78
|
+
classification: READONLY
|
|
79
|
+
strict: false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bash_classify-0.9.0 → bash_classify-0.9.1}/coding-agent-plugins/claude-code/hooks/hooks.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|