Refresh evidence after stale lock guard

This commit is contained in:
yaojingang
2026-06-17 00:26:39 +08:00
parent 67058ceceb
commit 9da8d0e08b
57 changed files with 722 additions and 652 deletions
+9 -8
View File
@@ -12,8 +12,8 @@
"valid_packet_source_incomplete_count": 0,
"invalid_submission_count": 0,
"source_check_count": 13,
"source_pass_count": 7,
"source_blocked_count": 6,
"source_pass_count": 6,
"source_blocked_count": 7,
"ready_to_claim_world_class": false,
"runbook_counts_as_completion": false,
"decision": "collect-evidence"
@@ -408,7 +408,7 @@
"review_state": "awaiting-submission",
"source_accepted": false,
"objective": "Import production metadata-only events from a real external client into the local drift loop.",
"current": "external source events 0; adoption samples 1",
"current": "external source events 0; adoption samples 0",
"execution_runbook": [
"python3 scripts/telemetry_native_host.py . --write-launcher /tmp/yao-telemetry-host.sh --write-manifest /tmp/yao-telemetry-host.json --allowed-origin chrome-extension://<extension-id>/",
"Install the generated native messaging manifest for the real client and send at least one accepted skill_activation or skill_output event.",
@@ -456,7 +456,7 @@
],
"observed_state": {
"external_source_events": 0,
"adoption_sample_count": 1,
"adoption_sample_count": 0,
"raw_content_allowed": false,
"risk_band": "low",
"accepted": false
@@ -477,8 +477,8 @@
"label": "Adoption sample",
"field": "adoption_sample_count",
"expected": ">0",
"actual": 1,
"status": "pass",
"actual": 0,
"status": "blocked",
"source_accepted": false,
"next_action": "Telemetry must include adoption outcome evidence."
},
@@ -493,9 +493,10 @@
"next_action": "Telemetry must stay metadata-only."
}
],
"blocked_source_check_count": 1,
"blocked_source_check_count": 2,
"next_source_actions": [
"Import at least one metadata-only event from a real client."
"Import at least one metadata-only event from a real client.",
"Telemetry must include adoption outcome evidence."
],
"submission_state": {
"status": "missing",