Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion human-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ See [CONNECTORS.md](CONNECTORS.md) for the full list of supported integrations.

## Settings

Create a local settings file at `human-resources/.claude/settings.local.json` to personalize:
Create a `settings.local.json` file to personalize:

- **Cowork**: Save it in any folder you've shared with Cowork (via the folder picker). The plugin finds it automatically.
- **Claude Code**: Save it at `human-resources/.claude/settings.local.json`.

```json
{
Expand Down
5 changes: 4 additions & 1 deletion legal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ claude plugins add knowledge-work-plugins/legal

Create a local settings file to define your organization's standard positions. This is where you encode your team's negotiation playbook, risk tolerances, and standard terms.

In your project's `.claude/` directory, create a `legal.local.md` file:
Create a `legal.local.md` file where Claude can find it:

- **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.

```markdown
# Legal Playbook Configuration
Expand Down
5 changes: 4 additions & 1 deletion sales/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ See [CONNECTORS.md](CONNECTORS.md) for the full list of supported integrations,

## Settings

Create a local settings file at `sales/.claude/settings.local.json` to personalize:
Create a `settings.local.json` file to personalize:

- **Cowork**: Save it in any folder you've shared with Cowork (via the folder picker). The plugin finds it automatically.
- **Claude Code**: Save it at `sales/.claude/settings.local.json`.

```json
{
Expand Down