Skip to content

[MAJOR] §12: version not __version__ — CI version sync check is silently ineffective #177

Description

@mvillmow

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions