feat(pubpunk): require resolved connector refs for evidence handoff#85
Merged
Merged
Conversation
Why: - Keep PubPunk publish handoff boundaries from losing connector-resolution evidence before operation-evidence writing. - Prevent direct adapter, channel, payload, or connector profile refs from bypassing the earlier channel connector profile resolution step. What changed: - Require connector profile resolution, connector profile, and selected connector strategy refs on the publish operation evidence handoff packet. - Carry those refs through assessment and handoff refs, and require them in allowed source refs and expected receipt fields. - Update smoke evidence, module docs, crate status, eval spec, work goal, report, and work 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-operation-evidence-handoff.v0.1.md work/STATUS.md work/goals/goal_add_pubpunk_publish_operation_evidence_handoff_resolved_connector_refs_v0_1.md work/reports/2026-05-20-pubpunk-publish-operation-evidence-handoff-resolved-connector-refs-v0-1.md --report work/reports/2026-05-20-pubpunk-publish-operation-evidence-handoff-resolved-connector-refs-v0-1.md - cargo check --workspace - cargo run -p punk-cli -- eval run smoke - git diff --check Risk: - narrow - event handoff still carries the older connector boundary and should be handled in a later slice. Related: work/goals/goal_add_pubpunk_publish_operation_evidence_handoff_resolved_connector_refs_v0_1.md 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.
Linked intent
work/goals/goal_add_pubpunk_publish_operation_evidence_handoff_resolved_connector_refs_v0_1.mdwork/reports/2026-05-20-pubpunk-publish-operation-evidence-handoff-resolved-connector-refs-v0-1.mdevals/specs/pubpunk-publish-operation-evidence-handoff.v0.1.mdSummary
Type
Goal / intent
Keep the PubPunk publish handoff chain from losing connector-resolution evidence before operation-evidence writing. This is the next bounded continuation after the resolved-connector receipt write handoff slice.
Research Gate preflight
R2Work Ledger alignment
work/STATUS.md:selected_nextwork/STATUS.mdupdatedLinked goal / report:
work/goals/goal_add_pubpunk_publish_operation_evidence_handoff_resolved_connector_refs_v0_1.mdwork/reports/2026-05-20-pubpunk-publish-operation-evidence-handoff-resolved-connector-refs-v0-1.mdScope
In:
Out:
Sensitive surfaces
docs/product/*work/*crates/*DocImpact
code-docdocs/product/CRATE-STATUS.md,docs/modules/pubpunk.md,docs/modules/pubpunk-workspace-instructions.md,evals/specs/pubpunk-publish-operation-evidence-handoff.v0.1.md,work/STATUS.mdValidation / proof
Commands run:
Evidence:
cargo test -p punk-mod-pubpunk: 42 passed; 0 failedcargo test -p punk-eval: 6 passed; 0 failedeval_pubpunk_publish_operation_evidence_handoff_chains_to_host_operation_evidence_write: passDCO / authorship
git commit -s) and complies withDCO.mdReviewer notes
Event handoff still carries the older connector boundary and should be handled in a later slice.
Merge strategy recommendation