crewscore 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
crewscore/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ """CrewScore - deterministic offline checker for AI agent prompts and coding-agent config.
2
+
3
+ Reports governance guardrail coverage and configuration smells with
4
+ explainable per-rule findings, for use as a CI gate. See docs/validation.md
5
+ for what the score does and does not measure.
6
+ """
7
+
8
+ __version__ = "0.1.0"