mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-07-12 20:15:31 +08:00
- Replace hardcoded SSH/docker targets with environment variables - Add remote-check, remote-dry, remote-test, remote-test-one recipes - Add remote cmd for arbitrary command execution in docker container
25 lines
541 B
JSON
25 lines
541 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/kenryu42/claude-code-safety-net/main/assets/cc-safety-net.schema.json",
|
|
"version": 1,
|
|
"rules": [
|
|
{
|
|
"name": "block-uv-run",
|
|
"command": "uv",
|
|
"subcommand": "run",
|
|
"block_args": [
|
|
"python",
|
|
"python3",
|
|
"pytest",
|
|
"pip",
|
|
"-m",
|
|
"--module",
|
|
"--help",
|
|
"--version",
|
|
"-h",
|
|
"-v"
|
|
],
|
|
"reason": "uv run is blocked in this project. Use direct command execution instead."
|
|
}
|
|
]
|
|
}
|