chore(ci): align weekly-update workflow with other repos#137
Merged
Conversation
- Use pnpm exec claude (not bare claude) - Add structured context/instructions/success_criteria to /updating prompt - Remove stale comment, shell: bash override, pnpm alias
(Bash pnpm/git only, Read, Write, Edit, Glob, Grep) - Switch to --model haiku (cheapest, sufficient for dependency updates) - Add --max-turns 25 to prevent runaway loops - Fix SFW_BIN: use PATH wrapper instead of alias (propagates to subprocesses) - Add post-agent diff validation (block unexpected file modifications) - Gate push/PR on validation passing - Reduce timeout-minutes from 30 to 15
…st fixes
Phase 1: haiku updates deps (cheap, fast, 15 turns, 10min timeout)
Phase 2: build + test to verify updates work
Phase 3: if tests fail, sonnet diagnoses and fixes (25 turns, 15min)
gets build/test failure logs as context
Validate: allow dependency files + source/test files from fix step
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
pnpm exec claudeinstead of bareclaude(consistent with socket-sdk-js, socket-packageurl-js)/updatingpromptshell: bashoverride,pnpmaliasNow byte-for-byte identical to socket-sdk-js and socket-packageurl-js workflows.