Skip to content

chore(gitignore): bench harness + prompt fixtures stay local#37

Merged
aomerk merged 1 commit into
mainfrom
chore-gitignore-bench-harness
May 1, 2026
Merged

chore(gitignore): bench harness + prompt fixtures stay local#37
aomerk merged 1 commit into
mainfrom
chore-gitignore-bench-harness

Conversation

@aomerk

@aomerk aomerk commented May 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds /scripts/bench-keeba-ab.sh and /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 --print twice with/without keeba MCP and emits a markdown delta table) is local because:

  • It embeds personal Claude Code session assumptions: model alias, effort level, OAuth credential path, etc.
  • 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 status after creating scripts/bench-keeba-ab.sh and bench-prompts/wtgxx.txt locally → both ignored
  • git check-ignore -v <path> confirms gitignore rules match

🤖 Generated with Claude Code

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>
@aomerk aomerk merged commit dcc9995 into main May 1, 2026
2 checks passed
@aomerk aomerk deleted the chore-gitignore-bench-harness branch May 1, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant