bash-classify 0.4.1__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.
- {bash_classify-0.4.1 → bash_classify-0.4.2}/.claude-plugin/marketplace.json +1 -1
- {bash_classify-0.4.1 → bash_classify-0.4.2}/PKG-INFO +1 -1
- {bash_classify-0.4.1 → bash_classify-0.4.2}/coding-agent-plugins/claude-code/.claude-plugin/plugin.json +1 -1
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/pup.yaml +38 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/.claude/rules/command-database.md +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/.editorconfig +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/.github/workflows/ci.yml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/.github/workflows/publish.yml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/.gitignore +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/.python-version +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/CLAUDE.md +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/LICENSE +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/README.md +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/SPEC.md +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/coding-agent-plugins/claude-code/hooks/classify-bash.sh +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/coding-agent-plugins/claude-code/hooks/hooks.json +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/docs/classification-guidance.md +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/pyproject.toml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/ruff.toml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/schemas/command.schema.json +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/__init__.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/__main__.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/classifier.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/cli.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/agent-browser.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/apt.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/awk.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/basename.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/bash-classify.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/bash.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/black.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/brew.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/builtin.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/cargo.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/cat.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/chgrp.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/chmod.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/chown.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/column.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/comm.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/command.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/cp.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/curl.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/cut.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/date.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/df.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/diff.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/dig.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/dirname.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/docker.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/du.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/echo.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/env.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/eslint.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/expand.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/false.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/file.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/find.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/fmt.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/fold.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/free.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/gawk.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/gcloud.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/gh.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/git.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/glab-discussion.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/glab.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/go.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/gradle.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/gradlew.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/grep.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/groups.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/gunzip.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/gzip.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/hadolint.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/head.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/helm.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/hostname.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/id.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/install.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/isort.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/java.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/javac.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/join.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/journalctl.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/jq.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/kill.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/killall.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/kubectl.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/less.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/ln.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/ls.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/make.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/md5sum.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/mkdir.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/more.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/mv.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/mvn.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/mvnw.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/mypy.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/netstat.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/nice.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/nl.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/node.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/nohup.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/npm.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/npx.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/nslookup.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/paste.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/ping.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/pip.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/pip3.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/pipx.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/pkill.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/poetry.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/prettier.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/printenv.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/printf.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/ps.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/pwd.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/pytest.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/python.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/python3.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/read.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/readlink.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/realpath.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/rev.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/rg.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/rm.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/rsync.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/ruff.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/scp.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/sed.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/seq.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/sh.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/sha1sum.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/sha256sum.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/shellcheck.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/sort.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/ss.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/ssh.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/stat.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/strace.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/sudo.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/systemctl.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/tac.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/tail.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/tar.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/tee.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/terraform.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/test.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/time.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/timeout.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/top.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/touch.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/tr.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/traceroute.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/true.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/tsc.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/type.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/uname.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/unexpand.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/uniq.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/unzip.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/uptime.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/uv.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/wc.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/wget.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/whereis.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/which.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/whoami.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/xargs.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/xmllint.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/yarn.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/yes.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/yq.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/zip.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/commands/zsh.yaml +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/database.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/matcher.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/models.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/parser.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/src/bash_classify/py.typed +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/__init__.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/conftest.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_classifier.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_cli.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_cli_serialization.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_database.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_matcher.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_models.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_parser.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_real_world.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_schema.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/tests/test_smoke.py +0 -0
- {bash_classify-0.4.1 → bash_classify-0.4.2}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bash-classify
|
|
3
|
-
Version: 0.4.
|
|
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
|
|
@@ -13,8 +13,10 @@ subcommands:
|
|
|
13
13
|
|
|
14
14
|
apm:
|
|
15
15
|
classification: READONLY
|
|
16
|
+
strict: false
|
|
16
17
|
audit-logs:
|
|
17
18
|
classification: READONLY
|
|
19
|
+
strict: false
|
|
18
20
|
auth:
|
|
19
21
|
classification: LOCAL_EFFECTS
|
|
20
22
|
strict: false
|
|
@@ -33,76 +35,112 @@ subcommands:
|
|
|
33
35
|
classification: LOCAL_EFFECTS
|
|
34
36
|
cloud:
|
|
35
37
|
classification: READONLY
|
|
38
|
+
strict: false
|
|
36
39
|
containers:
|
|
37
40
|
classification: READONLY
|
|
41
|
+
strict: false
|
|
38
42
|
cost:
|
|
39
43
|
classification: READONLY
|
|
44
|
+
strict: false
|
|
40
45
|
dbm:
|
|
41
46
|
classification: READONLY
|
|
47
|
+
strict: false
|
|
42
48
|
ddsql:
|
|
43
49
|
classification: READONLY
|
|
50
|
+
strict: false
|
|
44
51
|
error-tracking:
|
|
45
52
|
classification: READONLY
|
|
53
|
+
strict: false
|
|
46
54
|
events:
|
|
47
55
|
classification: READONLY
|
|
56
|
+
strict: false
|
|
48
57
|
fleet:
|
|
49
58
|
classification: READONLY
|
|
59
|
+
strict: false
|
|
50
60
|
infrastructure:
|
|
51
61
|
classification: READONLY
|
|
62
|
+
strict: false
|
|
52
63
|
llm-obs:
|
|
53
64
|
classification: READONLY
|
|
65
|
+
strict: false
|
|
54
66
|
logs:
|
|
55
67
|
classification: READONLY
|
|
68
|
+
strict: false
|
|
56
69
|
on-call:
|
|
57
70
|
classification: READONLY
|
|
71
|
+
strict: false
|
|
58
72
|
organizations:
|
|
59
73
|
classification: READONLY
|
|
74
|
+
strict: false
|
|
60
75
|
rum:
|
|
61
76
|
classification: READONLY
|
|
77
|
+
strict: false
|
|
62
78
|
scorecards:
|
|
63
79
|
classification: READONLY
|
|
80
|
+
strict: false
|
|
64
81
|
service-catalog:
|
|
65
82
|
classification: READONLY
|
|
83
|
+
strict: false
|
|
66
84
|
static-analysis:
|
|
67
85
|
classification: READONLY
|
|
86
|
+
strict: false
|
|
68
87
|
status-pages:
|
|
69
88
|
classification: READONLY
|
|
89
|
+
strict: false
|
|
70
90
|
symdb:
|
|
71
91
|
classification: READONLY
|
|
92
|
+
strict: false
|
|
72
93
|
synthetics:
|
|
73
94
|
classification: READONLY
|
|
95
|
+
strict: false
|
|
74
96
|
traces:
|
|
75
97
|
classification: READONLY
|
|
98
|
+
strict: false
|
|
76
99
|
usage:
|
|
77
100
|
classification: READONLY
|
|
101
|
+
strict: false
|
|
78
102
|
users:
|
|
79
103
|
classification: READONLY
|
|
104
|
+
strict: false
|
|
80
105
|
version:
|
|
81
106
|
classification: READONLY
|
|
107
|
+
strict: false
|
|
82
108
|
status:
|
|
83
109
|
classification: READONLY
|
|
110
|
+
strict: false
|
|
84
111
|
completions:
|
|
85
112
|
classification: READONLY
|
|
113
|
+
strict: false
|
|
86
114
|
test-optimization:
|
|
87
115
|
classification: READONLY
|
|
116
|
+
strict: false
|
|
88
117
|
code-coverage:
|
|
89
118
|
classification: READONLY
|
|
119
|
+
strict: false
|
|
90
120
|
cicd:
|
|
91
121
|
classification: READONLY
|
|
122
|
+
strict: false
|
|
92
123
|
product-analytics:
|
|
93
124
|
classification: READONLY
|
|
125
|
+
strict: false
|
|
94
126
|
data-governance:
|
|
95
127
|
classification: READONLY
|
|
128
|
+
strict: false
|
|
96
129
|
feature-flags:
|
|
97
130
|
classification: READONLY
|
|
131
|
+
strict: false
|
|
98
132
|
bits:
|
|
99
133
|
classification: READONLY
|
|
134
|
+
strict: false
|
|
100
135
|
hamr:
|
|
101
136
|
classification: READONLY
|
|
137
|
+
strict: false
|
|
102
138
|
misc:
|
|
103
139
|
classification: READONLY
|
|
140
|
+
strict: false
|
|
104
141
|
agent:
|
|
105
142
|
classification: READONLY
|
|
143
|
+
strict: false
|
|
106
144
|
|
|
107
145
|
|
|
108
146
|
monitors:
|
|
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.4.1 → bash_classify-0.4.2}/coding-agent-plugins/claude-code/hooks/classify-bash.sh
RENAMED
|
File without changes
|
{bash_classify-0.4.1 → bash_classify-0.4.2}/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
|