Skip to content

docs: clarify Cowork vs Claude Code settings file location#124

Merged
tobinsouth merged 1 commit intomainfrom
fix/cowork-settings-path-docs
Mar 18, 2026
Merged

docs: clarify Cowork vs Claude Code settings file location#124
tobinsouth merged 1 commit intomainfrom
fix/cowork-settings-path-docs

Conversation

@vprajago
Copy link

Problem

All three plugin READMEs instruct users to place settings files in .claude/ directories — but these are Cowork-first plugins (each README says "primarily designed for Cowork" on line 3), and that instruction doesn't work in Cowork.

Why .claude/ doesn't work in Cowork: Cowork has no project concept. Its .claude/ directory is ephemeral, per-session, app-managed storage in ~/Library/Application Support/Claude/.../{sessionId}/.claude/ — not a location users can practically place files in. The agent's cwd is an empty /sessions/{name} home.

What Cowork users should do instead: Save the settings file in any folder shared with Cowork via the folder picker (mounted at $HOME/mnt/{name} in the VM). The skill implementations already search freely with no hardcoded path, so they'll find it.

Reported via Reddit: https://www.reddit.com/r/ClaudeCowork/comments/1rh875p/

Fix

Replaced the single-surface path instruction with a Cowork / Claude Code split:

  • Cowork: Save it in any folder you've shared with Cowork (via the folder picker). The plugin finds it automatically.
  • Claude Code: Save it in your project's .claude/ directory (or the plugin-specific path, depending on the README).

This is docs-only — no code changes needed. The skill implementations (SKILL.md) already search freely.

Files changed

  • legal/README.md — "Configure your playbook" section (legal.local.md)
  • human-resources/README.md — "Settings" section (settings.local.json)
  • sales/README.md — "Settings" section (settings.local.json)

Conflicts note

PRs #119 (install command syntax) and #110 (legal jurisdiction disclaimer) also touch legal/README.md, but in different sections — no textual overlap expected.

The READMEs instructed users to place settings files in 'your project's
.claude/ directory' — but Cowork has no project concept. Its .claude/ is
ephemeral per-session app storage in ~/Library/Application Support/ that
users can't practically access.

Cowork users should instead place settings files in any folder shared
with Cowork via the folder picker. The skill implementations already
search freely with no hardcoded path, so this is purely a docs fix.

Reported via Reddit: https://www.reddit.com/r/ClaudeCowork/comments/1rh875p/
@vprajago vprajago requested a review from mattpic-ant March 17, 2026 15:33
@vprajago vprajago marked this pull request as ready for review March 17, 2026 15:33
@tobinsouth tobinsouth merged commit 307533e into main Mar 18, 2026
@tobinsouth tobinsouth deleted the fix/cowork-settings-path-docs branch March 18, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants