Replies: 2 comments 2 replies
-
|
We'll be getting rid of |
Beta Was this translation helpful? Give feedback.
-
|
Good question — they serve different scopes and that's why both exist:
|
CLAUDE.md |
custom_instructions |
|
|---|---|---|
| Scope | All Claude sessions | One GH Action workflow |
| Version controlled | Yes (in repo) | Yes (in workflow file) |
| Use for | Universal project rules | Trigger-specific overrides |
Think of CLAUDE.md as your constitution and custom_instructions as executive orders for specific situations. You probably need both if you're running multiple workflow triggers with different expectations.
See it in action: before vs after
Before (agent without discipline):
After (agent with continuous-improve installed):
Install:
npx continuous-improve-skill— works with Claude Code, Codex, Cursor, and ChatGPT.
Repo: naimkatiman/continuous-improve-skill
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just installed this and I am unsure what the benefit of this setting is:
We already have
CLAUDE.mdfor this (custom context/instructions).What's the benefit of overloading Claude's API with multiple ways of achieving the same goal?
Beta Was this translation helpful? Give feedback.
All reactions