@ccdevkit/ccaudit 0.3.0 → 0.4.0
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.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -104,13 +104,15 @@ Settings file: `.ccaudit/settings.json` (project) or `~/.ccaudit/settings.json`
|
|
|
104
104
|
|
|
105
105
|
```json
|
|
106
106
|
{
|
|
107
|
-
"
|
|
107
|
+
"claudeCommand": "claude --local",
|
|
108
|
+
"claudeCommandSummary": "~/.local/bin/claude"
|
|
108
109
|
}
|
|
109
110
|
```
|
|
110
111
|
|
|
111
112
|
| Setting | Default | Description |
|
|
112
113
|
|---------|---------|-------------|
|
|
113
|
-
| `
|
|
114
|
+
| `claudeCommand` | `claude` | Command to invoke Claude CLI (supports arguments) |
|
|
115
|
+
| `claudeCommandSummary` | `claude` | Command for internal summary operations (MCP haiku calls) |
|
|
114
116
|
|
|
115
117
|
## CLI Reference
|
|
116
118
|
|