Skip to content

Stop forcing src-layout for import-linter; ship 0.1.9 - #3

Merged
inquilabee merged 2 commits into
mainfrom
fix/persona-check-gaps
Aug 13, 2026
Merged

Stop forcing src-layout for import-linter; ship 0.1.9#3
inquilabee merged 2 commits into
mainfrom
fix/persona-check-gaps

Conversation

@inquilabee

Copy link
Copy Markdown
Owner

Summary

  • import-linter.check now keys off layout detection (require_if.importable_package) instead of src/*/__init__.py, so flat packages are not skipped.
  • shipgate.__version__ reads installed package metadata so it cannot drift from pyproject.toml.
  • Version bump to 0.1.9 so merge to main can publish (0.1.8 is already on PyPI).

Test plan

  • Pre-commit hooks green on both commits (shipgate check, refactor, pytest)
  • CI make check-commit on 3.11–3.14
  • After merge, PyPI has shipgate 0.1.9

Made with Cursor

inquilabee and others added 2 commits August 13, 2026 08:13
…data

Import-linter skipped flat packages because require_if encoded src/*/__init__.py
instead of the layout detector init already uses. Package names now come from
detect_layout, and __version__ reads the installed metadata so it cannot drift
from pyproject.toml.

Co-authored-by: Cursor <cursoragent@cursor.com>
Persona-check gap fixes need a new version; 0.1.8 is already on PyPI so a
main push without this bump would fail the publish workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
@inquilabee
inquilabee merged commit bb9396d into main Aug 13, 2026
4 checks passed
@inquilabee
inquilabee deleted the fix/persona-check-gaps branch August 13, 2026 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant