@ccdevkit/ccaudit 0.3.0 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +4 -2
  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
- "claude_command": "claude"
107
+ "claudeCommand": "claude --local",
108
+ "claudeCommandSummary": "~/.local/bin/claude"
108
109
  }
109
110
  ```
110
111
 
111
112
  | Setting | Default | Description |
112
113
  |---------|---------|-------------|
113
- | `claude_command` | `claude` | Command to invoke Claude CLI |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccdevkit/ccaudit",
3
- "version": "0.3.0",
3
+ "version": "0.5.0",
4
4
  "description": "Audit tool for Claude Code projects - runs compliance checks on code and agent actions",
5
5
  "bin": {
6
6
  "ccaudit": "bin/ccaudit"