chore: prepare for public release#27
Merged
Merged
Conversation
LICENSE (Apache 2.0), CODE_OF_CONDUCT, SECURITY, CONTRIBUTING, CHANGELOG, and CODEOWNERS — matching the format used by the sibling AgentField repos. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Makefile mirrors SWE-AF's pattern: test, lint, check, clean targets for a consistent dev experience across the AgentField repos. .dockerignore was previously tied to a placeholder template (referenced swe_af.egg-info) — replaced with pr-af-specific excludes that keep the Docker build context tight without hiding the README.md hatchling needs at install time. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The repo had two committed .DS_Store files (root and benchmark/) and a thin .gitignore that didn't catch them. Untrack the existing two and expand .gitignore to cover the usual suspects (test/lint caches, editor metadata, env-var dotfiles) so they don't reappear. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Add an installation section with both the docker-compose path and a from-source path; a Configuration section with the canonical env-var table (matching .env.example); a Troubleshooting section covering the common failure modes (opencode install, budget caps, agent registration, GitHub rate limits, repo cloning); and Contributing / License footers. The existing pitch, architecture diagram, comparison table, and GitHub Actions example are preserved — this is additive, not a rewrite. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 8, 2026
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
Prepare pr-af for public open-source release. Matches the format of the already-public sibling repos (SWE-AF, agentfield).
.dockerignore— was tied to a placeholder template; replaced with pr-af-specific excludes that keep the build context tight without hiding the README.md hatchling needs at install time..DS_Storefiles (root +benchmark/) and broadened.gitignoreto cover the usual suspects (test/lint caches, editor metadata, env-var dotfiles).Test plan
tests/test_cost_tracker.py::TestCostTracker::test_async_log_successfailure was already broken onorigin/mainand is unrelated to this PR.🤖 Generated with Claude Code