feat(bench-kit): land #31 on master (zone-aware update + tool profile in init) - #32
Merged
Merged
Conversation
- init resolves the agent tool (--tool flag > manifest on repair > interactive pick pre-filled by marker detection > claude-code) and materializes template skills under the profile's skill root (.claude/skills, .agents/skills, ...); the chosen tool is recorded in instance.json so update knows where to propose skill diffs - update works zone by zone: .bench-kit/ replaced wholesale (staged swap, manifest survives version-bumped), workflows and skills synced into the working tree as an uncommitted proposal reviewed via git diff, company content never touched; clean-worktree gate keeps the proposal reviewable - template skill source auto-detects the planned .agents/skills migration Co-authored-by: Claude Fable 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.
Re-lands #31, which merged into its stacked base
feat/bench-kit-workflows-copy14 seconds after #30 was already squash-merged to master — so master got only the workflows copy, and the update + tool-profile work never reached it. This is a clean cherry-pick of the #31 squash commit (0756049) onto master; full suite (503), typecheck and lint green.See #31 for the full description and test evidence.
🤖 Generated with Claude Code