bash-classify 0.1.2__tar.gz → 0.1.3__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.1.2 → bash_classify-0.1.3}/.claude-plugin/marketplace.json +5 -5
- {bash_classify-0.1.2 → bash_classify-0.1.3}/PKG-INFO +6 -2
- {bash_classify-0.1.2 → bash_classify-0.1.3}/README.md +5 -1
- {bash_classify-0.1.2 → bash_classify-0.1.3}/coding-agent-plugins/claude-code/.claude-plugin/plugin.json +1 -1
- {bash_classify-0.1.2 → bash_classify-0.1.3}/.claude/rules/command-database.md +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/.editorconfig +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/.github/workflows/ci.yml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/.github/workflows/publish.yml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/.gitignore +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/.python-version +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/CLAUDE.md +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/LICENSE +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/SPEC.md +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/coding-agent-plugins/claude-code/hooks/classify-bash.sh +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/coding-agent-plugins/claude-code/hooks/hooks.json +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/docs/classification-guidance.md +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/pyproject.toml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/ruff.toml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/schemas/command.schema.json +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/__init__.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/__main__.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/classifier.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/cli.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/apt.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/awk.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/basename.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/bash.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/brew.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/builtin.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/cargo.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/cat.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/chgrp.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/chmod.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/chown.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/column.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/comm.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/command.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/cp.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/curl.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/cut.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/date.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/df.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/diff.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/dig.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/dirname.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/docker.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/du.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/echo.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/env.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/expand.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/false.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/file.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/find.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/fmt.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/fold.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/free.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/gawk.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/git.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/go.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/grep.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/groups.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/gunzip.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/gzip.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/head.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/helm.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/hostname.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/id.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/install.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/join.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/journalctl.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/jq.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/kill.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/killall.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/kubectl.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/less.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/ln.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/ls.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/make.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/md5sum.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/mkdir.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/more.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/mv.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/netstat.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/nice.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/nl.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/node.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/nohup.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/npm.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/nslookup.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/paste.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/ping.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/pip.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/pip3.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/pkill.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/poetry.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/printenv.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/printf.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/ps.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/pwd.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/python.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/python3.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/read.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/readlink.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/realpath.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/rev.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/rm.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/rsync.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/scp.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/sed.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/seq.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/sh.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/sha1sum.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/sha256sum.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/sort.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/ss.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/ssh.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/stat.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/strace.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/sudo.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/systemctl.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/tac.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/tail.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/tar.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/tee.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/terraform.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/test.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/time.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/timeout.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/top.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/touch.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/tr.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/traceroute.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/true.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/type.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/uname.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/unexpand.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/uniq.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/unzip.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/uptime.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/uv.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/wc.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/wget.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/whereis.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/which.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/whoami.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/xargs.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/xmllint.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/yes.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/yq.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/zip.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/commands/zsh.yaml +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/database.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/matcher.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/models.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/parser.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/src/bash_classify/py.typed +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/__init__.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/conftest.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_classifier.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_cli.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_cli_serialization.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_database.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_matcher.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_models.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_parser.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_real_world.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_schema.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/tests/test_smoke.py +0 -0
- {bash_classify-0.1.2 → bash_classify-0.1.3}/uv.lock +0 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "bash-classify",
|
|
2
|
+
"name": "fprochazka-bash-classify",
|
|
3
3
|
"description": "Bash command classifier with Claude Code plugin for auto-allowing readonly commands",
|
|
4
|
-
"
|
|
5
|
-
"
|
|
4
|
+
"owner": {
|
|
5
|
+
"name": "Filip Procházka"
|
|
6
6
|
},
|
|
7
7
|
"plugins": [
|
|
8
8
|
{
|
|
9
9
|
"name": "bash-classify-hook",
|
|
10
10
|
"description": "Auto-allows readonly bash commands in Claude Code using bash-classify",
|
|
11
|
-
"version": "0.1.
|
|
11
|
+
"version": "0.1.3",
|
|
12
12
|
"author": {
|
|
13
13
|
"name": "Filip Procházka",
|
|
14
14
|
"url": "https://github.com/fprochazka"
|
|
15
15
|
},
|
|
16
|
-
"source": "
|
|
16
|
+
"source": "./coding-agent-plugins/claude-code",
|
|
17
17
|
"category": "security",
|
|
18
18
|
"homepage": "https://github.com/fprochazka/bash-classify"
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bash-classify
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
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
|
|
@@ -145,11 +145,15 @@ Before tagging, bump the version in both plugin manifest files:
|
|
|
145
145
|
- `coding-agent-plugins/claude-code/.claude-plugin/plugin.json`
|
|
146
146
|
- `.claude-plugin/marketplace.json`
|
|
147
147
|
|
|
148
|
-
|
|
148
|
+
Wait for CI to pass on master, then tag, push, and create a GitHub release:
|
|
149
149
|
|
|
150
150
|
```bash
|
|
151
|
+
# Review changes since last release
|
|
152
|
+
git log $(git describe --tags --abbrev=0)..HEAD --oneline
|
|
153
|
+
|
|
151
154
|
git tag v<version>
|
|
152
155
|
git push origin v<version>
|
|
156
|
+
gh release create v<version> --title "v<version>" --notes "..."
|
|
153
157
|
```
|
|
154
158
|
|
|
155
159
|
The `publish.yml` GitHub Action builds and publishes to PyPI automatically via trusted publishing.
|
|
@@ -116,11 +116,15 @@ Before tagging, bump the version in both plugin manifest files:
|
|
|
116
116
|
- `coding-agent-plugins/claude-code/.claude-plugin/plugin.json`
|
|
117
117
|
- `.claude-plugin/marketplace.json`
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
Wait for CI to pass on master, then tag, push, and create a GitHub release:
|
|
120
120
|
|
|
121
121
|
```bash
|
|
122
|
+
# Review changes since last release
|
|
123
|
+
git log $(git describe --tags --abbrev=0)..HEAD --oneline
|
|
124
|
+
|
|
122
125
|
git tag v<version>
|
|
123
126
|
git push origin v<version>
|
|
127
|
+
gh release create v<version> --title "v<version>" --notes "..."
|
|
124
128
|
```
|
|
125
129
|
|
|
126
130
|
The `publish.yml` GitHub Action builds and publishes to PyPI automatically via trusted publishing.
|
|
File without changes
|
|
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.1.2 → bash_classify-0.1.3}/coding-agent-plugins/claude-code/hooks/classify-bash.sh
RENAMED
|
File without changes
|
{bash_classify-0.1.2 → bash_classify-0.1.3}/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
|