claude integration #726
|
The readme states following should be dropped into project's CLAUDE.md or equivalent:
Is this the only way to instruct model to use If going with claude.md instruction, then can this only be done per-project, or is there a way to enable this globally? |
Replies: 2 comments
|
If you're using Claude Code, you don't need to add that instruction to every project. You can put it in ~/.claude/CLAUDE.md and it will apply globally. I don't think fff itself can force an arbitrary coding agent to prefer it over its built-in search tools, that routing decision belongs to the agent/harness. |
|
It might be useful for the README to distinguish between project-level setup and global agent setup, since people probably don't want to copy the same line into every repository. |
If you're using Claude Code, you don't need to add that instruction to every project. You can put it in ~/.claude/CLAUDE.md and it will apply globally.
I don't think fff itself can force an arbitrary coding agent to prefer it over its built-in search tools, that routing decision belongs to the agent/harness.