Remix.run Logo
Show HN: A police department for your Claude Code agents(github.com)
8 points by softie123 3 hours ago | 6 comments
tomaytotomato 2 hours ago | parent | next [-]

Not a criticism, but why would I use this instead of locking down my Claude using the allow/deny permissions list?

    "permissions": {
    "allow": [
      "Bash(npm run lint)",
      "Bash(npm run test *)",
      "Read(~/.zshrc)"
    ],
    "deny": [
      "Bash(curl *)",
      "Read(./.env)",
      "Read(./.env.*)",
      "Read(./secrets/**)"
    ]
  },
FishAngular12 2 hours ago | parent [-]

Where would one put this? In AGENTS.md?

abirch an hour ago | parent [-]

Your settings file: User settings are defined in ~/.claude/settings.json

or /permissions

https://code.claude.com/docs/en/permissions

AdmiralAsshat 3 hours ago | parent | prev | next [-]

Probably needs a better metaphor than "police department", what with the most popular cop meme being:

https://www.reddit.com/media?url=https%3A%2F%2Fpreview.redd....

softie123 2 hours ago | parent [-]

[dead]

KaiShips 2 hours ago | parent | prev [-]

[flagged]