feat(preflight): generate public-safe pr packets#53
Merged
JSONbored merged 1 commit intoMay 29, 2026
Conversation
JSONbored
previously requested changes
May 29, 2026
JSONbored
left a comment
Owner
There was a problem hiding this comment.
PR #53 — request changes
feat(preflight): generate public-safe pr packets
Required changes:
- Wait for/trigger validate; GraphQL shows no validate check on the latest commit.
- Add a final local CLI sanitizer before printing server-provided packet markdown in non-JSON mode.
- Test that non-JSON packet output rejects score/reward/wallet/hotkey/raw-trust/private-reviewability language even if a fixture/server payload regresses.
- Confirm package changelog/version policy because this changes the npm CLI surface.
Add metadata-only PR packet markdown for local branch analysis and expose it through the MCP CLI packet flow. Include branch freshness, overlap caution, changed-path summaries, validation, and tests for public-safe redaction.
oktofeesh1
force-pushed
the
codex/public-safe-pr-packets
branch
from
May 29, 2026 07:35
dba8eac to
8167b95
Compare
This was referenced Jul 2, 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
What changed
prPacket.markdownwith sections for summary, linked context, branch freshness, overlap/WIP checks, changed paths, validation, and next steps.Unreleased.Why
Contributors need a copy/paste PR packet that is safe to publish without exposing local machine paths, sensitive review context, or source contents. This keeps the workflow metadata-only and avoids accidental source upload while still giving maintainers the freshness, overlap, and validation context they need.
Closes #39.
Validation
npm run test:cinpm run changelog:check:mcpvalidatecheck triggered on the latest pushed commit.Notes
0.2.0; MCP package version bumps are release-tag driven through themcp-v*publish workflow, while this PR records the CLI surface change in the package changelog.