Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codex/plugins/ox/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ox",
"version": "0.0.15",
"version": "0.0.16",
"description": "Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects",
"author": {
"name": "Oxidian"
Expand Down
90 changes: 0 additions & 90 deletions codex/plugins/ox/scripts/ban_complex_bash.py

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/ox/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ox",
"description": "Base plugin — commit command, code quality hooks, auto-format and check hooks for all projects",
"version": "0.0.15",
"version": "0.0.16",
"author": {
"name": "Oxidian"
}
Expand Down
12 changes: 0 additions & 12 deletions plugins/ox/hooks/hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@
]
}
],
"PermissionRequest": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/ban_complex_bash.py",
"timeout": 10
}
]
}
],
"Stop": [
{
"matcher": "",
Expand Down
90 changes: 0 additions & 90 deletions plugins/ox/scripts/ban_complex_bash.py

This file was deleted.

135 changes: 0 additions & 135 deletions tests/ox/test_ban_complex_bash.py

This file was deleted.