agent-rules 0.1.0

Convention and validation for prescribed policy in AI agent instruction files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Eval: Cross-Tool Portability

Verify that rules written for one tool's instruction file work correctly across all supported tools.

## Pass Cases

- Plain markdown rules with relative paths and no tool-specific syntax.
- Rules using standard markdown features (headings, lists, code blocks, tables).

## Fail Cases

- Rules containing Cursor-specific `@file` references.
- Rules using Windsurf frontmatter tags in the rule body.
- Rules using Copilot `applyTo` globs inline instead of in the wrapper format.

## Expected Behavior

The agent flags tool-specific syntax in rule content and suggests portable alternatives. Tool-specific syntax is acceptable only in wrapper/configuration sections, not in the rule text itself.