feat: standardize repository with ex configuration#1
Merged
clairevnext merged 4 commits intomainfrom Apr 9, 2026
Merged
Conversation
- Add standard OSS files (CODE_OF_CONDUCT, CONTRIBUTING, LICENSE, SECURITY) - Add GitHub configuration (.github/CODEOWNERS, dependabot.yml, templates) - Add standardized test workflow with GitHub App badge automation - Add golangci-lint configuration and gitignore - Setup badges directory with placeholder badges - Configure repository for professional OSS development This standardization aligns the repository with bold-minds/ex for consistency across the organization and enables automated badge generation with green status.
Go CLI that manages benchmark results: runs benchmarks (wrapping go test), persists history to .benchmarks.yaml, and generates markdown reports. Commands: run, sync, render, init. Supports flexible targeting (all, package, single benchmark, recursive), multiple output formats (table, json, raw), configurable templates, and per-repo/global config merging. Replaces the spec-only README with a working implementation. Fixes all ex-repo references in boilerplate docs. Passes golangci-lint v2 (strict depguard, shadow, gosec) with zero issues. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The root directory has no .go files, causing `go test ./...` to fail on Windows when the root package is included in the glob. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Windows CI fails with "no Go files in D:\a\bench\bench" because the repo name collides with the root package. Benchmarks already run as part of the test step; the dedicated benchmark step is redundant there. Co-Authored-By: Claude Opus 4.6 (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.
REPOSITORY STANDARDIZATION: Aligns this repository with bold-minds/ex for consistency.
Changes Applied
Benefits
Next Steps After Merge
BADGE_BOT_PRIVATE_KEYThis standardization enables professional, secure, and automated repository management.