Files
alvis bedb527145
Some checks failed
ClawSweeper Dispatch / dispatch (push) Has been cancelled
CodeQL / Security High (actions) (push) Has been cancelled
CodeQL / Security High (channel-runtime-boundary) (push) Has been cancelled
CodeQL / Security High (core-auth-secrets) (push) Has been cancelled
CodeQL / Security High (mcp-process-tool-boundary) (push) Has been cancelled
CodeQL / Security High (network-ssrf-boundary) (push) Has been cancelled
CodeQL / Security High (plugin-trust-boundary) (push) Has been cancelled
CodeQL / Security High (process-exec-boundary) (push) Has been cancelled
Docs Sync Publish Repo / sync-publish-repo (push) Has been cancelled
Docs / docs (push) Has been cancelled
OpenClaw Stable Main Closeout / Resolve stable release closeout inputs (push) Has been cancelled
OpenClaw Stable Main Closeout / Verify stable main closeout (push) Has been cancelled
Workflow Sanity / no-tabs (push) Has been cancelled
Workflow Sanity / actionlint (push) Has been cancelled
Workflow Sanity / generated-doc-baselines (push) Has been cancelled
CI / runner-admission (push) Has been cancelled
CI / preflight (push) Has been cancelled
CI / security-fast (push) Has been cancelled
CI / pnpm-store-warmup (push) Has been cancelled
CI / build-artifacts (push) Has been cancelled
CI / native-i18n (push) Has been cancelled
CI / ${{ matrix.check_name }} (push) Has been cancelled
CI / ${{ matrix.checkName }} (push) Has been cancelled
CI / checks-node-compat-node22 (push) Has been cancelled
CI / check-bundled-channel-config-metadata (push) Has been cancelled
CI / check-dependencies (push) Has been cancelled
CI / check-guards (push) Has been cancelled
CI / check-lint (push) Has been cancelled
CI / check-prod-types (push) Has been cancelled
CI / check-shrinkwrap (push) Has been cancelled
CI / check-test-types (push) Has been cancelled
CI / check-additional-boundaries-a (push) Has been cancelled
CI / check-additional-boundaries-bcd (push) Has been cancelled
CI / check-additional-extension-bundled (push) Has been cancelled
CI / check-additional-extension-channels (push) Has been cancelled
CI / check-additional-extension-package-boundary (push) Has been cancelled
CI / check-additional-runtime-topology-architecture (push) Has been cancelled
CI / check-session-accessor-boundary (push) Has been cancelled
CI / check-session-transcript-reader-boundary (push) Has been cancelled
CI / check-docs (push) Has been cancelled
CI / skills-python (push) Has been cancelled
CI / macos-swift (push) Has been cancelled
CI / ios-build (push) Has been cancelled
CI / ci-timings-summary (push) Has been cancelled
Native App Locale Refresh / Refresh native fa (push) Has been cancelled
Native App Locale Refresh / Refresh native fr (push) Has been cancelled
Native App Locale Refresh / Refresh native hi (push) Has been cancelled
Native App Locale Refresh / Refresh native id (push) Has been cancelled
Native App Locale Refresh / Refresh native it (push) Has been cancelled
Native App Locale Refresh / Refresh native ja-JP (push) Has been cancelled
Control UI Locale Refresh / plan (push) Has been cancelled
Control UI Locale Refresh / Refresh ${{ matrix.locale }} (push) Has been cancelled
Control UI Locale Refresh / Commit control UI locale refresh (push) Has been cancelled
Live Media Runner Image / Build live media runner image (push) Has been cancelled
Native App Locale Refresh / Refresh native ar (push) Has been cancelled
Native App Locale Refresh / Refresh native de (push) Has been cancelled
Native App Locale Refresh / Refresh native es (push) Has been cancelled
Native App Locale Refresh / Refresh native ko (push) Has been cancelled
Native App Locale Refresh / Refresh native nl (push) Has been cancelled
Native App Locale Refresh / Refresh native pl (push) Has been cancelled
Native App Locale Refresh / Refresh native pt-BR (push) Has been cancelled
Native App Locale Refresh / Refresh native ru (push) Has been cancelled
Native App Locale Refresh / Refresh native sv (push) Has been cancelled
Native App Locale Refresh / Refresh native th (push) Has been cancelled
Native App Locale Refresh / Refresh native tr (push) Has been cancelled
Native App Locale Refresh / Refresh native uk (push) Has been cancelled
Native App Locale Refresh / Refresh native vi (push) Has been cancelled
Native App Locale Refresh / Refresh native zh-CN (push) Has been cancelled
Native App Locale Refresh / Refresh native zh-TW (push) Has been cancelled
Native App Locale Refresh / Commit native locale refresh (push) Has been cancelled
Plugin Init Scaffold Validation / Validate provider scaffold (push) Has been cancelled
Plugin NPM Release / preview_plugins_npm (push) Has been cancelled
Plugin NPM Release / Validate release publish approval (push) Has been cancelled
Plugin NPM Release / preview_plugin_pack (push) Has been cancelled
Plugin NPM Release / publish_plugins_npm (push) Has been cancelled
Sandbox Common Smoke / sandbox-common-smoke (push) Has been cancelled
Website Installer Sync / static (push) Has been cancelled
Website Installer Sync / linux-docker (push) Has been cancelled
Website Installer Sync / macos-installer (push) Has been cancelled
Website Installer Sync / windows-installer (push) Has been cancelled
Website Installer Sync / sync-website (push) Has been cancelled
Vendor OpenClaw source as Adolf fork baseline
Adolf is a fork/vendored clone of github.com/openclaw/openclaw (v2026.6.11),
free to diverge. Tree copied sans upstream .git; upstream remote added for
future syncs. Node pinned to 24 (.nvmrc); engines already require >=22.19.
Preserves docs/ARCHITECTURE.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LeqyaxJF2nbRXJtae2kNB2
2026-07-05 09:36:54 +00:00

