fix(deploy): validate lighthouse acceptance URL

This commit is contained in:
冰朔 2026-08-07 19:12:53 +08:00
commit eebfc790fe
3 changed files with 14 additions and 4 deletions

View file

@ -22,9 +22,15 @@
"validation": {
"navigator_tests": "PASS_5_OF_5",
"ai_discovery_and_broker_tests": "PASS_27_OF_27",
"exact_published_manifest_validation": "PASS",
"json_parse": "PASS",
"git_diff_check": "PASS"
},
"deployment_preflight": {
"first_attempt": "REJECTED_BEFORE_MUTATION_INVALID_ACCEPTANCE_CHECK_URL",
"correction": "Replaced the percent-encoded acceptance query with the equivalent allowlisted ASCII intent gitpush and added exact manifest regression coverage.",
"server_mutation_before_correction": false
},
"deployment_request": "deployment/requests/AI-DISCOVERY-LIGHTHOUSE-HOST-NAV-20260807.json",
"truth_boundary": "This receipt proves the route correction and deployable source package. It does not prove server deployment until the server-owned deployment receipt and public endpoint readback exist.",
"recorded_at": "2026-08-07T19:10:02+08:00"

View file

@ -111,7 +111,7 @@
}
},
{
"url": "http://127.0.0.1:3922/v1/host-navigate?host=codex&intent=%E6%8E%A8%E4%B8%80%E4%B8%8B%E7%BA%BF%E4%B8%8A%E4%BB%93%E5%BA%93",
"url": "http://127.0.0.1:3922/v1/host-navigate?host=codex&intent=gitpush",
"expected": {
"status": "COMPILED_EXACT_NO_GUESS",
"lighthouse_id": "SYS-GLW-LTH-0001",