README.md
pyproject.toml
agent_style/__init__.py
agent_style/cli.py
agent_style/installer.py
agent_style/markers.py
agent_style/owned_file.py
agent_style/registry.py
agent_style.egg-info/PKG-INFO
agent_style.egg-info/SOURCES.txt
agent_style.egg-info/dependency_links.txt
agent_style.egg-info/entry_points.txt
agent_style.egg-info/top_level.txt
agent_style/data/NOTICE.md
agent_style/data/RULES.md
agent_style/data/tools.json
agent_style/data/LICENSES/CC-BY-4.0.txt
agent_style/data/LICENSES/MIT.txt
agent_style/data/agents/AGENTS.md
agent_style/data/agents/aider-conventions.md
agent_style/data/agents/claude-code.md
agent_style/data/agents/codex.md
agent_style/data/agents/copilot-instructions.md
agent_style/data/agents/copilot-path-instructions.md
agent_style/data/agents/cursor-rule.mdc
agent_style/data/agents/kiro-steering.md
agent_style/data/agents/anthropic-skill/SKILL.md
agent_style/data/skills/style-review/SKILL.md
agent_style/data/skills/style-review/references/revision-prompt.md
agent_style/data/skills/style-review/references/rule-detectors.md
agent_style/data/skills/style-review/references/fixture-prose/clean-control.expected.json
agent_style/data/skills/style-review/references/fixture-prose/clean-control.md
agent_style/data/skills/style-review/references/fixture-prose/mech-violations.expected.json
agent_style/data/skills/style-review/references/fixture-prose/mech-violations.md
agent_style/data/skills/style-review/references/fixture-prose/messy-real-world.expected.json
agent_style/data/skills/style-review/references/fixture-prose/messy-real-world.md
agent_style/data/skills/style-review/references/fixture-prose/mixed.expected.json
agent_style/data/skills/style-review/references/fixture-prose/mixed.md
agent_style/data/skills/style-review/references/fixture-prose/struct-violations.expected.json
agent_style/data/skills/style-review/references/fixture-prose/struct-violations.md
agent_style/review/__init__.py
agent_style/review/detectors_mech.py
agent_style/review/detectors_sem.py
agent_style/review/detectors_struct.py
agent_style/review/loader.py
agent_style/review/polish.py
agent_style/review/primitive.py
tests/test_review_fixtures.py