.ai-linter-config.yaml
.gitignore
.markdownlint.jsonc
.pre-commit-config.yaml
.pre-commit-hooks.yaml
AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
RELEASE.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/precommit-autoupdate.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
examples/AGENTS.md
examples/sample-skill/SKILL.md
src/aiLinter.py
src/ai_linter_test.py
src/py.typed
src/ai_linter.egg-info/PKG-INFO
src/ai_linter.egg-info/SOURCES.txt
src/ai_linter.egg-info/dependency_links.txt
src/ai_linter.egg-info/entry_points.txt
src/ai_linter.egg-info/requires.txt
src/ai_linter.egg-info/top_level.txt
src/lib/__init__.py
src/lib/config.py
src/lib/log.py
src/lib/parser.py
src/lib/py.typed
src/processors/__init__.py
src/processors/process_agents.py
src/processors/process_skills.py
src/processors/py.typed
src/validators/__init__.py
src/validators/agent_validator.py
src/validators/file_reference_validator.py
src/validators/front_matter_validator.py
src/validators/py.typed
src/validators/skill_validator.py