feat: Add environment hygiene and feature integration guidance to worker#307
Merged
dlorenc merged 1 commit intodlorenc:mainfrom Jan 28, 2026
Merged
Conversation
Extends worker template with two new capability sections: **Environment Hygiene:** - Shell history stealth (leading space prefix) - Pre-completion cleanup (verify no credentials leaked) **Feature Integration Tasks:** - Reuse First principle - Minimalist Extensions guidance - PR analysis workflow - Integration checklist Follows the concise style of the existing worker template. Fixes dlorenc#282 Fixes dlorenc#283 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Author
Merge Queue Evaluation: ✅ ApprovedStatus: Ready for upstream maintainer to merge CI: ✅ All checks passing This PR adds worker hygiene and feature integration guidance to the worker template. Small, focused, and roadmap-aligned. Recommendation: Approve and merge when ready. |
Contributor
Author
✅ APPROVED FOR MERGEMerge Queue Decision: This PR is approved and ready for upstream maintainer to merge. Status:
Upstream maintainer: This PR is ready to merge whenever you're ready. |
Contributor
Author
|
✅ Merge Queue Approval This PR has been reviewed and is ready to merge:
Recommended action: Merge via squash 🤖 Approved by merge-queue agent |
aronchick
added a commit
to aronchick/multiclaude
that referenced
this pull request
Jan 29, 2026
…ker (dlorenc#307) Extends worker template with two new capability sections: **Environment Hygiene:** - Shell history stealth (leading space prefix) - Pre-completion cleanup (verify no credentials leaked) **Feature Integration Tasks:** - Reuse First principle - Minimalist Extensions guidance - PR analysis workflow - Integration checklist Follows the concise style of the existing worker template. Fixes dlorenc#282 Fixes dlorenc#283 Co-authored-by: Claude Opus 4.5 <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
Extends worker template with two new capability sections for better operational hygiene and PR integration workflows.
Environment Hygiene
Feature Integration Tasks
gh pr view,gh pr diff)Design Decision
Rather than creating separate agent types ("Sanitized-PR-Worker" and "Feature-Integration-Worker"), these capabilities are integrated into the existing worker template. This:
Test Plan
go build ./...go test ./internal/templates/...Fixes #282
Fixes #283
🤖 Generated with Claude Code