fix: batch additional small open PR fixes#28065
Open
syhya wants to merge 1 commit intoanthropics:mainfrom
Open
fix: batch additional small open PR fixes#28065syhya wants to merge 1 commit intoanthropics:mainfrom
syhya wants to merge 1 commit intoanthropics:mainfrom
Conversation
This was referenced Feb 24, 2026
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
This PR bundles several small, high-confidence open PR fixes into one mergeable patch:
Hookify Write/Edit field mapping fix (from fix(hookify): make file rules match Write tool content #24321)
content/new_text/new_stringextraction so Write rules usingnew_textwork as expected.Python 3.8 typing compatibility (from fix: Python 3.8 compatibility in hookify config_loader #24266)
tuple[...]annotation withTuple[...]inconfig_loader.py.README install wording update for WSL (from misc: Update installation instructions for WSL support #27126)
Plugin marketplace entry example (from fix(plugin-dev): add marketplace.json entry example in create-plugin #24509)
create-plugin.mdguidance.Duplicate-handling scripts exit code fix (from Fix exit codes for duplicate automation scripts #25309)
process.exitCode = 1in both scripts.IPv6 firewall hardening (from fix(devcontainer): let init-firewall.sh block IPv6 traffic #24951, enhanced)
ip6tablesis available.command -v ip6tablesguard to avoid failures in environments withoutip6tables.Validation
python -m py_compile plugins/hookify/core/config_loader.py plugins/hookify/core/rule_engine.pybash -n .devcontainer/init-firewall.shNotes
These are intentionally small and isolated fixes to reduce review overhead and help move the open PR backlog.