Repo polish: license, CI, community health files, README#15
Merged
Conversation
Add the Apache License 2.0 at the repo root (code license; the technical report remains CC BY 4.0 per CITATION.cff) and fill in pyproject metadata: license, authors, keywords, classifiers, and project URLs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The codex init test still asserted the pre-#5 next-steps wording. Align the CLI message grammar with the README phrasing and update the assertion. Drop an unused Task import flagged by ruff. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
README: add CI/license/python/report badges, a one-paragraph overview, cleaner quick-start (agentic + manual), source attribution for the Frontier SWE table (the footnote markers had no definitions), repository layout, contributing pointers, and a license section. Fix typos in the agent-install prompt. Add CONTRIBUTING.md, SECURITY.md, and issue/PR templates. Co-Authored-By: Claude Fable 5 <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
Gets the repo into shape for external review. Before this PR, GitHub showed no license, no CI, no contributing/security policies, and the README had a few rough edges.
CITATION.cff).pyproject.tomlgains license, authors, keywords, classifiers, and project URLs;uv buildverified.ruff,mypy, andpyteston Python 3.11/3.12/3.13. All three pass locally (199 passed, 7 skipped smoke tests).zenith initnext-steps message, and an unused import flagged by ruff..aux/.out/.toc/.listing), added a root.gitignore.¹/²footnote markers had no definitions), repository layout, and a license section. Typos fixed in the agent-install prompt (hernesses,Infact).CONTRIBUTING.md,SECURITY.md(GitHub private vulnerability reporting), issue templates, PR template.Checklist
uv run ruff check .passesuv run mypy srcpassesuv run pytest -qpasses (199 passed, 7 skipped)🤖 Generated with Claude Code