fix(agent): classify ssh publickey offer timeout
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 33s
CD Pipeline / build-and-deploy (push) Failing after 27s
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
Your Name
2026-07-01 12:58:23 +08:00
parent 5285bcd8aa
commit 3c13608055
7 changed files with 50 additions and 5 deletions

View File

@@ -614,6 +614,14 @@ def _queue_readback_normalizer_contract() -> list[dict[str, Any]]:
],
"learning_targets": ["km", "rag", "playbook", "mcp", "verifier", "ai_agent"],
},
{
"field_id": "latest_visible_harbor_110_repair_remote_ssh_publickey_offer_timeout",
"purpose": "classify whether 110 times out after the client offers a public key but before key acceptance",
"writes_blockers": [
"gitea_queue_harbor_110_remote_ssh_publickey_offer_timeout",
],
"learning_targets": ["km", "rag", "playbook", "mcp", "verifier", "ai_agent"],
},
{
"field_id": "latest_visible_harbor_110_repair_remote_ssh_server_accepts_key_then_session_timeout",
"purpose": "classify whether 110 accepts the SSH key and then times out during session, PAM, account, or shell setup",