← ClaudeAtlas

woz-settingslisted

Manage WOZCODE plugin settings - toggle attribution, status line, spinner verbs.
WithWoz/wozcode-plugin · ★ 187 · Data & Documents · score 78
Install: claude install-skill WithWoz/wozcode-plugin
# WOZCODE Settings Manage WOZCODE plugin settings. The user-facing knobs (attribution, status line, spinner verbs, the live-reviewer toggles, …) live in `~/.claude/settings.json` under the `wozcode` key. Prefer the `--show` / `--set` helper below over hand-editing — it applies the right side effects. TRIGGER when: user says "woz settings", "woz config", "configure woz", "toggle attribution", "turn off status line", "disable co-authored-by", or similar. ## Usage Run the settings helper to show or update settings: ### Show current settings ```bash node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/settings-helper.js --show ``` Display the JSON output as a readable table for the user. ### Update a setting ```bash node --no-warnings=ExperimentalWarning ${CLAUDE_PLUGIN_ROOT}/scripts/settings-helper.js --set <key> <value> ``` Where `<key>` is a setting name and `<value>` is `true` or `false`. **Available settings:** | Key | Default | Description | |-----|---------|-------------| | `attribution` | `true` | Co-Authored-By on commits + PR badge | | `statusLine` | `true` | Master toggle for the WOZCODE status line | | `statusLineSession` | `true` | Show session savings in status line | | `statusLineLifetime` | `true` | Show lifetime savings in status line | | `statusLineTips` | `true` | Show quick tips in status line | | `statusLineShare` | `true` | Show /woz-share referral hint in status line | | `spinnerVerbs` | `true` | WOZ-themed spinner verbs | | `alway