/ tools / spec-verify / __init__.py
__init__.py
1  """
2  Spec-Verify Tool
3  ================
4  Automated code-to-spec validation using AI agents.
5  
6  Verifies that code implementation matches cspec documentation.
7  """
8  
9  __version__ = "0.1.0"