Add Replit starter scaffold and bootstrap script for unit-circle-benchmark - #3
Merged
erinepshovel-code merged 1 commit intoApr 16, 2026
Conversation
erinepshovel-code
deleted the
codex/create-unit-circle-embedding-benchmark
branch
April 16, 2026 00:47
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.
Motivation
Description
unit-circle-benchmark/scripts/bootstrap_replit_starter.sh, a script that scaffolds the full project layout, writes templated files, and refuses to run into a non-empty target unlessFORCE=1is set.unit-circle-benchmark/includingREADME.md,requirements.txt,pyproject.toml,.replit,notebooks/,data/sample JSONL files,outputs/directories, and asrc/package withconfig.py,data.py,embed.py,transforms.py,benchmark.py,metrics.py,utils.py, andmain.pyimplementing embedding, transforms (including unit-circle mapping), retrieval/clustering/geometry benchmarks, and I/O helpers.unit-circle-benchmark/ZIP_SAFE_REPLIT_STARTER.mddocumenting usage, behavior, created files, safety semantics, and verification commands.Testing
bash unit-circle-benchmark/scripts/bootstrap_replit_starter.sh "$tmpdir"and the command completed successfully.python -m compileall srcinside the scaffolded directory and it succeeded without syntax errors.Codex Task