6.3 KiB

Review Docs Playbook

Read principles.md first, then apply this checklist.

1. Scope and classification

  • Identify doc type and target audience.
  • Confirm brownfield vs evergreen intent.
  • Confirm expected outcome for the reader.
  • For full-repo reviews, explicitly include both governance surfaces and product-doc surfaces (docs/, README trees, .md/.mdx/.mdc, .rst/.rsc, framework docs configs).
  • For OpenClaw docs reviews, apply references/openclaw.md for page type, docs IA, preservation, examples, and validation checks.

2. Investigation behavior

  • Proactively find issues and risks without waiting for repeated prompts.
  • If there are signals of deeper problems, continue investigation beyond the first pass.
  • Long-running and extensive investigations are acceptable when needed for confidence and correctness.
  • When available, use sub-agents for bounded parallel discovery (for example file-inventory, command validation, or cross-doc consistency checks), then merge to one final issue set.
  • When no issues are found, state that explicitly and call out residual risks or validation gaps.
  • Default to apply-fixes for high-confidence documentation defects unless the user explicitly requests report-only.
  • Do not stop at AGENTS/CONTRIBUTING checks when the task is documentation-wide; continue into docs-content and docs-framework surfaces.

3. Governance surface review

  • Use references/agent-and-contributing.md as the source of truth for inventory, canonical/alias mapping, and precedence/conflict handling. For AGENTS.md:

  • confirm persona intent, scope, and command/tool boundaries are explicit.

  • check frontmatter style matches repo conventions when present.

  • ensure Always, Ask first, and Never boundaries are present when expected.

  • require concrete command examples and repo-specific paths to avoid ambiguity.

For CONTRIBUTING.md:

  • verify issue/PR workflow is complete and actionable.
  • ensure local setup, lint/test commands, and review criteria are accurate.
  • ensure governance does not conflict with nested AGENTS instructions.
  • flag oversized files that should be split into linked section docs (for example tool-specific setup and release docs).

For agent-platform awareness:

  • confirm references are minimal and scoped for Cursor/Claude glob behavior.
  • confirm Codex-facing guidance uses explicit file references.
  • confirm both surfaces represent the same shared policy core (commands, boundaries, and precedence), not divergent guidance.
  • audit .agents/.cursor compatibility behavior:
    • verify canonical rule directory and symlink state match repo policy
    • verify symlink target integrity and platform/tooling expectations
    • verify AGENTS policy references remain canonical for Codex even when .cursor compatibility exists
  • check for context bloat from duplicated policy statements across agent and contributor files.
  • check for conflicting rules, skills and agent instructions
  • check for conflicting information in agent instructions vs codebase
  • check for broken or missing referenced files (for example README/index files named as canonical entry points).
  • check for setup/command drift (for example non-existent install commands, root-level commands that should be module-scoped).

4. Product documentation surface review

  • Verify docs IA coverage across root/module README* files and docs/** trees.
  • Review framework-native docs sources in scope (for example Fern, Mintlify, Sphinx, MkDocs) and ensure guidance matches actual source-of-truth files.
  • Check .md/.mdx/.mdc/.rst/.rsc for stale commands, missing prerequisites, and broken cross-links.
  • Confirm referenced doc paths and anchors exist.
  • Flag docs that should be split/merged to improve discoverability and maintenance.
  • For OpenClaw docs, check docs/docs.json, docs-list routing hints, main path versus Reference placement, and generated-reference visibility.
  • For OpenClaw rewrites or page splits, require source-backed keep/drop/move/destination coverage for important claims, warnings, examples, commands, fields, and troubleshooting facts.

5. Framework config and path mapping checks

  • Detect and read framework config first (for example Fern config, Sphinx conf.py, Mintlify config, or equivalent).
  • Resolve path references relative to the declaring file/config.
  • Treat filesystem paths and published URL routes as separate maps; verify both.
  • Flag path-map drift explicitly (missing file, stale route, wrong base path).

6. Structural review

  • Funnel check: what/why, quickstart, next steps.
  • Validate heading flow and navigation discoverability.
  • Flag critical content trapped in images or buried sections.
  • Check Diataxis alignment and split mixed-purpose sections.
  • For OpenClaw docs, confirm the content matches an explicit page type from references/openclaw.md.

7. Writing quality review

  • Check for concise, scannable paragraphs.
  • Remove ambiguous pronouns and undefined terms.
  • Verify examples are executable and scoped correctly.
  • Verify tone is directive, technical, and non-hand-wavy.

8. Brownfield review mode

  • Verify compatibility with existing docs IA and conventions.
  • Verify anchors, redirects, and cross-doc links remain valid.
  • Flag regressions in onboarding and task completion paths.
  • Ensure changed terminology is intentionally propagated.

9. Evergreen review mode

  • Flag date-stamped or brittle wording without version scope.
  • Check ownership and refresh signals are present.
  • Ensure recommendations remain valid after routine product evolution.
  • Flag missing deprecation/migration guidance.

10. Tooling and platform review

Read tooling.md if platform fit is uncertain.

  • Check whether content uses platform primitives effectively.
  • Flag structure that fights the chosen docs platform.
  • Recommend targeted platform-aware improvements.

11. Multilingual parity review (when applicable)

  • Confirm declared source-of-truth language and expected parity policy.
  • Compare changed sections across locales for step/order/warning drift.
  • Flag missing updates to prerequisites, version notes, limits, and safety guidance.
  • Allow intentional divergence only when rationale is explicit and user-impact is low.
  • Require a reader-visible status note when locale parity is partial.

12. Output format

  1. Blocking issues (file + required fix)
  2. Non-blocking improvements
  3. Validation notes (done vs pending)