feat(bench-kit): sync shared root files (AGENTS.md) on update - #33
Merged
Conversation
Template v0.6.0 ships AGENTS.md (agent instructions: skill order and purpose). init already materializes it with the template root; update now syncs it with the same proposal semantics as skills — added or overwritten in the working tree, reviewable via git diff, never deleting company edits silently. 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.
Template (przeprogramowani/10x-bench-kit, commit 0ddb575) ships
AGENTS.md— high-level agent instructions (skill order + purpose) that travel with the template into every instance.init: no change needed —materializealready copies the template root (and repair mode already skips existing files).update: new shared-zone step —SHARED_ROOT_FILES(AGENTS.md) synced into the working tree with the same proposal semantics as skills (add/overwrite, review viagit diff, dirty-worktree gate applies), reported as its own line and aszones.sharedin the JSON envelope.Tests: fixture grows an
AGENTS.md; the zone-by-zone update test asserts the file is bumped to the new template version and counted inzones.shared. Full suite 503 green, typecheck + lint clean.🤖 Generated with Claude Code