Universal Behavior Compiler for AI Agents
Define your AI agent instructions once in Universal Markdown, and sync them to every tool in your stack.
--- name: react-strict description: Team Standards globs: ["src/**/*.tsx"] --- - Use functional components. - No 'any' types allowed.
$ agentsync-vcs remote add https://github.com/org/rules.git $ agentsync-vcs sync $ agentsync-vcs pull cursor
--- description: Team Standards globs: - src/**/*.tsx alwaysApply: false --- - Use functional components. - No 'any' types allowed.
## Rule: react-strict **Description:** Team Standards **Globs:** src/**/*.tsx - Use functional components. - No 'any' types allowed.
--- applyTo: - src/**/*.tsx --- - Use functional components. - No 'any' types allowed.
## Rule: react-strict **Description:** Team Standards **Applies to files matching:** `src/**/*.tsx` **Instructions when working on these files:** - Use functional components. - No 'any' types allowed.
--- name: react-strict description: Team Standards --- - Use functional components. - No 'any' types allowed.
> Team Standards - Use functional components. - No 'any' types allowed.
## Rule: react-strict **Description:** Team Standards **Scope:** `src/**/*.tsx` - Use functional components. - No 'any' types allowed.