chore(gitignore): bench harness + prompt fixtures stay local#37
Merged
Conversation
scripts/bench-keeba-ab.sh and bench-prompts/ are gitignored so the agent (or user) can run real /cost-style A/Bs against keeba without committing the script (embeds personal Claude Code session assumptions — auth flow, model, effort) or the prompts (real Slack-thread investigations that aren't ours to publish). Files exist locally; gitignore lines keep them out of the repo. Co-Authored-By: Claude Opus 4.7 (1M context) <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
/scripts/bench-keeba-ab.shand/bench-prompts/to gitignore so the agent (or user) can run real /cost-style A/B benchmarks locally without committing the script or the prompts.Why
The bench harness (one-shot script that runs
claude --printtwice with/without keeba MCP and emits a markdown delta table) is local because:bench-prompts/holds real investigation transcripts (Slack threads, customer issues) that aren't ours to publish.Both stay on disk, useful, but not committed. This PR is just the gitignore line — no script, no prompts, nothing actionable shipped to the repo.
Test plan
git statusafter creatingscripts/bench-keeba-ab.shandbench-prompts/wtgxx.txtlocally → both ignoredgit check-ignore -v <path>confirms gitignore rules match🤖 Generated with Claude Code