workflow-fix #1326: Step-0 guard registry-blind live-driver probe + inline carve-out registration duty#1087
Draft
superkaiba wants to merge 2 commits into
Draft
workflow-fix #1326: Step-0 guard registry-blind live-driver probe + inline carve-out registration duty#1087superkaiba wants to merge 2 commits into
superkaiba wants to merge 2 commits into
Conversation
…t registration duty Close the Step-0 single-orchestrator guard blind spot to sanctioned inline-chat drivers (#952 double-writer incident, 2026-07-14/15): - task_workflow.py: new pure helper live_driver_evidence() + LIVE_DRIVER_EVIDENCE_KINDS — the guard's second leg; treats a fresh (<30 min) epm:run-launched / epm:cluster-launched / stage-dispatch breadcrumb by another writer as live-driver evidence, with anti-liveness parity with stage_dispatch_should_skip (#810) and fail-toward-dispatch on malformed/future ts. - .claude/skills/issue/SKILL.md: Step 0 "Registry-blind live-driver probe" paragraph — investigate-then-yield, fail toward YIELD, exits via the EXISTING step0-session-collision breadcrumb block (no third --by issue-session-guard block; exit-breadcrumb pins unchanged). - CLAUDE.md: inline explicit-override clause gains the fail-soft register-current duty at dispatch of GPU-backed inline rounds + the completion-time registration cleanup (rm -f manual-issue-<N>.json; superseded by #1327's unregister), with the session-reconcile auto-stop exposure named. - tests: test_live_driver_evidence.py (9 tests incl. the verbatim four-row #952 incident replay + boundary/window pins) and test_issue_skill_step0_live_driver_probe.py (3 prose durability pins).
…rker contract (single breadcrumb, no post_step_completed.py) — satisfies the test_step_completed_resume exit-site pin
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.
Closes task #1326. Two-leg fix for the Step-0 single-orchestrator guard's blindness to registry-invisible inline-chat drivers (#952 incident): task_workflow.live_driver_evidence + SKILL.md Step-0 probe paragraph + CLAUDE.md register-current/cleanup duty + 12 test pins.