Skip to content

Add a configurable CLAUDE.md location #23

@nathanlong85

Description

@nathanlong85

Can the CLAUDE.md file used by OpenWolf be made configurable?

My team's projects use the CLAUDE.md in the repo root for defining team-specific project rules and standards. It also gets committed so everyone has the same content. Because of this, I can't put personal things in that file. This makes OpenWolf unusable for me, and I can't be the only one in this situation. Actually, the same thing goes for .claude/settings.json and the openwolf.md rule as well.

Would it make sense to have config options that would allow the user to specify an alternate settings.json and a CLAUDE.md that could be referenced from the root CLAUDE.md? Something like:

{
  "version": 1,
  "openwolf": {
    "claude_md_path": "CLAUDE.local.md",
    "claude_settings_path": ".claude/settings.local.json",
    "claude_rules_openwolf_path": ".claude/rules/local/openwolf.md"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions