feat(pubpunk): require resolved connector refs for write handoff#84
Merged
t3chn merged 1 commit intoMay 20, 2026
Merged
Conversation
Why: - Keep PubPunk receipt-write handoff aligned with the resolved-connector receipt preflight boundary. - Preserve connector selection evidence before the host exact-byte receipt writer path. What changed: - Extend the publish receipt write handoff packet, assessment, findings, and projected handoff refs with connector profile resolution and selected connector strategy refs. - Require resolved connector refs in allowed sources and expected receipt fields. - Update smoke coverage, eval spec, PubPunk docs, crate status, work goal, report, and status. Testing: - cargo fmt - cargo test -p punk-mod-pubpunk - cargo test -p punk-eval - python3 scripts/check_research_gate.py - python3 scripts/check_work_ledger.py - python3 scripts/check_docs_governance.py --files crates/punk-mod-pubpunk/src/lib.rs crates/punk-eval/src/lib.rs docs/modules/pubpunk.md docs/modules/pubpunk-workspace-instructions.md docs/product/CRATE-STATUS.md evals/specs/pubpunk-publish-receipt-write-handoff.v0.1.md work/STATUS.md work/goals/goal_add_pubpunk_publish_receipt_write_handoff_resolved_connector_refs_v0_1.md work/reports/2026-05-20-pubpunk-publish-receipt-write-handoff-resolved-connector-refs-v0-1.md --report work/reports/2026-05-20-pubpunk-publish-receipt-write-handoff-resolved-connector-refs-v0-1.md - cargo check --workspace - cargo run -p punk-cli -- eval run smoke - git diff --check Risk: - narrow - incubating PubPunk packet shape changes only; runtime behavior remains inactive. Signed-off-by: Vitaly D. <netmin@pm.me>
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
Issue ID
N/A
Test plan
Boundaries
Merge strategy recommendation