Add shared AI instructions and update Python support - #1749
Merged
Conversation
anth-volk
force-pushed
the
codex/ai-engineering-harness
branch
from
August 30, 2026 12:46
8d2990c to
e6f0dbf
Compare
anth-volk
marked this pull request as ready for review
August 30, 2026 12: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.
Fixes #1748
Fixes #1838
Why
Repository guidance currently lives primarily in
CLAUDE.md, which makes durable engineering instructions difficult to share consistently across Codex, Claude, Copilot, and other AI coding tools. The package also still declared Python 3.9 and 3.10 compatibility from the earlier Census compatibility effort even though PolicyEngine US subsequently removed support for those versions.Summary
AGENTS.mdas the shared AI contributor-instruction entry point.CLAUDE.mdand add Copilot instructions as thin adapters into common documentation.docs/engineering/skills/.uv.lock.Verification
main(672e6d32248107590ccd77fc367cfeb087465a66).uv run --extra dev ruff format .— 999 files unchanged.uv run --extra dev ruff check .— all checks passed.uv lock --check— passed.uv build— source distribution and wheel built successfully.Requires-Python: >=3.11, only Python 3.11–3.14 classifiers, andtables>=3.10.2.git diff --check— passed.make formatcould not run becauseruffwas not directly available on the shell path, so its two commands were run through the locked development environment. The full test suite and documentation build were not run locally; the pull-request workflows will run both.