G5A: improve minimal public discovery surface - #4
Merged
Merged
Conversation
This was referenced Sep 12, 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.
Implements the G5A minimal public discovery surface for
davidqyc/codex-preserve(Issue #3).What changed (exactly two files)
README.md — public install/discovery repair
python -m pip install codex-preserve(was the local-sourcepip install .).codex-preserve --help(safe read-only surface)../examples/run_examples.shships in the installed wheel; it is stated as a repository-checkout surface.codex archivedistinction, the non-affiliation wording, and the manifest-relative integrity limitations are all unchanged and not strengthened.pyproject.toml — durable project URLs for future package metadata
Explicitly unchanged
exporter.py,verify.py,cli.py,__init__.py,__main__.py) are byte-identical to the base tree (SHA-256 verified).0.1.0remains. No tag, no GitHub Release, no PyPI publish..github/workflows/*unchanged.Local validation
python3 tools/public_hygiene_scan.py .— PASS (0 findings)PYTHONPATH=src python3 -m unittest discover -t . -s tests— PASS (277 tests)./examples/run_examples.sh— PASS (0/1/2verdicts as documented)python3 -m build— PASS (sdist + wheel)python3 -m twine check --strict dist/*— PASSED for both artifactsVersion: 0.1.0,License-Expression: Apache-2.0, all fourProject-URLentries present.Closes nothing; reference: Issue #3. Not to be merged in G5A — Coordinator review required.