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: Actionable Detection

Verify that validation correctly flags informational-only sections in instruction files.

## Pass Cases

- A section containing only imperative rules ("Use snake_case", "Never commit secrets").
- A section with a brief reference table followed by actionable rules.

## Fail Cases

- A 50-line environment variable table with no directive.
- An architecture diagram with no decision statement.
- A changelog or release notes section pasted into the instruction file.

## Expected Behavior

The agent reports each informational-only section with its line number and suggests externalizing the content to a separate file.