Merged
Conversation
…ed data
- Plugin install uses git+{homepage} for GitHub/GitLab repos
- Post-install verification catches uv no-op bug
- detect_installer() targets correct Python with --python flag
- save_config() respects REELN_CONFIG/REELN_PROFILE env vars
- HookContext.shared dict for plugin-to-core data passing
- GameState.livestreams field persists URLs from hook plugins
- resolve_config_path() extracted for reuse
- Version strings removed from test assertions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ig path Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
reeln plugins installnow usesgit+{homepage}for GitHub/GitLab plugins instead of PyPI, with post-install verificationsave_config()respectsREELN_CONFIG/REELN_PROFILEenv vars; extractedresolve_config_path()HookContext.shareddict lets plugins pass data back to core (e.g. livestream URLs)GameState.livestreamspersists URLs written by hook plugins duringgame initdetect_installer()passes--python sys.executableto uv for correct environment targeting__version__dynamicallyTest plan
reeln plugins install streamn-scoreboardinstalls from GitHubreeln plugins listshows installed plugin after installv0.0.26after merge to trigger PyPI release🤖 Generated with Claude Code