fix(rectification): hold time cards until propose gate and interview stop
Keep representative-time cards off while method coverage is still open. New cases bind Skill 10.0.9; existing 10.0.8 packages stay hashed. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -84,6 +84,7 @@ def score_candidates(request: RectificationRequest) -> dict[str, Any]:
|
||||
"display_allowed": decision_receipt["display_allowed"],
|
||||
"selection_allowed": decision_receipt["selection_allowed"],
|
||||
"acceptance_allowed": decision_receipt["acceptance_allowed"],
|
||||
"propose_allowed": decision_receipt["propose_allowed"],
|
||||
"confirmation_allowed": decision_receipt["confirmation_allowed"],
|
||||
"representative_candidate_id": representative["candidate_id"] if representative else None,
|
||||
"representative_time": representative["time"] if representative else None,
|
||||
@@ -111,6 +112,7 @@ def diagnostics(request: RectificationRequest) -> dict[str, Any]:
|
||||
"display_allowed": scored["display_allowed"],
|
||||
"selection_allowed": scored["selection_allowed"],
|
||||
"acceptance_allowed": scored["acceptance_allowed"],
|
||||
"propose_allowed": scored["propose_allowed"],
|
||||
"confirmation_allowed": scored["confirmation_allowed"],
|
||||
"representative_candidate_id": scored["representative_candidate_id"],
|
||||
"representative_time": scored["representative_time"],
|
||||
|
||||
Reference in New Issue
Block a user