-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Came across this comment for standardizing LLM rules across different code editors.
There is this tool that I'm using that should solve this problem: https://github.com/intellectronica/ruler
- It allows you to maintain one “source of truth” (or set of Markdown rule files) for instructions/guidelines that all your AI-agents (e.g., GitHub Copilot, Claude Code, and others) should follow.
- It supports nested project structures (for example different sub-folders with their own
.ruler/rules) for context-specific instructions. - Supports MCP Configuration as well.
- List of supported agents
Basically:
- There will be
.ruler/directory with all Markdown rule files ruler applycommand will output per-agent files. We can optionally have this run on pre-commit hook incase devs forget to run this command.- Will automatically add the output files directories to
.gitignoreso that they are not committed to source control as these are artifacts.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels