From 994edeef1aa32984834100a5e061cb880446033b Mon Sep 17 00:00:00 2001 From: ggbdpq Date: Fri, 11 Sep 2026 06:57:01 +0800 Subject: [PATCH 1/3] docs: audit the Computer Use documentation group (#3522) Audit the nine Computer Use documents against current source: - foundation-contract: the layer-3 verification description still named apps/desktop/e2e/accessibility-coverage.spec.ts, which #4803 retired with the broad route inventories; the section now records that the coverage is carried by the ax-tree-audit rules and the Storybook smoke at their owning boundaries. - The other eight documents verified clean: command names and lab fixture variables (evidence-classes), outcome types and the deterministic harness (host-events-contract), the maka_computer action surface and fail-closed coordinate policy (model-loop), provenance paths and bundled-tools pinning (provenance, cursor-provenance), report classes and sanitizer scripts (provider-evidence), and the story manifest (ui-coverage). - All nine gain the standard frontmatter with last_verified dates. Refs #3522 Generated-by: GLM-5.3-Flash (ZCode) --- docs/codex-pip-reverse-engineering.md | 12 ++++++++++++ docs/computer-use-cursor-provenance.md | 12 ++++++++++++ docs/computer-use-evidence-classes.md | 12 ++++++++++++ docs/computer-use-foundation-contract.md | 19 +++++++++++++++++-- docs/computer-use-host-events-contract.md | 12 ++++++++++++ docs/computer-use-model-loop-foundation.md | 12 ++++++++++++ docs/computer-use-provenance.md | 12 ++++++++++++ docs/computer-use-provider-evidence.md | 12 ++++++++++++ docs/computer-use-ui-coverage.md | 12 ++++++++++++ 9 files changed, 113 insertions(+), 2 deletions(-) diff --git a/docs/codex-pip-reverse-engineering.md b/docs/codex-pip-reverse-engineering.md index 258d022120..01c8263f74 100644 --- a/docs/codex-pip-reverse-engineering.md +++ b/docs/codex-pip-reverse-engineering.md @@ -1,3 +1,15 @@ +--- +doc_id: codex-pip-reverse-engineering +title: "Codex picture-in-picture reverse engineering" +language: en +source_language: en +implementation_status: current +document_status: current +translation_status: synced +last_verified: 2026-09-11 +owners: + - maka-backend +---