W
Wrkr

Docs Source-of-Truth Map

Docs Source-of-Truth Map

This page defines where to edit and how to validate docs changes.

Source-of-truth model

Surface Edit location Validation commands
Product/readme landing content README.md make test-docs-consistency
Install and release contract docs/install/minimal-dependencies.md, docs/trust/release-integrity.md make test-docs-consistency && scripts/test_uat_local.sh --skip-global-gates
Command contracts docs/commands/*.md make test-docs-consistency
Workflow and operator docs docs/examples/*.md, docs/intent/*.md, docs/state_lifecycle.md make test-docs-consistency && make test-docs-storyline
Governance/trust docs docs/trust/*.md, docs/governance/*.md, CONTRIBUTING.md, community health files make test-docs-consistency
OSS trust/support discoverability docs/README.md, CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md, CHANGELOG.md make test-docs-consistency
Docs-site rendering docs-site/ (layout and static pages only) make docs-site-install && make docs-site-lint && make docs-site-build && make docs-site-check
LLM snapshots for assistants/crawlers docs-site/public/llms.txt, docs-site/public/llm/*.md make test-docs-consistency && make docs-site-check

Editing rule

Edit canonical documentation in repository markdown first (README.md + docs/), then update docs-site-specific projection files when needed.

README first-screen or quickstart changes should also update the affected docs-site LLM projection files (docs-site/public/llms.txt, docs-site/public/llm/*.md) in the same change. If the Wrkr README uses the landing-page Variant B contract, install and OSS trust/support details may live in canonical docs (docs/install/*, docs/README.md, docs/trust/*) instead of the README footer. Public contract wording changes should update CHANGELOG.md under Unreleased in the same change, even when runtime JSON, exit-code, and schema contracts stay unchanged. Maintainers should finalize Unreleased with python3 scripts/finalize_release_changelog.py --json before cutting a release tag, land that prepared changelog update through a release-prep PR, and tag the merged main commit so the tag points at the finalized versioned section.

Required validation bundle

Run this bundle before merge when docs are touched:

make test-docs-consistency
make test-docs-storyline
make docs-site-install
make docs-site-lint
make docs-site-build
make docs-site-check

Trust positioning reference

Wrkr runs standalone for deterministic discovery/posture/evidence workflows and interoperates with Axym/Gait via shared proof contracts.