chore: remove internal planning files and adopt proof packages#56
Merged
Conversation
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.
What
Remove internal planning/scratchpad files already present on this branch and add the first proof-package standard implementation.
Why
The repo now needs durable, machine-checkable proof artifacts for cross-repo done-state claims. This branch also continues the existing cleanup lane for public-facing repo hygiene.
Review Of What Was Built
proof-package.v1contract documentation.Cleanup Review
This PR includes the earlier branch cleanup removing internal planning/scratchpad files from the public repo surface. The proof-package work is additive and does not remove existing demo images or receipts.
Verification Summary
python -m pytest tests/test_validate_proof_package.py -q.venv/bin/ruff check scripts/validate_proof_package.py tests/test_validate_proof_package.pyShipped Summary
GithubRepoAuditor now owns the shared proof-package contract and validator, with a real PortfolioCommandCenter demo proof package as the first concrete example.
Next Phase
Keep proof packages refreshed when cross-repo demos, live syncs, dry runs, releases, or runtime burn-ins are used as done-state evidence.
Remaining Roadmap