chore: pre-launch cleanup and enterprise section#2
Conversation
There was a problem hiding this comment.
Code Review
This pull request performs a pre-launch cleanup by removing the unimplemented tau2 adapter and its associated stubs from the CLI, core logic, and project configuration. It also updates the README with an Enterprise section, adds a website link to the project metadata, and includes playbook.json in the .gitignore. Feedback suggests also adding the runs/ directory to .gitignore to prevent local execution logs from being accidentally committed.
| # Runtime artifacts | ||
| playbook.json |
There was a problem hiding this comment.
Since this PR focuses on pre-launch cleanup and explicitly adds playbook.json as a runtime artifact to .gitignore, it is highly recommended to also include the runs/ directory. The ExperimentLog and EvolutionLog classes default to creating this directory for storing execution traces and logs (e.g., ./runs/<bench>/<timestamp>). Ignoring it prevents local run data from being accidentally committed to the repository.
# Runtime artifacts
playbook.json
runs/
cbada50 to
ae3f51d
Compare
ae3f51d to
2c77616
Compare
new webpage contact form with email forwarding
Summary
Pre-launch cleanup and developer experience improvements for going public.
Cleanup:
tau2adapter stub and all references (cli, pyproject, comments)CAR_BENCH_TESTED_COMMIT = "TBD"placeholder from CARAdapterplaybook.jsonandruns/(runtime artifacts)Enterprise & metadata:
WebsiteandDocumentationURLs to pyproject.tomlDeveloper experience:
Test plan
runs/gitignore suggestion addressedCo-authored-by: Claude Opus 4.6 noreply@anthropic.com