Skip to content

Fix Hermes plugin entry point#3

Merged
JWhitleyWork merged 1 commit into
mainfrom
fix/hermes-plugin-entrypoint
Jun 26, 2026
Merged

Fix Hermes plugin entry point#3
JWhitleyWork merged 1 commit into
mainfrom
fix/hermes-plugin-entrypoint

Conversation

@JWhitleyWork

Copy link
Copy Markdown
Member

Summary

  • Fix the hermes_agent.plugins entry point so github-app loads the package module instead of the register function directly
  • Bump package version to 0.1.1 for the patch release
  • Add a regression test that verifies the entry point loads a module with register
  • Update the README release example to tag 0.1.1

Verification

  • ruff format .
  • ruff check .
  • mypy
  • pytest
  • python -m build
  • python -m twine check dist/*
  • Verified editable entry point loads hermes_github_app_plugin module with register
  • Installed the built wheel in a temporary venv and verified the entry point loads the module with register

@JWhitleyWork JWhitleyWork self-assigned this Jun 26, 2026
@JWhitleyWork JWhitleyWork merged commit fbb81d3 into main Jun 26, 2026
2 checks passed
@JWhitleyWork JWhitleyWork deleted the fix/hermes-plugin-entrypoint branch June 26, 2026 19:55
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