bash-classify 0.2.1__tar.gz → 0.2.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.2.1 → bash_classify-0.2.2}/.claude-plugin/marketplace.json +1 -1
- {bash_classify-0.2.1 → bash_classify-0.2.2}/PKG-INFO +2 -2
- {bash_classify-0.2.1 → bash_classify-0.2.2}/README.md +1 -1
- {bash_classify-0.2.1 → bash_classify-0.2.2}/coding-agent-plugins/claude-code/.claude-plugin/plugin.json +1 -1
- bash_classify-0.2.2/src/bash_classify/commands/bash-classify.yaml +8 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/cargo.yaml +24 -0
- bash_classify-0.2.2/src/bash_classify/commands/npx.yaml +42 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/.claude/rules/command-database.md +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/.editorconfig +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/.github/workflows/ci.yml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/.github/workflows/publish.yml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/.gitignore +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/.python-version +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/CLAUDE.md +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/LICENSE +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/SPEC.md +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/coding-agent-plugins/claude-code/hooks/classify-bash.sh +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/coding-agent-plugins/claude-code/hooks/hooks.json +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/docs/classification-guidance.md +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/pyproject.toml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/ruff.toml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/schemas/command.schema.json +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/__init__.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/__main__.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/classifier.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/cli.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/apt.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/awk.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/basename.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/bash.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/brew.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/builtin.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/cat.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/chgrp.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/chmod.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/chown.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/column.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/comm.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/command.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/cp.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/curl.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/cut.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/date.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/df.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/diff.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/dig.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/dirname.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/docker.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/du.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/echo.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/env.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/expand.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/false.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/file.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/find.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/fmt.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/fold.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/free.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/gawk.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/gh.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/git.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/glab.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/go.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/grep.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/groups.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/gunzip.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/gzip.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/head.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/helm.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/hostname.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/id.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/install.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/join.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/journalctl.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/jq.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/kill.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/killall.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/kubectl.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/less.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/ln.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/ls.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/make.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/md5sum.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/mkdir.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/more.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/mv.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/netstat.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/nice.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/nl.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/node.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/nohup.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/npm.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/nslookup.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/paste.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/ping.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/pip.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/pip3.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/pkill.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/poetry.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/printenv.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/printf.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/ps.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/pwd.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/pytest.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/python.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/python3.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/read.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/readlink.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/realpath.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/rev.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/rg.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/rm.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/rsync.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/ruff.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/scp.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/sed.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/seq.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/sh.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/sha1sum.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/sha256sum.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/sort.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/ss.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/ssh.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/stat.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/strace.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/sudo.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/systemctl.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/tac.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/tail.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/tar.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/tee.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/terraform.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/test.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/time.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/timeout.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/top.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/touch.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/tr.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/traceroute.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/true.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/type.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/uname.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/unexpand.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/uniq.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/unzip.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/uptime.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/uv.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/wc.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/wget.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/whereis.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/which.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/whoami.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/xargs.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/xmllint.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/yes.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/yq.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/zip.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/commands/zsh.yaml +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/database.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/matcher.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/models.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/parser.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/src/bash_classify/py.typed +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/__init__.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/conftest.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_classifier.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_cli.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_cli_serialization.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_database.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_matcher.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_models.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_parser.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_real_world.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_schema.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/tests/test_smoke.py +0 -0
- {bash_classify-0.2.1 → bash_classify-0.2.2}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bash-classify
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.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
|
|
@@ -77,7 +77,7 @@ claude plugin install bash-classify-hook@fprochazka-bash-classify
|
|
|
77
77
|
To upgrade after a new release:
|
|
78
78
|
|
|
79
79
|
```bash
|
|
80
|
-
uv tool
|
|
80
|
+
uv tool install --force bash-classify
|
|
81
81
|
claude plugin marketplace update fprochazka-bash-classify
|
|
82
82
|
claude plugin update bash-classify-hook@fprochazka-bash-classify
|
|
83
83
|
```
|
|
@@ -48,7 +48,7 @@ claude plugin install bash-classify-hook@fprochazka-bash-classify
|
|
|
48
48
|
To upgrade after a new release:
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
|
-
uv tool
|
|
51
|
+
uv tool install --force bash-classify
|
|
52
52
|
claude plugin marketplace update fprochazka-bash-classify
|
|
53
53
|
claude plugin update bash-classify-hook@fprochazka-bash-classify
|
|
54
54
|
```
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# $schema: ../../../schemas/command.schema.json
|
|
2
|
+
command: bash-classify
|
|
3
|
+
description: "Classify bash commands by their side-effect risk level"
|
|
4
|
+
classification: READONLY
|
|
5
|
+
strict: false
|
|
6
|
+
global_options:
|
|
7
|
+
--help: {overrides: READONLY}
|
|
8
|
+
--version: {overrides: READONLY}
|
|
@@ -25,7 +25,31 @@ subcommands:
|
|
|
25
25
|
classification: DANGEROUS
|
|
26
26
|
install:
|
|
27
27
|
classification: LOCAL_EFFECTS
|
|
28
|
+
options:
|
|
29
|
+
--list: {overrides: READONLY}
|
|
28
30
|
clean:
|
|
29
31
|
classification: LOCAL_EFFECTS
|
|
30
32
|
update:
|
|
31
33
|
classification: LOCAL_EFFECTS
|
|
34
|
+
search:
|
|
35
|
+
classification: READONLY
|
|
36
|
+
tree:
|
|
37
|
+
classification: READONLY
|
|
38
|
+
metadata:
|
|
39
|
+
classification: READONLY
|
|
40
|
+
verify-project:
|
|
41
|
+
classification: READONLY
|
|
42
|
+
bench:
|
|
43
|
+
classification: LOCAL_EFFECTS
|
|
44
|
+
init:
|
|
45
|
+
classification: LOCAL_EFFECTS
|
|
46
|
+
new:
|
|
47
|
+
classification: LOCAL_EFFECTS
|
|
48
|
+
fix:
|
|
49
|
+
classification: LOCAL_EFFECTS
|
|
50
|
+
add:
|
|
51
|
+
classification: LOCAL_EFFECTS
|
|
52
|
+
remove:
|
|
53
|
+
classification: LOCAL_EFFECTS
|
|
54
|
+
generate-lockfile:
|
|
55
|
+
classification: LOCAL_EFFECTS
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# $schema: ../../../schemas/command.schema.json
|
|
2
|
+
command: npx
|
|
3
|
+
description: "Execute npm package binaries"
|
|
4
|
+
classification: DANGEROUS
|
|
5
|
+
strict: false
|
|
6
|
+
global_options:
|
|
7
|
+
--help: {overrides: READONLY}
|
|
8
|
+
--version: {overrides: READONLY}
|
|
9
|
+
delegates_to:
|
|
10
|
+
mode: rest_are_argv
|
|
11
|
+
options:
|
|
12
|
+
--yes: {}
|
|
13
|
+
-y: {aliases: [--yes]}
|
|
14
|
+
--no: {}
|
|
15
|
+
--package: {takes_value: true}
|
|
16
|
+
-p: {takes_value: true, aliases: [--package]}
|
|
17
|
+
--call: {takes_value: true}
|
|
18
|
+
-c: {takes_value: true, aliases: [--call]}
|
|
19
|
+
subcommands:
|
|
20
|
+
tree-sitter:
|
|
21
|
+
classification: LOCAL_EFFECTS
|
|
22
|
+
strict: false
|
|
23
|
+
prettier:
|
|
24
|
+
classification: LOCAL_EFFECTS
|
|
25
|
+
strict: false
|
|
26
|
+
eslint:
|
|
27
|
+
classification: READONLY
|
|
28
|
+
strict: false
|
|
29
|
+
options:
|
|
30
|
+
--fix: {overrides: LOCAL_EFFECTS}
|
|
31
|
+
tsc:
|
|
32
|
+
classification: READONLY
|
|
33
|
+
strict: false
|
|
34
|
+
jest:
|
|
35
|
+
classification: LOCAL_EFFECTS
|
|
36
|
+
strict: false
|
|
37
|
+
mocha:
|
|
38
|
+
classification: LOCAL_EFFECTS
|
|
39
|
+
strict: false
|
|
40
|
+
vitest:
|
|
41
|
+
classification: LOCAL_EFFECTS
|
|
42
|
+
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
|
{bash_classify-0.2.1 → bash_classify-0.2.2}/coding-agent-plugins/claude-code/hooks/classify-bash.sh
RENAMED
|
File without changes
|
{bash_classify-0.2.1 → bash_classify-0.2.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
|