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"
}
}
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.jsonand theopenwolf.mdrule 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: