Evidence
src/telemachy/init.py:8, .github/workflows/_required.yml:176
Description
__init__.py defines version = '0.1.0' (not __version__). The deps-version-sync CI job scans for if '__version__' in content: and silently exits the loop without error when __version__ is absent. The version sync check passes for the wrong reason — it is not verifying version consistency, it is silently no-oping.
Part of #92
Evidence
src/telemachy/init.py:8, .github/workflows/_required.yml:176
Description
__init__.pydefinesversion = '0.1.0'(not__version__). Thedeps-version-syncCI job scans forif '__version__' in content:and silently exits the loop without error when__version__is absent. The version sync check passes for the wrong reason — it is not verifying version consistency, it is silently no-oping.Part of #92