docs(hololake): bind 1.2.0 local acceptance

This commit is contained in:
冰朔 2026-09-03 21:43:37 +08:00
commit b4b79f5ed1
8 changed files with 409 additions and 16 deletions

View file

@ -67,7 +67,7 @@ if enterprise.get("device_proof", {}).get("fingerprint_is_sole_credential") is n
errors.append("machine fingerprint incorrectly used as sole credential")
if enterprise.get("session", {}).get("scope") != "ONE_DOMAIN_ONE_REPOSITORY":
errors.append("enterprise session is not responsibility scoped")
if enterprise.get("state") != "LOCAL_DEVICE_PROOF_IMPLEMENTED_SERVER_CHALLENGE_DEFERRED":
if enterprise.get("state") != "LOCAL_DEVICE_PROOF_INSTALLED_KEYCHAIN_VERIFIED_SERVER_CHALLENGE_PENDING":
errors.append("enterprise local device proof implementation state drift")
time_source = (ROOT / "src/time.ts").read_text()
app_source = (ROOT / "src/App.tsx").read_text()
@ -92,7 +92,7 @@ if clean.get("enterprise_four_domains_embedded") is not False:
if clean.get("fifth_domain_private_content_embedded") is not False:
errors.append("Fifth Domain private content embedded in public product")
assessment = architecture.get("current_product_assessment", {})
if assessment.get("desktop_artifact_version") != "1.1.0":
if assessment.get("desktop_artifact_version") != "1.2.0":
errors.append("current product assessment version drift")
if assessment.get("canonical_public_source_repository") != "REPO-014":
errors.append("canonical public source repository unresolved")