We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638e9f3 commit 8f7a3c7Copy full SHA for 8f7a3c7
1 file changed
CONTRIBUTING.md
@@ -171,6 +171,7 @@ claude-code-safety-net/
171
│ │ └── xargs.ts # xargs command analysis
172
│ ├── audit.ts # Audit logging
173
│ ├── config.ts # Config loading
174
+│ ├── custom-rules-doc.ts # Custom rules documentation
175
│ ├── env.ts # Environment variable utilities
176
│ ├── format.ts # Output formatting
177
│ ├── rules-git.ts # Git subcommand analysis
@@ -200,7 +201,6 @@ claude-code-safety-net/
200
201
├── tsconfig.typecheck.json # Type-check only config
202
├── AGENTS.md # AI agent guidelines
203
├── CLAUDE.md # Claude Code context
-├── CUSTOM_RULES_REFERENCE.md # Custom rules documentation
204
└── README.md # Project documentation
205
```
206
0 commit comments