Merged
Conversation
Sushisource
approved these changes
Feb 19, 2026
Member
|
Looks like we need to add poe to the docker file tho |
…cate module errors This creates __init__.py files in all directories under features/, not just the leaf directories. This ensures proper Python package hierarchy so mypy sees fully qualified module names (e.g., features.update.basic vs features.signal.basic) instead of conflicting module names. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Changed mypy command to scan ../features instead of ../ to prevent conflicts between harness/python/feature.py being seen as both "feature" and "harness.python.feature" modules. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- signal/basic: Use Workflow.run instead of Workflow class for start_workflow - continue_as_new: Use Workflow.run and fix argument positioning - cancel_try_cancel: Use get_workflow_handle instead of get_workflow_handle_for These fixes address the type checking errors found by the newly integrated mypy linting in the build process. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <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.
What was changed
Why?
Checklist
Closes
How was this tested: